Issue #772 synchronize sat getImages with paint and dispose to avoid errors when disposing while mosaicing.
Former-commit-id:53f915c3e4
[formerly144dd7bab9
] [formerly53f915c3e4
[formerly144dd7bab9
] [formerlyeab4b1cd78
[formerly 84055039ccd601f4be4546f97cde99faf33b7818]]] Former-commit-id:eab4b1cd78
Former-commit-id:6c96f56744
[formerly1393fa1d14
] Former-commit-id:cfd3255ac6
This commit is contained in:
parent
990f5558da
commit
ff6ab749bd
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ public class SatFileBasedTileSet extends FileBasedTileSet {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<DrawableImage> getImages(IGraphicsTarget target,
|
public synchronized List<DrawableImage> getImages(IGraphicsTarget target,
|
||||||
PaintProperties paintProps) throws VizException {
|
PaintProperties paintProps) throws VizException {
|
||||||
return do2D(target, paintProps);
|
return do2D(target, paintProps);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue