Ignore:
Timestamp:
2018-11-06T18:45:46+01:00 (6 years ago)
Author:
Klumbumbus
Message:
  • fix #16957 - don't warn about amenity=taxi connected to a highway=* way
  • fix #16959 - add fuel:biogas to fuel preset
File:
1 edited

Legend:

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

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