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
2014-08-26 17:03:03 -0700
Commit
33df9b433e00f3e0e1905e6782cadfc5385efae8
1 parent
27972839
fixes #239: properly close interior polygons
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMPolygonAnnotation.m
MapView/Map/RMPolygonAnnotation.m
View file @
33df9b4
...
...
@@ -81,7 +81,7 @@
for
(
CLLocation
*
point
in
interiorPolygon
.
points
)
[
aShape
addLineToCoordinate
:
point
.
coordinate
]
;
[
aShape
closePath
]
;
[
aShape
addLineToCoordinate
:
interiorPolygon
.
coordinate
]
;
}
aShape
.
fillColor
=
[
UIColor
colorWithRed
:
0
green
:
0
blue
:
1
alpha
:
0
.
2
]
;
...
...
Please
register
or
login
to post a comment