Skip to content

Commit

Permalink
removing stadia tile layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Arctusol committed Dec 5, 2024
1 parent ace1c04 commit dab25f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/carte_de_france.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_highlight_function(x):

def generate_map(map_data, geojson_data, niveau_administratif, df_filtered, sexe, annee, service):
# Créer la carte de base
m = folium.Map(location=[46.603354, 1.888334], zoom_start=6, tiles='Stadia.AlidadeSatellite')
m = folium.Map(location=[46.603354, 1.888334], zoom_start=6)

# Convertir les données en DataFrame pour Folium
df_map = pd.DataFrame(list(map_data.items()), columns=['territoire', 'nbr_hospi'])
Expand Down

0 comments on commit dab25f4

Please sign in to comment.