Changeset 15265 in josm for trunk/data


Ignore:
Timestamp:
2019-07-30T21:43:02+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17967 - warn about highway=cycleway cycleway=track

File:
1 edited

Legend:

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

    r15260 r15265  
    593593  group: tr("suspicious tag combination");
    594594}
     595
     596/* #17967 */
     597*[highway=cycleway][cycleway=track] {
     598  throwWarning: tr("{0} together with {1}. Remove {1}.", "{0.tag}", "{1.tag}");
     599  group: tr("suspicious tag combination");
     600  fixRemove: "cycleway";
     601}
Note: See TracChangeset for help on using the changeset viewer.