Changes between Initial Version and Version 1 of Ticket #10215, comment 3


Ignore:
Timestamp:
2015-09-22T18:28:28+02:00 (9 years ago)
Author:
simon04

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10215, comment 3

    initial v1  
    11Ticket #11523 has been marked as a duplicate of this ticket.
     2
     3The example from ticket:11523#comment:description
     4{{{
     5#!mapcss
     6way[highway] > node { set .is_in_highway; }
     7
     8node.is_in_highway < area[!highway] {
     9        throwWarning: tr("you should not attach the area to the highway");
     10}
     11}}}