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

Regression - PrecisionPoint TransformState::latLngToPoint dateline issue #5709

Closed
manimaul opened this issue Jul 16, 2016 · 1 comment
Closed
Labels
Android Mapbox Maps SDK for Android

Comments

@manimaul
Copy link

There is a regression on issue #4155 / #3995

Version 4.1.0 - Release

Issue in mbgl when calculating points based on LatLng from the left side of the dateline after crossing the dateline from left to right. This is a follow up issue for #3995.

An example:

Take this LatLng:

LatLng [longitude=-179.64576449708883, latitude=-16.83408606795382, altitude=0.0]
before crossing the dateline latLngToPoint is giving us Point[x=455.80133, y= 746.6456]
while after crossing the dateline latLngToPoint is giving us Point[x=393667.44, y=747.1837].
Normally we should see a small decrease in value not a big increase.

@1ec5 1ec5 added the Android Mapbox Maps SDK for Android label Jul 16, 2016
@cammace
Copy link
Contributor

cammace commented Nov 9, 2016

I believe we are tracking the fix for this in #4522 if it isn't already resolved? Closing in favor of that ticket.

@cammace cammace closed this as completed Nov 9, 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
Projects
None yet
Development

No branches or pull requests

3 participants