Closed chadlawlis closed 8 years ago
I'd like to move this a bit northwest to avoid knocking out the visitor center and other prominent features on the southeastern side of the island.
Screenshot below from placement via geojson.io:
Done via:
BEGIN; UPDATE parks_label SET geom_label = (SELECT ST_GeomFromText('POINT(-122.42432355880736 37.82765411187886)', 4326)) WHERE unit_id = 425; UPDATE parks_label SET geom_label = ST_Transform(ST_SetSRID(geom_label, 4326), 3857) WHERE unit_id = 425; COMMIT;
This is now live and working properly.
I'd like to move this a bit northwest to avoid knocking out the visitor center and other prominent features on the southeastern side of the island.
Screenshot below from placement via geojson.io:
Done via: