Opened 15 years ago

Last modified 14 years ago

#5694 new enhancement

[patch] two more select modes — at Initial Version

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description

For myself I've implemented two enhancements in JOSM which I like to share if they look reasonable to you.
First ist selecting connected objects via double click. I've done this mainly for buildings to be able to quickly select a whole block and move/turn it. The problem is the question how far you wanna take the term connected. Applied to streets that can go as far as selecting all ways in your layer. Because of this I added a maximum depth about whose default one might argue (hard coded to 10).

Second it selecting a closed way by pressing Alt and clicking somewhere into the area (or Alt+Shift for adding it to the selection). This often makes it a lot easier selecting a bunch of single buildings.
Maybe my implementation is naive because I don't know much about geometric calculations. But thought I was worried about efficiency I never experienced problems on my not fast machine in the last six months.

Change History (1)

by anonymous, 15 years ago

Attachment: JOSM.selecting.patch added

patch against stable version implementing both actions

Note: See TracTickets for help on using tickets.