Ignore:
Timestamp:
2011-01-03T11:16:46+01:00 (16 years ago)
Author:
clementm
Message:

IMPROVEMENT: Display the current downloading box (orange) even if download queue is empty.
BUGFIX: Enables loading old Cache format and adding new images to them (Loading a cache in format 3 will continue to be stored as format 3).

File:
1 edited

Legend:

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

    r24934 r24955  
    231231            paintCrosspieces(g, mv);
    232232        }
    233         if (grabThread.getImagesToGrabSize() > 0) {
     233        //        if (grabThread.getImagesToGrabSize() > 0) {
    234234            grabThread.paintBoxesToGrab(g, mv);
    235         }
     235            //        }
    236236        if (this.adjustModeEnabled) {
    237237            WMSAdjustAction.paintAdjustFrames(g, mv);
     
    379379     */
    380380    public void write(ObjectOutputStream oos) throws IOException {
     381        // Set currentFormat to the serializeFormatVersion
     382        currentFormat = this.serializeFormatVersion;
    381383        oos.writeInt(this.serializeFormatVersion);
    382384        oos.writeObject(this.location);    // String
Note: See TracChangeset for help on using the changeset viewer.