| | 1 | {{{ |
| | 2 | #!style type="mapcss" |
| | 3 | meta { |
| | 4 | title: "new parking features"; |
| | 5 | description: 'Display the new parking features from "Proposed_features/parking" (see link).'; |
| | 6 | version: "1.[[revision]]_[[date]]"; |
| | 7 | author: "Mario Schütze"; |
| | 8 | link: "http://wiki.openstreetmap.org/wiki/Proposed_features/parking"; |
| | 9 | } |
| | 10 | |
| | 11 | meta[lang=de] { |
| | 12 | title: "neue Parkplatz Features"; |
| | 13 | description: 'Zeigt die neuen Parkplatz Features aus "Proposed_features/parking" (siehe Link).'; |
| | 14 | } |
| | 15 | |
| | 16 | relation[site=parking][amenity=parking][type=site] > way[amenity=parking_space] { |
| | 17 | color: green; |
| | 18 | width: 5; |
| | 19 | } |
| | 20 | |
| | 21 | area[amenity=parking_space] { |
| | 22 | fill-color: #f7efb7; |
| | 23 | text: capacity; |
| | 24 | text-position: center; |
| | 25 | } |
| | 26 | |
| | 27 | relation[site=parking][amenity=parking][type=site] { |
| | 28 | text: name; |
| | 29 | icon-image: "presets/parking.png"; |
| | 30 | } |
| | 31 | }}} |