Neatline Map Export?

I'm working on a digital curation case study for a project built in Omeka using a Neatline map. Can anyone provide any advice about exporting the Neatline geo-spatial data?

Thanks in advance!

Right now the only real method of exporting the WKT is through MySQL, and the way in which MySQL stores the spatial data is weird. You end up having to do things like https://gist.github.com/waynegraham/ebb331835676cd5cecad#file-gistfile1-sql-L2-L4 to get the data out as text to use in other spatial systems.

If you have questions about this, let us know...

Wayne

Thanks so much, Wayne! I will try that out.

-Arden