hi,
so with comma, the lat/long doesn't work.
I had to change or insert on line about 408**
...
$lat_f = str_replace(',', '.', $lat_f);
$long_f = str_replace(',', '.', $long_f);
$result = array( ...
the str_replace above seems not to work ...
best,
Eli
** file: zp_openstreetmap.php
function getImageGeodata($image) {