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
I'd like to add a slider over the map to control the zoom level (for improved accessibility etc.). Unfortunately, the map doesn't seem to expose the observable prefZoom property nor allow a callback, so it cannot be bi-directionally bound.
Am I right or have I overlooked it?
Is there a reason for this not to be possible? Or would you accept a PR adding this possibility? (In case, what would you prefer? A callback or proxying the prefZoom property through the MapView?)
The text was updated successfully, but these errors were encountered:
I proposed two small methods last year which provide the functions required to embed mapView. MapView does not update prefCenter and prefZoom #69 an observable is obviously the correct way but the developers haven't really been paying attention to this project
I'd like to add a slider over the map to control the zoom level (for improved accessibility etc.). Unfortunately, the map doesn't seem to expose the observable
prefZoom
property nor allow a callback, so it cannot be bi-directionally bound.Am I right or have I overlooked it?
Is there a reason for this not to be possible? Or would you accept a PR adding this possibility? (In case, what would you prefer? A callback or proxying the
prefZoom
property through theMapView
?)The text was updated successfully, but these errors were encountered: