mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
feat: switch to global planet PMTiles for worldwide vector coverage
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
66f91fd379
commit
a07b33db6d
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ function applyBaseLabelStyling(map) {
|
|||
/** Build a full MapLibre style object for the given theme */
|
||||
function buildStyle(themeName) {
|
||||
const config = getConfig()
|
||||
const tileUrl = config?.tileset?.url || '/tiles/na.pmtiles'
|
||||
const tileUrl = config?.tileset?.url || '/tiles/planet-20260420.pmtiles'
|
||||
const attribution = config?.tileset?.attribution || 'Protomaps \u00a9 OSM'
|
||||
|
||||
// Use namedTheme directly for built-in themes, custom colors for others
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue