Add path coverage options and derive min/max zoom levels#192
Conversation
|
How do you see these options being set when remotely generating a map? Shouldn't they be settings in the map's |
|
Ah, yes — these options should be defined in the map’s manifest and kept under source control. |
|
|
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. |
#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.