Ticket #10638: 10638-v4.patch
| File 10638-v4.patch, 881 bytes (added by , 9 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
413 413 b.grow(100, 100); 414 414 Area a = new Area(b); 415 415 416 // now successively subtract downloaded areas 417 for (Bounds bounds : data.getDataSourceBounds()) { 418 if (bounds.isCollapsed()) { 419 continue; 420 } 421 a.subtract(mv.getState().getArea(bounds)); 422 } 416 // now subtract downloaded areas 417 a.subtract(data.getDataSourceArea()); 423 418 424 419 // paint remainder 425 420 MapViewPoint anchor = mv.getState().getPointFor(new EastNorth(0, 0));
