simonpoole / beautified-JOSM-preset

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

Small improvements for the items "Gasometer", "Silo", "Storage Tank" #399

Closed jajajaneeneenee closed 1 year ago

jajajaneeneenee commented 1 year ago

These 3 items contain an (optional) building key as a one value combo:

  <combo key="building" text="Building" values="gasometer" values_context="building"/>
  <combo key="building" text="Building" values="silo" values_context="building"/>
  <combo key="building" text="Building" values="storage_tank" values_context="building"/>

But a display_values attribute is missing (the values will be displayed in lowercase letters for example in the Vespucci property editor).

And maybe there should be added: <reference ref="additional_building_tags"/> (e.g. for building:material or building:colour)?

(And another proposal/idea: maybe the one value combo could be changed in a one value multiselect – then it is easier to turn it on/off.)