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
13 years ago
Commit
a2cef906f9985e1c36bc24e11ccb211876bcb863
1 parent
72e6345d
o The QuadTree sometimes skipped some annotations
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMQuadTree.m
MapView/Map/RMQuadTree.m
View file @
a2cef90
...
...
@@ -448,7 +448,7 @@
{
@synchronized
(
annotations
)
{
[
someArray
addObjectsFromArray
:
a
nnotations
];
[
someArray
addObjectsFromArray
:
enclosedA
nnotations
];
}
return
;
...
...
Please
register
or
login
to post a comment