From 6245ecc206d6590cb6cabd30fc8121b763a57375 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 2 May 2026 03:33:15 +0000 Subject: [PATCH] feat: switch to global planet PMTiles for worldwide vector coverage Co-Authored-By: Claude Opus 4.5 --- src/components/MapView.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapView.jsx b/src/components/MapView.jsx index ca33bf3..a279c9d 100644 --- a/src/components/MapView.jsx +++ b/src/components/MapView.jsx @@ -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