Commit d39002c
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 df2bc37 commit d39002c
2 files changed
Lines changed: 2 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
| |||
185 | 184 | | |
186 | 185 | | |
187 | 186 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | 187 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 188 | | |
205 | | - | |
206 | 189 | | |
207 | 190 | | |
208 | 191 | | |
| |||
211 | 194 | | |
212 | 195 | | |
213 | 196 | | |
214 | | - | |
215 | 197 | | |
216 | 198 | | |
217 | 199 | | |
| |||
221 | 203 | | |
222 | 204 | | |
223 | 205 | | |
224 | | - | |
225 | | - | |
226 | 206 | | |
227 | 207 | | |
228 | 208 | | |
| |||
232 | 212 | | |
233 | 213 | | |
234 | 214 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | 215 | | |
240 | 216 | | |
241 | 217 | | |
242 | | - | |
243 | 218 | | |
244 | 219 | | |
245 | 220 | | |
| |||
252 | 227 | | |
253 | 228 | | |
254 | 229 | | |
255 | | - | |
256 | 230 | | |
257 | 231 | | |
258 | 232 | | |
| |||
306 | 280 | | |
307 | 281 | | |
308 | 282 | | |
309 | | - | |
310 | 283 | | |
311 | | - | |
312 | 284 | | |
313 | 285 | | |
314 | | - | |
315 | | - | |
316 | | - | |
| 286 | + | |
317 | 287 | | |
318 | 288 | | |
319 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments