Opened 16 years ago

Last modified 14 years ago

#4600 closed enhancement

Be smarter about excluding duplicates from the JOSM selection (and maybe search?) stack — at Initial Version

Reported by: avarab@… Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: selection Cc:

Description

A frequent use case of mine with JOSM goes like this:

  1. Load up a large pile of data
  2. Select an area on it
  3. Execute a complex "selected ..." search query
  4. Get maybe 100-200 ways I want to work on.

So far so good, then I zoom on one of the objects in the selection stack, edit it and then select the 200 ways back from the stack.

The problem is that as I'm going "one way -> edit -> 200 ways -> one way -> edit -> 200 ways -> ..." with my selection the selection with the 200 ways will eventually fall off my stack. This seems to be because JOSM will not add something new if it's already on the stack.

Instead what it should do is remove it from wherever it is now on the stack and put it in the front (the top). Then I could edit like this for hours without having to again zoom out and execute the initial search query.

Change History (0)

Note: See TracTickets for help on using tickets.