Changeset 14861 in josm


Ignore:
Timestamp:
2019-03-09T18:03:13+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #17404 - allow footways to reach amenity=toilets

File:
1 edited

Legend:

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

    r14830 r14861  
    281281  throwOther: tr("{0} node connected to a highway", "{1.tag}");
    282282}
    283 way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi)$/],
     283way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi|toilets)$/],
    284284way[highway] > node[building][!entrance],
    285285way[highway] > node[leisure][!entrance][leisure!=slipway],
Note: See TracChangeset for help on using the changeset viewer.