Changeset 7258 in josm


Ignore:
Timestamp:
2014-06-22T12:18:19+02:00 (10 years ago)
Author:
bastiK
Message:

make validator aware of bicycle roads

Location:
trunk
Files:
2 edited

Legend:

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

    r6929 r7258  
    11*[access][highway=proposed],
    2 *[motor_vehicle?][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|living_street/],
     2*[motor_vehicle?][bicycle_road!=yes][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|living_street/],
    33*[bridge=no],
    44*[building=no],
  • trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java

    r7012 r7258  
    5353
    5454    protected static final List<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = Arrays.asList(
    55             "urban", "rural", "zone", "zone30", "zone:30", "nsl_single", "nsl_dual", "motorway", "trunk", "living_street");
     55            "urban", "rural", "zone", "zone30", "zone:30", "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road");
    5656
    5757    protected static final List<String> ISO_COUNTRIES = Arrays.asList(Locale.getISOCountries());
Note: See TracChangeset for help on using the changeset viewer.