Improve documentation of regular versus irregular transformation
This commit is contained in:
@@ -165,13 +165,16 @@ OpenLayers.Control.TransformFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
* {<OpenLayers.Control.DragFeature>}
|
||||
*/
|
||||
dragControl: null,
|
||||
|
||||
|
||||
/**
|
||||
* APIProperty: irregular
|
||||
* {Boolean}
|
||||
* {Boolean} Make scaling/resizing work irregularly. If true then
|
||||
* dragging a handle causes the feature to resize in the direction
|
||||
* of movement. If false then the feature resizes symetrically
|
||||
* about it's center.
|
||||
*/
|
||||
irregular: false,
|
||||
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Control.TransformFeature
|
||||
* Create a new transform feature control.
|
||||
|
||||
Reference in New Issue
Block a user