added support for cartoDB tiles
This commit is contained in:
parent
f6c75b9143
commit
de521112f5
@ -181,10 +181,11 @@ public class IITC_WebViewClient extends WebViewClient {
|
||||
// if any tiles are requested, handle it with IITC_TileManager
|
||||
if (url.matches(".*tile.*jpg.*") // mapquest tiles | ovi tiles
|
||||
|| url.matches(".*tile.*png.*") // cloudmade tiles
|
||||
|| url.matches(".*mts.*googleapis.*smartmaps") // google tiles
|
||||
|| url.matches(".*mts.*googleapis.*") // google tiles
|
||||
|| url.matches(".*khms.*googleapis.*") // google satellite tiles
|
||||
|| url.matches(".*tile.*jpeg.*") // bing tiles
|
||||
|| url.matches(".*maps.*yandex.*tiles.*") // yandex maps
|
||||
|| url.matches(".*cartocdn.*png.*") // cartoDB tiles
|
||||
) {
|
||||
try {
|
||||
return mTileManager.getTile(url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user