mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +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) {
|
||||
return (1 << zoom);
|
||||
}
|
||||
},
|
||||
continuousWorld: true
|
||||
});
|
||||
window.map = map; // Placate Leaflet need for top-level 'map'....
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user