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) {
I did search a bit and I didn't really find if commas are "disallowed" in general. At least dots seem to be the general writing (and I am from country that writes commas with decimals as well). I can of course add your addition to the plugin just to cover it.
I can of course add your addition to the plugin just to cover it.
yes, sure!
You have this code some lines above in this function. I didn't analyse it fully, if its double now ...
I switched from my home-Apache/2.4.4 (Win32) to a "Server API Apache 2.0 Handler" (Linux) of my hoster ALL-INKL.COM.
may be any character set hook or interchange
Eli
hi,
no, I have them not added "wrong", I'm just the simple BDU.
I insert the values with exiftool:
exiftool -xmp:gpslatitude=54.55555 -xmp:gpslongitude=9.88888 -exif:gpslatitude=54.55555 -exif:gpslongitude=9.88888 image.jpg
error approximation:
in the ZenPhoto-table, they become saved
from my hoster with commata (!!?)