Ignore:
Timestamp:
2020-10-08T21:42:23+02:00 (6 years ago)
Author:
Klumbumbus
Message:

see #17498 - Fix rule and deprecate cycleway|cycleway:left|cycleway:right=none in favor of *=no

File:
1 edited

Legend:

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

    r17105 r17122  
    856856
    857857/* #17498 */
    858 way[bicycle][/^cycleway(:|$)/][!/^bicycle:/][bicycle=~/^(no|none|use_sidepath)$/][/^cycleway(:|$)/!~/^(no|none|separate)$/] {
     858way[bicycle][/^cycleway(:|$)/][!/^bicycle:/][bicycle=~/^(no|use_sidepath)$/][/^cycleway(:|$)/!~/^(no|none|separate)$/] {
    859859  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    860860  group: tr("suspicious tag combination");
Note: See TracChangeset for help on using the changeset viewer.