Changeset 25046 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Timestamp:
- 2011-01-14T00:28:34+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r25045 r25046 112 112 * - download cancellation improved 113 113 * - 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. 115 115 * - add 'departement' as option in the municipality selection 116 116 * - fixed bug in cache directory size control (and disabled by default) … … 118 118 * - from Nicolas Dumoulin: 119 119 * - 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. 120 124 */ 121 125 public class CadastrePlugin extends Plugin { 122 static String VERSION = "2. 0";126 static String VERSION = "2.1"; 123 127 124 128 static JMenu cadastreJMenu;
Note:
See TracChangeset
for help on using the changeset viewer.