Quantcast
Channel: Zenphoto forum
Viewing all articles
Browse latest Browse all 2917

Eli15 on "comma instead of dots in lat/long after serverchange"

$
0
0

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) {


Viewing all articles
Browse latest Browse all 2917

Trending Articles