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

Add check for CARTO VL version on Airship Bridge 2.2 #646

Closed rjimenezda closed 5 years ago

rjimenezda commented 5 years ago

Problem We can encounter some issues with the bridge and CARTO VL < 1.3, particularly regarding getLegendData

Proposed solution Check the CARTO VL version when using the Legends bridge. The "filters" part of the bridge probably doesn't need it.

Might have an issue getting the actual version, since we're just passing the layer itself. Maybe we can do some feature detection instead :thinking:

Extra info ...