| | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| | 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 3 | author="jeepster4000" |
| | 4 | version="0.1_2012-09-05" |
| | 5 | shortdescription="Camp Site extends" |
| | 6 | de.shortdescription="Campingplatz erweitert" |
| | 7 | description="Camp Site extends all in one windows " |
| | 8 | de.description="Campingplatz Erweiterungen in einem Fenster auf einen Blick" |
| | 9 | link="http://wiki.openstreetmap.org/wiki/Proposed_features/Extend_camp_site"> |
| | 10 | |
| | 11 | <group name="Jeepster 4000" icon="http://home.pages.at/telegramsam/jeepster.png"> |
| | 12 | <group name="Accommodation" icon="presets/bed.png"> |
| | 13 | |
| | 14 | <item name="Camping Site" icon="presets/tent.png" type="node,closedway"> |
| | 15 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=camp_site" |
| | 16 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=camp_site" |
| | 17 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=camp_site" |
| | 18 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=camp_site" /> |
| | 19 | <label text="Edit Camping Site" /> |
| | 20 | <key key="tourism" value="camp_site" /> |
| | 21 | <text key="name" text="Name" /> |
| | 22 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
| | 23 | <text key="opening_hours" text="Campingplatz geöffnet von" /> |
| | 24 | <space /> |
| | 25 | <text key="phone" text="Phone Number" /> |
| | 26 | <text key="phone:mobile" text="Mobile" /> |
| | 27 | <text key="fax" text="Fax Number" /> |
| | 28 | <text key="website" text="Website" /> |
| | 29 | <text key="email" text="Email Address" /> |
| | 30 | <space /> |
| | 31 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
| | 32 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
| | 33 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
| | 34 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
| | 35 | <space /> |
| | 36 | <combo key="tents" text="Zelte" values="yes,no" /> |
| | 37 | <combo key="caravans" text="Wohnmobile" values="yes,no" /> |
| | 38 | <combo key="scout" text="Jugendgruppen" values="yes,no" /> |
| | 39 | <combo key="cabins" text="Hütten" values="yes,no" /> |
| | 40 | <space /> |
| | 41 | <check key="dog" text="Hunde erlaubt" default="off" /> |
| | 42 | <check key="naturism" text="FKK" default="off" /> |
| | 43 | <space /> |
| | 44 | <check key="power_supply" text="Strom" default="off" /> |
| | 45 | <check key="washing_machine" text="Waschmaschine" default="off" /> |
| | 46 | <check key="dryer" text="Trockner" default="off" /> |
| | 47 | <check key="kitchen" text="Kochküche" default="off" /> |
| | 48 | <space /> |
| | 49 | <check key="sauna" text="Sauna" default="off" /> |
| | 50 | |
| | 51 | |
| | 52 | |
| | 53 | </item> |
| | 54 | </group> |
| | 55 | </group> |
| | 56 | </presets> |