source:
josm/trunk/test/data/renderer/way-dashes-clamp/style.mapcss
| Last change on this file was 12454, checked in by , 8 years ago | |
|---|---|
| File size: 254 bytes | |
| Line | |
|---|---|
| 1 | canvas { |
| 2 | default-points: false; |
| 3 | default-lines: false; |
| 4 | } |
| 5 | |
| 6 | way[pattern] { |
| 7 | width: 10; |
| 8 | color: red; |
| 9 | dashes: 20, 20; |
| 10 | dashes-background-color: green; |
| 11 | dashes-offset: 0; |
| 12 | } |
| 13 | |
| 14 | way[pattern=B] { |
| 15 | dashes-offset: 4; |
| 16 | } |
| 17 | |
| 18 | way[pattern=C] { |
| 19 | dashes-offset: 8; |
| 20 | } |
Note:
See TracBrowser
for help on using the repository browser.
