> Waht I meant: > I want to replace the Icons of some placemarks (as you already sed > it's possible).
You can specify the icons in your KML. If you want to ignore the KML and specify your own icons, you can do that ... but you can't use Google's GGeoXml directly, you will have to use a client-side parser so that you can modify it. > And I also wanted to know if it's possible to use the > openInfoWindowHtml JS Funktion > in order to open some placemarks. - is there an example? GGeoXml will use the KML <description> content for infowindows when an infowindow is clicked. If you want some other behaviour, see above. This might be useful http://econym.org.uk/gmap/interceptor.htm -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
