You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Hello,
I've got two issues with layers. I use android 4.2.0 beta 2.
My first issue is that when I manipulate layers (getLayer then modify properties), if I close the app and launch it again I've got a crash with this trace :
A/libc: /Volumes/Android/buildbot/src/android/ndk-r12-release/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/abort_message.cpp:74: void abort_message(const char *, ...): assertion "terminating with uncaught exception of type mapbox::sqlite::Exception: unable to open database file" failed
If I don't manipulate layers the issue doesn't occur.
My second issue is that when I make a layer invisible using setProperties(visibility(NONE)), I can see that the tiles used by this layer are still requested even if they are not displayed.
The text was updated successfully, but these errors were encountered:
Hello,
I've got two issues with layers. I use android 4.2.0 beta 2.
My first issue is that when I manipulate layers (getLayer then modify properties), if I close the app and launch it again I've got a crash with this trace :
A/libc: /Volumes/Android/buildbot/src/android/ndk-r12-release/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/abort_message.cpp:74: void abort_message(const char *, ...): assertion "terminating with uncaught exception of type mapbox::sqlite::Exception: unable to open database file" failed
If I don't manipulate layers the issue doesn't occur.
My second issue is that when I make a layer invisible using setProperties(visibility(NONE)), I can see that the tiles used by this layer are still requested even if they are not displayed.
The text was updated successfully, but these errors were encountered: