Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Thomas Rasch
2012-06-29 15:25:30 +0200
Commit
4b79f11ea08f36d013d64322417c535236262b72
1 parent
c224c4a4
o Bugfix: Sometimes unclustered markers where vanishing when there was a possibl…
…y clustered marker nearby
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
MapView/Map/RMQuadTree.m
MapView/Map/RMQuadTree.m
View file @
4b79f11
...
...
@@ -449,6 +449,7 @@
@synchronized
(
annotations
)
{
[
someArray
addObjectsFromArray
:
enclosedAnnotations
];
[
someArray
addObjectsFromArray
:[
self
unclusteredAnnotations
]];
}
return
;
...
...
Please
register
or
login
to post a comment