From 7fa1ae861dbfd6e850f713c6ac3bdbc209c1a450 Mon Sep 17 00:00:00 2001 From: Mihai Varga Date: Mon, 27 Apr 2015 09:57:06 +0300 Subject: [PATCH] The map should not yet handle keyboard events --- loleaflet/debug/document/document_simple_example.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/loleaflet/debug/document/document_simple_example.html b/loleaflet/debug/document/document_simple_example.html index 3ca05dc00..5fde13701 100644 --- a/loleaflet/debug/document/document_simple_example.html +++ b/loleaflet/debug/document/document_simple_example.html @@ -39,7 +39,8 @@ minZoom: 1, maxZoom: 20, server: "ws://localhost:9980", - dragging: false + dragging: false, + keyboard: false }); ////// Document layer ////