当缩放级别为1时,Google地图显示kml(内部是图像网址)不正确

时间:2016-03-08 08:06:45

标签: javascript google-maps kml

我想显示一个kml(里面是图像网址和边界),右边它应该显示多个图像,当谷歌地图缩放是1,但它只显示1,如何显示谷歌地图的其他部分?

kml代码:

kml code as attached

js code:

ctaLayerIR = new google.maps.KmlLayer({
        url:'http://xxxxxx/I201603070300.XAEWJ.global.full.3600x1200.kml',
        preserveViewport: true,
        clickable: false,
        zIndex: 9999,
        suppressInfoWindows:false       
    });
    ctaLayerIR.setMap(map);

当前显示: how to display the right side kml to left side too?their bounds is same

1 个答案:

答案 0 :(得分:0)

由于您使用了大型图像文件,因此可能超出了KML资源的大小限制。您可以查看此link以获取确切的数字。