From bd5510b62a031e568e90d9b67ed5dc5d222f339d Mon Sep 17 00:00:00 2001 From: wirdehall Date: Fri, 18 Oct 2019 00:20:05 +0200 Subject: [PATCH] Updated docs for Select style. Updated docs for Select style with new option of false. --- src/ol/interaction/Select.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/interaction/Select.js b/src/ol/interaction/Select.js index 91269609e5..ad64ac4a0f 100644 --- a/src/ol/interaction/Select.js +++ b/src/ol/interaction/Select.js @@ -61,6 +61,7 @@ const SelectEventType = { * @property {import("../style/Style.js").StyleLike} [style] * Style for the selected features. By default the default edit style is used * (see {@link module:ol/style}). + * If set to `false` the selected feature's style will not change. * @property {import("../events/condition.js").Condition} [removeCondition] A function * that takes an {@link module:ol/MapBrowserEvent~MapBrowserEvent} and returns a * boolean to indicate whether that event should be handled.