-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Background
We need the functionality to add more than one geometry to allow filtering or drawing on the map.
Problem
Implementing his feature right now is not possible without ejecting it from the Carto4React completely and rebuilding them all from scratch. The current widget FeatureSelectionWidget available in the Carto4React library does not provide this functionality.
Why do we need that
That could be used to share the same implementation across many projects and reduce the time of development for the applications, focussing on providing real value for our customers.
Proposal
The proposed implementation is divided into two different implementations.
FeatureSelectionWidget
The widget must allow the show of various geometries together and if the union between them is inclusive or exclusive.
Spatial Filter
The spatial filter feature must allow saving multiple geometries and show them in FeatureSelectionLayer and MaskLayer
