the only variable-name i didnt check 300 times.. feel a bit stupid now.. but perfect! thank you veeeery mutch!
On 19 abr, 02:13, Rossko <[email protected]> wrote: > >http://www.illuvate.net/barsacon/code.php > > Early on , you declare > var markerGroups = { "art": [], "diferente": []}; > In your createMarker() function, you do > markerGroups[type].push(marker); > but at this time 'type' has a value read from your XML of 'arte'. > markerGroups has no component array called 'arte' and the push() > method fails. > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
