Fixed rendering zoomedout tiles.
This commit is contained in:
parent
b2f6ae5132
commit
d566fccb1e
1 changed files with 0 additions and 2 deletions
|
|
@ -29,7 +29,6 @@ public class ZoomedTileRenderer {
|
|||
try {
|
||||
image = ImageIO.read(new File(new File(outputPath), originalTile.getName() + ".png"));
|
||||
} catch (IOException e) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (image == null) {
|
||||
|
|
@ -42,7 +41,6 @@ public class ZoomedTileRenderer {
|
|||
try {
|
||||
zIm = ImageIO.read(zoomFile);
|
||||
} catch (IOException e) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (zIm == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue