> but can you give me a tip how can I alter my XML parsing code?
Not really.
You were complaining that you didn't want all markers to also get
represented in your sidebar.
If you want them there, you call
createMarker(point,true, a,b, icon,info)
if you don't want them call
createMarker(point,false, a,b, icon,info)
I can't make the decision for you about which ones you want and which
ones you don't. It seems like you think the marker you create with
a polyline is unwanted, so why not look there to begin with.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---