DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
System crash when zooming out
Hi,
I'm using a shape like this example: https://www.mapbox.com/mapbox-ios-sdk/examples/drawing-shape/
But I have a system crash with the following situtation.
- map zoom = 19
- add the shapes (4 shapes)
- zoom out
- System crash (reboot)
When I add the shapes when the currentZoom < 17, the system doesn't crash. Any suggestions?
Thanks in advance
What does the crash log look like? Can you gist it?
Also, are you sure the map can Handle zoom 19?
Often when creating offline maps, if not done correctly, there will be a zoom factor issue that crops up, because that zoom is not available or can't be used.
What version of Mapbox are you using? I can't find that snippet on 1.6.0, so perhaps this issue was resolved in this version?
-Metrocitizen