Ignore:
Timestamp:
2020-01-18T20:29:13+01:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #18471 - warn about highway=cycleway|footway|path together with segregated=no and sidewalk=left|right|both and warn about values of segregated other than yes|no

File:
1 edited

Legend:

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

    r15715 r15722  
    18871887  group: tr("deprecated tagging");
    18881888}
     1889
     1890node[segregated][segregated!=yes][segregated!=no],
     1891way[segregated ][segregated!=yes][segregated!=no] {
     1892  throwWarning: tr("unusual value of {0}", "{0.key}");
     1893}
Note: See TracChangeset for help on using the changeset viewer.