Ticket #8973: josm_8973_v2.diff
| File josm_8973_v2.diff, 4.0 KB (added by , 13 years ago) |
|---|
-
data/defaultpresets.xml
1034 1034 ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=traffic_signals" 1035 1035 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=traffic_signals" 1036 1036 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=traffic_signals" /> 1037 <label text="Edit Traffic Signal" /> 1038 <space /> 1037 1039 <key key="highway" value="traffic_signals" /> 1038 <optional> 1040 <label text="Optional crossing attributes:" /> 1041 <space /> 1039 1042 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1040 <check key="horse" text="Cross on horseback" default="off" />1041 <check key="bicycle" text="Cross by bicycle" default="off" />1042 <check key="supervised" text="Crossing attendant" default="off" />1043 1043 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> 1044 </optional> 1044 <check key="supervised" text="Crossing attendant" default="off" /> 1045 <check key="bicycle" text="Cross by bicycle" default="off" /> 1046 <check key="horse" text="Cross on horseback" default="off" /> 1045 1047 </item> 1046 1048 <item name="Stop" icon="presets/Stop.png" type="node"> 1047 1049 <key key="highway" value="stop" /> … … 1057 1059 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=mini_roundabout" 1058 1060 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=mini_roundabout" /> 1059 1061 <key key="highway" value="mini_roundabout" /> 1062 <label text="Edit Mini-Roundabout" /> 1063 <space /> 1060 1064 <combo key="direction" text="Direction" values="clockwise" /> 1061 1065 </item> 1062 1066 <item name="Pedestrian Crossing" icon="styles/standard/vehicle/zebra_crossing.png" type="node"> … … 1067 1071 ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:crossing" 1068 1072 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:crossing" 1069 1073 ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:crossing" /> 1070 <label text="Edit Crossing" /> 1074 <label text="Edit Pedestrian Crossing" /> 1075 <space /> 1071 1076 <key key="highway" value="crossing" /> 1072 <combo key="crossing" text="Type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1077 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1078 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> 1079 <check key="supervised" text="Crossing attendant" default="off" /> 1073 1080 <check key="bicycle" text="Cross by bicycle" default="off" /> 1074 1081 <check key="horse" text="Cross on horseback" default="off" /> 1075 <check key="supervised" text="Crossing attendant" default="off" />1076 <combo key="crossing_ref" text="Type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />1077 1082 </item> 1078 1083 <item name="Traffic Calming" icon="presets/chicane.png" type="node,way"> 1079 1084 <link href="http://wiki.openstreetmap.org/wiki/Key:traffic_calming" … … 1085 1090 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:traffic_calming" 1086 1091 ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_calming"/> 1087 1092 <label text="Edit Traffic Calming" /> 1093 <space /> 1088 1094 <combo key="traffic_calming" text="Type" values="yes,bump,chicane,choker,cushion,hump,island,rumble_strip,table" match="key" /> 1089 1095 </item> 1090 1096 <item name="Passing Place" icon="presets/passingplace.png" type="node">
