如何将断层图包装到引导容器中

时间:2019-02-05 08:39:46

标签: api maps gis tomtom

因此,我已按照如下所示将tomtom映射渲染到了一个引导容器中,一切似乎都可以正常工作as shown here

HTML

<div class="container">
<div id="map"></div>
</div>

JavaScript代码

   var map = tomtom.L.map('map', {
                  key: '<my key>',
                  basePath: 'tomtom',
                  source: 'raster',
                  center: KenyaCoordinates,
                  zoom: 6.4,
    });

问题是当您与渲染的地图进行交互时,它会以某种方式调整大小,覆盖所有其他元素并覆盖整个屏幕,如this other image

0 个答案:

没有答案