mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +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"
|
||||
}
|
||||
@@ -2407,6 +2407,16 @@ en:
|
||||
shelter_type:
|
||||
# shelter_type=*
|
||||
label: Type
|
||||
shooting:
|
||||
# shooting=*
|
||||
label: Type
|
||||
options:
|
||||
# shooting=clay_pigeon
|
||||
clay_pigeon: Clay Pigeon
|
||||
# shooting=pistol
|
||||
pistol: Pistol
|
||||
# shooting=rifle
|
||||
rifle: Rifle
|
||||
shop:
|
||||
# shop=*
|
||||
label: Type
|
||||
@@ -6418,6 +6428,10 @@ en:
|
||||
name: Netball Court
|
||||
# 'terms: basketball'
|
||||
terms: '<translate with synonyms or related terms for ''Netball Court'', separated by commas>'
|
||||
leisure/pitch/paintball:
|
||||
# 'leisure=pitch + sport=paintball\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Paintball Field
|
||||
terms: '<translate with synonyms or related terms for ''Paintball Field'', separated by commas>'
|
||||
leisure/pitch/rugby_league:
|
||||
# 'leisure=pitch + sport=rugby_league\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Rugby League Field
|
||||
@@ -6426,6 +6440,11 @@ en:
|
||||
# 'leisure=pitch + sport=rugby_union\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Rugby Union Field
|
||||
terms: '<translate with synonyms or related terms for ''Rugby Union Field'', separated by commas>'
|
||||
leisure/pitch/shooting:
|
||||
# 'leisure=pitch + sport=shooting\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Shooting Range
|
||||
# 'terms: firing range,gun range,shooting gallery,gun practice,shooting practice'
|
||||
terms: '<translate with synonyms or related terms for ''Shooting Range'', separated by commas>'
|
||||
leisure/pitch/shuffleboard:
|
||||
# 'leisure=pitch + sport=shuffleboard\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Shuffleboard Court
|
||||
@@ -6500,6 +6519,11 @@ en:
|
||||
name: Climbing Gym
|
||||
# 'terms: abseiling,artificial climbing wall,belaying,bouldering,rock climbing facility,indoor rock wall,rappeling,rock gym,ropes'
|
||||
terms: '<translate with synonyms or related terms for ''Climbing Gym'', separated by commas>'
|
||||
leisure/sports_centre/shooting:
|
||||
# 'leisure=sports_centre + sport=shooting\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Shooting Range Facility
|
||||
# 'terms: shooting club,firing range,gun range,shooting gallery,gun practice,shooting practice'
|
||||
terms: '<translate with synonyms or related terms for ''Shooting Range Facility'', separated by commas>'
|
||||
leisure/sports_centre/swimming:
|
||||
# 'leisure=sports_centre + sport=swimming\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Swimming Pool Facility
|
||||
|
||||
Reference in New Issue
Block a user