Revision 37521 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureStore.java

View differences:

DefaultFeatureStore.java
345 345
        if (this.mode == MODE_FULLEDIT) {
346 346
            return this.spatialManager.getEnvelope();
347 347
        }
348
        if (hasDynValue(DataStore.METADATA_ENVELOPE)){
349
            return (Envelope)getDynValue(DataStore.METADATA_ENVELOPE);
350
        }
348 351
        return this.provider.getEnvelope();
349 352
    }
350 353

  

Also available in: Unified diff