Changeset 20214 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
- Timestamp:
- 2010-02-28T17:49:37+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r19928 r20214 91 91 * 1.7 12-Dec-2009 - Change URL's changes for cookie and downgrade imgs resolution due to WMS changes 92 92 * 1.8 xxx - filter the mouse button 1 during georeferencing 93 * - possibility to modify the auto-sourcing text just before upload94 93 * - retry if getting a new cookie failed (10 times during 30 seconds) 95 94 * - cookie expiration automatically detected and renewed (after 30 minutes) 96 95 * - proper WMS layer cleanup at destruction (workaround for memory leak) 97 96 * - new cache format (v3) storing original image and cropped image bbox + angle 98 * - cache management compatible with previous v2 format 99 * - raster image rotation using shift+ctrl key instead of ctrl 97 * - new cache format (v4) storing original image size for later rotation 98 * - cache files read compatible with previous formats 99 * - raster image rotation issues fixed, now using shift+ctrl key instead of ctrl 100 100 * - raster image adjustment using default system menu modifier (ctrl for windows) for Mac support 101 * - from Clément Ménier, new option allowing an auto-selection of the first cadastre layer for grab 101 * - from Erik Amzallag: 102 * - possibility to modify the auto-sourcing text just before upload 103 * - from Clément Ménier: 104 * - new option allowing an auto-selection of the first cadastre layer for grab 105 * - non-modal JDialog in MenuActionGrabPlanImage 102 106 */ 103 107 public class CadastrePlugin extends Plugin { … … 184 188 cadastreJMenu.add(menuSettings); 185 189 cadastreJMenu.add(menuSource); 186 cadastreJMenu.add(menuResetCookie); 190 //cadastreJMenu.add(menuResetCookie); not required any more 187 191 //cadastreJMenu.add(menuLambertZone); 188 192 cadastreJMenu.add(menuLoadFromCache);
Note:
See TracChangeset
for help on using the changeset viewer.
