You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make authentication by domain work with stadia maps: add option {crossOrigin: true} to L.tileLayer(..., options) or L.tileLayer.provider(...name, options)
To make authentication by domain work with stadia maps: add option
{crossOrigin: true}
toL.tileLayer(..., options)
orL.tileLayer.provider(...name, options)
For reference:
https://leafletjs.com/reference.html#tilelayer-crossorigin
https://docs.stadiamaps.com/authentication/#domain-based-authentication
The text was updated successfully, but these errors were encountered: