Ignore:
Timestamp:
2009-08-23T21:23:13+02:00 (17 years ago)
Author:
pieren
Message:

improve georeferencing action cancellation; fixed bug of raster image loaded from cache not working on Java1.6; improve mouse click bounce detection during georeferencing process

File:
1 edited

Legend:

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

    r17089 r17215  
    2020import org.openstreetmap.josm.actions.UploadAction;
    2121import org.openstreetmap.josm.actions.UploadAction.UploadHook;
    22 import org.openstreetmap.josm.gui.IconToggleButton;
    2322import org.openstreetmap.josm.gui.MainMenu;
    2423import org.openstreetmap.josm.gui.MapFrame;
     
    7372 * 1.1 11-Jun-2009 - fixed a null exception error when trying to displace a vectorized layer
    7473 *                 - propose to use shortcut F11 for grabbing
     74 * 1.2 16-Aug-2009 - implementation of raster image grabbing, cropping and georeferencing (not the
     75 *                   overview rasters (Tableau d'assemblage) but directly small units (Feuille)
     76 * 1.3 23-Aug-2009 - improve georeferencing action cancellation
     77 *                 - fixed bug of raster image loaded from cache not working on Java1.6
     78 *                 - improve mouse click bounce detection during georeferencing process
    7579 */
    7680public class CadastrePlugin extends Plugin {
    77     static String VERSION = "1.0";
     81    static String VERSION = "1.3";
    7882
    7983    static JMenu cadastreJMenu;
Note: See TracChangeset for help on using the changeset viewer.