DynamicPacific commited on
Commit
dfa993a
·
1 Parent(s): 824dd08

change google imagery as background

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
112
- attr='Esri',
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
  )