mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
Added Shooting Range presets
This commit is contained in:
parent
42d86acc7f
commit
c708e0fabc
5 changed files with 107 additions and 0 deletions
12
data/fields/shooting.json
Normal file
12
data/fields/shooting.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "shooting",
|
||||
"type": "semiCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"rifle": "Rifle",
|
||||
"clay_pigeon": "Clay Pigeon",
|
||||
"pistol": "Pistol"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue