Mark Tehver
Mark Tehver
I added couple of additional fixes to my branch and implementation for `OpCompositeInsert` instruction
That is correct, 'shield-transform' is not currently supported. The list of supported CartoCSS features and extensions is listed here: https://github.com/CartoDB/mobile-sdk/wiki/CartoCSS-notes I will tag this with 'idea-maybe-future'.
Thanks for reporting this. SDK tries to load native part of the SDK automatically before any `MapView` method is accessed, but in this particular case the loading has failed. Why...
@AbolfaZlRezaEe Because it fails but the logging of the event is 'local' and you do not see the message. The beforehand loading is just for getting the exception info to...
@AbolfaZlRezaEe It seems that there are packaging issues, as the native part of the SDK can not be loaded. Can you share your build.gradle file (assuming you are using Android...
@AbolfaZlRezaEe Looks good based on the description, all architectures seems to be present in your APK. No idea why the issue occurs on on some devices. One thing you can...
Thanks for the report. Have you reproduced any of the crashes yourself? Any hints what might have caused them? Both logs indicate a crash in a background native thread.
These two logs look quite different. The first one looks as something happened entirely within SDK. The second one looks as something in your MapListener or VectorElementListener triggered the issue...
Thanks for the details, though without a reproducible test case it is very hard to track this. Using SDK methods from multiple threads is mostly safe. But there are a...
@carlos-mg89 One of our clients had somewhat similar issues a month ago. The issue turned out to be related to serializing SDK objects (`MapPos` in that case, to pass coordinates...