geomoose / gm3

GeoMoose 3.0 Development. Please submit pull requests to the 'main' branch.
https://www.geomoose.org
MIT License
58 stars 59 forks source link

Fix bug resolving resolution to zoom in map controls #829

Closed theduckylittle closed 1 year ago

theduckylittle commented 1 year ago

Resolution is the authoritative variable for the map "zoom," this was assuming that zoom was always set as well.

This will use zoom, if defined, but otherwise calculate the appropriate next step from the resolution.

theduckylittle commented 1 year ago

refs: #828