Hello,

I've a problem with ghost markers when showing a kml file in the Google 
Earth API via Google Maps API version 2. See: 
http://tech.reumer.net/Google-Maps/Test/richard-zs6ro.html
If I use the other maptypes the ghost markers don't appear.

The ghost markers are yellow or blue and appear on the same location as the 
original markers. They disappear sometimes when zooming in or panning the 
map.

If I click on such a marker then an infowindow opens at coordinates 0,0 that 
it's empty.

The kml file consist an network link to a georss source: 
http://aprs.fi/aprsupdate.kml?units=metric&amp;units_temp=C<http://aprs.fi/aprsupdate.kml?units=metric&units_temp=C>
This source is not my source, but of an external party.

I reproduced the problem in de code 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/aprs.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);
  }
} 

Has anybody an idea what is causing the ghost markers to appear?
Is this caused by google maps api version 2?

Kind regards Mike

PS I created the same message at: 
https://groups.google.com/d/topic/google-earth-api/-alpfi9lQfc/discussion, 
but not many responses or an answer.

-- 
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/-/NU5ltv7d7zAJ.
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