Closed gravitystorm closed 10 years ago
Without this, tilelive.copytask will try accessing data.solid with data being null, and then crash out.
The copytask is happy to skip missing tiles if it receives an error with a particular format - see https://github.com/mapbox/tilelive.js/blob/f06db2bb9a1257c40894051e2926a97e536d988a/lib/copytask.js#L177 .
Thanks! Published as 0.1.2.
Without this, tilelive.copytask will try accessing data.solid with data being null, and then crash out.
The copytask is happy to skip missing tiles if it receives an error with a particular format - see https://github.com/mapbox/tilelive.js/blob/f06db2bb9a1257c40894051e2926a97e536d988a/lib/copytask.js#L177 .