Changeset 818 in josm


Ignore:
Timestamp:
Aug 22, 2008 2:50:00 AM (5 years ago)
Author:
ce
Message:

WEgepunkte in eigene Untermenüs auseinandergezogen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/presets/presets.xml

    r790 r818  
    501501        </item> 
    502502 
    503  
    504         <item name="Ways/ " icon="presets/empty.png"></item> 
    505          
    506         <item name="Ways/Points" icon="presets/waypoints.png"> 
    507                 <label text="Road Points" /> 
    508                 <combo key="highway" text="Type" values="motorway_junction,services,toll_booth,traffic_signals,crossing,mini_roundabout,incline,incline_steep,viaduct,stop,gate,bus_stop,stile,cattle_grid,ford,turning_circle" default="" /> 
    509                 <text key="name" text="Name" default="" delete_if_empty="true" /> 
    510                 <check key="mountain_pass" text="Mountain Pass" default="off" delete_if_empty="true" /> 
    511         </item> 
    512          
    513503        <item name="Ways/ " icon="presets/empty.png"></item> 
    514504         
     
    711701                <text key="width" text="Width (metres)" default="" delete_if_empty="true" /> 
    712702        </item> 
    713          
    714  
    715  
     703 
     704 
     705        <item name="Waypoints/Toll Booth" icon="presets/waypoints.png"> 
     706                <label text="Edit Toll Booth" /> 
     707                <label text=" " /> 
     708                <key key="highway" value="toll_booth" /> 
     709                <label text=" " /> 
     710                <label text="Optional Attributes:" /> 
     711                <label text=" " /> 
     712                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     713                <text key="operator" text="Operator" default="" delete_if_empty="true" /> 
     714        </item> 
     715 
     716        <item name="Waypoints/Services" icon="presets/waypoints.png"> 
     717                <label text="Edit Service Station" /> 
     718                <label text=" " /> 
     719                <key key="highway" value="service" /> 
     720                <label text=" " /> 
     721                <label text="Optional Attributes:" /> 
     722                <label text=" " /> 
     723                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     724                <text key="operator" text="Operator" default="" delete_if_empty="true" /> 
     725        </item> 
     726 
     727        <item name="Waypoints/Motorway Junction" icon="presets/waypoints.png"> 
     728                <label text="Edit Motorway Junction" /> 
     729                <label text=" " /> 
     730                <key key="highway" value="motorway_junction" /> 
     731                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     732                <text key="ref" text="Number" default="" delete_if_empty="true" /> 
     733        </item> 
     734 
     735        <item name="Waypoints/Ford" icon="presets/waypoints.png"> 
     736                <label text="Edit Ford" /> 
     737                <label text=" " /> 
     738                <key key="highway" value="ford" /> 
     739                <label text=" " /> 
     740                <label text="Optional Attributes:" /> 
     741                <label text=" " /> 
     742                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     743        </item> 
     744 
     745        <item name="Waypoints/Crossing" icon="presets/waypoints.png"> 
     746                <label text="Edit Crossing" /> 
     747                <label text=" " /> 
     748                <key key="highway" value="crossing" /> 
     749        </item> 
     750         
     751        <item name="Waypoints/Mini Roundabout" icon="presets/waypoints.png"> 
     752                <key key="highway" value="mini_roundabout" /> 
     753        </item> 
     754 
     755        <item name="Waypoints/Traffic Signal" icon="presets/waypoints.png"> 
     756                <label text="Edit Traffic Signal" /> 
     757                <label text=" " /> 
     758                <key key="highway" value="traffic_signals" /> 
     759        </item> 
     760 
     761        <item name="Waypoints/Turning Circle" icon="presets/waypoints.png"> 
     762                <label text="Edit Turning Circle" /> 
     763                <label text=" " /> 
     764                <key key="highway" value="turning_circle" /> 
     765        </item> 
     766 
     767        <item name="Waypoints/Bus Stop" icon="presets/waypoints.png"> 
     768                <label text="Edit Bus Stop" /> 
     769                <label text=" " /> 
     770                <key key="highway" value="bus_stop" /> 
     771                <label text=" " /> 
     772                <label text="Optional Attributes:" /> 
     773                <label text=" " /> 
     774                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     775        </item> 
     776 
     777        <item name="Waypoints/Stop" icon="presets/Stop.png"> 
     778                <key key="highway" value="stop" /> 
     779        </item> 
     780 
     781        <item name="Waypoints/Cattle Grid" icon="presets/waypoints.png"> 
     782                <key key="highway" value="cattle_grid" /> 
     783        </item> 
     784 
     785        <item name="Waypoints/Stile" icon="presets/waypoints.png"> 
     786                <key key="highway" value="stile" /> 
     787        </item> 
     788 
     789        <item name="Waypoints/Mountain Pass" icon="presets/waypoints.png"> 
     790                <label text="Edit Mountain Pass" /> 
     791                <label text=" " /> 
     792                <key key="highway" value="mountain_pass" /> 
     793                <label text=" " /> 
     794                <label text="Optional Attributes:" /> 
     795                <label text=" " /> 
     796                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     797        </item> 
     798         
     799         
    716800        <item name="Railway/Rail" icon="presets/railway.png"> 
    717801                <label text="Edit a Rail" /> 
     
    775859         
    776860        <item name="Railway/ " icon="presets/empty.png"></item> 
    777          
    778         <item name="Railway/Railway Point" icon="presets/railwaypoint.png"> 
    779                 <label text="Edit a Railway Point" /> 
    780                 <combo key="railway" text="Type" values="station,halt,tram_stop,subway_entrance,crossing,level_crossing,turntable,viaduct" default="" delete_if_empty="true" /> 
    781                 <text key="name" text="Name" default="" delete_if_empty="true"  /> 
    782         </item> 
    783          
    784          
     861 
     862 
     863        <item name="Railway Point/Station" icon="presets/railwaypoint.png"> 
     864                <label text="Edit Station" /> 
     865                <label text=" " /> 
     866                <key key="railway" value="station" /> 
     867                <label text=" " /> 
     868                <label text="Optional Attributes:" /> 
     869                <label text=" " /> 
     870                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     871        </item> 
     872 
     873        <item name="Railway Point/Halt" icon="presets/railwaypoint.png"> 
     874                <label text="Edit Halt" /> 
     875                <label text=" " /> 
     876                <key key="railway" value="halt" /> 
     877                <label text=" " /> 
     878                <label text="Optional Attributes:" /> 
     879                <label text=" " /> 
     880                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     881        </item> 
     882 
     883        <item name="Railway Point/Tram Stop" icon="presets/railwaypoint.png"> 
     884                <label text="Edit Tram Stop" /> 
     885                <label text=" " /> 
     886                <key key="railway" value="tram_stop" /> 
     887                <label text=" " /> 
     888                <label text="Optional Attributes:" /> 
     889                <label text=" " /> 
     890                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     891        </item> 
     892 
     893        <item name="Railway Point/Subway Entrance" icon="presets/railwaypoint.png"> 
     894                <label text="Edit Subway Entrance" /> 
     895                <label text=" " /> 
     896                <key key="railway" value="subway_entrance" /> 
     897                <label text=" " /> 
     898                <label text="Optional Attributes:" /> 
     899                <label text=" " /> 
     900                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     901        </item> 
     902 
     903        <item name="Railway Point/Crossing" icon="presets/railwaypoint.png"> 
     904                <key key="railway" value="crossing" /> 
     905        </item> 
     906 
     907        <item name="Railway Point/Level Crossing" icon="presets/railwaypoint.png"> 
     908                <key key="railway" value="level_crossing" /> 
     909        </item> 
     910 
     911        <item name="Railway Point/Turntable" icon="presets/railwaypoint.png"> 
     912                <key key="railway" value="turntable" /> 
     913        </item> 
     914 
     915 
    785916        <item name="Waterway/River" icon="presets/waterway.png"> 
    786917                <label text="Edit a River" /> 
     
    838969        </item> 
    839970 
    840         <item name="Waterway/Waterway Point" icon="presets/waterwaypoint.png"> 
    841                 <label text="Edit Waterway Points" /> 
    842                 <label text=" " /> 
    843                 <combo key="waterway" text="Type" values="lock_gate,turning_point,aqueduct,boatyard,water_point,waste_disposal,mooring,weir" default="" delete_if_empty="true" /> 
    844                 <text key="name" text="Name" default="" delete_if_empty="true" /> 
    845         </item> 
    846          
    847          
    848          
     971        <item name="Waterway/Boatyard" icon="presets/empty.png"> 
     972                <label text="Edit a Boatyard" /> 
     973                <label text=" " /> 
     974                <key key="waterway" value="boatyard" /> 
     975                <text key="name" text="Name" default="" delete_if_empty="true" /> 
     976        </item> 
     977 
     978        <item name="Waterway Points/Lock Gate" icon="presets/empty.png"> 
     979                <key key="waterway" value="lock_gate" /> 
     980        </item> 
     981 
     982        <item name="Waterway Points/Turning Point" icon="presets/empty.png"> 
     983                <key key="waterway" value="turning_point" /> 
     984        </item> 
     985 
     986        <item name="Waterway Points/Waste Disposal" icon="presets/empty.png"> 
     987                <key key="waterway" value="waste_disposal" /> 
     988        </item> 
     989 
     990 
    849991        <item name="Car/Fuel" icon="presets/fuel.png"> 
    850992                <label text="Edit Fuel" /> 
Note: See TracChangeset for help on using the changeset viewer.