Ignore:
Timestamp:
2009-10-27T22:58:34+01:00 (15 years ago)
Author:
pieren
Message:

Fixed bug in saving cache.

File:
1 edited

Legend:

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

    r18312 r18320  
    374374            oos.writeDouble(this.rasterRatio);
    375375        }
    376         oos.writeObject(this.communeBBox.min.getX());
    377         oos.writeObject(this.communeBBox.min.getY());
    378         oos.writeObject(this.communeBBox.max.getX());
    379         oos.writeObject(this.communeBBox.max.getY());
     376        oos.writeDouble(this.communeBBox.min.getX());
     377        oos.writeDouble(this.communeBBox.min.getY());
     378        oos.writeDouble(this.communeBBox.max.getX());
     379        oos.writeDouble(this.communeBBox.max.getY());
    380380    }
    381381
Note: See TracChangeset for help on using the changeset viewer.