Closed chadlawlis closed 8 years ago
Query used:
SELECT
parks.unit_id,
unit_name_long || ' ' || coalesce(unit_desig_full,'') as "name",
parks.unit_code,
ldir_enforce
FROM
parks,
parks_poly
WHERE
parks.unit_id = parks_poly.unit_id
AND
ldir_enforce = 'f'
AND
(geom_poly is not null
or
geom_point is not null)
ORDER BY
parks.unit_code;
Alright, I just checked Washita Battlefield National National Historic Site -> Zion (at the bottom of the table). No duplicate labels so far.
We didn't quite finish working through this list, but I think we can close this out. We'll consider it a solid effort to kickstart the PT3 label cleanup.
We're constantly adding and updating unit labels, so this is probably best to handle on a park by park basis as we're browsing around, completing data seeds, developing mobile basemaps, etc.
The following parks have
ldir_enforce = 't'
, which means they are prone to a double label in Park Tiles. Let's check these manually and get rid of all double labeled parks in one broad stroke.cc @nateirwin @mtaylorlong