Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying tiles from HTTP → MBTiles hangs #15

Closed
mojodna opened this issue Jan 7, 2016 · 1 comment
Closed

Copying tiles from HTTP → MBTiles hangs #15

mojodna opened this issue Jan 7, 2016 · 1 comment
Assignees
Labels

Comments

@mojodna
Copy link
Owner

mojodna commented Jan 7, 2016

This made it as far as 19/307226/288527 and then hung:

nvm use 5
npm install tl tilelive-http mbtiles
node_modules/.bin/tl copy http://a.tile.openstreetmap.org/{z}/{x}/{y}.png mbtiles://./osm_dvizarasekwa_z14-20.mbtiles -b "30.904111862182614 -17.821343531895728 30.95578193664551 -17.778602961844793" -z 14 -Z 20
@mojodna mojodna added the POSM label Jan 7, 2016
@mojodna mojodna self-assigned this Jan 7, 2016
@mojodna
Copy link
Owner Author

mojodna commented Jan 8, 2016

'Twas primarily operator error (OSM tiles are only available to z19 and slowly 404 afterward). Since 404s are treated as absent data, it was attempting to retrieve all of them (but not retrying).

I did add a bunch of new debugging capabilities in the process of figuring this out though, which should be handy for the future.

@mojodna mojodna closed this as completed Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant