scholarslab / NeatlineFeatures

Add Geospatial coverage to Omeka Items
http://neatline.org/
Apache License 2.0
9 stars 6 forks source link

Change geo field from TEXT to MEDIUMTEXT #89

Open mikesname opened 8 years ago

mikesname commented 8 years ago

Geo data such as borders can easily exceed TEXT's 16Kb limit. This also matches the size of the omeka_element_text.text column.

erochest commented 8 years ago

Good point. Thanks so much.

I need to get the tests working before I merge it, but I will definitely do so.

Thanks

mikesname commented 8 years ago

Great. BTW, I ran into this after making a way for our people to add large amounts of geo without having to use the map GUI, so if you're still interesting in a solution for issue #14 I might be able to contribute some code (or, as currently, a separate plugin.)