Piwigo / piwigo-openstreetmap

OpenStreetMap integration for Piwigo
http://piwigo.org/ext/extension_view.php?eid=701
GNU General Public License v3.0
35 stars 35 forks source link

Alter osm_places table column to fit 3 digit latitudes #156

Closed samwilson closed 6 years ago

samwilson commented 6 years ago

Increase the size of the osm_places.longitude column to double(9,6) from double(8,6) to allow values over 99°. No need to do the same for latitude, as it has a max of 90°.

Refs: #153

xbgmsharp commented 6 years ago

Thanks