Skip to content

Instantly share code, notes, and snippets.

View sheepeeh's full-sized avatar

Rachel Donahue sheepeeh

View GitHub Profile
@waynegraham
waynegraham / gist:8d89c92246f0bb96ee78
Created May 15, 2014 15:25
Calculate map_focus from coverage for neatline
UPDATE omeka_neatline_records
SET map_focus = concat(X(coverage), ', ', Y(coverage))
, map_zoom = 8
WHERE exhibit_id = 21;