Issue #1033 do not load grib data on tileset creation but instead load allow it to load async.

Former-commit-id: a988fdf5de [formerly 61aab7b55f9868e69b43c5250515ce0d5b01d6e5]
Former-commit-id: e1c07b5803
This commit is contained in:
Ben Steffensmeier 2012-08-15 15:25:46 -05:00 committed by Steve Harris
parent 04c8c3ca55
commit 596b48c490

View file

@ -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());