From b61cfdb05411f7a1ec4c12187c1767d5ee0c1c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 4 May 2012 00:12:26 +0200 Subject: [PATCH] remove the editing toolbar from the highlight-feature.html, it does not make sense in this example and it prevents selection from working when activating navigation again --- examples/highlight-feature.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/highlight-feature.html b/examples/highlight-feature.html index 73cae24e0f..81e5c6f853 100644 --- a/examples/highlight-feature.html +++ b/examples/highlight-feature.html @@ -68,8 +68,6 @@ highlightCtrl.activate(); selectCtrl.activate(); - map.addControl(new OpenLayers.Control.EditingToolbar(vectors)); - map.setCenter(new OpenLayers.LonLat(0, 0), 1); }