Changeset 18320 in osm for applications
- Timestamp:
- 2009-10-27T22:58:34+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r18312 r18320 374 374 oos.writeDouble(this.rasterRatio); 375 375 } 376 oos.write Object(this.communeBBox.min.getX());377 oos.write Object(this.communeBBox.min.getY());378 oos.write Object(this.communeBBox.max.getX());379 oos.write Object(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()); 380 380 } 381 381
Note:
See TracChangeset
for help on using the changeset viewer.