giswqs commited on
Commit
016e699
·
1 Parent(s): 5ef50b1

Add mapclassify

Browse files
Files changed (2) hide show
  1. pages/00_home.py +2 -0
  2. 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
  ![image](https://github.com/user-attachments/assets/efc9e43b-99c0-40b4-af08-4971e8b96919)
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
  ![image](https://github.com/user-attachments/assets/efc9e43b-99c0-40b4-af08-4971e8b96919)
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