我的 LeafLet 地图包含一个 GeoJSON 和一个 Maptiler 图层。首先,我设置了我的地图var map = L.map(...)
。之后,我添加了我的 GeoJSON 层。然后我通过 AJAX 加载我的地图样式,更改其中的一些内容,最后将其添加到地图中。
地图初始化后,两个图层的缩放和平移似乎都不匹配(见图)。
I just figured out that the Mapbox-GL-LeafLet-plugin (https://github.com/mapbox/mapbox-gl-leaflet) which is advised by Maptiler, is not working for me.
When I use an open, unstyled TileLayer, the problem is gone.