fix: glyphs URL absolute – font loading working at all zoom levels
This commit is contained in:
parent
2765bb93f3
commit
9081ed91a5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"url": "mbtiles://{osm}"
|
||||
}
|
||||
},
|
||||
"glyphs": "/fonts/{fontstack}/{range}.pbf",
|
||||
"glyphs": "http://192.168.178.6:9983/fonts/{fontstack}/{range}.pbf",
|
||||
"layers": [
|
||||
{
|
||||
"id": "background",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue