omeka / plugin-Geolocation

Allows administrative users to save geolocation data for an individual item. The plugin generates a Google map containing items with geolocation data and a web page for displaying the map.
http://omeka.org/codex/Plugins/Geolocation
12 stars 20 forks source link

Test lat/long address input change #48

Closed zerocrates closed 7 years ago

zerocrates commented 7 years ago

Master branch of the plugin.

The change being tested is in the map input tab on item add/edit: it now accepts latitude-longitude pairs directly in the address field(as two decimal numbers separated by a comma or semicolon). The prior code accepted them, but would snap them to the nearest road, so try to pick points not on a road when testing.

This only affects input into the address box, not manual clicking to pick points.

Also confirm "normal" addresses still work as expected.

mebrett commented 7 years ago

Street addresses still work, and lat/long works as well - does not try to redirect to the closest street.