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
2011-07-29 16:15:19 +0200
Commit
81f98fa9ff018a781d4e413e7d9383bae5f2888f
1 parent
e6625cc8
o RMMapView: added missing [renderer setFrame:bounds] in setFrame:
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
81f98fa
...
...
@@ -260,6 +260,7 @@
[
mercatorToScreenProjection
setScreenBounds
:
bounds
];
background
.
frame
=
bounds
;
overlay
.
frame
=
bounds
;
[
renderer
setFrame
:
bounds
];
[
tileLoader
clearLoadedBounds
];
[
tileLoader
updateLoadedImages
];
[
self
correctPositionOfAllAnnotations
];
...
...
Please
register
or
login
to post a comment