Adding multi property to the DrawFeature control. If true, geometries will be cast to multi-part counterparts before features are added to the target layer. r=ahocevar (closes #2542)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10142 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -35,7 +35,7 @@ OpenLayers.Handler.Point = OpenLayers.Class(OpenLayers.Handler, {
|
||||
layer: null,
|
||||
|
||||
/**
|
||||
* Property: multi
|
||||
* APIProperty: multi
|
||||
* {Boolean} Cast features to multi-part geometries before passing to the
|
||||
* layer. Default is false.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user