Allow anonymous public asset downloads and adopt OSM Liberty style for MapLibre demo.
CI / test (push) Successful in 4s
CI / test (push) Successful in 4s
Public asset links now work without bearer auth while private assets remain protected, and the demo ships with the local osm-liberty-gl-style assets for consistent tile rendering. Made-with: Cursor
This commit is contained in:
@@ -323,7 +323,7 @@ document.getElementById("uploadAsset").onclick = async () => {
|
||||
|
||||
map = new maplibregl.Map({
|
||||
container: "map",
|
||||
style: "https://demotiles.maplibre.org/style.json",
|
||||
style: "./osm-liberty-gl-style/style.json",
|
||||
center: [-16.2518, 28.4636],
|
||||
zoom: 12,
|
||||
pitch: 55,
|
||||
|
||||
Reference in New Issue
Block a user