Remove defunct built-in Leaflet layers - #922
Merged
Merged
Conversation
JeroenDeDauw
marked this pull request as ready for review
July 21, 2026 13:23
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>
JeroenDeDauw
force-pushed
the
remove-defunct-leaflet-layers
branch
from
July 21, 2026 13:30
165af98 to
d39002c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
$egMapsLeafletAvailableLayersand$egMapsLeafletAvailableOverlayLayers:tiles.wmflabs.org)wxs.ign.frendpoint has been retired)The matching
$egMapsLeafletLayersApiKeysand$egMapsLeafletLayerDependenciesentries for MapQuest Open and GeoportailFrance are dropped too. No source or test code references any of these names.Users who relied on any of these can define a replacement with the
$egMapsLeafletLayerDefinitionssetting added in 13.1.0.Targeted at 13.2.0 in the release notes; adjust if you would rather ship it as a patch.