Change Maptiler URLs

This commit is contained in:
pathmapper
2019-04-03 09:51:43 +02:00
parent 76cb5a6b7c
commit cb3f93c67d
3 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ function replaceAccessTokens(mapStyle, opts={}) {
changedStyle = replaceSourceAccessToken(changedStyle, sourceName, opts);
})
if (mapStyle.glyphs && mapStyle.glyphs.match(/\.tilehosting\.com/)) {
if (mapStyle.glyphs && mapStyle.glyphs.match(/\.maptiler\.com/)) {
const newAccessToken = getAccessToken("openmaptiles", mapStyle, opts);
if (newAccessToken) {
changedStyle = {