| 28 | | meta { |
| 29 | | title: "Ikon-tester"; |
| 30 | | version: "1.1.[[revision]]_[[date]]"; |
| 31 | | description: "Hjelper til med å teste nye JOSM-ikoner."; |
| 32 | | icon: "apply.svg"; |
| 33 | | author: "Klumbumbus"; |
| 34 | | link: "https://josm.openstreetmap.de/wiki/Styles/IconTester"; |
| 35 | | /* min-josm-version: "???"; */ /* alle JOSM-versjoner unntatt ekstremt gamle */ |
| 36 | | } |
| 37 | | |
| 38 | | node[iconpng] { |
| 39 | | icon-image: eval(concat(tag(iconpng),".png")); |
| 40 | | } |
| 41 | | |
| 42 | | node[icon] { |
| 43 | | icon-image: eval(concat(tag(icon),".svg")); |
| 44 | | } |
| 45 | | |
| 46 | | node[width] { |
| 47 | | icon-width: tag(width); |
| 48 | | } |
| 49 | | |
| 50 | | node[height] { |
| 51 | | icon-height: tag(height); |
| 52 | | } |
| 53 | | |
| 54 | | }}} |
| | 26 | [wiki:Styles/IconTester] |