Open rwrx opened 4 years ago
We saw a similar crash on occasion when loading a scene with an mbtiles data source. We switched to a individual tile files in a directory structure as a workaround.
@warpedgeoid thank you a lot for your suggestion, however in our use case we need to use mbtiles as a data source.
Apologies for not addressing this sooner! @rwrx can you share a sample mbtiles file that produces this crash?
@matteblair thank you. It is ok, I was also very busy. I have seen this crash directly on device - iPhone 8, but after very long time, it is happening very occasionally, but it is happening, here are some mbtiles for Slovakia country (there is vector, normal and contours data):
https://io.vecturagames.com/offline-maps/vector/slovakia_85633769_z14.mbtiles https://io.vecturagames.com/offline-maps/normal/slovakia_85633769_z10.mbtiles https://io.vecturagames.com/offline-maps/contours/slovakia_85633769_z13.mbtiles
Also I am using all of these pull requests in built Tangram-ES library:
https://github.com/tangrams/tangram-es/pull/2185 https://github.com/tangrams/tangram-es/pull/2111 https://github.com/tangrams/tangram-es/pull/2120 https://github.com/tangrams/tangram-es/pull/2142
Hello, on iOS when using mbtiles data source, I am getting this crash:
On Android, I have never seen this kind of crash. What could be wrong? Thank you.