source:
josm/trunk/test/data/renderer/area-icon/style.mapcss@
17841
| Last change on this file since 17841 was 13904, checked in by , 8 years ago | |
|---|---|
| File size: 207 bytes | |
| Line | |
|---|---|
| 1 | canvas { |
| 2 | default-points: false; |
| 3 | default-lines: false; |
| 4 | } |
| 5 | |
| 6 | area[test] { |
| 7 | icon-image: "info"; |
| 8 | color: red; |
| 9 | width: 1; |
| 10 | } |
| 11 | |
| 12 | area[test=H] { |
| 13 | icon-position: inside; |
| 14 | } |
| 15 | |
| 16 | area[test=I] { |
| 17 | icon-position: line; |
| 18 | } |
Note:
See TracBrowser
for help on using the repository browser.
