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.
@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.