From 11aeabb7c67df94d738f0f278604201ccb35c6fb Mon Sep 17 00:00:00 2001 From: arno Date: Thu, 7 Jul 2011 15:59:45 +0200 Subject: [PATCH] enable navigation in raw mode --- public/js/syjraw.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/js/syjraw.js b/public/js/syjraw.js index cf6be9c..3606018 100644 --- a/public/js/syjraw.js +++ b/public/js/syjraw.js @@ -19,7 +19,10 @@ function resizeMap() { function init() { var map = new OpenLayers.Map('map', { - controls: [ new OpenLayers.Control.Attribution() ], + controls: [ + new OpenLayers.Control.Navigation(), + new OpenLayers.Control.Attribution() + ], theme: null}), baseLayer = new OpenLayers.Layer.OSM("OSM", null, { attribution: SyjStrings.osmAttribution }), -- 2.39.2