Uh oh!
There was an error while loading. Please reload this page.
Add path coverage options and derive min/max zoom levels - #192
Conversation
dbrnz
commented
May 15, 2026
How do you see these options being set when remotely generating a map? Shouldn't they be settings in the map's |
napakalas
commented
May 15, 2026
Ah, yes — these options should be defined in the map’s manifest and kept under source control. |
napakalas
commented
May 17, 2026
|
dbrnz
commented
Jun 5, 2026
Hmm, I more expected there to be no The same can be said about the min/max zoom range -- they should be removed as a run-time option and defined in the manifest, the idea being that everything that determines the look and feel of a generated map is in its version controlled manifest. |
napakalas
commented
Jun 7, 2026
Moved zoom configuration to the manifest, added path-zoom-range, and updated Maker and GeoJSON to use manifest zoom settings. |
#191
This PR adds configurable path minimum and maximum coverage options and calculates minZoom and maxZoom values for path properties to improve zoom‑based rendering and interaction.