mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
Add more disc golf features (#372)
This commit is contained in:
6
data/fields/ref_disc_golf_hole.json
Normal file
6
data/fields/ref_disc_golf_hole.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Hole Number",
|
||||
"placeholder": "1-18"
|
||||
}
|
||||
15
data/presets/disc_golf/basket.json
Normal file
15
data/presets/disc_golf/basket.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "maki-disc_golf_basket",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"disc_golf": "basket"
|
||||
},
|
||||
"terms": [
|
||||
"disc golf target",
|
||||
"disc pole hole"
|
||||
],
|
||||
"name": "Disc Golf Basket"
|
||||
}
|
||||
15
data/presets/disc_golf/hole.json
Normal file
15
data/presets/disc_golf/hole.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "temaki-disc_golf_basket",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref_disc_golf_hole",
|
||||
"par"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"disc_golf": "hole"
|
||||
},
|
||||
"name": "Disc Golf Hole"
|
||||
}
|
||||
18
data/presets/disc_golf/tee.json
Normal file
18
data/presets/disc_golf/tee.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "maki-disc_golf_basket",
|
||||
"fields": [
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"disc_golf": "tee"
|
||||
},
|
||||
"terms": [
|
||||
"tee box",
|
||||
"teeing ground"
|
||||
],
|
||||
"name": "Disc Golf Tee"
|
||||
}
|
||||
Reference in New Issue
Block a user