Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Clicking on point annotations near dateline #4612

Closed
tobrun opened this issue Apr 6, 2016 · 2 comments
Closed

Clicking on point annotations near dateline #4612

tobrun opened this issue Apr 6, 2016 · 2 comments
Labels
Android Mapbox Maps SDK for Android bug

Comments

@tobrun
Copy link
Member

tobrun commented Apr 6, 2016

To visualise this issue see next clip:

The problem is that we are calculating a LatLng from screencoordinates left of the dateline while using a LatLng from screencoordinates from the right side of the dateline. This conflicts and results in a incorrect touch target.

Discussed this a bit with @brunoabinader and decided this is a platform specific problem and should be solved in the Android SDK itself.

@tobrun tobrun added bug Android Mapbox Maps SDK for Android labels Apr 6, 2016
@tobrun tobrun added this to the android-v4.1.0 milestone Apr 6, 2016
@bleege
Copy link
Contributor

bleege commented Apr 6, 2016

This is likely related to the wrapping issue that we've looked at in #4275 and #4444. It'll also likely be part of the Sem Ver changing fix in #4522.

/cc @jfirebaugh @zugaldia

@bleege bleege removed this from the android-v4.1.0 milestone May 24, 2016
@bleege
Copy link
Contributor

bleege commented May 24, 2016

Duplicate of #4974. Discussed with @tobrun @cammace on scrum today.

@bleege bleege closed this as completed May 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android bug
Projects
None yet
Development

No branches or pull requests

2 participants