Set worldCopyJump to false, just to be sure of future Leaflet updates.
This commit is contained in:
parent
6d39aba001
commit
f13e91ad2b
1 changed files with 2 additions and 1 deletions
|
|
@ -131,7 +131,8 @@ DynMap.prototype = {
|
|||
scale: function(zoom) {
|
||||
return (1 << zoom);
|
||||
},
|
||||
continuousWorld: true
|
||||
continuousWorld: true,
|
||||
worldCopyJump: false
|
||||
});
|
||||
window.map = map; // Placate Leaflet need for top-level 'map'....
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue