We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I generated my map tiles following these instructions.
I then tried to use my resulting SQLite file (renamed to .mbtiles) with the Mapbox iOS SDK, but I see these errors:
DB Error: 1 "no such column: zoom_level"
I forked the newest map2sqlite that I could find into this repo, and tested after building map2sqlite myself, however I still hit the same issue.
The text was updated successfully, but these errors were encountered:
I fixed all the DB Error logs with the following commits: c1d6a5c d40f0a3 5759347
DB Error
Unfortunately my tiles still aren't appearing, but there could be other issues...
Sorry, something went wrong.
No branches or pull requests
I generated my map tiles following these instructions.
I then tried to use my resulting SQLite file (renamed to .mbtiles) with the Mapbox iOS SDK, but I see these errors:
I forked the newest map2sqlite that I could find into this repo, and tested after building map2sqlite myself, however I still hit the same issue.
The text was updated successfully, but these errors were encountered: