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
13 years ago
Commit
8cefa2e7cbee8ad46261b83905bc283a8e67fb4c
1 parent
0a101d9c
o Renamed RMTileDump to RMLogTile
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
MapView/Map/RMTile.c
MapView/Map/RMTile.h
MapView/Map/RMTile.c
View file @
8cefa2e
...
...
@@ -97,7 +97,7 @@ RMTileRect RMTileRectRound(RMTileRect rect)
}
// Dump a description of the tile to the console
void
RM
TileDump
(
RMTile
tile
)
void
RM
LogTile
(
RMTile
tile
)
{
printf
(
"Tile at (%d,%d), zoom %hi
\n
"
,
tile
.
x
,
tile
.
y
,
tile
.
zoom
);
}
...
...
MapView/Map/RMTile.h
View file @
8cefa2e
...
...
@@ -74,6 +74,6 @@ uint64_t RMTileKey(RMTile tile);
RMTileRect
RMTileRectRound
(
RMTileRect
rect
);
/// Dump a description of the tile to the console
void
RM
TileDump
(
RMTile
tile
);
void
RM
LogTile
(
RMTile
tile
);
#endif
...
...
Please
register
or
login
to post a comment