- Timestamp:
- 2008-12-14T00:18:57+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/presets/presets.xml
r1112 r1123 786 786 </group> <!-- Waypoints --> 787 787 788 789 790 <group name="Barriers" icon="presets/bollard.png"> 791 792 <item name="Stile" icon="presets/empty.png"> 793 <label text="Edit a Stile" /> 794 <label text=" " /> 795 <key key="barrier" value="stile" /> 796 <label text="Allowed traffic:" /> 797 <label text=" " /> 798 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 799 <check key="bicycle" text="Bicycle" default="off" delete_if_empty="true" /> 800 </item> <!-- stile --> 801 802 <item name="Kissing Gate" icon="presets/empty.png"> 803 <label text="Edit a Kissing Gate" /> 804 <label text=" " /> 805 <key key="barrier" value="kissing_gate" /> 806 <label text="Allowed traffic:" /> 807 <label text=" " /> 808 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 809 <check key="bicycle" text="Bicycle" default="off" delete_if_empty="true" /> 810 </item> <!-- kissing_gate --> 811 812 <item name="Hampshire Gate" icon="presets/empty.png"> 813 <label text="Edit a Hampshire Gate" /> 814 <label text=" " /> 815 <key key="barrier" value="hampshire_gate" /> 816 <label text="Allowed traffic:" /> 817 <label text=" " /> 818 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 819 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 820 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 821 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 822 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 823 </item> <!-- hampshire_gate --> 824 825 <item name="Bollard" icon="presets/empty.png"> 826 <label text="Edit a bollard" /> 827 <label text=" " /> 828 <key key="barrier" value="bollard" /> 829 <label text="Allowed traffic:" /> 830 <label text=" " /> 831 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 832 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 833 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 834 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 835 </item> <!-- bollard --> 836 837 <item name="Drawbridge" icon="presets/empty.png"> 838 <label text="Edit a Drawbridge" /> 839 <label text=" " /> 840 <key key="barrier" value="drawbridge" /> 841 <label text="Allowed traffic:" /> 842 <label text=" " /> 843 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 844 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 845 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 846 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 847 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 848 </item> <!-- drawbridge --> 849 850 <item name="Bus Trap" icon="presets/empty.png"> 851 <key key="barrier" value="bus_trap" /> 852 </item> <!-- bus_trap --> 853 854 <item name="Cattle Grid" icon="presets/empty.png"> 855 <label text="Edit a Cattle Grid" /> 856 <label text=" " /> 857 <key key="barrier" value="cattle_grid" /> 858 <label text="Allowed traffic:" /> 859 <label text=" " /> 860 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 861 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 862 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 863 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 864 </item> <!-- cattle_grid --> 865 866 <item name="Spikes" icon="presets/empty.png"> 867 <label text="Edit a Spikes" /> 868 <label text=" " /> 869 <key key="barrier" value="spikes" /> 870 <label text="Allowed traffic:" /> 871 <label text=" " /> 872 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 873 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 874 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 875 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 876 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 877 </item> <!-- spikes --> 878 879 <item name="Porticullis" icon="presets/empty.png"> 880 <label text="Edit a Porticullis" /> 881 <label text=" " /> 882 <key key="barrier" value="porticullis" /> 883 <label text="Allowed traffic:" /> 884 <label text=" " /> 885 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 886 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 887 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 888 </item> <!-- porticullis --> 889 890 891 <item name="Gate" icon="presets/empty.png"> 892 <label text="Edit a Gate" /> 893 <label text=" " /> 894 <key key="barrier" value="gate" /> 895 <label text="Allowed traffic:" /> 896 <label text=" " /> 897 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 898 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 899 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 900 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 901 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 902 </item> <!-- gate --> 903 904 <item name="Lift Gate" icon="presets/empty.png"> 905 <label text="Edit a Lift Gate" /> 906 <label text=" " /> 907 <key key="barrier" value="lift_gate" /> 908 <label text="Allowed traffic:" /> 909 <label text=" " /> 910 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 911 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 912 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 913 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 914 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 915 </item> <!-- lift_gate --> 916 917 <item name="Sally Port" icon="presets/empty.png"> 918 <label text="Edit a Sally Port" /> 919 <label text=" " /> 920 <key key="barrier" value="sally_port" /> 921 <label text="Allowed traffic:" /> 922 <label text=" " /> 923 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 924 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 925 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 926 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 927 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 928 </item> <!-- sally_port --> 929 930 <item name="Bump Gate" icon="presets/empty.png"> 931 <label text="Edit a Bump Gate" /> 932 <label text=" " /> 933 <key key="barrier" value="bump_gate" /> 934 <label text="Allowed traffic:" /> 935 <label text=" " /> 936 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 937 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 938 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 939 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 940 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 941 </item> <!-- bump_gate --> 942 943 <item name="Hedge" icon="presets/empty.png"> 944 <key key="barrier" value="hedge" /> 945 </item> <!-- hedge --> 946 947 <item name="Fence" icon="presets/empty.png"> 948 <key key="barrier" value="fence" /> 949 </item> <!-- fence --> 950 951 <item name="Block" icon="presets/empty.png"> 952 <key key="barrier" value="block" /> 953 </item> <!-- block --> 954 955 <item name="Wall" icon="presets/empty.png"> 956 <key key="barrier" value="wall" /> 957 </item> <!-- wall --> 958 959 <item name="City Wall" icon="presets/empty.png"> 960 <key key="barrier" value="city_wall" /> 961 </item> <!-- city_wall --> 962 963 <item name="Retaining Wall" icon="presets/empty.png"> 964 <key key="barrier" value="retaining_wall" /> 965 </item> <!-- retaining_wall --> 966 967 <item name="Toll Booth" icon="presets/empty.png"> 968 <key key="barrier" value="toll_booth" /> 969 </item> <!-- toll_booth --> 970 971 <item name="Border Control" icon="presets/empty.png"> 972 <label text="Edit a Border Control" /> 973 <label text=" " /> 974 <key key="barrier" value="border_control" /> 975 <label text="Allowed traffic:" /> 976 <label text=" " /> 977 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 978 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 979 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 980 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 981 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 982 </item> <!-- border_control --> 983 984 <separator/> 985 986 <item name="Entrance" icon="presets/empty.png"> 987 <label text="Edit a Entrance" /> 988 <label text=" " /> 989 <key key="barrier" value="entrance" /> 990 <label text="Allowed traffic:" /> 991 <label text=" " /> 992 <check key="foot" text="Foot" default="on" delete_if_empty="true" /> 993 <check key="bicycle" text="Bicycle" default="on" delete_if_empty="true" /> 994 <check key="horse" text="Horse" default="off" delete_if_empty="true" /> 995 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 996 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 997 </item> <!-- entrance --> 998 999 </group> <!-- Barriers --> 1000 1001 1002 1003 1004 1005 788 1006 <separator/> 789 1007
Note:
See TracChangeset
for help on using the changeset viewer.