tippecanoe icon indicating copy to clipboard operation
tippecanoe copied to clipboard

tile-join tilejson v3 and v3.1 support

Open imran-5 opened this issue 4 years ago • 1 comments

I have merged two MBTiles (metadata v3) using tile-join command successfully, after merging to single MBTiles the metadata of tilejson was changed to v2 by Tippecanoe. is there any way to set metadata to v3 or v3.1?

imran-5 avatar Mar 19 '20 14:03 imran-5

The version in the metadata is always set here: https://github.com/mapbox/tippecanoe/blob/master/mbtiles.cpp#L306. If you need a different number, you will currently have to change it in the code there.

e-n-f avatar Feb 03 '21 07:02 e-n-f