mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-12 04:31:37 +02:00
Add more disc golf features (#372)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Hole Number",
|
||||
"placeholder": "1-18"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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