improved tile caching by merging equal domains in one folder

This commit is contained in:
Philipp Schaefer
2014-01-03 12:29:39 +01:00
parent 9976900255
commit cfdaf17ee6
2 changed files with 26 additions and 3 deletions

View File

@ -289,6 +289,7 @@ public class IITC_WebViewClient extends WebViewClient {
if (url.matches(".*tile.*jpg.*") // mapquest tiles | ovi tiles
|| url.matches(".*tile.*png.*") // cloudmade tiles
|| url.matches(".*mts.*googleapis.*smartmaps") // google tiles
|| url.matches(".*khms.*googleapis.*") // google satellite tiles
|| url.matches(".*tile.*jpeg.*") // bing tiles
|| url.matches(".*maps.*yandex.*tiles.*") // yandex maps
) {