source:
josm/trunk/test/data/renderer/relation-parentselector/style.mapcss@
14273
Last change on this file since 14273 was 12978, checked in by , 7 years ago | |
---|---|
File size: 251 bytes |
Line | |
---|---|
1 | canvas { |
2 | default-points: false; |
3 | default-lines: true; |
4 | } |
5 | |
6 | area[landuse=quarry][test=parent] { fill-color : #aaa; } |
7 | |
8 | way[barrier=fence] { width: 2; color: #F0F050; } |
9 | |
10 | way[barrier=fence] < area[landuse=quarry][test=parent] { fill-color : #f70; } |
11 |
Note:
See TracBrowser
for help on using the repository browser.