Files
Andriy Oblivantsev 0c76e867ae
CI / test (push) Successful in 4s
Allow anonymous public asset downloads and adopt OSM Liberty style for MapLibre demo.
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
2026-03-02 21:56:31 +00:00

18 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OSM Liberty
GL basemap style based on [OSM Liberty](https://github.com/maputnik/osm-liberty), an open, minimal OSM style.
## Sources
| Source ID | Type | URL | Description |
|-------------|-----------|---------------------------------------------------------------------|--------------------------------------|
| satellite-jaxa | raster | [tiles.produktor.duckdns.org/services/jaxa_terrainrgb0-12](https://tiles.produktor.duckdns.org/services/jaxa_terrainrgb0-12) | JAXA terrain RGB (toggle in UI, off by default) |
| satellite-esri | raster | [ESRI World Imagery](https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9) | ESRI satellite (toggle in UI, off by default) |
| openmaptiles| vector | [tiles.produktor.duckdns.org/services/planet-231204.osm.renumbered](https://tiles.produktor.duckdns.org/services/planet-231204.osm.renumbered) | OSM vector tiles (OpenMapTiles schema) |
| hillshading | raster | [tiles.produktor.duckdns.org/services/jaxa_hillshade](https://tiles.produktor.duckdns.org/services/jaxa_hillshade) | JAXA hillshade relief (z012) |
| terrain-dem | raster-dem| [tiles.produktor.duckdns.org/services/jaxa_terrainrgb0-12](https://tiles.produktor.duckdns.org/services/jaxa_terrainrgb0-12) | JAXA AW3D30 Terrain-RGB for 3D terrain |
All tile sources are served from [tiles.produktor.duckdns.org/services](https://tiles.produktor.duckdns.org/services).
3D terrain is enabled in `app.js` via `map.setTerrain`. UI toggles: ESRI Satellite, Terrain RGB (jaxa), Hillshades.