-
Notifications
You must be signed in to change notification settings - Fork 676
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
added Stadia Maps to list of providers #344
Conversation
@jieter any thoughts ? |
LGTM |
Thx @holtalanm :) |
Hmm, there is no preview API key configured, so http://leaflet-extras.github.io/leaflet-providers/preview/#filter=Stadia shows grey maps. We should either keep it out of the preview, or add an example API code: leaflet-providers/preview/shared.js Lines 4 to 12 in 8627840
|
As what i can read in their doc you don't need an API key to use the tiles, but the error is So, there might be a temporary bug from their side ? |
while their api has a free tier, users still need to have an account, and have their domain whitelisted within that account. This is explained in their leaflet documentation, as well:
Not sure where that should be communicated within the leaflet-providers codebase, though. |
@holtalanm so you should add this mention in the readme, and we should from our part don't list these tiles in the demo page. |
Hi @holtalanm, @brunob, we (I'm co-founder of @stadiamaps) just added a property on our side allowing the preview domain (leaflet-extras.github.io). Are there any other domains we should add so there's not a weird grey space where our maps should be? 😄 |
@lseelenbinder leaflet-extras.github.io should be enough, thanks! |
https://stadiamaps.com/
ToS: https://docs.stadiamaps.com/#legal-stuff
Implementation from their documentation regarding Leaflet: https://docs.stadiamaps.com/raster/#displaying-a-map-leaflet