You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Max/Min zoomlevels have landend with #3712.
These are currently exposed as getters/setters on MapboxMap.
I feel these should be moved to UiSettings, that class seems more relevant for configuration.
Checklist:
move current implementation to UiSettings
update unit tests UiSettingsTest
expose configuration through MapView attributes attrs
The text was updated successfully, but these errors were encountered:
When trying to add max and min zoom level as attributes. It seems that the resource identifier from #3119 is also required in attrs. Will update with this issue.
Max/Min zoomlevels have landend with #3712.
These are currently exposed as getters/setters on
MapboxMap
.I feel these should be moved to
UiSettings
, that class seems more relevant for configuration.Checklist:
UiSettings
UiSettingsTest
attrs
The text was updated successfully, but these errors were encountered: