I have a Problem.
How can associate a event of mouse at Control.
DrawFeature?

drawControls = {
      point: new OpenLayers.Control.
DrawFeature(vectors,
                   OpenLayers.Handler.Point),
       line: new OpenLayers.Control.DrawFeature(vectors,
                  OpenLayers.Handler.Path),
        polygon: new 
OpenLayers.Control.DrawFeature(vectors,
                  OpenLayers.
Handler.Polygon),
       drag: new OpenLayers.Control.DragFeature
(vectors),
};

when i click on the mouse for generate a point i wont 
that event
"mouseon"  genrate an action

thank you
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to