Spaces:
Running
Running
File size: 530 Bytes
eb73da8 8030b05 49a59a3 8030b05 016e699 eb73da8 8030b05 eb73da8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
import solara
@solara.component
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)
|