Revision 42651 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/project/documents/view/BaseViewDocument.java

View differences:

BaseViewDocument.java
90 90
        return mapContext;
91 91
    }
92 92

  
93
    @Override
94
    public void setName(String name) {
95
        super.setName(name);
96
        this.mapContext.getLayers().setName(name);
97
    }
98

  
99
    
93 100
    /**
94 101
     * Gets the MapContext from the locator, which is the small map in the
95 102
     * left-bottom corner of the View.

Also available in: Unified diff