-
Notifications
You must be signed in to change notification settings - Fork 252
Add presets for ski jump tagging #1176
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,25 @@ | ||||||
| { | ||||||
| "icon": "temaki-ski_jumping", | ||||||
| "fields": [], | ||||||
| "moreFields": [ | ||||||
| "building" | ||||||
| ], | ||||||
| "geometry": [ | ||||||
| "point", | ||||||
| "area" | ||||||
| ], | ||||||
| "terms": [ | ||||||
| "jump", | ||||||
| "ski jump", | ||||||
| "in-run", | ||||||
| "inrun", | ||||||
| "ski jump structure", | ||||||
| "ski jumping hill structure", | ||||||
| "ski jump in-run", | ||||||
| "ski jumping hill in-run tower" | ||||||
| ], | ||||||
| "tags": { | ||||||
| "man_made": "ski_jump" | ||||||
| }, | ||||||
|
tyrasd marked this conversation as resolved.
|
||||||
| "name": "Ski Jumping Hill Structure / In-Run Tower" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe this could be slightly shortened to the following?
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While in most of the cases it is true that man-made part is equal to the in-run tower. |
||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "icon": "temaki-ski_jumping", | ||
| "fields": [ | ||
| "name", | ||
| "piste/type", | ||
| "ref", | ||
| "oneway_yes", | ||
| "lit" | ||
| ], | ||
| "geometry": [ | ||
| "line", | ||
| "area" | ||
| ], | ||
| "tags": { | ||
| "piste:type": "ski_jump" | ||
| }, | ||
| "terms": [ | ||
| "jump", | ||
| "ski jump", | ||
| "ski jumping hill" | ||
| ], | ||
| "name": "Ski Jumping Piste" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "icon": "temaki-ski_jumping", | ||
| "fields": [ | ||
| "height" | ||
| ], | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "tags": { | ||
| "piste:takeoff": "yes" | ||
| }, | ||
| "terms": [ | ||
| "jump", | ||
| "ski jump", | ||
| "take-off", | ||
| "takeoff", | ||
| "ski jump take-off", | ||
| "ski jumping hill take-off" | ||
| ], | ||
| "name": "Ski Jumping Hill Take-Off Point" | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.