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

This commit is contained in:
Éric Lemoine
2012-05-04 00:12:26 +02:00
parent 743dc9a738
commit b61cfdb054

View File

@@ -68,8 +68,6 @@
highlightCtrl.activate();
selectCtrl.activate();
map.addControl(new OpenLayers.Control.EditingToolbar(vectors));
map.setCenter(new OpenLayers.LonLat(0, 0), 1);
}