wiki:Presets/CampingForOverlanders

Version 10 (modified by stoecker, 5 years ago) ( diff )

Use proper version string

Camping for Overlanders

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

Preset code

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
        author="Jan van Bekkum" 
        version="1.11_2024-04-01" 
        shortdescription="Accomodation tag extentions" 
        description="Accomodation tag extentions"
        link="https://wiki.openstreetmap.org/wiki/Proposed_features/Extend_camp_site">
        <group name="Accommodation" icon="presets/accommodation/camping.svg">   
                <item name="Accomodation" icon="presets/accommodation/camping.svg" type="node,closedway">
                        <label text="Edit Accomodation" />
                        <check key="impromptu" text="Wild camping (bush, public parking, etc.)" default="off" />        
                        <combo key="tourism" text="Accomodation type (enter camp_site for wild camping)" values="camp_site,caravan_site,hotel,motel,hostel,apartment" default= "camp_site" />
                        <text key="name" text="Name" />
                        <text key="operator" text="Operator" />
                        <text key="description" text="Description  (quality, environment, special services, etc.)" />   
<!--            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> -->
                        <text key="opening_hours" text="Facility opening period" />
                        <text key="addr:housenumber" text="House number" match="key" />
                        <text key="addr:street" text="Street name" use_last_as_default="force" match="key" />
                        <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
                        <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
                        <combo key="addr:country" text="Country code" values="AT,CH,DE,FR,GB,IT,US" use_last_as_default="force" match="key" />
                        <text key="phone" text="Phone Number" />
                        <text key="phone:mobile" text="Mobile" />
                        <text key="website" text="Website" />
                        <text key="email" text="Email Address" />
                        <check key="payment:girocard" text="Debit cards accepted" default="off" />
                        <check key="payment:credit_card" text="Credit cards accepted" default="off" />
                        <text key="payment:credit_card:fee" text="Credit card uplift percentage" />     
                        <check key="tents" text="Suitable for tents" default="on" />
                        <check key="caravans" text="Suitable for caravans and campers" default="on" />
                        <check key="trucks" text="Suitable for trucks" default="on" />
                        <check key="cabins" text="Cottages available" default="off" />
                        <combo key="internet_access" text="Internet access" values="yes,WLAN,wired,terminal,no" />
                        <check key="internet_access:fee" text="Internet access fee" default="off" />
                        <check key="dog" text="Dogs allowed" default="off" />
                        <check key="drinking_water" text="Drinking water" default="on" />
                        <check key="power_supply" text="Electricity" default="on" />
                        <text key="generator:output:electricity:opening_hours" text="Electricity generator hours" />            
                        <check key="washing_machine" text="Washing machine" default="off" />
                        <check key="dryer" text="Dryer" default="off" />
                        <check key="cooking" text="Kitchen" default="off" />
                        <check key="waste:excrement" text="Excrement evacuation systems for campers" default="off" />
                        <check key="openfire" text="Open fire permitted" default="off" />                       
                </item>
                <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
                        <key key="amenity" value="toilets" />
                        <combo key="access" text="Access rights" values="public,permissive,customers" />
                        <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
                        <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
                        <optional>
                                <text key="description" text="Description" />
                                <text key="operator" text="Operator" />
                                <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
                                <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
                        </optional>
                </item> <!-- Toilets/Restrooms -->
                <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
                        <link href="https://wiki.openstreetmap.org/wiki/Tag:amenity=shower" />
                        <space />
                        <key key="amenity" value="shower" />
                        <combo key="shower" text="Type" values="hot,cold" default="hot"/>
                        <combo key="access" text="Access rights" values="public,permissive,customers" />
                        <optional>
                                <text key="description" text="Description" />
                                <combo key="fee" text="Fee" values="yes,no" />
                                <text key="operator" text="Operator" />
                                <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
                        </optional>
                </item> <!-- Shower -->
                <item name="Parking" icon="presets/vehicle/parking/parking.svg" type="node,closedway" preset_name_label="true">
                        <key key="amenity" value="parking" />
                        <text key="maxheight" text="Max. height (meters)" />
                        <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
                        <text key="capacity" text="Capacity (overall)" />
                        <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,unknown,1,2,3" />
                        <combo key="capacity:women" text="Spaces for Women" values="yes,no,unknown,1,2,3" />
                        <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,unknown,1,2,3" />
                        <label text="See the Wiki for other capacity:[types]=*." />
                        <space />
                </item> <!-- Parking -->
                <item name="Shop" icon="presets/shop/convenience.svg" type="node,closedway" preset_name_label="true">
                        <combo key="shop" text="Shop" values="convenience,gas,laundry" />
                </item> <!-- Shop -->
                <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway" preset_name_label="true">
                        <link href="https://wiki.openstreetmap.org/wiki/Tag:amenity=restaurant"
                                  de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:amenity=restaurant"
                                  es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:amenity=restaurant"
                                  fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:amenity=restaurant"
                                  ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:amenity=restaurant"
                                  pt_BR.href="https://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=restaurant"
                                  ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:amenity=restaurant" />
                        <space />
                        <key key="amenity" value="restaurant" />
                        <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" />
                        <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
                </item> <!-- Restaurant -->
        </group>
</presets>           
                          

Presets_CampingForOverlanders-preset.xml, Presets_CampingForOverlanders.zip

Note: See TracWiki for help on using the wiki.