Ignore:
Timestamp:
2010-05-28T21:22:49+02:00 (15 years ago)
Author:
pieren
Message:

Improve renaming after municipality selection

File:
1 edited

Legend:

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

    r20412 r21493  
    2020    private WMSLayer wmsLayer;
    2121    private Bounds bounds;
    22     private boolean dontGeoreference = false;
     22    private static boolean dontGeoreference = false;
    2323    private static String errorMessage;
    2424   
     
    107107        MapView mv = Main.map.mapView;
    108108        Bounds bounds = new Bounds(mv.getLatLon(0, mv.getHeight()), mv.getLatLon(mv.getWidth(), 0));
     109        dontGeoreference = false;
    109110
    110111        //Main.worker.execute(new DownloadWMSPlanImage(wmsLayer, bounds));
Note: See TracChangeset for help on using the changeset viewer.