Revision 39095

View differences:

branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/dxf/DXFStoreProvider.java
1585 1585
            } catch (DataException e) {
1586 1586
                return null;
1587 1587
            }
1588
        } else {
1589
            if( DataStore.METADATA_CRS.equalsIgnoreCase(name) ) {
1590
                IProjection pro = this.getDXFParameters().getCRS();
1591
                if (pro != null){
1592
                    return pro;
1593
                }
1594
            }
1588 1595
        }
1589 1596
        return super.getDynValue(name);
1590 1597
    }

Also available in: Unified diff