Changeset 6190 in josm for trunk/data
- Timestamp:
- 2013-08-26T01:17:52+02:00 (11 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r6189 r6190 1056 1056 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=traffic_signals" 1057 1057 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=traffic_signals" /> 1058 <label text="Edit Traffic Signal" /> 1059 <space /> 1058 1060 <key key="highway" value="traffic_signals" /> 1059 <optional> 1061 <optional text="Optional crossing attributes:"> 1060 1062 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1063 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> 1064 <check key="supervised" text="Crossing attendant" default="off" /> 1065 <check key="bicycle" text="Cross by bicycle" default="off" /> 1061 1066 <check key="horse" text="Cross on horseback" default="off" /> 1062 <check key="bicycle" text="Cross by bicycle" default="off" />1063 <check key="supervised" text="Crossing attendant" default="off" />1064 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />1065 1067 </optional> 1066 1068 </item> … … 1079 1081 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=mini_roundabout" /> 1080 1082 <key key="highway" value="mini_roundabout" /> 1083 <label text="Edit Mini-Roundabout" /> 1084 <space /> 1081 1085 <combo key="direction" text="Direction" values="clockwise" /> 1082 1086 </item> … … 1089 1093 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:crossing" 1090 1094 ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:crossing" /> 1091 <label text="Edit Crossing" /> 1095 <label text="Edit Pedestrian Crossing" /> 1096 <space /> 1092 1097 <key key="highway" value="crossing" /> 1093 <combo key="crossing" text="Type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1098 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> 1099 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> 1100 <check key="supervised" text="Crossing attendant" default="off" /> 1094 1101 <check key="bicycle" text="Cross by bicycle" default="off" /> 1095 1102 <check key="horse" text="Cross on horseback" default="off" /> 1096 <check key="supervised" text="Crossing attendant" default="off" />1097 <combo key="crossing_ref" text="Type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />1098 1103 </item> 1099 1104 <item name="Traffic Calming" icon="presets/chicane.png" type="node,way"> … … 1107 1112 ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_calming"/> 1108 1113 <label text="Edit Traffic Calming" /> 1114 <space /> 1109 1115 <combo key="traffic_calming" text="Type" values="yes,bump,chicane,choker,cushion,hump,island,rumble_strip,table" match="key" /> 1110 1116 </item> -
trunk/data/tagging-preset.xsd
r6114 r6190 71 71 <complexType name="optional"> 72 72 <group ref="tns:optional_elements" maxOccurs="unbounded" /> 73 <attribute name="text" type="string" /> 74 <attribute name="text_context" type="string" /> 73 75 </complexType> 74 76
Note:
See TracChangeset
for help on using the changeset viewer.