Changeset 954 in josm


Ignore:
Timestamp:
Sep 13, 2008 9:07:47 PM (5 years ago)
Author:
ulfl
Message:

new waterway=waterfall and some sequence cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/presets/presets.xml

    r952 r954  
    723723                </item> 
    724724 
     725                <item name="Bollard" icon="styles/standard/vehicle/restrictions/bollard.png"> 
     726                        <key key="barrier" value="bollard" /> 
     727                </item> 
     728 
    725729                <item name="Mini Roundabout" icon="presets/roundabout_left.png"> 
    726730                        <key key="highway" value="mini_roundabout" /> 
     
    731735                </item> 
    732736 
     737                <item name="City Limit" icon="presets/citylimit.png"> 
     738                        <label text="Edit a city limit sign" /> 
     739                        <label text=" " /> 
     740                        <key key="traffic_sign" value="city_limit" /> 
     741                        <label text=" " /> 
     742                        <text key="name" text="Name" default="" delete_if_empty="true" /> 
     743                        <text key="alt_name" text="Second Name" default="" delete_if_empty="true" /> 
     744                </item> 
     745 
     746                <item name="Speed Camera" icon="presets/speed_camera.png"> 
     747                        <key key="amenity" value="speed_camera" /> 
     748                </item> 
     749                 
    733750                <separator/> 
    734751 
     
    747764                </item> 
    748765 
    749                 <item name="Gate" icon="presets/waypoints.png"> 
     766                <item name="Gate" icon="styles/standard/vehicle/gate.png"> 
    750767                        <key key="highway" value="gate" /> 
    751768                </item> 
     
    755772                </item> 
    756773 
    757                 <item name="Bollard" icon="styles/standard/vehicle/restrictions/bollard.png"> 
    758                         <key key="barrier" value="bollard" /> 
    759                 </item> 
    760  
    761774                <item name="Mountain Pass" icon="presets/mountain_pass.png"> 
    762775                        <label text="Edit Mountain Pass" /> 
     
    767780                        <label text=" " /> 
    768781                        <text key="name" text="Name" default="" delete_if_empty="true" /> 
    769                 </item> 
    770  
    771                 <item name="City Limit" icon="presets/citylimit.png"> 
    772                         <label text="Edit a city limit sign" /> 
    773                         <label text=" " /> 
    774                         <key key="traffic_sign" value="city_limit" /> 
    775                         <label text=" " /> 
    776                         <text key="name" text="Name" default="" delete_if_empty="true" /> 
    777                         <text key="alt_name" text="Second Name" default="" delete_if_empty="true" /> 
    778                 </item> 
    779  
    780                 <item name="Speed Camera" icon="presets/speed_camera.png"> 
    781                         <key key="amenity" value="speed_camera" /> 
    782782                </item> 
    783783        </group> <!-- Waypoints --> 
     
    964964                        <label text=" " /> 
    965965                        <key key="waterway" value="weir" /> 
     966                        <text key="name" text="Name" default="" delete_if_empty="true" /> 
     967                </item> 
     968 
     969                <item name="Waterfall" icon="styles/standard/nautical/waterfall.png"> 
     970                        <label text="Edit a Waterfall" /> 
     971                        <label text=" " /> 
     972                        <key key="waterway" value="waterfall" /> 
    966973                        <text key="name" text="Name" default="" delete_if_empty="true" /> 
    967974                </item> 
     
    12111218 
    12121219        <group name="Tourism" icon="presets/State_Public.png"> 
     1220                <item name="Attraction" icon="presets/sightseeing.png"> 
     1221                        <label text="Edit Attraction" /> 
     1222                        <key key="tourism" value="attraction" /> 
     1223                        <text key="name" text="Name" default="" delete_if_empty="true" /> 
     1224                </item> 
     1225 
    12131226                <item name="Information point" icon="presets/information.png"> 
    12141227                        <label text="Edit Tourist Information" /> 
     
    12321245                        <label text="Edit Viewpoint" /> 
    12331246                        <key key="tourism" value="viewpoint" /> 
    1234                         <text key="name" text="Name" default="" delete_if_empty="true" /> 
    1235                 </item> 
    1236  
    1237                 <item name="Attraction" icon="presets/sightseeing.png"> 
    1238                         <label text="Edit Attraction" /> 
    1239                         <key key="tourism" value="attraction" /> 
    12401247                        <text key="name" text="Name" default="" delete_if_empty="true" /> 
    12411248                </item> 
Note: See TracChangeset for help on using the changeset viewer.