-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Android] Adding annotations bug #4346
Comments
Thank you for reaching out and reporting this issue, update now seeing |
I'm using |
@mpuchala that will probably give same results, |
I guess it would be the same situation, if you need more info feel free. |
Maybe log would be helpful (4.0.0-beta2)
|
Same crash trace as #3926 on iOS. |
According to my latests tests it's related to zooming and adding/modifying annotations at the same time (I'm not sure if kind of them is important). Now I have a lot of markers (100-200) with different icons (sth like 20) and some polygons/polylines but unfortunately app crashes quite often (another thing is that according to my first post it's probably not about amount). The only solution I found until now is to have a map observer which has a variable like EDIT: |
This should be fixed with the upgrade to geojson-vt-cpp 6.1.0. We expect that to be included with iOS 3.4.0 and Android 4.2.0. |
There is native bug
Fatal signal 6 (SIGABRT), code -6 in tid 28455 (Map Thread)
when I'm trying to add 18 polylines and 18 polygons while camera is being animated. Flow is like that:Here are examples of my logs:
Correct one:
I hope you'll be able to reproduce it. I'm not sure if it's because of animation, but looks like it could be a problem.
I observe camera using
onCameraChangeListener(CameraPosition cameraPosition)
andgetCameraPosition()
(#4326)The text was updated successfully, but these errors were encountered: