mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Fixed locked on Y-axis (non continuous world).
This commit is contained in:
parent
0025bd62fb
commit
37a6b2932a
@ -130,7 +130,8 @@ DynMap.prototype = {
|
|||||||
}),
|
}),
|
||||||
scale: function(zoom) {
|
scale: function(zoom) {
|
||||||
return (1 << zoom);
|
return (1 << zoom);
|
||||||
}
|
},
|
||||||
|
continuousWorld: true
|
||||||
});
|
});
|
||||||
window.map = map; // Placate Leaflet need for top-level 'map'....
|
window.map = map; // Placate Leaflet need for top-level 'map'....
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user