Hi, I am thinking of refreshing tilelive API with a new function that allows a more generic, Promise based way of requesting data: Promise<object> getAsync(object). I posted my thoughts in mapbox/tilelive#189 and an implementation that would allow to use all the older components with the new interface, or newer ones with the old one in https://github.com/kartotherian/tilelive-promise
Hi, I am thinking of refreshing tilelive API with a new function that allows a more generic, Promise based way of requesting data:
Promise<object> getAsync(object). I posted my thoughts in mapbox/tilelive#189 and an implementation that would allow to use all the older components with the new interface, or newer ones with the old one in https://github.com/kartotherian/tilelive-promise