Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Created May 15, 2014 15:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waynegraham/8d89c92246f0bb96ee78 to your computer and use it in GitHub Desktop.
Save waynegraham/8d89c92246f0bb96ee78 to your computer and use it in GitHub Desktop.
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment