Closed kylemay-gridstone closed 5 years ago
Thanks for reporting. Currently fixing this issue.
@efremidze I have the same problem, I updated Cluster to the latest version (Cluster (2.4.0)). https://drive.google.com/open?id=1JVSrB7vGc71UO7Jm93_5weLcaevItpnb
I recently noticed it's still occurring. I'll fix it asap.
Same issue on Cluster (2.4.0), iPhone XR iOS 12.1
Hello. @efremidze. Do you have some news about this problem?
New Issue Checklist
Issue Description
I have noticed a few times that there has been a crash in
QuadTree.swift:132
The line isfor annotation in annotations where rect.contains(annotation.coordinate)
and the crash is due to index out of bounds. Presumably this is due to iterating theannotations
array while it is being modified. Perhaps a copy of this array should be made inside the method to be used for the iteration. I'm not sure if this fixes it.I cannot replicate this, however it has happened on multiple versions including the latest, 2.2.9. When this happened today the map was in memory but not visible on screen (page view controller sho8wing another page).
Environment