| | 1 | ''' |
| | 2 | == Camping for Overlanders == |
| | 3 | ''' |
| | 4 | The requirements of overlanders, people who make a long trip by overland transport, often in developing regions with few standard camping facilities, are different from those of a camper in for example Europe or North America. The preset has been developed to enter accommodation information for overlanders. For more details see [http://www.deeindervoorbij.nl/uitrusting--equipment.html] |
| | 5 | |
| | 6 | ''' |
| | 7 | == Preset code == |
| | 8 | ''' |
| | 9 | {{{ |
| | 10 | <?xml version="1.0" encoding="UTF-8"?> |
| | 11 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 12 | author="Jan van Bekkum" |
| | 13 | version="0.1_2014-12-24" |
| | 14 | shortdescription="Accomodation tag extentions" |
| | 15 | description="Accomodation tag extentions" |
| | 16 | link="http://wiki.openstreetmap.org/wiki/Proposed_features/Extend_camp_site"> |
| | 17 | <group name="Accommodation" icon="presets/tent.png"> |
| | 18 | <item name="Accomodation" icon="presets/tent.png" type="node,closedway"> |
| | 19 | <label text="Edit Accomodation" /> |
| | 20 | <check key="impromptu" text="Wild camping (bush, public parking, etc.)" default="off" /> |
| | 21 | <combo key="tourism" text="Accomodation type (enter camp_site for wild camping)" values="camp_site,caravan_site,hotel,motel,hostel,apartment" default= "camp_site" /> |
| | 22 | <text key="name" text="Name" /> |
| | 23 | <text key="operator" text="Operator" /> |
| | 24 | <text key="description" text="Description (quality, environment, special services, etc.)" /> |
| | 25 | <!-- <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> --> |
| | 26 | <text key="opening_hours" text="Facility opening period" /> |
| | 27 | <text key="addr:housenumber" text="House number" match="key" /> |
| | 28 | <text key="addr:street" text="Street name" use_last_as_default="force" match="key" /> |
| | 29 | <text key="addr:city" text="City name" use_last_as_default="force" match="key" /> |
| | 30 | <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" /> |
| | 31 | <combo key="addr:country" text="Country code" values="AT,CH,DE,FR,GB,IT,US" use_last_as_default="force" match="key" /> |
| | 32 | <text key="phone" text="Phone Number" /> |
| | 33 | <text key="phone:mobile" text="Mobile" /> |
| | 34 | <text key="website" text="Website" /> |
| | 35 | <text key="email" text="Email Address" /> |
| | 36 | <check key="payment:girocard" text="Debit cards accepted" default="off" /> |
| | 37 | <check key="payment:credit_card" text="Credit cards accepted" default="off" /> |
| | 38 | <text key="payment:credit_card:fee" text="Credit card uplift percentage" /> |
| | 39 | <check key="tents" text="Suitable for tents" default="on" /> |
| | 40 | <check key="caravans" text="Suitable for caravans and campers" default="on" /> |
| | 41 | <check key="trucks" text="Suitable for trucks" default="on" /> |
| | 42 | <check key="cabins" text="Cottages available" default="off" /> |
| | 43 | <combo key="internet_access" text="Internet access" values="yes,WLAN,wired,terminal,no" /> |
| | 44 | <check key="internet_access:fee" text="Internet access fee" default="off" /> |
| | 45 | <check key="dog" text="Dogs allowed" default="off" /> |
| | 46 | <check key="drinking_water" text="Drinking water" default="on" /> |
| | 47 | <check key="power_supply" text="Electricity" default="on" /> |
| | 48 | <text key="generator:output:electricity:opening_hours" text="Electricity generator hours" /> |
| | 49 | <check key="washing_machine" text="Washing machine" default="off" /> |
| | 50 | <check key="dryer" text="Dryer" default="off" /> |
| | 51 | <check key="cooking" text="Kitchen" default="off" /> |
| | 52 | <check key="waste:excrement" text="Excrement evacuation systems for campers" default="off" /> |
| | 53 | <check key="openfire" text="Open fire permitted" default="off" /> |
| | 54 | </item> |
| | 55 | <item name="Toilets/Restrooms" icon="presets/toilet.png" type="node,closedway" preset_name_label="true"> |
| | 56 | <key key="amenity" value="toilets" /> |
| | 57 | <combo key="access" text="Access rights" values="public,permissive,customers" /> |
| | 58 | <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" /> |
| | 59 | <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" /> |
| | 60 | <optional> |
| | 61 | <text key="description" text="Description" /> |
| | 62 | <text key="operator" text="Operator" /> |
| | 63 | <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" /> |
| | 64 | <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" /> |
| | 65 | </optional> |
| | 66 | </item> <!-- Toilets/Restrooms --> |
| | 67 | <item name="Shower" icon="styles/standard/service/shower.svg" type="node,closedway" preset_name_label="true"> |
| | 68 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=shower" /> |
| | 69 | <space /> |
| | 70 | <key key="amenity" value="shower" /> |
| | 71 | <combo key="shower" text="Type" values="hot,cold" default="hot"/> |
| | 72 | <combo key="access" text="Access rights" values="public,permissive,customers" /> |
| | 73 | <optional> |
| | 74 | <text key="description" text="Description" /> |
| | 75 | <combo key="fee" text="Fee" values="yes,no" /> |
| | 76 | <text key="operator" text="Operator" /> |
| | 77 | <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" /> |
| | 78 | </optional> |
| | 79 | </item> <!-- Shower --> |
| | 80 | <item name="Parking" icon="presets/parking.png" type="node,closedway" preset_name_label="true"> |
| | 81 | <key key="amenity" value="parking" /> |
| | 82 | <text key="maxheight" text="Max. height (meters)" /> |
| | 83 | <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" /> |
| | 84 | <text key="capacity" text="Capacity (overall)" /> |
| | 85 | <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,unknown,1,2,3" /> |
| | 86 | <combo key="capacity:women" text="Spaces for Women" values="yes,no,unknown,1,2,3" /> |
| | 87 | <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,unknown,1,2,3" /> |
| | 88 | <label text="See the Wiki for other capacity:[types]=*." /> |
| | 89 | <space /> |
| | 90 | </item> <!-- Parking --> |
| | 91 | <item name="Shop" icon="presets/convenience.png" type="node,closedway" preset_name_label="true"> |
| | 92 | <combo key="shop" text="Shop" values="convenience,gas,laundry" /> |
| | 93 | </item> <!-- Shop --> |
| | 94 | <item name="Restaurant" icon="presets/restaurant.png" type="node,closedway" preset_name_label="true"> |
| | 95 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=restaurant" |
| | 96 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=restaurant" |
| | 97 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=restaurant" |
| | 98 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=restaurant" |
| | 99 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=restaurant" |
| | 100 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=restaurant" |
| | 101 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=restaurant" /> |
| | 102 | <space /> |
| | 103 | <key key="amenity" value="restaurant" /> |
| | 104 | <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;sushi" values_searchable="true" /> |
| | 105 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
| | 106 | </item> <!-- Restaurant --> |
| | 107 | </group> |
| | 108 | </presets> |
| | 109 | |
| | 110 | }}} |