Spaces:
Running
Running
Add mapclassify
Browse files- pages/00_home.py +2 -0
- requirements.txt +1 -0
pages/00_home.py
CHANGED
@@ -8,6 +8,8 @@ def Page():
|
|
8 |
## 3D Mapping with Leafmap and MapLibre
|
9 |
|
10 |
This is a Solara template for a 3D mapping application using Leafmap and MapLibre. Click on the menu above to see the different examples.
|
|
|
|
|
11 |
|
12 |

|
13 |
"""
|
|
|
8 |
## 3D Mapping with Leafmap and MapLibre
|
9 |
|
10 |
This is a Solara template for a 3D mapping application using Leafmap and MapLibre. Click on the menu above to see the different examples.
|
11 |
+
<br>
|
12 |
+
Source code: <https://github.com/opengeos/solara-maplibre>
|
13 |
|
14 |

|
15 |
"""
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
geopandas
|
2 |
leafmap>=0.46.7
|
|
|
3 |
maplibre
|
4 |
solara
|
|
|
1 |
geopandas
|
2 |
leafmap>=0.46.7
|
3 |
+
mapclassify
|
4 |
maplibre
|
5 |
solara
|