tilemaker icon indicating copy to clipboard operation
tilemaker copied to clipboard

minzoom & maxzoom may be incorrect using --merge

Open warrenwyf opened this issue 3 years ago • 1 comments

The minzoom and maxzoom value of the metadata table may be incorrect, It looks like only the last zoom levels will be recorded, the correct one should be to perform a merger.

Maybe bounds has the same problem.

warrenwyf avatar Oct 16 '22 14:10 warrenwyf

Ah, good point. bounds is explicitly handled at https://github.com/systemed/tilemaker/blob/master/src/tilemaker.cpp#L369-L372 but minzoom and maxzoom aren't - we should do that.

systemed avatar Oct 17 '22 08:10 systemed