Somebody delivered a simple kml to me and this has the same problem. I've attached this file.
You can test it in the playground http://code.google.com/apis/ajax/playground/#geoxml_kml by using the following initialize function: function initialize() { if (GBrowserIsCompatible()) { geoXml = new GGeoXml( "http://tech.reumer.net/images/double_earth_markers.kml"); map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(-30, 30), 5); map.setMapType(G_SATELLITE_3D_MAP); map.addControl(new GLargeMapControl()); map.addControl(new GLargeMapControl()); map.addOverlay(geoXml); geoXml.gotoDefaultViewport(map); } } Does anybody have a clue why the ghost markers appear? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api/-/qHFisXQ48V4J. 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.
double_earth_markers.kml
Description: application/vnd.google-earth.kml
