Use path types when referencing interactions
This commit is contained in:
@@ -35,8 +35,8 @@ import SourceState from '../source/State.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 ol.Map#addLayer}. Components
|
* Layers are usually added to a map with {@link ol.Map#addLayer}. Components
|
||||||
* like {@link ol.interaction.Select} use unmanaged layers internally. These
|
* like {@link module:ol/interaction/Select~Select} use unmanaged layers
|
||||||
* unmanaged layers are associated with the map using
|
* internally. These unmanaged layers are associated with the map using
|
||||||
* {@link ol.layer.Layer#setMap} instead.
|
* {@link ol.layer.Layer#setMap} instead.
|
||||||
*
|
*
|
||||||
* A generic `change` event is fired when the state of the source changes.
|
* A generic `change` event is fired when the state of the source changes.
|
||||||
|
|||||||
Reference in New Issue
Block a user