#10558 closed enhancement (worksforme)
Labels for combo lists values on presets windows
Reported by: | francois.lacombe | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | presets, combo, xml | Cc: |
Description (last modified by )
It would be great to have the ability to define human-readable labels for values in presets combo lists.
Currently, values and label are the same since the values="" attribute is used on "combo" objects in presets XML to fill those lists.
Can't it be possible to move towards a more HTML-like approach ?
<combo key="highway" text=""> <option value="service">Service</option> <option value="primary">Primary road</option> <option value="secondary">Secondary road</option> ... </combo>
My point is providing the ability to do so, no to edit the whole defaultpresets.xml like that.
It will be consistent with the human-readable labels for keys displayed on JOSM (the text="" attribute on many presets fields).
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:3 by , 11 years ago
@francois.lacombe: The feature is there, but the entries in the main preset need to be converted. Some help would be appreciated! I would recommend that you start with a small number of changes first, to see if there is any objection.
This is already implemented: