-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting [center]
on map affects zoom & vice versa
#2
Comments
[center]
on map affects zoom[center]
on map affects zoom & vice versa
Thinking a bit more about this, I think this is correct. |
I understand you from a technical standpoint. From a UX perspective, I'd expect the map to not zoom when I click a POI - when I have changed the zoom before. |
Okay, I tried to make it work with two way data binding, but it's a fail. |
Dynamically changing
this.center
whenresets the zoom to inital value - same the other way round.
(can be seen in demo: examples/center-on-symbol.component)
Expected behaviour:
Changing center/zoom shouldn't affect the zoom/center
The text was updated successfully, but these errors were encountered: