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

Improve the library formerly known as Airship Bindings #570

Closed rjimenezda closed 5 years ago

rjimenezda commented 5 years ago

It's now called Airship Bridge.

We could call this release Volantis

volantis bridge

Besides adding a lot of documentation, I've simplified how the filtering works. It's no longer as good as builder, but on the bright side, it's more efficient.

I'm no longer duplicating the Viz for each widget, instead I always have a "data" viz, which is the source of all the filters.

I've also added support for the category widget, and as extra credit, the ability to use the getLegendData of VL for ramps.

There's two examples showing most of the use cases, I'll make sure to link them in the documentation.