Issue #1464 fix saving of spatial subsets.

Former-commit-id: 185311ebfda70bf29adb3898682f37ea55bca467
This commit is contained in:
Ben Steffensmeier 2013-01-14 10:49:14 -06:00
parent d2a1388b0e
commit bc5233748a

View file

@ -348,8 +348,8 @@ public class SpatialSubsetTab extends SubsetTab implements IDataSize {
ReferencedEnvelope envelope = null;
if(useDataSetSize){
envelope = fullEnvelope;
}else if(areaComp.isEnvelopeValid()){
areaComp.getEnvelope();
} else {
envelope = areaComp.getEnvelope();
}
AreaXML area = new AreaXML();