Page MenuHomeGitPull.it

Fix missing names over the map on some World Imageries - because of Stamen is closing
Open, LowPublic1 Points

Description

At the moment we are using the Stamen Toner Labels tile server to display additional information over various World Imageries.

The problem is, Stamen.TonerLabels is now closing:

https://maps.stamen.com/stadia-partnership/

Possible alternatives

Find one here:

https://leaflet-extras.github.io/leaflet-providers/preview/

Example:

https://leaflet-extras.github.io/leaflet-providers/preview/#filter=CartoDB.PositronOnlyLabels

var CartoDB_PositronOnlyLabels = L.tileLayer('https://{s}.basemaps.cartocdn.com/light_only_labels/{z}/{x}/{y}{r}.png', {
	attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',
	subdomains: 'abcd',
	maxZoom: 20
});

The problem is: this version is not included in our version of leaflet-providers.js so we also must update it, in case.

Revisions and Commits

Event Timeline

valerio.bozzolan triaged this task as High priority.
valerio.bozzolan updated the task description. (Show Details)
valerio.bozzolan updated the task description. (Show Details)
valerio.bozzolan added a commit: Restricted Diffusion Commit.Oct 13 2023, 08:53
setareh.pedone lowered the priority of this task from High to Low.Jul 2 2024, 12:24