| | 1 | == Lit style == |
| | 2 | |
| | 3 | This style adds an icon of a special guidepost type in the Netherlands. |
| | 4 | |
| | 5 | === The style itself === |
| | 6 | |
| | 7 | {{{ |
| | 8 | #!style type="mapcss" |
| | 9 | |
| | 10 | meta |
| | 11 | { |
| | 12 | title: "Paddenstoel guidepost"; |
| | 13 | description: "Show a special icon for a paddenstoel guidepost."; |
| | 14 | version: "1.[[revision]]_[[date]]"; |
| | 15 | author: "vsandre"; |
| | 16 | |
| | 17 | watch-modified: true; |
| | 18 | link: "http://josm.openstreetmap.de/wiki/Styles/Guidepost"; |
| | 19 | } |
| | 20 | |
| | 21 | node[barrier=yes] |
| | 22 | { |
| | 23 | icon-image: "paddestoel.png"; |
| | 24 | text: auto; |
| | 25 | } |
| | 26 | }}} |
| | 27 | |
| | 28 | === Licencse of the icons === |
| | 29 | * '''paddestoel.png''' is licensed under ''GFDL 1.2 or later'' and ''CC-by-sa 3.0''. You can find the original at [[http://commons.wikimedia.org/wiki/File:Paddestoel.svg]] |