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.
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.
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.