Merge pull request #12743 from mike-000/patch-3

Remove docs reference to unmanaged layer and Select
This commit is contained in:
Andreas Hocevar
2021-09-13 17:45:45 +02:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -154,8 +154,6 @@ const originalFeatureStyles = {};
* `toggle`, `add`/`remove`, and `multi` options; a `layers` filter; and a * `toggle`, `add`/`remove`, and `multi` options; a `layers` filter; and a
* further feature filter using the `filter` option. * further feature filter using the `filter` option.
* *
* Selected features are added to an internal unmanaged layer.
*
* @fires SelectEvent * @fires SelectEvent
* @api * @api
*/ */

View File

@@ -79,7 +79,7 @@ import {listen, unlistenByKey} from '../events.js';
* displayed, irrespective of the source of that data. * displayed, irrespective of the source of that data.
* *
* Layers are usually added to a map with {@link import("../PluggableMap.js").default#addLayer map.addLayer()}. Components * Layers are usually added to a map with {@link import("../PluggableMap.js").default#addLayer map.addLayer()}. Components
* like {@link module:ol/interaction/Select~Select} use unmanaged layers * like {@link module:ol/interaction/Draw~Draw} use unmanaged layers
* internally. These unmanaged layers are associated with the map using * internally. These unmanaged layers are associated with the map using
* {@link module:ol/layer/Layer~Layer#setMap} instead. * {@link module:ol/layer/Layer~Layer#setMap} instead.
* *