The map should not yet handle keyboard events

This commit is contained in:
Mihai Varga 2015-04-27 09:57:06 +03:00
parent 0615ce950f
commit 7fa1ae861d

View file

@ -39,7 +39,8 @@
minZoom: 1,
maxZoom: 20,
server: "ws://localhost:9980",
dragging: false
dragging: false,
keyboard: false
});
////// Document layer ////