Hi out there...
I have used google maps for a couple og years now, and have had the
same code for all years, but suddenly my code dosent work anymore.

I have a page where people can add new places on the map.
I use this script to extract the coordinates:

function mapClick(marker, point) {
        if (!marker) {
                oLat = document.getElementById(\"lat\");
                oLat.value = point.y;
                oLon = document.getElementById(\"lon\");
                oLon.value = point.x;

But when people add new marks, they don't appear the right place on
the map... ?

Have google changed anything lately ?

Jesper Andersen
Denmark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to