versatiles-org / versatiles-rs

VersaTiles - A toolbox for converting, checking and serving map tiles in various formats.
https://versatiles.org
MIT License
57 stars 2 forks source link

mbtiles: ignore missing json #72

Closed yetzt closed 5 months ago

yetzt commented 5 months ago

Error: Error { msg: "'json' is not defined in table 'metadata'" }

mbtiles containers with raster tiles don't have a vector tile specification and therefore no json record in the metadata table. a missing vector tile specification should not halt the program when converting from mbtiles to other formats.

MichaelKreil commented 5 months ago

Can't reproduce. Did you use the latest version?

versatiles -V

versatiles 0.6.12

yetzt commented 5 months ago

sorry, i still used v0.5.5 when testing m)