Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use "Stamen Design" maps with https #21

Open
nurkka opened this issue Aug 4, 2021 · 0 comments
Open

How to use "Stamen Design" maps with https #21

nurkka opened this issue Aug 4, 2021 · 0 comments

Comments

@nurkka
Copy link

nurkka commented Aug 4, 2021

The map provider "Stamen Design" provides different URLs for http and https connections. When you want to use Stamen maps with https, you have to change leaflet-providers.js on line 208 from
url: 'http://{s}.tile.stamen.com/{variant}/{z}/{x}/{y}.{ext}',
to
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/{variant}/{z}/{x}/{y}.{ext}',

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant