mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 15:20:25 +02:00
Added Shooting Range presets
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "shooting",
|
||||
"type": "semiCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"rifle": "Rifle",
|
||||
"clay_pigeon": "Clay Pigeon",
|
||||
"pistol": "Pistol"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "fas-crosshairs",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "paintball"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "paintball"
|
||||
},
|
||||
"name": "Paintball Field"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "fas-crosshairs",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "shooting"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "shooting"
|
||||
},
|
||||
"fields": [
|
||||
"{leisure/pitch}",
|
||||
"shooting"
|
||||
],
|
||||
"terms": [
|
||||
"firing range",
|
||||
"gun range",
|
||||
"shooting gallery",
|
||||
"gun practice",
|
||||
"shooting practice"
|
||||
],
|
||||
"name": "Shooting Range"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "fas-crosshairs",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "sports_centre",
|
||||
"sport": "shooting"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "shooting"
|
||||
},
|
||||
"fields": [
|
||||
"{leisure/sports_centre}",
|
||||
"shooting"
|
||||
],
|
||||
"terms": [
|
||||
"shooting club",
|
||||
"firing range",
|
||||
"gun range",
|
||||
"shooting gallery",
|
||||
"gun practice",
|
||||
"shooting practice"
|
||||
],
|
||||
"name": "Shooting Range Facility"
|
||||
}
|
||||
Reference in New Issue
Block a user