Changed url to be local (although not used)

This commit is contained in:
orangemug 2018-04-10 14:20:13 +01:00
parent aee4a041fe
commit 7a60df370e
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"maputnik:renderer": "mbgljs" "maputnik:renderer": "mbgljs"
}, },
"sources": {}, "sources": {},
"glyphs": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", "glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf",
"sprites": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", "sprites": "https://example.local/fonts/{fontstack}/{range}.pbf",
"layers": [] "layers": []
} }

View file

@ -23,8 +23,8 @@ function buildStyle(opts) {
"maputnik:renderer": "mbgljs" "maputnik:renderer": "mbgljs"
}, },
"sources": opts.sources, "sources": opts.sources,
"glyphs": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", "glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf",
"sprites": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", "sprites": "https://example.local/fonts/{fontstack}/{range}.pbf",
"layers": [] "layers": []
} }
} }