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
Plain Diff
Browse Files
Authored by
Thomas Rasch
2012-06-26 16:37:13 +0200
Commit
d4c889bdfe48d756e4bc5342614cb4d0796bdb93
2 parents
9c80f270
4e753c2c
Merge branch 'develop' into release
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMAnnotation.m
MapView/Map/RMAnnotation.m
View file @
d4c889b
...
...
@@ -150,7 +150,7 @@
layer
=
aLayer
;
[
layer
retain
];
layer
.
annotation
=
self
;
layer
.
position
=
self
.
position
;
[
layer
setPosition
:
self
.
position
animated
:
NO
]
;
}
}
...
...
Please
register
or
login
to post a comment