maps icon indicating copy to clipboard operation
maps copied to clipboard

Zoom event?

Open BEagle1984 opened this issue 2 years ago • 1 comments

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?)

BEagle1984 avatar Apr 28 '24 07:04 BEagle1984

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

ctipper avatar Jun 03 '24 09:06 ctipper