tilezen / go-tilepacks

A Go-based tile downloader that saves to deduplicated mbtiles files.
MIT License
14 stars 3 forks source link

Reset the gzip and buffer in we hit one of the continues #5

Closed iandees closed 5 years ago

iandees commented 5 years ago

From @zerebubuth's comment in https://github.com/tilezen/go-tilepacks/commit/741906a636ac0904ef4c9eaccb34395d5893e698#r33455299

Reset the gzip and associated byte buffer before we use it every time in case an error happened in the previous iteration of the loop.