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-04-30 16:30:37 -0400
Commit
e720c1be1061f1871f6948cc4bcd4aa8c41c306d
1 parent
81e293da
remove old comment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
MapView/Map/RMMapBoxSource.m
MapView/Map/RMMapBoxSource.m
View file @
e720c1b
...
...
@@ -108,8 +108,6 @@
-
(
NSURL
*
)
URLForTile
:
(
RMTile
)
tile
{
// flip y value per OSM-style
//
NSInteger
zoom
=
tile
.
zoom
;
NSInteger
x
=
tile
.
x
;
NSInteger
y
=
tile
.
y
;
...
...
Please
register
or
login
to post a comment