wiki:Presets/Disc_Golf_Course

Disc Golf Tagging presets

The following is a set of presets which are used in Disc Golf.

See also

The preset itself

<?xml version="1.0" encoding="UTF-8"?> 
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" 
author="sidjy" 
version="0.1.4_2018-03-24"
 
description="Presets for Mapping of Disc Golf Courses"
shortdescription="Disc Golf Courses"

fr.description="Balises spécifiques aux terrains de Disc Golf."
fr.shortdescription="Terrain de Disc Golf"

link = "https://wiki.openstreetmap.org/wiki/Disc_golf">

        <group name="Disc Golf" icon="presets/sport/golf.svg">
                <item name="Disc golf course" type="relation,closedway,node" fr.name="Terrain de disc golf" preset_name_label="true">
                        <label text="A disc golf course is a place or area where you can play disc golf" />
                        <space />
                        <key key="leisure" value="disc_golf_course"/>
                        <text key="name" text="Name" />
                        
                </item>
                
                <item name="Tee" de.name="Abschlagzone" fr.name="Aire de départ" type="node,closedway" preset_name_label="true">
                        <label text="A tee is the starting point from where the first throw is made. It is marked and sometimes have different surface material than the surroundings." />
                        <space />
                        <key key="disc_golf" value="tee"/>
                </item>
                
                <item name="Basket" type="node" fr.name="Panier" preset_name_label="true">
                        <label text="Location of the basket.  A basket is the goal. It is usually a fixed special designed basket" />
                        <space />
                        <key key="disc_golf" value="basket"/>
                        <text key="ref" text="Ref"   />
                </item>
                
                <item name="Way to basket" fr.name="Chemin vers la corbeille" type="way" preset_name_label="true">
                        <label text="Way from tee to the basket (ideal line)" />
                        <space />
                        <key key="disc_golf" value="hole"/>
                        <text key="name" text="Name"   />
                        <text key="ref" text="Ref"   />
                        <text key="par" text="Par"   />
                        <text key="dist" text="Distance from tee"  />
                </item>
        
                <item name="Disc Golf Course" type="relation" preset_name_label="true" >
                        <label text="Relation englobing all baskets of this course. If there is more than 1 course, specify different names, i.e. - 9 baskets and ... - 18 baskets" />
                        <space />
                        <key key="type" value="disc_golf_course" />
                <text key="name" text="Name" fr.text="Nom du parcours"   />
                        <roles>
                                <role key="hole" text="Basket" fr.text="Corbeilles" requisite="required" type="way" count="18" />
                        </roles>
            </item>
        </group>

</presets>

Presets_Disc_Golf_Course-preset.xml, Presets_Disc_Golf_Course.zip

Last modified 6 years ago Last modified on 2018-03-24T15:03:08+01:00
Note: See TracWiki for help on using the wiki.