Merge "Issue #772 synchronize sat getImages with paint and dispose to avoid errors when disposing while mosaicing." into development
Former-commit-id:8b3819cf44
[formerly 6e91bbe07a17896a59969671ddc414d8f9029a9f] Former-commit-id:334ba86ef4
This commit is contained in:
commit
534ced49d0
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 {
|
||||
return do2D(target, paintProps);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue