- Timestamp:
- 2008-08-22T03:36:23+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/presets/presets.xml
r820 r821 765 765 </item> 766 766 767 <item name="Waypoints/Bus Stop" icon="presets/bus.png"> 767 <item name="Waypoints/Stop" icon="presets/Stop.png"> 768 <key key="highway" value="stop" /> 769 </item> 770 771 <item name="Waypoints/Cattle Grid" icon="presets/waypoints.png"> 772 <key key="highway" value="cattle_grid" /> 773 </item> 774 775 <item name="Waypoints/Stile" icon="presets/waypoints.png"> 776 <key key="highway" value="stile" /> 777 </item> 778 779 <item name="Waypoints/Mountain Pass" icon="presets/waypoints.png"> 780 <label text="Edit Mountain Pass" /> 781 <label text=" " /> 782 <key key="highway" value="mountain_pass" /> 783 <label text=" " /> 784 <label text="Optional Attributes:" /> 785 <label text=" " /> 786 <text key="name" text="Name" default="" delete_if_empty="true" /> 787 </item> 788 789 790 <item name="Railway/Rail" icon="presets/railway.png"> 791 <label text="Edit a Rail" /> 792 <label text=" " /> 793 <key key="railway" value="rail"/> 794 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 795 </item> 796 797 <item name="Railway/Narrow Gauge Rail" icon="presets/railway.png"> 798 <label text="Edit a Narrow Gauge Rail" /> 799 <label text=" " /> 800 <key key="railway" value="narrow_gauge"/> 801 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 802 </item> 803 804 <item name="Railway/Monorail" icon="presets/railway.png"> 805 <label text="Edit a Monorail" /> 806 <label text=" " /> 807 <key key="railway" value="monorail"/> 808 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 809 </item> 810 811 <item name="Railway/Light Rail" icon="presets/rail_light.png"> 812 <label text="Edit a Light Rail" /> 813 <label text=" " /> 814 <key key="railway" value="light_rail"/> 815 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 816 </item> 817 818 <item name="Railway/Subway" icon="presets/rail_light.png"> 819 <label text="Edit a Subway" /> 820 <label text=" " /> 821 <key key="railway" value="subway"/> 822 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 823 </item> 824 825 <item name="Railway/Tram" icon="presets/tram.png"> 826 <label text="Edit a Tram" /> 827 <label text=" " /> 828 <key key="railway" value="tram"/> 829 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 830 </item> 831 832 <item name="Railway/Preserved" icon="presets/rail_preserved.png"> 833 <label text="Edit a Preserved Railway" /> 834 <label text=" " /> 835 <key key="railway" value="preserved"/> 836 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 837 </item> 838 839 <item name="Railway/Disused Rail" icon="presets/railway.png"> 840 <label text="Edit a Disused Railway" /> 841 <label text=" " /> 842 <key key="railway" value="disused"/> 843 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" /> 844 </item> 845 846 <item name="Railway/Abandoned Rail" icon="presets/railway.png"> 847 <key key="railway" value="abandoned"/> 848 </item> 849 850 <item name="Railway/ " icon="presets/empty.png"></item> 851 852 <item name="Railway Point/Crossing" icon="presets/railwaypoint.png"> 853 <key key="railway" value="crossing" /> 854 </item> 855 856 <item name="Railway Point/Level Crossing" icon="presets/railwaypoint.png"> 857 <key key="railway" value="level_crossing" /> 858 </item> 859 860 <item name="Railway Point/Turntable" icon="presets/railwaypoint.png"> 861 <key key="railway" value="turntable" /> 862 </item> 863 864 865 866 867 <item name="Public Transport/Station" icon="presets/railwaypoint.png"> 868 <label text="Edit Station" /> 869 <label text=" " /> 870 <key key="railway" value="station" /> 871 <label text=" " /> 872 <label text="Optional Attributes:" /> 873 <label text=" " /> 874 <text key="name" text="Name" default="" delete_if_empty="true" /> 875 </item> 876 877 <item name="Public Transport/Halt" icon="presets/railwaypoint.png"> 878 <label text="Edit Halt" /> 879 <label text=" " /> 880 <key key="railway" value="halt" /> 881 <label text=" " /> 882 <label text="Optional Attributes:" /> 883 <label text=" " /> 884 <text key="name" text="Name" default="" delete_if_empty="true" /> 885 </item> 886 887 <item name="Public Transport/Tram Stop" icon="presets/railwaypoint.png"> 888 <label text="Edit Tram Stop" /> 889 <label text=" " /> 890 <key key="railway" value="tram_stop" /> 891 <label text=" " /> 892 <label text="Optional Attributes:" /> 893 <label text=" " /> 894 <text key="name" text="Name" default="" delete_if_empty="true" /> 895 </item> 896 897 <item name="Public Transport/Subway Entrance" icon="presets/railwaypoint.png"> 898 <label text="Edit Subway Entrance" /> 899 <label text=" " /> 900 <key key="railway" value="subway_entrance" /> 901 <label text=" " /> 902 <label text="Optional Attributes:" /> 903 <label text=" " /> 904 <text key="name" text="Name" default="" delete_if_empty="true" /> 905 </item> 906 907 <item name="Public Transport/Bus Stop" icon="presets/bus.png"> 768 908 <label text="Edit Bus Stop" /> 769 909 <label text=" " /> … … 774 914 <text key="name" text="Name" default="" delete_if_empty="true" /> 775 915 </item> 776 777 <item name=" Waypoints/Bus Station" icon="presets/bus.png">916 917 <item name="Public Transport/Bus Station" icon="presets/bus.png"> 778 918 <label text="Edit a Bus Station" /> 779 919 <key key="amenity" value="bus_station" /> … … 784 924 </item> 785 925 786 787 <item name="Waypoints/Stop" icon="presets/Stop.png">788 <key key="highway" value="stop" />789 </item>790 791 <item name="Waypoints/Cattle Grid" icon="presets/waypoints.png">792 <key key="highway" value="cattle_grid" />793 </item>794 795 <item name="Waypoints/Stile" icon="presets/waypoints.png">796 <key key="highway" value="stile" />797 </item>798 799 <item name="Waypoints/Mountain Pass" icon="presets/waypoints.png">800 <label text="Edit Mountain Pass" />801 <label text=" " />802 <key key="highway" value="mountain_pass" />803 <label text=" " />804 <label text="Optional Attributes:" />805 <label text=" " />806 <text key="name" text="Name" default="" delete_if_empty="true" />807 </item>808 809 810 <item name="Railway/Rail" icon="presets/railway.png">811 <label text="Edit a Rail" />812 <label text=" " />813 <key key="railway" value="rail"/>814 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />815 </item>816 817 <item name="Railway/Narrow Gauge Rail" icon="presets/railway.png">818 <label text="Edit a Narrow Gauge Rail" />819 <label text=" " />820 <key key="railway" value="narrow_gauge"/>821 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />822 </item>823 824 <item name="Railway/Monorail" icon="presets/railway.png">825 <label text="Edit a Monorail" />826 <label text=" " />827 <key key="railway" value="monorail"/>828 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />829 </item>830 831 <item name="Railway/Light Rail" icon="presets/rail_light.png">832 <label text="Edit a Light Rail" />833 <label text=" " />834 <key key="railway" value="light_rail"/>835 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />836 </item>837 838 <item name="Railway/Subway" icon="presets/rail_light.png">839 <label text="Edit a Subway" />840 <label text=" " />841 <key key="railway" value="subway"/>842 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />843 </item>844 845 <item name="Railway/Tram" icon="presets/tram.png">846 <label text="Edit a Tram" />847 <label text=" " />848 <key key="railway" value="tram"/>849 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />850 </item>851 852 <item name="Railway/Preserved" icon="presets/rail_preserved.png">853 <label text="Edit a Preserved Railway" />854 <label text=" " />855 <key key="railway" value="preserved"/>856 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />857 </item>858 859 <item name="Railway/Disused Rail" icon="presets/railway.png">860 <label text="Edit a Disused Railway" />861 <label text=" " />862 <key key="railway" value="disused"/>863 <combo key="service" text="Optional Types" values="yard,siding,spur" default="" delete_if_empty="true" />864 </item>865 866 <item name="Railway/Abandoned Rail" icon="presets/railway.png">867 <key key="railway" value="abandoned"/>868 </item>869 870 <item name="Railway/ " icon="presets/empty.png"></item>871 872 873 <item name="Railway Point/Station" icon="presets/railwaypoint.png">874 <label text="Edit Station" />875 <label text=" " />876 <key key="railway" value="station" />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/Halt" icon="presets/railwaypoint.png">884 <label text="Edit Halt" />885 <label text=" " />886 <key key="railway" value="halt" />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/Tram Stop" icon="presets/railwaypoint.png">894 <label text="Edit Tram Stop" />895 <label text=" " />896 <key key="railway" value="tram_stop" />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/Subway Entrance" icon="presets/railwaypoint.png">904 <label text="Edit Subway Entrance" />905 <label text=" " />906 <key key="railway" value="subway_entrance" />907 <label text=" " />908 <label text="Optional Attributes:" />909 <label text=" " />910 <text key="name" text="Name" default="" delete_if_empty="true" />911 </item>912 913 <item name="Railway Point/Crossing" icon="presets/railwaypoint.png">914 <key key="railway" value="crossing" />915 </item>916 917 <item name="Railway Point/Level Crossing" icon="presets/railwaypoint.png">918 <key key="railway" value="level_crossing" />919 </item>920 921 <item name="Railway Point/Turntable" icon="presets/railwaypoint.png">922 <key key="railway" value="turntable" />923 </item>924 926 925 927
Note:
See TracChangeset
for help on using the changeset viewer.