giswqs commited on
Commit
468b5dc
1 Parent(s): 61c62e9

Update map center

Browse files
Files changed (1) hide show
  1. pages/01_gswis.py +2 -2
pages/01_gswis.py CHANGED
@@ -3,8 +3,8 @@ import geemap
3
 
4
  import solara
5
 
6
- zoom = solara.reactive(4)
7
- center = solara.reactive([40, -100])
8
 
9
 
10
  class Map(geemap.Map):
 
3
 
4
  import solara
5
 
6
+ zoom = solara.reactive(3)
7
+ center = solara.reactive([20, 0])
8
 
9
 
10
  class Map(geemap.Map):