Allow anonymous public asset downloads and adopt OSM Liberty style for MapLibre demo.
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:
2026-03-02 21:56:31 +00:00
parent a666f1233d
commit 0c76e867ae
253 changed files with 12466 additions and 5 deletions
+1 -1
View File
@@ -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,