giswqs commited on
Commit
3619c25
1 Parent(s): 156cd47

Updated README

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. pages/00_home.py +20 -3
README.md CHANGED
@@ -8,7 +8,6 @@ Just a proof-of-concept for now. Not all features are working yet. More features
8
 
9
  - Web App: <https://giswqs-solara-geospatial.hf.space>
10
  - Solara-Geospatial: <https://github.com/opengeos/solara-geospatial>
11
- - Solara: <https://github.com/widgetti/solara>
12
 
13
  ## Demos
14
 
 
8
 
9
  - Web App: <https://giswqs-solara-geospatial.hf.space>
10
  - Solara-Geospatial: <https://github.com/opengeos/solara-geospatial>
 
11
 
12
  ## Demos
13
 
pages/00_home.py CHANGED
@@ -6,12 +6,29 @@ def Page():
6
  markdown = """
7
  ## Solara for Geospatial Applications
8
 
 
 
 
 
9
  Just a proof-of-concept for now. Not all features are working yet. More features will be added in the future. Click on the menu above to see the other pages.
10
 
11
- GitHub: <https://github.com/opengeos/solara-geospatial>
12
- Solara: <https://github.com/widgetti/solara>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- ![](https://i.imgur.com/1PbtnQE.gif)
15
  """
16
 
17
  solara.Markdown(markdown)
 
6
  markdown = """
7
  ## Solara for Geospatial Applications
8
 
9
+ ### Introduction
10
+
11
+ **A collection of [solara](https://github.com/widgetti/solara) web apps for geospatial applications.**
12
+
13
  Just a proof-of-concept for now. Not all features are working yet. More features will be added in the future. Click on the menu above to see the other pages.
14
 
15
+ - Web App: <https://giswqs-solara-geospatial.hf.space>
16
+ - Solara-Geospatial: <https://github.com/opengeos/solara-geospatial>
17
+
18
+ ### Demos
19
+
20
+ #### Cesium
21
+
22
+ ![](https://i.imgur.com/6quoDtN.gif)
23
+
24
+ #### Mapbox
25
+
26
+ ![](https://i.imgur.com/4uIEnAJ.gif)
27
+
28
+ #### MapLibre
29
+
30
+ ![](https://i.imgur.com/o2ZHeTL.gif)
31
 
 
32
  """
33
 
34
  solara.Markdown(markdown)