simonpoole / beautified-JOSM-preset

Improved version of the JOSM presets
http://simonpoole.github.io/beautified-JOSM-preset
Other
57 stars 25 forks source link

Some list_entry lines of code use display_values instead of display_value #385

Closed jajajaneeneenee closed 1 year ago

jajajaneeneenee commented 1 year ago

Then this display_values text is not shown in a combo or multiselect list in the editor (but the value starting with a lowercase letter). Examples:

<chunk id="cycleway_values">
    <list_entry value="lane" display_values="Lane"/>
    <list_entry value="track" display_values="Track"/>
    <list_entry value="share_busway" display_values="Share busway"/>
    <list_entry value="shared_lane" display_values="Shared lane"/>
    <list_entry value="separate" display_values="Separate"/>
</chunk>

Or in chunk id="building_materials" (only this line): <list_entry value="wood" display_values="Wood"/>

Also in chunk id="base_access_values" are some lines and in other chunks (I also saw it in purpose_based_access_values and sport_surface.) Your best bet is to search the entire code for it.