From 06ea46b2592c3a727a0d95f1e48643119565b733 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 8e32d85..16749b1 100644 --- a/js/syp.js +++ b/js/syp.js @@ -32,7 +32,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