-1
我有一個KML文件在Google地圖上未加載。這裏是的jsfiddle:使用JavaScript API在Google地圖上不顯示KML圖層
https://jsfiddle.net/rh0az9rr/
function initMap() {
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 4,
center: {lat: 39.8282, lng: -98.5795} });
var ctaLayer = new google.maps.KmlLayer({
url: 'http://www.agstechnologies.com/counties.kml',
map: map
});
}
它在這裏工作 - https://fusiontables.google.com/data?docid=1xdysxZ94uUFIit9eXmnw1fYc6VcQiXhceFd_CVKa#map:id=2。不知道爲什麼。 – dang
FusionTablesLayer與KmlLayer不同,具有不同的限制。 – geocodezip
你可以看看這個 - http://stackoverflow.com/questions/39979247/layer-not-getting-removed-google-maps – dang