Modify interaction takes style & features options

Instead of a FeatureOverlay
This commit is contained in:
Antoine Abt
2014-02-21 12:35:30 +01:00
parent 7cea6f3240
commit ec832bdf6e
3 changed files with 17 additions and 10 deletions

View File

@@ -454,7 +454,8 @@
* @typedef {Object} olx.interaction.ModifyOptions
* @property {number|undefined} pixelTolerance Pixel tolerance for considering
* the pointer close enough to a vertex for editing. Default is 20 pixels.
* @property {ol.FeatureOverlay} featureOverlay Features overlay.
* @property {ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction|undefined} style FeatureOverlay style.
* @property {ol.Collection} features The features the interaction works on.
*/
/**