Changeset 6296 in josm for trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
- Timestamp:
- 2013-10-04T03:27:01+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
r6248 r6296 383 383 Area a = data.getDataSourceArea(); 384 384 385 // copy the merged layer's data source info; 386 // only add source rectangles if they are not contained in the 387 // layer already. 385 // copy the merged layer's data source info. 386 // only add source rectangles if they are not contained in the layer already. 388 387 for (DataSource src : from.dataSources) { 389 388 if (a == null || !a.contains(src.bounds.asRect())) {
Note:
See TracChangeset
for help on using the changeset viewer.
