Changes between Initial Version and Version 1 of Ticket #16999


Ignore:
Timestamp:
2018-11-16T00:56:49+01:00 (7 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16999 – Description

    initial v1  
     1{{{
     2#!mapcss
    13node[traffic_calming] { set .traffic_calming }
    24node.traffic_calming < way[highway] { // Does not work. Expected behavior is to select the way that has the node with the class traffic_calming
     
    911        throwError: "Traffic calming in highway (node)";
    1012}
     13}}}