diff --git a/data/presets/leisure/pitch/paintball.json b/data/presets/leisure/pitch/paintball.json new file mode 100644 index 00000000..413affa2 --- /dev/null +++ b/data/presets/leisure/pitch/paintball.json @@ -0,0 +1,16 @@ +{ + "icon": "fas-crosshairs", + "geometry": [ + "area", + "point" + ], + "tags": { + "leisure": "pitch", + "sport": "paintball" + }, + "reference": { + "key": "sport", + "value": "paintball" + }, + "name": "Paintball Field" +} \ No newline at end of file diff --git a/data/presets/leisure/pitch/shooting.json b/data/presets/leisure/pitch/shooting.json new file mode 100644 index 00000000..1f80aeae --- /dev/null +++ b/data/presets/leisure/pitch/shooting.json @@ -0,0 +1,24 @@ +{ + "icon": "fas-crosshairs", + "geometry": [ + "area", + "point" + ], + "tags": { + "leisure": "pitch", + "sport": "shooting" + }, + "reference": { + "key": "sport", + "value": "shooting" + }, + "terms": [ + "firing range", + "gun range", + "shooting gallery", + "gun practice", + "shooting practice", + "target practice" + ], + "name": "Shooting Range" +} \ No newline at end of file diff --git a/data/presets/leisure/sports_centre/shooting.json b/data/presets/leisure/sports_centre/shooting.json new file mode 100644 index 00000000..56ee1de5 --- /dev/null +++ b/data/presets/leisure/sports_centre/shooting.json @@ -0,0 +1,25 @@ +{ + "icon": "fas-crosshairs", + "geometry": [ + "area", + "point" + ], + "tags": { + "leisure": "sports_centre", + "sport": "shooting" + }, + "reference": { + "key": "sport", + "value": "shooting" + }, + "terms": [ + "shooting club", + "firing range", + "gun range", + "shooting gallery", + "gun practice", + "shooting practice", + "target practice" + ], + "name": "Shooting Range Facility" +} \ No newline at end of file diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 4f25f8b8..c5af6273 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -6418,6 +6418,10 @@ en: name: Netball Court # 'terms: basketball' terms: '' + 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: '' 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 +6430,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: '' + 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,target practice' + terms: '' 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 +6509,11 @@ en: name: Climbing Gym # 'terms: abseiling,artificial climbing wall,belaying,bouldering,rock climbing facility,indoor rock wall,rappeling,rock gym,ropes' terms: '' + 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,target practice' + terms: '' 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