Changeset 6260 in josm


Ignore:
Timestamp:
2013-09-25T11:04:04+02:00 (11 years ago)
Author:
stoecker
Message:

fix #9109 - separate contexts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6259 r6260  
    19251925            <key key="amenity" value="ferry_terminal" />
    19261926            <text key="name" text="Name" />
    1927             <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" />
     1927            <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo"/>
    19281928        </item>
    19291929        <item name="Ferry Route" icon="presets/ferry.png" type="way,closedway">
     
    42564256            <optional>
    42574257                <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
    4258                 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" />
     4258                <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
    42594259                <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" />
    42604260                <check key="date" text="Shows current date" default="off" />
     
    67356735            <space />
    67366736            <key key="type" value="route" />
    6737             <combo key="route" text="Route type" values="bicycle,bus,road,ferry,ski,foot,hiking,tram,detour,railway,subway" />
     6737            <combo key="route" text="Route type" values="bicycle,bus,road,ferry,ski,foot,hiking,tram,detour,railway,subway" values_context="route type"/>
    67386738            <text key="name" text="Name" />
    67396739            <text key="ref" text="Reference" />
Note: See TracChangeset for help on using the changeset viewer.