Changeset 18448 in josm for trunk/resources


Ignore:
Timestamp:
2022-05-16T17:13:36+02:00 (2 years ago)
Author:
Klumbumbus
Message:

Fix #21973 - Add building:levels:underground (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r18404 r18448  
    56545654            <optional>
    56555655                <reference ref="name_operator" />
    5656                 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
     5656                <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
     5657                <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
    56575658                <text key="height" text="Height (meters)" length="7" />
    56585659            </optional>
     
    56655666            <optional>
    56665667                <reference ref="name_operator" />
    5667                 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
     5668                <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
     5669                <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
    56685670                <text key="height" text="Height (meters)" length="7" />
    56695671            </optional>
     
    56745676            <space />
    56755677            <combo key="building:part" text="Building part" values="allotment_house,bakehouse,barn,college,commercial,construction,cowshed,farm_auxiliary,garage,garages,greenhouse,hangar,hospital,industrial,office,parking,retail,roof,ruins,school,shed,supermarket,toilets,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
    5676             <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
     5678            <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
    56775679            <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
     5680            <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
    56785681            <text key="height" text="Height (meters)" length="7" />
    56795682            <text key="min_height" text="Skipped height (meters)" />
     
    56865689            <optional>
    56875690                <reference ref="name_operator" />
    5688                 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
     5691                <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
     5692                <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
    56895693                <text key="height" text="Height (meters)" length="7" />
    56905694            </optional>
Note: See TracChangeset for help on using the changeset viewer.