diff --git a/src/components/MapView.jsx b/src/components/MapView.jsx index e9131b3..6f6d26b 100644 --- a/src/components/MapView.jsx +++ b/src/components/MapView.jsx @@ -528,8 +528,6 @@ function addPublicLands(map, themeId) { type: 'symbol', source: PUBLIC_LANDS_SOURCE, 'source-layer': 'public_lands', - // Exclude PAD-US sub-polygons whose unit_nm is "Unknown " — USGS source artifact, not real label. - filter: ['!', ['==', ['slice', ['coalesce', ['get', 'name'], ''], 0, 8], 'Unknown ']], minzoom: 10, layout: { 'text-field': ['get', 'name'],