Ignore:
Timestamp:
2021-08-02T02:21:20+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #21115 - Update highway validator rules to include highway=busway (patch by Famlam)

File:
1 edited

Legend:

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

    r18103 r18112  
    721721
    722722/* see #17623 */
    723 way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] {
     723way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|busway|bus_guideway|bridleway/][area!=yes] {
    724724  throwOther: tr("A linear object {0} without {1} has a tag indicating that it is an area.", "{1.tag}", "{3.tag}");
    725725  group: tr("suspicious tag combination");
Note: See TracChangeset for help on using the changeset viewer.