Issue #1464 fix saving of spatial subsets.
Former-commit-id: 185311ebfda70bf29adb3898682f37ea55bca467
This commit is contained in:
parent
d2a1388b0e
commit
bc5233748a
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue