Changeset 15248 in josm


Ignore:
Timestamp:
2019-07-14T02:40:07+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #17901 - Remove warning directing cycleway and footway taggings toward highway=path (patch by ZeiP)

File:
1 edited

Legend:

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

    r15194 r15248  
    263263}
    264264
    265 way[highway=footway][bicycle=designated],
    266 way[highway=cycleway][foot=designated] {
    267   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    268   group: tr("suspicious tag combination");
    269   suggestAlternative: "highway=path";
    270 }
    271 
    272265/* {0.tag} together with {1.tag} (error level) */
    273266relation[type=multipolygon][area=no] {
Note: See TracChangeset for help on using the changeset viewer.