Changes in trunk/resources/data/validator/combinations.mapcss [19475:19468] in josm
- File:
-
- 1 edited
-
trunk/resources/data/validator/combinations.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r19475 r19468 1159 1159 assertNoMatch: "relation type=power power=circuit topology=branched"; 1160 1160 } 1161 1162 /* #21927 */1163 way[!cycleway][!cycleway:right][!cycleway:left][!cycleway:both][!cycleway:lanes] > node[cycleway=asl] {1164 throwWarning: tr("{0} not on cycleway", "{0.tag}");1165 group: tr("suspicious tag combination");1166 }1167 1168 way[/^oneway(:bicycle)?$/!~/^yes$/] > node[cycleway=asl][!direction],1169 way[!oneway][!oneway:bicycle] > node[cycleway=asl][!direction] {1170 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");1171 group: tr("missing tag");1172 suggestAlternative: "{0.tag} + {1.key}=*";1173 }
Note:
See TracChangeset
for help on using the changeset viewer.
