Changeset 19267 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
- Timestamp:
- 2010-01-04T00:33:04+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r19078 r19267 87 87 * - removed autosourcing of empty new nodes 88 88 * 1.6 28-Nov-2009 - Fix minor issues if Grab is called without layer (possible since projection rework) 89 * 1.7 12-Dec-2009 - Change URL's changes for cookie and downgrade imgs resolution due to WMS changes 89 * 1.7 12-Dec-2009 - Change URL's changes for cookie and downgrade imgs resolution due to WMS changes 90 * 1.8 xxx - filter the mouse button 1 during georeferencing 91 * - possibility to modify the auto-sourcing text just before upload 92 * - retry if getting a new cookie failed (10 times during 30 seconds) 93 * - cookie expiration automatically detected and renewed (after 30 minutes) 94 * - proper WMS layer cleanup at destruction (workaround for memory leak) 90 95 */ 91 96 public class CadastrePlugin extends Plugin { 92 static String VERSION = "1. 7";97 static String VERSION = "1.8"; 93 98 94 99 static JMenu cadastreJMenu; … … 122 127 */ 123 128 public CadastrePlugin() throws Exception { 124 System.out.println("Pluging \"cadastre-fr\" started...");129 System.out.println("Pluging cadastre-fr v"+VERSION+" started..."); 125 130 if (Main.pref.get("cadastrewms.cacheDir").equals("")) 126 131 cacheDir = Main.pref.getPreferencesDir()+"plugins/cadastrewms/";
Note:
See TracChangeset
for help on using the changeset viewer.
