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
2013-04-22 17:18:10 -0400
Commit
8724f7d2823974b4dfd3e6ce36a5488baf0ae573
1 parent
891af2b1
fixes #233: only set tile source if valid
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
8724f7d
...
...
@@ -1959,8 +1959,11 @@
-
(
void
)
setTileSource
:
(
id
<
RMTileSource
>
)
tileSource
{
if
(
tileSource
)
{
[
_tileSourcesContainer
removeAllTileSources
];
[
self
addTileSource
:
tileSource
];
}
}
-
(
void
)
setTileSources
:
(
NSArray
*
)
tileSources
...
...
Please
register
or
login
to post a comment