navi/src
Matt 41ea028d48 public-lands: filter "Unknown <agency>" PAD-US label artifacts
PAD-US v4.0 ships many small sub-polygons whose unit_nm is literally
"Unknown <state agency>" (e.g. "Unknown Idaho Department of Lands"). The
PMTiles build maps unit_nm -> feature name, so the label layer rendered
these spurious labels next to/over the legitimate umbrella label.

Filter them out at the PUBLIC_LANDS_LABEL (symbol) layer only via a name
prefix test. Fill and line layers are untouched — the polygon geometry
still renders, just without the bogus label.

Evidence: /api/landclass at (42.619853, -114.462106) returns a 12-acre
"Unknown Idaho Department of Lands" overlapping the 1.98M-acre
"Idaho Department of Lands" umbrella.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 17:03:35 +00:00
..
components public-lands: filter "Unknown <agency>" PAD-US label artifacts 2026-05-20 17:03:35 +00:00
hooks feat(themes): consolidate UI CSS properties into theme registry 2026-05-01 16:17:26 +00:00
themes feat(themes): Add Parchment medieval manuscript theme 2026-05-01 22:49:50 +00:00
utils style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
api.js feat: wilderness maneuvers, pick-from-map, distance formatting, place card panel 2026-05-09 06:09:14 +00:00
App.jsx feat: unified routing UI with wilderness + network segments 2026-05-08 19:03:44 +00:00
config.js cleanup: remove dead contour-test code and stale fallback config 2026-05-07 21:56:14 +00:00
index.css feat: Add satellite imagery with Map/Satellite/Hybrid view modes 2026-05-02 02:01:56 +00:00
main.jsx feat(navi): config-driven tile source, defaults, and feature flags 2026-04-20 23:36:02 +00:00
store.js feat: drag-and-drop stop reordering and fix radial add-stop 2026-05-09 15:40:12 +00:00