On Jan 19, 9:59 am, "[email protected]" <[email protected]> wrote: > ok, i managed to read in the xml file using > > geoXml = new GGeoXml("http://maps.google.co.uk/maps/ms? > ie=UTF8&hl=en&oe=UTF8&t=p&msa=0&output=georss&msid=113182867293536345615.00045fe257442bb94c722"); > map.addOverlay(geoXml); > > which gets me the markers on the map. > > how do i now change the default marker to something else going this > way?
You will need to use GeoXml or EGeoXml or one of the tricks in Mike Williams' tutorial: Part 36 Tricks with GGeoXml http://econym.org.uk/gmap/interceptor.htm http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=interceptor+GGeoXml (I think variations of this have been posted in previous discussions, not sure if any of them handle changing the markers) The easiest way will be to use EGeoXml or GeoXml. -- 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 -~----------~----~----~----~------~----~------~--~---
