Revision 47518 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/vectorial/FLyrVect.java

View differences:

FLyrVect.java
1515 1515
            FeatureStore store = this.getFeatureStore();
1516 1516
            if( store!= null ) {
1517 1517
                FeatureType ft = store.getDefaultFeatureTypeQuietly();
1518
                v = ft.getTags().get("Layer."+key);
1518
                if(ft != null) {
1519
                    v = ft.getTags().get("Layer."+key);
1520
                }
1519 1521
            }
1520 1522
        }
1521 1523
        return v;

Also available in: Unified diff