Ignore:
Timestamp:
2011-01-14T00:28:34+01:00 (14 years ago)
Author:
pieren
Message:

update comments

File:
1 edited

Legend:

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

    r25045 r25046  
    112112 *                 - download cancellation improved
    113113 *                 - last deployment for Java1.5 compatibility
    114  * 2.0 xx-xxx-xxxx - update projection for "La Reunion" departement to RGR92, UTM40S.
     114 * 2.0 07-Jul-2010 - update projection for "La Reunion" departement to RGR92, UTM40S.
    115115 *                 - add 'departement' as option in the municipality selection
    116116 *                 - fixed bug in cache directory size control (and disabled by default)
     
    118118 *                 - from Nicolas Dumoulin:
    119119 *                 -     add "tableau d'assemblage" in raster images for georeferencing (as option)
     120 * 2.1 14-Jan-2011 - add GrabThread moving the grab to a separate thread
     121 *                 - the divided BBox mode starts from the central square and loads the next in a spiral
     122 *                 - move the grabber from CadastrPlugin singleton to each wmsLayer instance to allow grabbing
     123 *                   of multiple municipalities in parallel.
    120124 */
    121125public class CadastrePlugin extends Plugin {
    122     static String VERSION = "2.0";
     126    static String VERSION = "2.1";
    123127
    124128    static JMenu cadastreJMenu;
Note: See TracChangeset for help on using the changeset viewer.