Spaces:
Sleeping
Sleeping
DynamicPacific
commited on
Commit
·
dfa993a
1
Parent(s):
824dd08
change google imagery as background
Browse files
app.py
CHANGED
|
@@ -108,9 +108,9 @@ def create_split_view_map(geojson_data, bounds):
|
|
| 108 |
)
|
| 109 |
|
| 110 |
right_layer = folium.TileLayer(
|
| 111 |
-
tiles='https://
|
| 112 |
-
attr='
|
| 113 |
-
name='Satellite',
|
| 114 |
overlay=False,
|
| 115 |
control=False
|
| 116 |
)
|
|
|
|
| 108 |
)
|
| 109 |
|
| 110 |
right_layer = folium.TileLayer(
|
| 111 |
+
tiles='https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}',
|
| 112 |
+
attr='Google Satellite',
|
| 113 |
+
name='Google Satellite',
|
| 114 |
overlay=False,
|
| 115 |
control=False
|
| 116 |
)
|