Changes between Initial Version and Version 1 of Ticket #16999
- Timestamp:
- 2018-11-16T00:56:49+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16999 – Description
initial v1 1 {{{ 2 #!mapcss 1 3 node[traffic_calming] { set .traffic_calming } 2 4 node.traffic_calming < way[highway] { // Does not work. Expected behavior is to select the way that has the node with the class traffic_calming … … 9 11 throwError: "Traffic calming in highway (node)"; 10 12 } 13 }}}


