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-15 16:16:28 -0800
Commit
d360a1bf7b0146a1e0a37737025e38b8b4c6cb1a
1 parent
2b5f08be
properly set marker scale based on source image
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
MapView/Map/RMMarker.m
MapView/Map/RMMarker.m
View file @
d360a1b
...
...
@@ -67,6 +67,7 @@
return
nil
;
self
.
contents
=
(
id
)[
image
CGImage
];
self
.
contentsScale
=
image
.
scale
;
self
.
bounds
=
CGRectMake
(
0
,
0
,
image
.
size
.
width
,
image
.
size
.
height
);
self
.
anchorPoint
=
_anchorPoint
;
...
...
Please
register
or
login
to post a comment