Compare commits

..

No commits in common. "master" and "feature/offroute-ui" have entirely different histories.

View file

@ -528,8 +528,6 @@ function addPublicLands(map, themeId) {
type: 'symbol', type: 'symbol',
source: PUBLIC_LANDS_SOURCE, source: PUBLIC_LANDS_SOURCE,
'source-layer': 'public_lands', '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, minzoom: 10,
layout: { layout: {
'text-field': ['get', 'name'], 'text-field': ['get', 'name'],