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

Fix for #87: gpx files should be .gpx$ #88

Closed joubu closed 8 years ago

joubu commented 8 years ago

The osm_get_gps function generates a sql query which retrieves all files containing "gpx". Instead it should retrieves files with a filename ending with ".gpx".

Otherwise the map won't display anything because of a JS error "TypeError: omnivore.png is not a function" (in the case of a png file).

xbgmsharp commented 8 years ago

Thanks good catch