Changeset 17215 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
- Timestamp:
- 2009-08-23T21:23:13+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r17089 r17215 20 20 import org.openstreetmap.josm.actions.UploadAction; 21 21 import org.openstreetmap.josm.actions.UploadAction.UploadHook; 22 import org.openstreetmap.josm.gui.IconToggleButton;23 22 import org.openstreetmap.josm.gui.MainMenu; 24 23 import org.openstreetmap.josm.gui.MapFrame; … … 73 72 * 1.1 11-Jun-2009 - fixed a null exception error when trying to displace a vectorized layer 74 73 * - 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 75 79 */ 76 80 public class CadastrePlugin extends Plugin { 77 static String VERSION = "1. 0";81 static String VERSION = "1.3"; 78 82 79 83 static JMenu cadastreJMenu;
Note:
See TracChangeset
for help on using the changeset viewer.
