[EDIT] it seems that the problem is with Google maps, which takes time to update the KML link ... I'm not sure, but in the end it works ... [/ EDIT]
I posted an existing google public map on this website: http://www.ridetheflavour.fr
Here is the shared map link: https://maps.google.fr/maps/ms?msa=0&msid=211027213468691902621.0004c8616605648d245b2
As you can see, the embedded site map markers do not match the google public map markers. This doesn't seem to be a browser cache issue ...
Here is the javascript snippet I'm using (Google V3 Map API):
var mapOptions = { center: new google.maps.LatLng(24.797409,-5.449219), zoom: 3, mapTypeId: google.maps.MapTypeId.TERRAIN, overviewMapControl: false, streetViewControl: false }; var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions); var georssLayer = new google.maps.KmlLayer('https://maps.google.fr/maps/ms?ie=UTF8&authuser=0&msa=0&output=kml&msid=211027213468691902621.0004c8616605648d245b2'); georssLayer.setMap(map);
Any help would be greatly appreciated.
Sulliwane
source share