summaryrefslogtreecommitdiffstats
path: root/viewer/MinedMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/MinedMap.js')
-rw-r--r--viewer/MinedMap.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/viewer/MinedMap.js b/viewer/MinedMap.js
index ecb226d..577421b 100644
--- a/viewer/MinedMap.js
+++ b/viewer/MinedMap.js
@@ -67,13 +67,13 @@ window.createMap = function () {
var map = L.map('map', {
center: [0, 0],
- zoom: 1,
- minZoom: 1,
- maxZoom: 1,
+ zoom: 0,
+ minZoom: 0,
+ maxZoom: 0,
crs: L.CRS.Simple,
maxBounds: [
- [-256*(info.info.maxZ+1), 256*info.info.minX],
- [-256*info.info.minZ, 256*(info.info.maxX+1)],
+ [-512*(info.info.maxZ+1), 512*info.info.minX],
+ [-512*info.info.minZ, 512*(info.info.maxX+1)],
],
});