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
2014-01-02 14:26:03 -0800
Commit
4404dbef74fc21ca0813da0a1e1826221795af32
1 parent
b86edfa8
cast fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMBingSource.m
MapView/Map/RMBingSource.m
View file @
4404dbe
...
...
@@ -123,7 +123,7 @@
-
(
NSString
*
)
uniqueTilecacheKey
{
return
[
NSString
stringWithFormat
:
@"Bing%lu"
,
_imagerySet
];
return
[
NSString
stringWithFormat
:
@"Bing%lu"
,
(
unsigned
long
)
_imagerySet
];
}
-
(
NSString
*
)
shortName
...
...
Please
register
or
login
to post a comment