CartoDB / toolkit

JS library to interact with CARTO APIs in a simple way
https://toolkit-wheat.now.sh
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Fix typings and refactor DOLayer #105

Closed jesusbotella closed 4 years ago

jesusbotella commented 4 years ago

This PR updates Deck.gl typings and fixes type errors in our codebase.

I've leveraged the opportunity to refactor a bit our DOLayer to avoid waiting for await in getTileData.