my LeafLet map contains a GeoJSON and a Maptiler layer.
First I set up my map by var map = L.map(...)
. Right after that I add my GeoJSON layer. Then I load my map style via AJAX, change a few things in it, and finally add it to the map as well.
After the map is initialized, both layers seem to have a mismatch in zoom and pan (see image).