CartoDB / airship

A design library for building Location Intelligence applications.
https://carto.com/developers/airship/
BSD 3-Clause "New" or "Revised" License
75 stars 14 forks source link

Filtering VL integration #538

Closed rjimenezda closed 5 years ago

rjimenezda commented 5 years ago

Filtering through a widget and re-setting the state to the filtered data can be very tricky

We should try to provide a standardized way of filtering VL visualizations with Airship widgets.

We could tackle this with a simple approach first (no re-setting the filtered data), and then also providing a more advanced one.

We might have to impose some limitations in order to keep this feasible. For instance, what happens if you move the map while you've filtered, or if the same visualization is filtered by several widgets, etc etc