OpenLayers JavaScript Mapping Library |
OpenLayers. Handler.PathHandler to draw a path on the map. Path is displayed on mouse down, moves on mouse move, and is finished on mouse up. Inherits fromSummary
linePrivate. {OpenLayers.Feature.Vector} OpenLayers. Handler.PathCreate a new path hander Parameters
geometryClone
Private. Return a clone of the relevant geometry. Return: {OpenLayers.Geometry.LineString} |
Private.
createFeature: function()
Private.
destroyFeature: function()
Private.
addPoint: function()
Private.
freehandMode: function( evt )
Private.
modifyFeature: function()
Private.
drawFeature: function()
Private.
geometryClone: function()
Private.
mousedown: function( evt )
Private.
mousemove: function ( evt )
Private.
mouseup: function ( evt )
Private.
dblclick: function( evt )