Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r19475 r19468  
    11591159       assertNoMatch: "relation type=power power=circuit topology=branched";
    11601160}
    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.