Set worldCopyJump to false, just to be sure of future Leaflet updates.

This commit is contained in:
FrozenCow 2011-11-27 23:40:25 +08:00 committed by mikeprimm
parent 945793979d
commit bebaa5842a

View file

@ -131,7 +131,8 @@ DynMap.prototype = {
scale: function(zoom) { scale: function(zoom) {
return (1 << zoom); return (1 << zoom);
}, },
continuousWorld: true continuousWorld: true,
worldCopyJump: false
}); });
window.map = map; // Placate Leaflet need for top-level 'map'.... window.map = map; // Placate Leaflet need for top-level 'map'....