From 88fcb48eaa808a010d58e4e32029a8f11fb83447 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 2 May 2026 03:24:32 +0000 Subject: [PATCH] Revert "feat: switch to global planet PMTiles for worldwide vector coverage" This reverts commit a07b33db6d0c73ad5382c71ede26ec4e0e5b5980. --- 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 a8f5337..ca33bf3 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/planet-20260420.pmtiles' + const tileUrl = config?.tileset?.url || '/tiles/na.pmtiles' const attribution = config?.tileset?.attribution || 'Protomaps \u00a9 OSM' // Use namedTheme directly for built-in themes, custom colors for others