Ticket #17025: 17025.patch
| File 17025.patch, 689 bytes (added by , 7 years ago) |
|---|
-
data/validator/geometry.mapcss
139 139 way[highway][area!=yes][!tunnel][!covered] > node { 140 140 set node_in_highway; 141 141 } 142 way[building][building!=no] > node.node_in_highway!.first_last_node { 142 way[highway][area!=yes][!tunnel][!covered] >[index=1] node, 143 way[highway][area!=yes][!tunnel][!covered] >[index=-1] node { 144 set first_last_highway_node; 145 } 146 147 way[building][building!=no] > node.node_in_highway!.first_last_highway_node { 143 148 throwWarning: tr("node connects highway and building"); 144 149 } 145 150
