User talk:Freephile/Proposal:Disc golf course

From OpenStreetMap Wiki
Jump to navigation Jump to search

To Do

  1. Green-checkmark.svg Finish the draft
  2. Green-checkmark.svg Post the draft into the Proposal namespace
  3. Green-checkmark.svg Link and announce the draft according to the Proposal procedure
    1. Posted to the mailing list
    2. Posted to the community forum
    3. Posted to OSM-carto issue tracker discussion
    4. Posted to Reddit r/Discgolf
  4. Edit / supply license for image uploads in Category:Disc_golf


Misc Links



Follow up

  1. 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>