Changeset 854 in josm for trunk/presets
- Timestamp:
- 2008-08-24T00:48:06+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/presets/presets.xml
r849 r854 849 849 </group> <!-- Railway Point --> 850 850 851 <group name="Public Transport" icon="presets/bus.png"> 852 <item name="Station" icon="presets/station.png"> 853 <label text="Edit Station" /> 854 <label text=" " /> 855 <key key="railway" value="station" /> 856 <label text=" " /> 857 <label text="Optional Attributes:" /> 858 <label text=" " /> 859 <text key="name" text="Name" default="" delete_if_empty="true" /> 860 </item> 861 862 <item name="Railway Halt" icon="presets/railway_halt.png"> 863 <label text="Edit Halt" /> 864 <label text=" " /> 865 <key key="railway" value="halt" /> 866 <label text=" " /> 867 <label text="Optional Attributes:" /> 868 <label text=" " /> 869 <text key="name" text="Name" default="" delete_if_empty="true" /> 870 </item> 871 872 <item name="Tram Stop" icon="presets/tram.png"> 873 <label text="Edit Tram Stop" /> 874 <label text=" " /> 875 <key key="railway" value="tram_stop" /> 876 <label text=" " /> 877 <label text="Optional Attributes:" /> 878 <label text=" " /> 879 <text key="name" text="Name" default="" delete_if_empty="true" /> 880 </item> 881 882 <item name="Subway Entrance" icon="presets/railwaypoint.png"> 883 <label text="Edit Subway Entrance" /> 884 <label text=" " /> 885 <key key="railway" value="subway_entrance" /> 886 <label text=" " /> 887 <label text="Optional Attributes:" /> 888 <label text=" " /> 889 <text key="name" text="Name" default="" delete_if_empty="true" /> 890 </item> 891 892 <item name="Bus Station" icon="presets/bus.png"> 893 <label text="Edit a Bus Station" /> 894 <key key="amenity" value="bus_station" /> 895 <label text=" " /> 896 <label text="Optional Attributes:" /> 897 <label text=" " /> 898 <text key="name" text="Name" default="" delete_if_empty="true" /> 899 </item> 900 901 <item name="Bus Stop" icon="presets/bus_halt.png"> 902 <label text="Edit Bus Stop" /> 903 <label text=" " /> 904 <key key="highway" value="bus_stop" /> 905 <label text=" " /> 906 <label text="Optional Attributes:" /> 907 <label text=" " /> 908 <text key="name" text="Name" default="" delete_if_empty="true" /> 909 </item> 910 </group> <!-- Public Transport --> 851 <seperator/> 911 852 912 853 <group name="Waterway" icon="presets/waterway.png"> … … 1046 987 </group> <!-- Bicycle --> 1047 988 989 <group name="Public Transport" icon="presets/bus.png"> 990 <item name="Station" icon="presets/station.png"> 991 <label text="Edit Station" /> 992 <label text=" " /> 993 <key key="railway" value="station" /> 994 <label text=" " /> 995 <label text="Optional Attributes:" /> 996 <label text=" " /> 997 <text key="name" text="Name" default="" delete_if_empty="true" /> 998 </item> 999 1000 <item name="Railway Halt" icon="presets/railway_halt.png"> 1001 <label text="Edit Halt" /> 1002 <label text=" " /> 1003 <key key="railway" value="halt" /> 1004 <label text=" " /> 1005 <label text="Optional Attributes:" /> 1006 <label text=" " /> 1007 <text key="name" text="Name" default="" delete_if_empty="true" /> 1008 </item> 1009 1010 <item name="Tram Stop" icon="presets/tram.png"> 1011 <label text="Edit Tram Stop" /> 1012 <label text=" " /> 1013 <key key="railway" value="tram_stop" /> 1014 <label text=" " /> 1015 <label text="Optional Attributes:" /> 1016 <label text=" " /> 1017 <text key="name" text="Name" default="" delete_if_empty="true" /> 1018 </item> 1019 1020 <item name="Subway Entrance" icon="presets/railwaypoint.png"> 1021 <label text="Edit Subway Entrance" /> 1022 <label text=" " /> 1023 <key key="railway" value="subway_entrance" /> 1024 <label text=" " /> 1025 <label text="Optional Attributes:" /> 1026 <label text=" " /> 1027 <text key="name" text="Name" default="" delete_if_empty="true" /> 1028 </item> 1029 1030 <item name="Bus Station" icon="presets/bus.png"> 1031 <label text="Edit a Bus Station" /> 1032 <key key="amenity" value="bus_station" /> 1033 <label text=" " /> 1034 <label text="Optional Attributes:" /> 1035 <label text=" " /> 1036 <text key="name" text="Name" default="" delete_if_empty="true" /> 1037 </item> 1038 1039 <item name="Bus Stop" icon="presets/bus_halt.png"> 1040 <label text="Edit Bus Stop" /> 1041 <label text=" " /> 1042 <key key="highway" value="bus_stop" /> 1043 <label text=" " /> 1044 <label text="Optional Attributes:" /> 1045 <label text=" " /> 1046 <text key="name" text="Name" default="" delete_if_empty="true" /> 1047 </item> 1048 </group> <!-- Public Transport --> 1049 1048 1050 <seperator/> 1049 1051 … … 1305 1307 <group name="Sport" icon="presets/soccer.png"> 1306 1308 <item name="Racetrack" icon="presets/empty.png"> 1307 <label text="Edit a racetrack" />1309 <label text="Edit Racetrack" /> 1308 1310 <key key="leisure" value="track" /> 1309 1311 <text key="name" text="Name" default="" delete_if_empty="true" /> … … 2028 2030 </item> 2029 2031 2030 <item name="Residential area" icon="presets/landuse.png">2032 <item name="Residential" icon="presets/landuse.png"> 2031 2033 <label text="Edit Residential Landuse" /> 2032 2034 <label text=" " />
Note:
See TracChangeset
for help on using the changeset viewer.