Compare commits

..

No commits in common. "d4e3b68a13223d16b7f0f1aa1c2020c4936824e2" and "36171123f1ca72c0c6d64d252c1644cc20da45f8" have entirely different histories.

View file

@ -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 <agency>" USGS source artifact, not real label.
filter: ['!', ['==', ['slice', ['coalesce', ['get', 'name'], ''], 0, 8], 'Unknown ']],
minzoom: 10,
layout: {
'text-field': ['get', 'name'],