Ignore:
Timestamp:
2019-05-28T19:45:15+02:00 (5 years ago)
Author:
Klumbumbus
Message:

see #17623 , see #17765 - fix validator warning, don't treat highway=services as linear object

File:
1 edited

Legend:

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

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