DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

System crash when zooming out

Open verheyefrancesco opened this issue 10 years ago • 2 comments

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.

  1. map zoom = 19
  2. add the shapes (4 shapes)
  3. zoom out
  4. System crash (reboot)

When I add the shapes when the currentZoom < 17, the system doesn't crash. Any suggestions?

Thanks in advance

verheyefrancesco avatar Feb 19 '15 11:02 verheyefrancesco

What does the crash log look like? Can you gist it?

incanus avatar Feb 19 '15 17:02 incanus

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

metrocitizen avatar Feb 20 '15 01:02 metrocitizen