Pass null as forEachFeatureAtPixel layer arg for unmanaged layers

This commit is contained in:
Andreas Hocevar
2015-11-06 21:31:25 +01:00
parent 5b817f3146
commit 1aea2c2b0c
5 changed files with 24 additions and 4 deletions

View File

@@ -97,6 +97,8 @@ goog.inherits(ol.interaction.SelectEvent, goog.events.Event);
* `toggle`, `add`/`remove`, and `multi` options; a `layers` filter; and a
* further feature filter using the `filter` option.
*
* Selected features are added to an internal unmanaged layer.
*
* @constructor
* @extends {ol.interaction.Interaction}
* @param {olx.interaction.SelectOptions=} opt_options Options.