when editing features, click events are propagated to the map.
$ svn diff ../openlayers/lib/OpenLayers/Handler/Point.js
Index: ../openlayers/lib/OpenLayers/Handler/Point.js
===================================================================
--- ../openlayers/lib/OpenLayers/Handler/Point.js (revision 4421)
+++ ../openlayers/lib/OpenLayers/Handler/Point.js (working copy)
@@ -245,6 +245,10 @@
return true;
},
+ click: function(evt){
+ return false;
+ },
+
/**
* Method: mouseup
* Handle mouse up. Send the latest point in the geometry to the control.