source:
josm/trunk/test/data/renderer/way-repeat-image-clamp/style.mapcss@
15456
Last change on this file since 15456 was 12455, checked in by , 7 years ago | |
---|---|
File size: 339 bytes |
Rev | Line | |
---|---|---|
[12455] | 1 | canvas { |
2 | default-points: false; | |
3 | default-lines: false; | |
4 | } | |
5 | ||
6 | way[pattern] { | |
7 | width: 1; | |
8 | color: red; | |
9 | repeat-image: "trees.svg"; | |
10 | repeat-image-align: bottom; | |
11 | repeat-image-offset: 2; | |
12 | repeat-image-spacing: 20; | |
13 | repeat-image-phase: 0; | |
14 | } | |
15 | ||
16 | way[pattern=B] { | |
17 | repeat-image-phase: 4; | |
18 | } | |
19 | ||
20 | way[pattern=C] { | |
21 | repeat-image-phase: 8; | |
22 | } |
Note:
See TracBrowser
for help on using the repository browser.