Spaces:
Running
Running
import solara | |
def Page(): | |
with solara.Column(align="center"): | |
markdown = """ | |
## 3D Mapping with Leafmap and MapLibre | |
This is a Solara template for a 3D mapping application using Leafmap and MapLibre. Click on the menu above to see the different examples. | |
<br> | |
Source code: <https://github.com/opengeos/solara-maplibre> | |
 | |
""" | |
solara.Markdown(markdown) | |