forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsport.json
More file actions
49 lines (49 loc) · 1.59 KB
/
sport.json
File metadata and controls
49 lines (49 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"key": "sport",
"type": "semiCombo",
"label": "Sports",
"strings": {
"options": {
"american_football": "American Football",
"athletics": "Athletics",
"badminton": "Badminton",
"baseball": "Baseball",
"basketball": "Basketball",
"beachvolleyball": "Beach Volleyball",
"boules": "Boules",
"bowls": "Bowls",
"canoe": "Canoeing",
"climbing": "Climbing",
"cricket": "Cricket",
"cycling": "Cycling",
"disc_golf": "Disc Golf",
"equestrian": "Equestrian",
"fitness": "Fitness Training",
"free_flying": "Paragliding / Hang Gliding",
"futsal": "Futsal",
"gaelic_games": "Gaelic Games",
"golf": "Golf",
"gymnastics": "Gymnastics",
"handball": "Team Handball",
"horse_racing": "Horse Racing",
"karting": "Kart Racing",
"motocross": "Motocross",
"motor": "Motorsports",
"netball": "Netball",
"padel": "Padel",
"pelota": "Pelota",
"rugby": "Rugby",
"running": "Running",
"scuba_diving": "Scuba Diving",
"shooting": "Shooting",
"skateboard": "Skateboard",
"skiing": "Skiing",
"soccer": "Soccer",
"softball": "Softball",
"swimming": "Swimming",
"table_tennis": "Table Tennis",
"tennis": "Tennis",
"volleyball": "Volleyball"
}
}
}