Add hillshade layer
This commit is contained in:
parent
f217edd2ef
commit
685794e4ea
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class HillshadeLayer extends MapTileLayer {
|
|||
List<String> ts = getTileSource(x, y, zoom);
|
||||
for (String t : ts) {
|
||||
SQLiteTileSource sqLiteTileSource = resources.get(t);
|
||||
if(sqLiteTileSource.exists(x, y, zoom, true)) {
|
||||
if(sqLiteTileSource.exists(x, y, zoom, false)) {
|
||||
return sqLiteTileSource.getImage(x, y, zoom);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue