Changeset 8082 in josm


Ignore:
Timestamp:
2015-02-18T14:08:20+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11130 - unify text for height and add it to natural=cliff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8076 r8082  
    19671967            <key key="natural" value="cliff" />
    19681968            <text key="name" text="Name" />
     1969            <text key="height" text="Height (meters)" />
    19691970        </item> <!-- Cliff -->
    19701971    </group> <!-- Water -->
     
    53905391                <text key="camera:direction" text="Direction in degrees" match="key" />
    53915392                <text key="camera:angle" text="Inclination in degrees" match="key" />
    5392                 <text key="height" text="Height in meter (m)" />
     5393                <text key="height" text="Height (meters)" />
    53935394            </optional>
    53945395        </item> <!-- Surveillance Camera -->
     
    57495750            <space />
    57505751            <key key="power" value="tower" />
    5751             <text key="height" text="Height in meter (m)" />
     5752            <text key="height" text="Height (meters)" />
    57525753            <combo key="structure" text="Type of construction" values="lattice,tubular,solid " />
    57535754            <combo key="material" text="Material" values="metal,plastic,steel,stone,wood,concrete" />
     
    57745775            <space />
    57755776            <key key="power" value="pole" />
    5776             <text key="height" text="Height in meter (m)" />
     5777            <text key="height" text="Height (meters)" />
    57775778            <combo key="material" text="Material" values="metal,plastic,steel,stone,wood,concrete" />
    57785779            <check key="pole" text="Location transition" value_on="transition" disable_off="true" />
     
    57915792            <key key="power" value="pole" />
    57925793            <label text="Pole Attributes:" />
    5793             <text key="height" text="Height in meter (m)" />
     5794            <text key="height" text="Height (meters)" />
    57945795            <combo key="material" text="Material" values="metal,plastic,steel,stone,wood,concrete" />
    57955796            <check key="pole" text="Location transition" value_on="transition" disable_off="true" />
     
    72597260            <key key="natural" value="tree" />
    72607261            <text key="name" text="Name" />
    7261             <text key="height" text="Height in meter (m)" />
     7262            <text key="height" text="Height (meters)" />
    72627263            <text key="name:botanical" text="Botanical Name" />
    72637264            <optional>
     
    72817282            <space />
    72827283            <key key="natural" value="tree_row" />
    7283             <text key="height" text="Height in meter (m)" />
     7284            <text key="height" text="Height (meters)" />
    72847285            <optional>
    72857286                <reference ref="leaf" />
Note: See TracChangeset for help on using the changeset viewer.