Ignore:
Timestamp:
2010-01-04T00:33:04+01:00 (17 years ago)
Author:
pieren
Message:

Several minor improvements.

File:
1 edited

Legend:

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

    r19078 r19267  
    8787 *                 - removed autosourcing of empty new nodes
    8888 * 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)
    9095 */
    9196public class CadastrePlugin extends Plugin {
    92     static String VERSION = "1.7";
     97    static String VERSION = "1.8";
    9398
    9499    static JMenu cadastreJMenu;
     
    122127     */
    123128    public CadastrePlugin() throws Exception {
    124         System.out.println("Pluging \"cadastre-fr\" started...");
     129        System.out.println("Pluging cadastre-fr v"+VERSION+" started...");
    125130        if (Main.pref.get("cadastrewms.cacheDir").equals(""))
    126131            cacheDir = Main.pref.getPreferencesDir()+"plugins/cadastrewms/";
Note: See TracChangeset for help on using the changeset viewer.