Fix MapLibre glyph source to OpenMapTiles fonts.
CI / test (push) Successful in 4s

Switch OSM Liberty glyph URL template to fonts.openmaptiles.org so Roboto glyph ranges resolve without 404 errors in the demo.

Made-with: Cursor
This commit is contained in:
2026-03-02 22:06:55 +00:00
parent cd63ea142f
commit 26de435ff1
+1 -1
View File
@@ -36,7 +36,7 @@
} }
}, },
"sprite": "./sprites/osm-liberty", "sprite": "./sprites/osm-liberty",
"glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf", "glyphs": "https://fonts.openmaptiles.org/{fontstack}/{range}.pbf",
"layers": [ "layers": [
{ {
"id": "background", "id": "background",