Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/fields/piste/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"ice_skate": "Ice Skate",
"snow_park": "Snow Park",
"playground": "Playground",
"connection": "Connection"
"connection": "Connection",
"ski_jump": "Ski Jump"
}
},
"autoSuggestions": false,
Expand Down
1 change: 1 addition & 0 deletions data/fields/sport.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"shooting": "Shooting",
"skateboard": "Skateboard",
"skiing": "Skiing",
"ski_jumping": "Ski Jumping",
"soccer": "Soccer",
"softball": "Softball",
"speedway": "Motorcycle Speedway",
Expand Down
31 changes: 31 additions & 0 deletions data/presets/man_made/ski_jump.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"icon": "temaki-ski_jumping",
"fields": [
"name",
"operator"
],
"moreFields": [
"building"
],
"geometry": [
"point",
"area"
],
"terms": [
"jump",
"ski jump",
"in-run",
"inrun",
"ski jump structure",
"ski jump in-run tower",
"ski jumping hill tower"
],
"tags": {
"man_made": "ski_jump"
},
Comment thread
tyrasd marked this conversation as resolved.
"name": "Ski Jumping Tower",
"aliases": [
"Ski Jumping Hill Structure",
"Ski Jumping Hill In-Run Tower"
]
}
23 changes: 23 additions & 0 deletions data/presets/piste/ski_jump.json
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"
}
26 changes: 26 additions & 0 deletions data/presets/piste/take_off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "temaki-ski_jumping",
"fields": [
"height"
],
"geometry": [
"vertex"
],
"tags": {
"piste:takeoff": "yes"
},
"terms": [
"jump",
"ski jump",
"take-off",
"takeoff",
"ski jump take-off",
"ski jump table",
"ski jumping hill in-run table"
],
"name": "Ski Jumping Take-Off",
"aliases": [
"Ski Jumping Hill Take-Off",
"Ski Jumping Hill Table"
]
}