Commit 165af98
Remove defunct built-in Leaflet layers
Several built-in leaflet-providers layers point at tile services that
have shut down, so they only clutter the layer selector with entries
that fail to load. This removes them from $egMapsLeafletAvailableLayers
and $egMapsLeafletAvailableOverlayLayers:
- Stamen (service shut down October 2023; gone from leaflet-providers)
- Hydda (discontinued 2020; gone from leaflet-providers)
- MapQuest Open (shut down 2016; gone from leaflet-providers)
- OpenMapSurfer (gone from leaflet-providers)
- HikeBike and OpenStreetMap.BlackAndWhite (hosted on the decommissioned tiles.wmflabs.org)
- GeoportailFrance (the wxs.ign.fr endpoint has been retired)
- Esri.DeLorme (base map retired by Esri)
The matching $egMapsLeafletLayersApiKeys and $egMapsLeafletLayerDependencies
entries for MapQuest Open and GeoportailFrance are dropped too.
Users who relied on any of these can define a replacement with the
$egMapsLeafletLayerDefinitions setting added in 13.1.0.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ef85518 commit 165af98
2 files changed
Lines changed: 7 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| |||
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 180 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | 181 | | |
198 | | - | |
199 | 182 | | |
200 | 183 | | |
201 | 184 | | |
| |||
204 | 187 | | |
205 | 188 | | |
206 | 189 | | |
207 | | - | |
208 | 190 | | |
209 | 191 | | |
210 | 192 | | |
| |||
214 | 196 | | |
215 | 197 | | |
216 | 198 | | |
217 | | - | |
218 | | - | |
219 | 199 | | |
220 | 200 | | |
221 | 201 | | |
| |||
225 | 205 | | |
226 | 206 | | |
227 | 207 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | 208 | | |
233 | 209 | | |
234 | 210 | | |
235 | | - | |
236 | 211 | | |
237 | 212 | | |
238 | 213 | | |
| |||
245 | 220 | | |
246 | 221 | | |
247 | 222 | | |
248 | | - | |
249 | 223 | | |
250 | 224 | | |
251 | 225 | | |
| |||
291 | 265 | | |
292 | 266 | | |
293 | 267 | | |
294 | | - | |
295 | 268 | | |
296 | | - | |
297 | 269 | | |
298 | 270 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 271 | + | |
302 | 272 | | |
303 | 273 | | |
304 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
0 commit comments