diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-03-10 03:24:47 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-03-10 14:00:42 +0200 |
commit | 1a4b8f3e2f76fd55abccf09b6a07bc1035aa89a8 (patch) | |
tree | 440bede80048296775051c900af2a349c7614973 /CHANGELOG.md | |
parent | 7dde622db130a15865262ce45b87a4ec28313981 (diff) | |
download | qtlocation-mapboxgl-1a4b8f3e2f76fd55abccf09b6a07bc1035aa89a8.tar.gz |
[core] Fix screen coordinates when crossing the antimeridian
If the center and point coordinates are not in the same side of the
antimeridian, we need to unwrap the point longitude to make sure
it can still be seen from the visible side of the antimeridian that is
opposite to the center side.
Fixes #4155.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d956fbc3ac..8473923779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Known issues: ## iOS master +- Fixed screen coordinates for LatLng coordinates accross the antimeridian. ([#4215](https://github.com/mapbox/mapbox-gl-native/issues/4155)) - Fixed a bounce-back effect when panning the map. ([#4214](https://github.com/mapbox/mapbox-gl-native/pull/4214)) - An icon laid out along a line no longer appears if it would extend past the end of the line. Some one-way arrows no longer point the wrong way. ([#3839](https://github.com/mapbox/mapbox-gl-native/pull/3839)) - Reduce slanted segments in dashed lines near corners. ([#3914](https://github.com/mapbox/mapbox-gl-native/pull/3914)) |