| | 1 | {{{ |
| | 2 | |
| | 3 | meta |
| | 4 | { |
| | 5 | title: "Boundary_Stone"; |
| | 6 | description: "Visualization of some historic=* tags"; |
| | 7 | version: "0.2_2012-06-10"; |
| | 8 | author: "ajoessen,lutz"; |
| | 9 | |
| | 10 | watch-modified: true; |
| | 11 | } |
| | 12 | |
| | 13 | node[historic=boundary_stone] |
| | 14 | { |
| | 15 | icon-image: "http://www.country-linedance.de/daten/image/historic_boundary_stone.png"; |
| | 16 | text: "name"; |
| | 17 | } |
| | 18 | |
| | 19 | node[boundary=marker] |
| | 20 | { |
| | 21 | icon-image: http://www.country-linedance.de/daten/image/"boundary_marker.png"; |
| | 22 | text: "name"; |
| | 23 | } |
| | 24 | |
| | 25 | node[railway=milestone] |
| | 26 | { |
| | 27 | icon-image: "http://www.country-linedance.de/daten/image/railway-milestone.png"; |
| | 28 | text: "name"; |
| | 29 | } |
| | 30 | |
| | 31 | node[historic=milestone] |
| | 32 | { |
| | 33 | icon-image: "http://www.country-linedance.de/daten/image/milestone.png"; |
| | 34 | text: "name"; |
| | 35 | } |
| | 36 | |
| | 37 | node[historic=stone] |
| | 38 | { |
| | 39 | icon-image: "http://www.country-linedance.de/daten/image/kreuzsteine.png"; |
| | 40 | text: "name"; |
| | 41 | } |
| | 42 | |
| | 43 | }}} |