User talk:Freephile/Proposal:Disc golf course
Jump to navigation
Jump to search
To Do
Finish the draft
Post the draft into the Proposal namespace
Link and announce the draft according to the Proposal procedure
- Posted to the mailing list
- Posted to the community forum
- Posted to OSM-carto issue tracker discussion
- Posted to Reddit r/Discgolf
- Edit / supply license for image uploads in Category:Disc_golf
Misc Links
- UDisc course directory for Åland area
- Soltuna UDisc page - Åland
- Soltuna UDisc map - Front 9
- Google Maps sattellite view of Soltuna
- Kastelholm UDisc page - Kastelholm, Åland
- UDisc map
- Disc Golf Island (Mariehamn)
- Mariehamn UDisc page - Mariehamn, Åland
- Mariehamn UDisc map
- Travelling Åland by bike
Follow up
- Post bug in JOSM about preset requirement for 18 holes in order to create a relation
JOSM preset code
(This code is formatted correctly)
<?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>