Changes between Initial Version and Version 1 of Ticket #16998


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16998 – Description

    initial v1  
    33Example of my code:
    44
     5{{{
     6#!mapcss
    57way[junction=roundabout][name] > node {set .is_in_named_roundabout}
    68node.is_in_roundabout!.is_in_named_roundabout[count(parent_tags("name")) > 1],
     
    810        throwWarning: tr("Roundabouts should not have more than two additional ways at any node ({0})", parent_tags("name"));
    911}
     12}}}