mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 13:30:03 +00:00
Add backwards compability for tilehosting URLs
This commit is contained in:
@@ -101,7 +101,7 @@ function replaceAccessTokens(mapStyle, opts={}) {
|
||||
changedStyle = replaceSourceAccessToken(changedStyle, sourceName, opts);
|
||||
})
|
||||
|
||||
if (mapStyle.glyphs && mapStyle.glyphs.match(/\.maptiler\.com/)) {
|
||||
if (mapStyle.glyphs && (mapStyle.glyphs.match(/\.tilehosting\.com/) || mapStyle.glyphs.match(/\.maptiler\.com/))) {
|
||||
const newAccessToken = getAccessToken("openmaptiles", mapStyle, opts);
|
||||
if (newAccessToken) {
|
||||
changedStyle = {
|
||||
|
||||
Reference in New Issue
Block a user