It's a bit tricky to debug your code because it keeps getting into a
loop here:
while (g_moveNotFinished) g_mapBC.removeOverlay(g_rubberline);
No matter how many times you remove the overlay, your g_moveNotFinished
never becomes false.
One problem is that your map is called g_mapBC, but on this line you try
to call it "map"
getMousePosition(map,overlay,point);
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---