Opened 11 years ago
Last modified 20 months ago
#8891 new enhancement
Preset: new multiselect for multiselection of same value with two separators
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | preset lanes multiselect | Cc: |
Description (last modified by )
The new lanes scheme uses |
as lane-separator but allows to use the same value several time plus uses ;
as separator as normal separator (e.g. turn:lanes=reverse;left|left|left;straight|straight|right
)
I would need to have a feature which allows me to select like a normal multiselect plus a button (shortcut) to add the current selection and the extra separator |
and wait for the next values (next lane).
Attachments (0)
Change History (6)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 11 years ago
comment:3 by , 11 years ago
Replying to Don-vip:
I'm not sure to totally understand your request, could you attach a GUI mockup of what you would like ? :)
Maybe, I have time for a mockup later on:
- I need to specify a second separator.
- I use a normal multiselect
- I need an extra button next to "normal" multiselect" list.
Workflow goes like this:
- select one or more values from list (
reverse
+left
) - click on button
- select one or more values from list (
through
) - click on button
- select one or more values from list (
through
+right
) - enter or tab or click somewhere else
Output using ;
as first and |
as second separator:
- all selected values separated by first (
reverse;left
) - second separator
- all selected values separated by first (
through
) - second separator
- all selected values separated by first (
through;right
)
==> reverse;left|through|through;right
Hope you get the clue.
follow-up: 5 comment:4 by , 5 years ago
Is this feature request still relevant now that we're having a turn lanes plugin?
comment:5 by , 5 years ago
Replying to simon04:
Is this feature request still relevant now that we're having a turn lanes plugin?
I did not try the plugin for years but according to the documentation it is only supporting some tags.
Currently, I am enhancing/updating Presets/LaneAttributes and I could really use it as the possible combinations are just too many, especially, if you have lot`s of lanes.
comment:6 by , 20 months ago
In the wiki discussion, osmwiki:Proposal_talk:Lines_arrangements#multiple_values, I noticed that some power tags use even a more complex value syntax. See osmwiki:Matrix_values for a general concept.
Looks like we need an option to open a new window and have the user to define the dimensions of the matrix and fill it with values from a predefined value list.
I'm not sure to totally understand your request, could you attach a GUI mockup of what you would like ? :)