Changeset 15118 in josm


Ignore:
Timestamp:
2019-05-26T20:00:20+02:00 (5 years ago)
Author:
Don-vip
Message:

don't throw warning "node connects highway and building" for entrance nodes

File:
1 edited

Legend:

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

    r15105 r15118  
    143143  set first_last_highway_node;
    144144}
    145 way[building][building!=no] > node.node_in_closed_highway,
    146 way[building][building!=no] > node.node_in_highway!.first_last_highway_node {
     145way[building][building!=no] > node[!entrance].node_in_closed_highway,
     146way[building][building!=no] > node[!entrance].node_in_highway!.first_last_highway_node {
    147147  throwWarning: tr("node connects highway and building");
    148148}
Note: See TracChangeset for help on using the changeset viewer.