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
Justin R. Miller
2012-11-13 16:59:12 -0800
Commit
49c707f873c61f6885e46e44fa5ed6fef138872b
1 parent
952624e0
crash safety when closing shape path
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
MapView/Map/RMShape.m
MapView/Map/RMShape.m
View file @
49c707f
...
...
@@ -366,7 +366,8 @@
-
(
void
)
closePath
{
[
self
addLineToCoordinate
:((
CLLocation
*
)[
points
objectAtIndex
:
0
]).
coordinate
];
if
([
points
count
])
[
self
addLineToCoordinate
:((
CLLocation
*
)[
points
objectAtIndex
:
0
]).
coordinate
];
}
-
(
float
)
lineWidth
...
...
Please
register
or
login
to post a comment