Changeset 7926 in josm for trunk/data/validator


Ignore:
Timestamp:
2015-01-05T15:10:53+01:00 (10 years ago)
Author:
Klumbumbus
Message:

see #10414 - add preset for construction=*; extend wrong highway tags on node validator test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/highway.mapcss

    r7827 r7926  
    1717}
    1818
    19 node[highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|living_street|pedestrian|track|path|footway/][highway!=motorway_junction][highway!=services] {
     19node[highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][highway!=motorway_junction][highway!=services] {
    2020  throwWarning: tr("wrong highway tag on a node");
    2121  assertMatch: "node highway=primary";
Note: See TracChangeset for help on using the changeset viewer.