CartoDB / d3.cartodb

Client-side rendering of CartoDB visualisations with d3
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

Turbocartocss implementation #147

Closed fdansv closed 8 years ago

fdansv commented 8 years ago

@javisantana @rochoa this is ready to merge.

The only caveat is that when we are using turbocartocss, the style won't be applied until all tiles are loaded. We can mitigate this in two ways:

a) Change the listener so that we apply the style every time a single tile is loaded

b) Without knowing in depth how turbo works, would there be an easy way at all to make the parser synchronous? I understand the need for it to be aync when we're using the SQL API, but on the client we're using local, immediate data.