Spaces:
Sleeping
Sleeping
Update pages/05_GOES_NBR.py
Browse files- pages/05_GOES_NBR.py +3 -1
pages/05_GOES_NBR.py
CHANGED
@@ -89,7 +89,9 @@ def Page():
|
|
89 |
center=[39, -120.5],
|
90 |
zoom=8,
|
91 |
height="600px",
|
92 |
-
basemap=
|
|
|
|
|
93 |
)
|
94 |
|
95 |
'''layers=[
|
|
|
89 |
center=[39, -120.5],
|
90 |
zoom=8,
|
91 |
height="600px",
|
92 |
+
basemap={
|
93 |
+
"url": "https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}",
|
94 |
+
"attribution": "Google Satellite",},
|
95 |
)
|
96 |
|
97 |
'''layers=[
|