Changeset 20412 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2010-03-11T00:58:51+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r20390 r20412 72 72 public EastNorthBound communeBBox = new EastNorthBound(new EastNorth(0,0), new EastNorth(0,0)); 73 73 74 public boolean cancelled; 75 74 76 private boolean isRaster = false; 75 77 private boolean isAlreadyGeoreferenced = false; … … 132 134 133 135 public void grab(CadastreGrabber grabber, Bounds b, boolean useFactor) throws IOException { 136 cancelled = false; 134 137 if (useFactor) { 135 138 if (isRaster) { … … 146 149 int lastSavedImage = images.size(); 147 150 for (EastNorthBound n : dividedBbox) { 151 if (cancelled) 152 return; 148 153 GeorefImage newImage; 149 154 try {
Note:
See TracChangeset
for help on using the changeset viewer.
