You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble with the generated mbtiles file when using mb-util from the command line. I have a metadata.json in the folder/ and tiles are all inserted without error. I am unsure why gdal cannot recognize this file (nor qgis) and gdal is updated and normally reads mbtile files.
mb-util folder/ foo.mbtiles (where folder has the structure: folder/z/x/y)
...
DEBUG:mbutil.util:tiles (and grids) inserted.
DEBUG:mbutil.util:analyzing db
DEBUG:mbutil.util:cleaning db
829400 tiles inserted (1655 tiles/sec)
$ gdalinfo foo.mbtiles
ERROR 6: Unsupported tile characteristics
gdalinfo failed - unable to open 'foo.mbtiles'.
The text was updated successfully, but these errors were encountered:
total user error. My images were all in a strange size, 100x100, rather than 256x256. While the metadata.json file had the correct lat/long bounds, the smaller image sizes weren't being archived in the mbtile file correctly. Changing them fixed it.
I am having trouble with the generated mbtiles file when using mb-util from the command line. I have a metadata.json in the folder/ and tiles are all inserted without error. I am unsure why gdal cannot recognize this file (nor qgis) and gdal is updated and normally reads mbtile files.
The text was updated successfully, but these errors were encountered: