Open pouemes opened 5 years ago
hello all my var map is var map = L.map("map", {"worldCopyJump":true}) "worldCopyJump":true works perfectly on the map but not on the minimap
the same with setMaxBounds
is it possible to use "worldCopyJump":true for the minimap too? how? thanks
It is in README, see mapOptions.
mapOptions
thanks work L.control.minimap(lgroup,{mapOptions:{"worldCopyJump":true}}).addTo(map);
hello all my var map is var map = L.map("map", {"worldCopyJump":true}) "worldCopyJump":true works perfectly on the map but not on the minimap
the same with setMaxBounds
is it possible to use "worldCopyJump":true for the minimap too? how? thanks