| | 1 | |
| | 2 | {{{ |
| | 3 | <?xml version="1.0" encoding="utf-8"?> |
| | 4 | <presets |
| | 5 | xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 6 | author="gmbo, gmbo@kilometerfresser.eu" |
| | 7 | version="0.2_2015-03-05" |
| | 8 | |
| | 9 | description="This set of presets adds capabilities for using the public_bookcase tag." |
| | 10 | shortdescription="public bookcase" |
| | 11 | link="http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpublic_bookcase" |
| | 12 | |
| | 13 | de.description="Diese Vorlagendatei beschreibt Öffentliche Bücherschränke." |
| | 14 | de.shortdescription="Öffentliche Bücherschränke" |
| | 15 | de.link="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity%3Dpublic_bookcase" > |
| | 16 | |
| | 17 | <chunk id="wheelchair"> |
| | 18 | <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" /> |
| | 19 | </chunk> |
| | 20 | <item name="public bookcase" de.name="Öffentlicher Bücherschrank" icon="public_bookcase.png" type="node,closedway" preset_name_label="true"> |
| | 21 | <key key="amenity" value="public_bookcase" /> |
| | 22 | <space /> |
| | 23 | <combo key="name" text="Optional. Name des öffentlichen Bücherschranks." /> |
| | 24 | <combo key="brand" text="Optional. Name der Marke, wenn eine sichtbar ist (z.B. BookCrossing, Croque-livres)." values="BookCrossing,Croque-livres" /> |
| | 25 | <combo key="operator" text="Optional. Name des Betreibers, z.B. ein Restaurant, das den Bücherschrank betreibt." values="RWE" /> |
| | 26 | <combo key="capacity" text="Optional. Anzahl der Bücher, die in den Bücherschrank passen." values="50,100,200,400,800" /> |
| | 27 | <combo key="opening_hours" text="Öffnungszeit oft immer nutzbar" values="24/7" default="24/7" /> |
| | 28 | <text key="image" text="Bild Link" /> |
| | 29 | <text key="website" text="Webseite" /> |
| | 30 | <space /> |
| | 31 | <text key="description" text="zusätzliche Beschreibung" /> |
| | 32 | <combo key="public_bookcase:type" text="Type" values="BOKX,Telefonzelle,Metallregal,Schrank,design,Stahlregal,Holzschrank" /> |
| | 33 | <reference ref="wheelchair" /> |
| | 34 | <space /> |
| | 35 | |
| | 36 | </item> |
| | 37 | |
| | 38 | </presets> |
| | 39 | }}} |
| | 40 | |