Page 1 sur 1

Départements sur Google MAP (fichier KML)

Publié : 22 sept. 2010, 11:00
par thomas
API V3

var ctaLayer = new google.maps.KmlLayer('http://gmaps-samples.googlecode.com/svn ... ml/cta.kml');
ctaLayer.setMap(map);

API V2

geoXml = new GGeoXml("http://gmaps-samples.googlecode.com/svn ... ml/cta.kml");
map.addOverlay(geoXml);