nationalparkservice / places-data

Data from the Places system.
http://www.nps.gov/npmap/tools/places/
13 stars 5 forks source link

Bump min_zoom_label_long to 15 for FOPO and SAFR #715

Closed chadlawlis closed 8 years ago

chadlawlis commented 8 years ago

Done via:

UPDATE parks_label
SET min_zoom_label_long, min_zoom_label_center = 15
WHERE unit_id = 348 OR unit_id = 137;

Will confirm once live once tiles have been regenerated.

chadlawlis commented 8 years ago

Welp, I forgot about the rule that maintains the style from z14 on. So, updating min_zoom_label_long and center to z15 meant they never rendered into the full label or centered. So, reverting back to z14.

chadlawlis commented 8 years ago

All set here - closing.