Rev 1548 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
# All types should normally be less than 0x20
#
highway=primary & x=y [0x2 ]
highway = primary [0x3]
x=z [0x4]
highway=other {set is_a_road = yes; }
# This should win
is_a_road = yes [0x12]
highway=other [0x8]
# A test for overlays
highway = overlay [0x142]
# Test for overriding in derived styles
overridden = xyz [0x2]