Changeset 2471 in josm for trunk/src/org/openstreetmap/josm/data/osm/DataSetMerger.java
- Timestamp:
- 2009-11-18T18:50:38+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DataSetMerger.java
r2444 r2471 83 83 if (mergeById(source)) 84 84 return; 85 if (!source.isVisible()) 86 // ignore it87 return; 85 //if (!source.isVisible()) 86 // ignore it 87 // return; 88 88 } else { 89 89 // try to merge onto a primitive which has no id assigned … … 236 236 * Tries to merge a primitive <code>source</code> into an existing primitive with the same id. 237 237 * 238 * @param source the otherprimitive which is to be mergedonto aprimitivein my primitives238 * @param source the source primitive which is to be merged into a target primitive 239 239 * @return true, if this method was able to merge <code>source</code> into a target object; false, otherwise 240 240 */
Note:
See TracChangeset
for help on using the changeset viewer.
