EGeoXml doesn't apply "id"s to markers, so if you wanted to do something
like this:
  http://econym.org.uk/gmap/example_linktomarker.htm?id=Marker%20Two
you'd have to capture that information.

Unfortunately, that doesn't easily fit into a {createmarker} helper
function, so I suggest taking a copy of the egeoxml.js and adding a line
like
   idmarkers[name.toLowerCase()] = m;
to the end of the EGeoXml.prototype.createMarker() function.

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to