Lbasara commited on
Commit
8ba070b
·
1 Parent(s): 4afd3e0

v 0.3 tuiles changées pour Geoportail

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +2 -2
  2. app.py +1 -1
CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog],
6
  and this project adheres to [Semantic Versioning].
7
 
8
 
9
- ## [0.3.0] - 2026-08-28
10
 
11
  ### Added
12
  * Un changement manuel d'adresse met à jour le géocodage.
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning].
19
  ### Removed
20
 
21
  ### Fixed
22
- * Tuiles passent de CartoDB (qui requiert clé API) à AlidadeSmooth
23
 
24
  ### Security
25
 
 
6
  and this project adheres to [Semantic Versioning].
7
 
8
 
9
+ ## [0.3.0] - 2026-08-31
10
 
11
  ### Added
12
  * Un changement manuel d'adresse met à jour le géocodage.
 
19
  ### Removed
20
 
21
  ### Fixed
22
+ * Tuiles passent de CartoDB (qui requiert clé API) à geoPortail (bonus : service public)
23
 
24
  ### Security
25
 
app.py CHANGED
@@ -76,7 +76,7 @@ def fetch_itinéraires(dffinal):
76
 
77
 
78
  def carte(dffinal, dres, dfadr):
79
- tiles='Stadia.AlidadeSmooth'
80
 
81
  bbox=dfadr.total_bounds #[0.036343, 48.41117, 0.109909, 48.465001]
82
  m = folium.Map(location=[(bbox[3]+bbox[1])/2, (bbox[2]+bbox[0])/2], tiles=tiles)#, zoom_start=10)
 
76
 
77
 
78
  def carte(dffinal, dres, dfadr):
79
+ tiles='GeoportailFrance.plan'
80
 
81
  bbox=dfadr.total_bounds #[0.036343, 48.41117, 0.109909, 48.465001]
82
  m = folium.Map(location=[(bbox[3]+bbox[1])/2, (bbox[2]+bbox[0])/2], tiles=tiles)#, zoom_start=10)