From 929c95de6072a424c01a74f81624008e61abbf03 Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 26 Jul 2009 12:50:06 +0200 Subject: [PATCH] do not display attribution --- js/syp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/syp.js b/js/syp.js index 8ebc302..9927498 100644 --- a/js/syp.js +++ b/js/syp.js @@ -31,7 +31,7 @@ var SYP = { init: function() { this.map = new OpenLayers.Map("map", { controls:[ - new OpenLayers.Control.SypAttribution(), + //new OpenLayers.Control.SypAttribution(), new OpenLayers.Control.Navigation(), new OpenLayers.Control.PanZoom(), new OpenLayers.Control.Permalink() -- 2.39.2