Spaces:
Running
Running
Update map center
Browse files- 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(
|
7 |
-
center = solara.reactive([
|
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):
|