Ignore:
Timestamp:
2010-03-11T00:58:51+01:00 (16 years ago)
Author:
pieren
Message:

improve download cancellation

File:
1 edited

Legend:

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

    r20390 r20412  
    9090 * 1.6 28-Nov-2009 - Fix minor issues if Grab is called without layer (possible since projection rework)
    9191 * 1.7 12-Dec-2009 - Change URL's changes for cookie and downgrade imgs resolution due to WMS changes
    92  * 1.8 09-Mar-2010 - filter the mouse button 1 during georeferencing
     92 * 1.8 11-Mar-2010 - filter the mouse button 1 during georeferencing
    9393 *                 - retry if getting a new cookie failed (10 times during 30 seconds)
    9494 *                 - cookie expiration automatically detected and renewed (after 30 minutes)
     
    101101 *                 - image resolution configurable (high, medium, low) like the online interface
    102102 *                 - layer selection configurable for vectorized images
     103 *                 - improved download cancellation
    103104 *                 - from Erik Amzallag:
    104105 *                 -     possibility to modify the auto-sourcing text just before upload
    105106 *                 - from Clément Ménier:
    106107 *                 -     new option allowing an auto-selection of the first cadastre layer for grab
    107  *                 -     non-modal JDialog in MenuActionGrabPlanImage 
     108 *                 -     non-modal JDialog in MenuActionGrabPlanImage
     109 *                 -     new options in the image filter (bilinear, bicubic)
    108110 */
    109111public class CadastrePlugin extends Plugin {
Note: See TracChangeset for help on using the changeset viewer.