-
-
Notifications
You must be signed in to change notification settings - Fork 851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Point annotations generating error in v11 #3121
Comments
Any updates? |
@mfazekas Have you figured out anything? I've spent a few days investigating and haven't figured this error out |
@balloman sorry didn't have time look. Sounds like an upstream issue |
I've reported the error as mapbox/mapbox-maps-ios#2058 to upstream, but could not reproduce in the native mapbox app. |
Also mapbox/mapbox-maps-ios#2059 that causes the issue with tap handlers |
Seems the issue still exists on ios in the last version @rnmapbox/maps 10.1.9. using v11 |
Any fixes ?? |
i tried the latest version and still does not fix the issue @mfazekas |
@valn1 the bugreport had two issues: one the log issue was not fixed, the other unselect should be fixed. As a workaround for the log issue you should be able to filter this one out with Logging callbacks. |
Any news? I updated to the version released two days ago, but there is still no solution for this problem |
Any workaround on this problem?? I'm using the last released version |
updates? |
still running in to this issue, im on 10.1.18 |
Pls see #3121 (comment) |
I am also seeing this issue Here is a pretty poor work around for now:
|
Mapbox Implementation
Mapbox
Mapbox Version
11.0.0-beta.4
Platform
iOS
@rnmapbox/maps
version10.1.0-beta.11
Standalone component to reproduce
Observed behavior and steps to reproduce
Using code like this generates the error
Mapbox error MapLoad error Source RNMBX-mapview-point-annotations_drag is not in style {"level": "error", "message": "MapLoad error Source RNMBX-mapview-point-annotations_drag is not in style"}
Expected behavior
There is no error.
Notes / preliminary analysis
It seems additionally, that the onselect prop does not work also, at least I can't get it to respond to any touches at all. The new updates to v11 on iOS do mention the use of a new drag handler, so this might be the root of the issue.
Additional links and references
https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#24-map-content-gesture-system
The text was updated successfully, but these errors were encountered: