Ignore:
Timestamp:
2020-10-07T20:43:06+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17498 - Warn about bicycle=no and cycleway="something positive" (patch by Famlam, added none in the rules and some asserts from the linked osmose implementation)

File:
1 edited

Legend:

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

    r17088 r17105  
    145145}
    146146way[building][building!=no] > node[!entrance].node_in_closed_highway {
    147   set node_connects_highway_and_building; /* avoids duplicate warnings with folowing rule */
     147  set node_connects_highway_and_building; /* avoids duplicate warnings with following rule */
    148148  throwWarning: tr("node connects highway and building");
    149149}
Note: See TracChangeset for help on using the changeset viewer.