MVT possible to specify min zoom level?

First wanted to say it is a great tool.

Loaded a custom sea graph and started debugging it which gives a promising results so far.
Noticed “Local MVT” works only when i am really zoomed-in. I guess this is to avoid heavy tiles for complicated networks.

Is it possible to specify min-zoom level from which it MVTs are available?

Screenshot 2020-06-24 at 18.09.44|364x500

Currently the zoom handling is hardcoded in MVTResource:

if (zInfo <= 9) …

But not only this but also at which point the full geometry is included:

if (zInfo >= 14) …

Contributions that make this configurable are appreciated :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.