Merge "Issue #1033 do not load grib data on tileset creation but instead load allow it to load async." into development_on_ss_builds
Former-commit-id:b94597d03c
[formerly9c1597b554
] [formerly6897b1d480
[formerly 631ffe5bcec2a03934ac2063352b11aa6ab04ff7]] Former-commit-id:6897b1d480
Former-commit-id:b7bc962da4
This commit is contained in:
commit
3b31bc0500
1 changed files with 0 additions and 6 deletions
|
@ -293,12 +293,6 @@ public abstract class AbstractTileSet implements IRenderable, IMeshCallback {
|
|||
int effectiveWidth = 0;
|
||||
int effectiveHeight = 0;
|
||||
|
||||
try {
|
||||
preloadDataObject(level);
|
||||
} catch (StorageException e1) {
|
||||
throw new VizException("Unable to load data", e1);
|
||||
}
|
||||
|
||||
try {
|
||||
ReferencedEnvelope mapEnv = new ReferencedEnvelope(
|
||||
this.mapDescriptor.getGridGeometry().getEnvelope());
|
||||
|
|
Loading…
Add table
Reference in a new issue