Merge "Issue #772 synchronize sat getImages with paint and dispose to avoid errors when disposing while mosaicing." into development
Former-commit-id:91d30f72f8
[formerly534ced49d0
] [formerly334ba86ef4
] [formerly91d30f72f8
[formerly534ced49d0
] [formerly334ba86ef4
] [formerly8b3819cf44
[formerly334ba86ef4
[formerly 6e91bbe07a17896a59969671ddc414d8f9029a9f]]]] Former-commit-id:8b3819cf44
Former-commit-id:698674f9db
[formerly6918152c4c
] [formerly 2891b398e45544537dc9e18599bb71040c5e8599 [formerlyad3952fc07
]] Former-commit-id: c57ec3b3f48839800fb5202c716491c88f54512d [formerlyfd432403ff
] Former-commit-id:6c13292707
This commit is contained in:
commit
d215f13c60
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