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-12-12 16:45:18 -0500
Commit
dd55004c142b948bdb4ff5bb1875d70bf658c9b0
1 parent
6ccf9e2f
refs alpstein/route-me#120: use proper map bounds for shape clipping
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMShape.m
MapView/Map/RMShape.m
View file @
dd55004
...
...
@@ -187,7 +187,7 @@
// Clip bound rect to screen bounds.
// If bounds are not clipped, they won't display when you zoom in too much.
CGRect
screenBounds
=
[
mapView
frame
];
CGRect
screenBounds
=
[
mapView
bounds
];
// we start with the non-clipped bounds and clip them
CGRect
clippedBounds
=
nonClippedBounds
;
...
...
Please
register
or
login
to post a comment