Make modify interaction use FeaturesOverlay
Instead of a whole map.
This commit is contained in:
@@ -435,9 +435,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.interaction.ModifyOptions
|
||||
* @property {undefined|Array.<ol.layer.Layer>|function(ol.layer.Layer):boolean} layers
|
||||
* Layers or filter function to restrict modification to a subset of layers.
|
||||
* @typedef {Object} olx.interaction.ModifyOptions
|
||||
* @property {ol.feature.StyleFunction|undefined} styleFunction
|
||||
* the styleFunction for the feature
|
||||
* @property {number|undefined} pixelTolerance Pixel tolerance for considering
|
||||
* the pointer close enough to a vertex for editing. Default is 20 pixels.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user