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-12-21 16:06:04 +0100
Commit
73004ebb06fa5ea0645a23761945f7f16fed348b
1 parent
9ed62a0c
o Set adjustTilesForRetinaDisplay = NO so that the default behaviour doesn't change
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
73004eb
...
...
@@ -112,7 +112,7 @@
}
boundingMask
=
RMMapMinWidthBound
;
adjustTilesForRetinaDisplay
=
YES
;
adjustTilesForRetinaDisplay
=
NO
;
annotations
=
[
NSMutableArray
new
];
visibleAnnotations
=
[
NSMutableSet
new
];
...
...
Please
register
or
login
to post a comment