On Jul 10, 2:58 pm, "[email protected]" <[email protected]>
wrote:
> Hello,
> i am using the maps api onhttp://freizeit-fuehrer.euand until today
> everything was working fine. Since this morning Im getting the error a
> is undefined (on line 614) Im not sure where the errors komming
> from... Im asuming that its a problem with the xml file but I couldnt
> find the problem...
It fails at lines 258/259 of your code:
if(i==auswahl){
map.removeOverlay(map.pointer);
when i=7 because map.pointer doesn't exist and you can't remove a non-
existent overlay.
if (map.pointer) { map.removeOverlay(map.pointer) }
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---