Changeset 15273 in josm for trunk/data
- Timestamp:
- 2019-08-03T21:54:18+02:00 (6 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
-
defaultpresets.xml (modified) (4 diffs)
-
validator/deprecated.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r15272 r15273 1097 1097 </optional> 1098 1098 <optional text="Optional crossing attributes:"> 1099 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals, island,unmarked,no" />1099 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" /> 1100 1100 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> 1101 <check key="crossing:island" text="With island" /> 1101 1102 <check key="button_operated" text="Button operated" /> 1102 1103 <check key="traffic_signals:sound" text="Sound signals" /> … … 1140 1141 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" /> 1141 1142 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" /> 1142 <list_entry value="island" icon="presets/vehicle/crossing_island.svg" />1143 1143 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" /> 1144 1144 </combo> … … 1146 1146 <combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" /> 1147 1147 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" /> 1148 <check key="crossing:island" text="With island" /> 1148 1149 <check key="bicycle" text="Cross by bicycle" /> 1149 1150 <check key="horse" text="Cross on horseback" /> … … 1963 1964 <key key="railway" value="crossing" /> 1964 1965 <optional> 1965 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals ,island,unmarked,no" />1966 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" /> 1966 1967 <reference ref="supervised" /> 1967 1968 <check key="horse" text="Cross on horseback" /> -
trunk/data/validator/deprecated.mapcss
r15270 r15273 1739 1739 fixAdd: "access=yes"; 1740 1740 } 1741 1742 /* #17330 */ 1743 *[crossing=island] { 1744 throwWarning: tr("{0} is deprecated", "{0.tag}"); 1745 suggestAlternative: "crossing:island=yes"; 1746 group: tr("deprecated tagging"); 1747 fixRemove: "crossing"; 1748 fixAdd: "crossing:island=yes"; 1749 }
Note:
See TracChangeset
for help on using the changeset viewer.
