Why not doesn't Google maps view the kml layout?
问题 I do this tutorial. I copied the source code from here. I use the similar .kml file too! <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> <script> function initialize() { var chicago = new google.maps.LatLng(41.875696, -87.624207); var mapOptions = { zoom: 11, center: chicago, mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); var ctaLayer = new google.maps.KmlLayer({ url: 'https://de