-
Notifications
You must be signed in to change notification settings - Fork 252
Add Track & Field presets #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
|
arch0345 marked this conversation as resolved.
|
||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.