Ignore:
Timestamp:
2010-05-09T02:00:54+02:00 (16 years ago)
Author:
pieren
Message:

fixed a bug in cachedir size control; add departement selection as option in municipality dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java

    r20765 r21191  
    6969
    7070    private String location = "";
     71   
     72    private String departement = "";
    7173
    7274    private String codeCommune = "";
     
    377379        this.location = location;
    378380        setName(rebuildName());
     381    }
     382
     383    public String getDepartement() {
     384        return departement;
     385    }
     386
     387    public void setDepartement(String departement) {
     388        this.departement = departement;
    379389    }
    380390
Note: See TracChangeset for help on using the changeset viewer.