Ticket #20465: 20465_v2.patch

File 20465_v2.patch, 788 bytes (added by reichg, 5 years ago)

just added highway!=corridor for parent way.

  • resources/data/validator/geometry.mapcss

     
    326326way[highway] > node[building][!entrance],
    327327way[highway] > node[leisure][!entrance][leisure!=slipway][leisure!=fitness_station],
    328328way[highway] > node[office][!entrance],
    329 way[highway] > node[shop][!entrance],
     329way[highway][highway!=corridor] > node[shop][!entrance],
    330330way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection,
    331331way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node {
    332332  throwWarning: tr("{0} node connected to a highway", "{0.key}");