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

snapshot not correct #270

Closed
yanpengma-grabtaxi opened this issue Oct 21, 2019 · 8 comments
Closed

snapshot not correct #270

yanpengma-grabtaxi opened this issue Oct 21, 2019 · 8 comments

Comments

@yanpengma-grabtaxi
Copy link

Steps to reproduce

1.run the demo(iOS simulator) --> show Snapshots
2. some pictures are not show
3.

Expected behavior

Actual behavior

Configuration

Mapbox SDK versions:
iOS/macOS versions:
Device/simulator models:
Xcode version:

@jmkiley
Copy link
Contributor

jmkiley commented Oct 21, 2019

Hello,

Thanks for your report! Can you share screenshots of your expected behaviors and what you are seeing, as well as more information about how to reproduce this issue? Also, are you seeing this with Maps SDK for iOS v5.4.0?

@yanpengma-grabtaxi
Copy link
Author

I use the source code, and compiler it with Xcode 10.2.1 , run the (iosapp) with debug.
The source version is Commit:
f41f274 [f41f274].
Add the map position is "
topLeftSnapshotter = [self startSnapshotterForImageView:_snapshotImageViewTL coordinates:CLLocationCoordinate2DMake(1.28072, 103.848746)];
topCenterSnapshotter = [self startSnapshotterForImageView:_snapshotImageViewTM coordinates:CLLocationCoordinate2DMake(1.28328072, 103.8548746)];
topRightSnapshotter = [self startSnapshotterForImageView:_snapshotImageViewTR coordinates:CLLocationCoordinate2DMake(1.28072, 103.8448746)];

bottomLeftSnapshotter = [self startSnapshotterForImageView:_snapshotImageViewBL coordinates:CLLocationCoordinate2DMake(1.2838072, 103.848746)];
bottomCenterSnapshotter = [self startSnapshotterForImageView:_snapshotImageViewBM coordinates:CLLocationCoordinate2DMake(1.2838072, 103.848746)];
bottomRightSnapshotter = [self startSnapshotterForImageView:_snapshotImageViewBR coordinates:CLLocationCoordinate2DMake(1.28072, 103.8548746)];"

@yanpengma-grabtaxi
Copy link
Author

屏幕快照 2019-10-21 下午6 49 01
Uploading 屏幕快照 2019-10-21 下午6.49.38.png…

@yanpengma-grabtaxi
Copy link
Author

屏幕快照 2019-10-21 下午6 49 38

@julianrex
Copy link
Contributor

@1ec5 this looks very much like some issues you were seeing. Can you confirm this has been fixed as of 5.8.0?

@julianrex julianrex transferred this issue from mapbox/mapbox-gl-native Apr 17, 2020
@1ec5
Copy link
Contributor

1ec5 commented Apr 17, 2020

Given #210 (comment) #214, I’d assume it hasn’t been fixed.

@yanpengma-grabtaxi
Copy link
Author

Deadlock due to multithreaded call to OpeGL interface.

@fabian-guerra
Copy link
Contributor

Closed in favor of mapbox/mapbox-gl-native#16530

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants