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:
Matt 2026-05-02 03:33:15 +00:00
commit 6245ecc206

View file

@ -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/planet-20260420.pmtiles'
const attribution = config?.tileset?.attribution || 'Protomaps \u00a9 OSM'
// Use namedTheme directly for built-in themes, custom colors for others