source:
josm/trunk/test/data/renderer/relation-parentselector/style.mapcss
Last change on this file was 12978, checked in by , 7 years ago | |
---|---|
File size: 251 bytes |
Rev | Line | |
---|---|---|
[12978] | 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.