Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
52c99a4
1
Parent(s):
0ac90b2
Update app.py
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ with st.container():
|
|
320 |
folium_layermap.add_child(heatmap_layer)
|
321 |
|
322 |
# Create a Folium map centered on a specific location
|
323 |
-
folium_layermap = folium.Map(location=[custom_lat, custom_lon]
|
324 |
|
325 |
# Add grayscale tiles from OpenStreetMap
|
326 |
folium.TileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png',
|
|
|
320 |
folium_layermap.add_child(heatmap_layer)
|
321 |
|
322 |
# Create a Folium map centered on a specific location
|
323 |
+
folium_layermap = folium.Map(location=[custom_lat, custom_lon], zoom_start=12, tiles='Stamen Toner')
|
324 |
|
325 |
# Add grayscale tiles from OpenStreetMap
|
326 |
folium.TileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png',
|