|
Last change
on this file since 6789 was 5215, checked in by bastiK, 14 years ago |
|
update Potlatch 2 style from upstream. (Fixes casing-width)
|
|
File size:
297 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 |
|
|---|
| 3 | Wireframe stylesheet for GPS tracks
|
|---|
| 4 |
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | way { z-index: 2; width: 1; color: cyan; }
|
|---|
| 8 | node :poi { z-index: 2;
|
|---|
| 9 | icon-image: circle; icon-width: 8; color: orange;
|
|---|
| 10 | casing-color: red; casing-width: 1;
|
|---|
| 11 | text-offset: 10; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
|
|---|
| 12 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.