mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 10:35:23 +01:00
Changed url to be local (although not used)
This commit is contained in:
parent
aee4a041fe
commit
7a60df370e
2 changed files with 4 additions and 4 deletions
|
@ -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": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -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": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue