Showing
1 changed file
with
0 additions
and
2 deletions
@@ -108,8 +108,6 @@ | @@ -108,8 +108,6 @@ | ||
108 | 108 | ||
109 | - (NSURL *)URLForTile:(RMTile)tile | 109 | - (NSURL *)URLForTile:(RMTile)tile |
110 | { | 110 | { |
111 | - // flip y value per OSM-style | ||
112 | - // | ||
113 | NSInteger zoom = tile.zoom; | 111 | NSInteger zoom = tile.zoom; |
114 | NSInteger x = tile.x; | 112 | NSInteger x = tile.x; |
115 | NSInteger y = tile.y; | 113 | NSInteger y = tile.y; |
-
Please register or login to post a comment