Replies: 2 comments 3 replies
-
Notice that one of the fields field-region-70 area was downloaded successfully. |
Beta Was this translation helpful? Give feedback.
-
I had a discussion with Mapbox support team and according to them map tiles limit can be increased as per our needs. I checked this package documentation and found: setTileCountLimit. I tried this function and it gives me error 'Not implemented'. I have also changed my code to download all offline regions in synchronous manner one-by-one and not in parallel. I really doubt it crosses 750 tiles limit but still after this synchronous change, i am facing this error. I am unable to crease the tile limit count as well due to function not implemented yet. |
Beta Was this translation helpful? Give feedback.
-
I have the following asynchronous code for download map regions. This function is called on multiple regions/farm-fields as well as user location asynchronously, such that all regions are downloaded in parallel. In debug/development mode I rarely get this error. But in production release app I get this issue sometimes and the whole offline user experience is ruined. Notice that for users and fields same function is being used to download regions but it fails mostly for fields and not for users.
Download Pack helper function:
Errors:
Beta Was this translation helpful? Give feedback.
All reactions