Hi,
In response to this issue: http://www.zenphoto.org/support/topic.php?id=17156
Positioning images Google is wrong for me since version 1.4.3.3.
If I copy the directory version 1.4.3.2 everything works normally.
In searching, I noticed that it came from line 70 in file m.php
I replaced this:
$MAP_OBJECT->$key = sanitize($datum);
by:
$MAP_OBJECT->$key = $datum;
and it works in my case.
Laurent