source:
josm/trunk/test/data/renderer/area-text/style.mapcss@
11802
| Last change on this file since 11802 was 11802, checked in by , 9 years ago | |
|---|---|
| File size: 225 bytes | |
| Rev | Line | |
|---|---|---|
| [11727] | 1 | canvas { |
| 2 | default-points: false; | |
| 3 | default-lines: false; | |
| 4 | } | |
| 5 | ||
| 6 | area[test] { | |
| 7 | text: "name"; | |
| 8 | text-color: blue; | |
| 9 | text-position: center; | |
| [11802] | 10 | font-family: "Droid Sans"; |
| [11727] | 11 | color: red; |
| 12 | width: 1; | |
| 13 | } | |
| 14 | ||
| [11762] | 15 | area[test=H] { |
| 16 | text: eval(""); | |
| [11802] | 17 | } |
Note:
See TracBrowser
for help on using the repository browser.
