Changes between Initial Version and Version 1 of Ticket #6168, comment 20


Ignore:
Timestamp:
2011-04-06T20:14:54+02:00 (13 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6168, comment 20

    initial v1  
    1 addWaysIntersectingWay() is used in shift-E when only ways are selected.
     1addWaysIntersectingWay() is used in shift-E when only ways are selected. Sample of usage - drawing buildings with several rectagles and merging them. Pressing Shift-E selects all polygons intersecting selected. Implementation is rather inefficent, I know.
    22
    33The implemented idea is to extend selection step-by step: one key press = select all ways connected (intersecting) with already selected. Recursion usually gives too big selections.