Changeset 12089 in josm


Ignore:
Timestamp:
2017-05-08T21:59:07+02:00 (7 years ago)
Author:
Klumbumbus
Message:

see #14395 - avoid false positive connection warning with building=no

File:
1 edited

Legend:

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

    r11744 r12089  
    320320  set node_in_highway;
    321321}
    322 way[building] > node.node_in_highway!.first_last_node {
     322way[building][building!=no] > node.node_in_highway!.first_last_node {
    323323  throwWarning: tr("node connects highway and building");
    324324}
Note: See TracChangeset for help on using the changeset viewer.