mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add Track & Field presets (#817)
This commit is contained in:
parent
6a996e6f64
commit
cab8278d26
21 changed files with 382 additions and 2 deletions
17
data/fields/athletics_pitch.json
Normal file
17
data/fields/athletics_pitch.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "athletics",
|
||||
"type": "semiCombo",
|
||||
"label": "Event",
|
||||
"strings": {
|
||||
"options": {
|
||||
"discus_throw": "Discus",
|
||||
"hammer_throw": "Hammer Throw",
|
||||
"high_jump": "High Jump",
|
||||
"javelin_throw": "Javelin",
|
||||
"long_jump": "Long Jump",
|
||||
"pole_vault": "Pole Vault",
|
||||
"shot_put": "Shot Put",
|
||||
"triple_jump": "Triple Jump"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
data/fields/athletics_track.json
Normal file
16
data/fields/athletics_track.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "athletics",
|
||||
"type": "semiCombo",
|
||||
"label": "Event",
|
||||
"strings": {
|
||||
"options": {
|
||||
"javelin_throw": "Javelin",
|
||||
"long_jump": "Long Jump",
|
||||
"pole_vault": "Pole Vault",
|
||||
"running": "Running",
|
||||
"sprint": "Sprinting",
|
||||
"steeplechase": "Steeplechase",
|
||||
"triple_jump": "Triple Jump"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
"strings": {
|
||||
"options": {
|
||||
"american_football": "American Football",
|
||||
"athletics": "Athletics",
|
||||
"athletics": "Track & Field",
|
||||
"badminton": "Badminton",
|
||||
"baseball": "Baseball",
|
||||
"basketball": "Basketball",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@
|
|||
"cycling": "Cycling",
|
||||
"bmx": "BMX",
|
||||
"horse_racing": "Horse Racing",
|
||||
"dog_racing": "Dog Racing"
|
||||
"dog_racing": "Dog Racing",
|
||||
"athletics": "Track & Field"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue