Another fix for IndexOutOfBounds (by ignoring it...)
This commit is contained in:
parent
a482af738d
commit
5a39578acb
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ public class ZoomedTileRenderer {
|
||||||
try {
|
try {
|
||||||
zIm = ImageIO.read(zoomFile);
|
zIm = ImageIO.read(zoomFile);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
} catch (IndexOutOfBoundsException e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (zIm == null) {
|
if (zIm == null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue