mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +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
30
data/presets/leisure/pitch/_athletics.json
Normal file
30
data/presets/leisure/pitch/_athletics.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"fields": [
|
||||
"athletics_pitch",
|
||||
"access_simple",
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"{leisure/pitch}",
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "athletics"
|
||||
},
|
||||
"terms": [
|
||||
"athletics"
|
||||
],
|
||||
"name": "Track & Field Pitch",
|
||||
"searchable": false
|
||||
}
|
||||
21
data/presets/leisure/pitch/athletics/discus_throw.json
Normal file
21
data/presets/leisure/pitch/athletics/discus_throw.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "discus_throw"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "discus_throw"
|
||||
},
|
||||
"aliases": [
|
||||
"Discus Ring",
|
||||
"Discus Sector"
|
||||
],
|
||||
"name": "Discus Ring / Sector"
|
||||
}
|
||||
21
data/presets/leisure/pitch/athletics/hammer_throw.json
Normal file
21
data/presets/leisure/pitch/athletics/hammer_throw.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "hammer_throw"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "hammer_throw"
|
||||
},
|
||||
"aliases": [
|
||||
"Hammer Throw Ring",
|
||||
"Hammer Throw Sector"
|
||||
],
|
||||
"name": "Hammer Throw Ring / Sector"
|
||||
}
|
||||
17
data/presets/leisure/pitch/athletics/high_jump.json
Normal file
17
data/presets/leisure/pitch/athletics/high_jump.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "high_jump"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "high_jump"
|
||||
},
|
||||
"name": "High Jump Pit"
|
||||
}
|
||||
17
data/presets/leisure/pitch/athletics/javelin_throw.json
Normal file
17
data/presets/leisure/pitch/athletics/javelin_throw.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "javelin_throw"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "javelin_throw"
|
||||
},
|
||||
"name": "Javelin Sector"
|
||||
}
|
||||
17
data/presets/leisure/pitch/athletics/long_jump.json
Normal file
17
data/presets/leisure/pitch/athletics/long_jump.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "long_jump"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "long_jump"
|
||||
},
|
||||
"name": "Long Jump Pit"
|
||||
}
|
||||
17
data/presets/leisure/pitch/athletics/pole_vault.json
Normal file
17
data/presets/leisure/pitch/athletics/pole_vault.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "pole_vault"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "pole_vault"
|
||||
},
|
||||
"name": "Pole Vault Pit"
|
||||
}
|
||||
21
data/presets/leisure/pitch/athletics/shot_put.json
Normal file
21
data/presets/leisure/pitch/athletics/shot_put.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "shot_put"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "shot_put"
|
||||
},
|
||||
"aliases": [
|
||||
"Shot Put Ring",
|
||||
"Shot Put Pit"
|
||||
],
|
||||
"name": "Shot Put Ring / Pit"
|
||||
}
|
||||
17
data/presets/leisure/pitch/athletics/triple_jump.json
Normal file
17
data/presets/leisure/pitch/athletics/triple_jump.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "athletics",
|
||||
"athletics": "triple_jump"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "triple_jump"
|
||||
},
|
||||
"name": "Triple Jump Pit"
|
||||
}
|
||||
22
data/presets/leisure/track/_athletics.json
Normal file
22
data/presets/leisure/track/_athletics.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"fields": [
|
||||
"athletics_track",
|
||||
"{leisure/track}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "athletics"
|
||||
},
|
||||
"name": "Track & Field Runway",
|
||||
"searchable": false
|
||||
}
|
||||
19
data/presets/leisure/track/athletics/_running.json
Normal file
19
data/presets/leisure/track/athletics/_running.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics",
|
||||
"athletics": "running"
|
||||
},
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "running"
|
||||
},
|
||||
"name": "Running Track",
|
||||
"searchable": false
|
||||
}
|
||||
21
data/presets/leisure/track/athletics/javelin_throw.json
Normal file
21
data/presets/leisure/track/athletics/javelin_throw.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics",
|
||||
"athletics": "javelin_throw"
|
||||
},
|
||||
"terms": [
|
||||
"javelin track"
|
||||
],
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "javelin_throw"
|
||||
},
|
||||
"name": "Javelin Runway"
|
||||
}
|
||||
21
data/presets/leisure/track/athletics/long_jump.json
Normal file
21
data/presets/leisure/track/athletics/long_jump.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics",
|
||||
"athletics": "long_jump"
|
||||
},
|
||||
"terms": [
|
||||
"long jump track"
|
||||
],
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "long_jump"
|
||||
},
|
||||
"name": "Long Jump Runway"
|
||||
}
|
||||
21
data/presets/leisure/track/athletics/pole_vault.json
Normal file
21
data/presets/leisure/track/athletics/pole_vault.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics",
|
||||
"athletics": "pole_vault"
|
||||
},
|
||||
"terms": [
|
||||
"pole vault track"
|
||||
],
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "pole_vault"
|
||||
},
|
||||
"name": "Pole Vault Runway"
|
||||
}
|
||||
22
data/presets/leisure/track/athletics/sprint.json
Normal file
22
data/presets/leisure/track/athletics/sprint.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics",
|
||||
"athletics": "sprint"
|
||||
},
|
||||
"terms": [
|
||||
"sprint track",
|
||||
"sprinting"
|
||||
],
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "sprint"
|
||||
},
|
||||
"name": "Sprint Runway"
|
||||
}
|
||||
21
data/presets/leisure/track/athletics/steeplechase.json
Normal file
21
data/presets/leisure/track/athletics/steeplechase.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics",
|
||||
"athletics": "steeplechase"
|
||||
},
|
||||
"terms": [
|
||||
"steeplechase track"
|
||||
],
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "steeplechase"
|
||||
},
|
||||
"name": "Steeplechase Runway"
|
||||
}
|
||||
21
data/presets/leisure/track/athletics/triple_jump.json
Normal file
21
data/presets/leisure/track/athletics/triple_jump.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "fas-running",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track",
|
||||
"sport": "athletics",
|
||||
"athletics": "triple_jump"
|
||||
},
|
||||
"terms": [
|
||||
"triple jump track"
|
||||
],
|
||||
"reference": {
|
||||
"key": "athletics",
|
||||
"value": "triple_jump"
|
||||
},
|
||||
"name": "Triple Jump Runway"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue