source:
josm/trunk/test/data/renderer/relation-linkselector/style.mapcss
Last change on this file was 12978, checked in by , 7 years ago | |
---|---|
File size: 220 bytes |
Line | |
---|---|
1 | canvas { |
2 | default-points: false; |
3 | default-lines: true; |
4 | } |
5 | |
6 | relation[test=role1] >[outer] way[test=role1_outer] { width: 4; color: navy; } |
7 | |
8 | relation[test=role1] >[role=inner][index=5] way { width: 4; color: lime; } |
9 |
Note:
See TracBrowser
for help on using the repository browser.