-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use center property (instead of frame) when repositioning annotation views #11817
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏼
platform/ios/CHANGELOG.md
Outdated
|
||
### Annotations | ||
* Fixed an issue where selecting an onscreen annotation could move the map unintentionally. ([#11731](https://github.com/mapbox/mapbox-gl-native/pull/11731)) | ||
* Fixed an issue where annotation views could become distorted if `rotatesToMatchCamera` is `YES`. ([#11756](https://github.com/mapbox/mapbox-gl-native/issues/11756)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this blurb refer to ([#11817](https://github.com/mapbox/mapbox-gl-native/pull/11817))
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question - do we normally refer to the source ticket or the PR in the change log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We always refer to the PR that fixed the issue.
@julianrex awesome, this definitely does fix the issue. In manual testing I don’t see any evidence of the side-effects I was worried might exist, but it would be good to add a regression test for #11756. |
… annotation views (when adding back into queue).
59d89d6
to
13985d5
Compare
That's why I added that flag to that |
This addresses #11756.