Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds the select interaction to rlayers.
Following the React spirit described in the readme, I opted to automatically add a layer filter if the interaction is placed inside a vector layer. See examples below. Do you agree with this decision?
In this example only features from the vector layer of which the interaction is placed inside will be selectable.
In this example features from every vector layer will be selectable.
I did not find any documentation for contributing, so I'm not sure how examples and tests are set up. If I can get some pointers for this I can try to add these as well.