Changeset 8042 in josm


Ignore:
Timestamp:
2015-02-10T23:19:30+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #9195 - add validator warning for highway=footway + cycleway=lane

File:
1 edited

Legend:

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

    r8039 r8042  
    149149}
    150150
     151/* see #9195 */
     152*[highway=footway][cycleway=lane] {
     153  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
     154  suggestAlternative: "bicycle=designated + segregated=yes";
     155}
     156
    151157/* {0} on suspicious object */
    152158*[tunnel  ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
Note: See TracChangeset for help on using the changeset viewer.