Changeset 11337 in josm
- Timestamp:
- 2016-11-28T21:11:03+01:00 (8 years ago)
- Location:
- trunk/data/validator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r11263 r11337 1125 1125 fixChangeKey: "lock => lockable"; 1126 1126 } 1127 1128 *[amenity=advertising][!advertising] { 1129 throwWarning: tr("{0} is deprecated", "{0.tag}"); 1130 suggestAlternative: "advertising=*"; 1131 group: tr("deprecated tagging"); 1132 } 1133 *[amenity=advertising][advertising] { 1134 throwWarning: tr("{0} is deprecated", "{0.tag}"); 1135 suggestAlternative: "advertising=*"; 1136 group: tr("deprecated tagging"); 1137 fixRemove: "amenity"; 1138 } 1139 1140 way[direction=up][incline=up], 1141 way[direction=down][incline=down], 1142 way[direction=up][!incline], 1143 way[direction=down][!incline] { 1144 throwWarning: tr("{0} is deprecated", "{0.tag}"); 1145 suggestAlternative: "incline"; 1146 group: tr("deprecated tagging"); 1147 fixChangeKey: "direction => incline"; 1148 } 1149 way[direction=up][incline][incline!=up], 1150 way[direction=down][incline][incline!=down] { 1151 throwWarning: tr("{0} is deprecated", "{0.tag}"); 1152 suggestAlternative: "incline"; 1153 group: tr("deprecated tagging"); 1154 } -
trunk/data/validator/highway.mapcss
r11146 r11337 53 53 } 54 54 55 way.major_road[!ref] {55 way.major_road[!ref][!destination:ref] { 56 56 throwOther: tr("highway without a reference"); 57 57 group: tr("missing tag"); 58 58 assertMatch: "way highway=primary"; 59 59 assertNoMatch: "way highway=primary ref=123"; 60 assertNoMatch: "way highway=primary destination:ref=123"; 60 61 } 61 62 -
trunk/data/validator/ignoretags.cfg
r11133 r11337 118 118 E:cables 119 119 E:circuits 120 E:direction 120 121 ; 121 122 ; Ignore valid and semi-valid keys that end with...
Note:
See TracChangeset
for help on using the changeset viewer.