On Feb 17, 11:38 am, Vicoder <[email protected]> wrote: > Hi, here' s my problem: > > I've been trying to create a marker hider, I parse my data from a > file.php that constructs the xml document tree with a ' echo $dom- > > >saveXML(); ' . > > In my "createMarker function" -> markerGroups[type].push(marker); > "THE PUSH MARKER" is not recognized, but parsing my data with a > file.xml shows no problem. I know that I can write all my data in a > XML , but the thing it's... I want to know what's the problem with the > parsing of both extensions or how can I use the push method of > "marker" xml tree from file.php > > Can anyone help me? Thanks
Not enough information. Please post a link to your map that exhibits the problem. Probably markerGroups[type] is not an array. http://groups.google.com/group/google-maps-api/web/suggested-posting-guidelines http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical -- Larry -- 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.
