Skip to content

Commit

Permalink
Merge pull request #4236 from willemarcel/attraction-presets
Browse files Browse the repository at this point in the history
add presets for theme park attractions
  • Loading branch information
bhousel authored Aug 18, 2017
2 parents 333e86c + c370f33 commit d8fcff6
Show file tree
Hide file tree
Showing 17 changed files with 749 additions and 0 deletions.
65 changes: 65 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,71 @@ en:
# 'area:highway=*'
name: Road Surface
terms: '<translate with synonyms or related terms for ''Road Surface'', separated by commas>'
attraction/amusement_ride:
# attraction=amusement_ride
name: Amusement Ride
# 'terms: theme park,carnival ride'
terms: '<translate with synonyms or related terms for ''Amusement Ride'', separated by commas>'
attraction/animal:
# attraction=animal
name: Animal
# 'terms: zoo,theme park,animal park,lion,tiger,bear'
terms: '<translate with synonyms or related terms for ''Animal'', separated by commas>'
attraction/big_wheel:
# attraction=big_wheel
name: Big Wheel
# 'terms: ferris wheel,theme park,amusement ride'
terms: '<translate with synonyms or related terms for ''Big Wheel'', separated by commas>'
attraction/bumper_car:
# attraction=bumper_car
name: Bumper Car
# 'terms: theme park,dodgem cars,autoscooter'
terms: '<translate with synonyms or related terms for ''Bumper Car'', separated by commas>'
attraction/bungee_jumping:
# attraction=bungee_jumping
name: Bungee Jumping
# 'terms: theme park,bungy jumping,jumping platform'
terms: '<translate with synonyms or related terms for ''Bungee Jumping'', separated by commas>'
attraction/carousel:
# attraction=carousel
name: Carousel
# 'terms: theme park,roundabout,merry-go-round,galloper,jumper,horseabout,flying horses'
terms: '<translate with synonyms or related terms for ''Carousel'', separated by commas>'
attraction/dark_ride:
# attraction=dark_ride
name: Dark Ride
# 'terms: theme park,ghost train'
terms: '<translate with synonyms or related terms for ''Dark Ride'', separated by commas>'
attraction/drop_tower:
# attraction=drop_tower
name: Drop Tower
# 'terms: theme park,amusement ride,gondola,tower,big drop'
terms: '<translate with synonyms or related terms for ''Drop Tower'', separated by commas>'
attraction/pirate_ship:
# attraction=pirate_ship
name: Pirate Ship
# 'terms: theme park,carnival ride,amusement ride'
terms: '<translate with synonyms or related terms for ''Pirate Ship'', separated by commas>'
attraction/river_rafting:
# attraction=river_rafting
name: River Rafting
# 'terms: theme park,aquatic park,water park,rafting simulator,river rafting ride,river rapids ride'
terms: '<translate with synonyms or related terms for ''River Rafting'', separated by commas>'
attraction/roller_coaster:
# attraction=roller_coaster
name: Roller Coaster
# 'terms: theme park,amusement ride'
terms: '<translate with synonyms or related terms for ''Roller Coaster'', separated by commas>'
attraction/train:
# attraction=train
name: Tourist Train
# 'terms: theme park,rackless train,road train,Tschu-Tschu train,dotto train,park train'
terms: '<translate with synonyms or related terms for ''Tourist Train'', separated by commas>'
attraction/water_slide:
# attraction=water_slide
name: Water Slide
# 'terms: theme park,aquatic park,water park,flumes,water chutes,hydroslides'
terms: '<translate with synonyms or related terms for ''Water Slide'', separated by commas>'
barrier:
# barrier=*
name: Barrier
Expand Down
290 changes: 290 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3317,6 +3317,296 @@
},
"name": "Road Surface"
},
"attraction/amusement_ride": {
"icon": "amusement-park",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"carnival ride"
],
"tags": {
"attraction": "amusement_ride"
},
"name": "Amusement Ride"
},
"attraction/animal": {
"icon": "zoo",
"fields": [
"name",
"operator"
],
"geometry": [
"point",
"area"
],
"terms": [
"zoo",
"theme park",
"animal park",
"lion",
"tiger",
"bear"
],
"tags": {
"attraction": "animal"
},
"name": "Animal"
},
"attraction/big_wheel": {
"icon": "amusement-park",
"fields": [
"name",
"operator",
"height",
"opening_hours"
],
"geometry": [
"point"
],
"terms": [
"ferris wheel",
"theme park",
"amusement ride"
],
"tags": {
"attraction": "big_wheel"
},
"name": "Big Wheel"
},
"attraction/bumper_car": {
"icon": "car",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"dodgem cars",
"autoscooter"
],
"tags": {
"attraction": "bumper_car"
},
"name": "Bumper Car"
},
"attraction/bungee_jumping": {
"icon": "pitch",
"fields": [
"name",
"operator",
"height",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"bungy jumping",
"jumping platform"
],
"tags": {
"attraction": "bungee_jumping"
},
"name": "Bungee Jumping"
},
"attraction/carousel": {
"icon": "horse-riding",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"roundabout",
"merry-go-round",
"galloper",
"jumper",
"horseabout",
"flying horses"
],
"tags": {
"attraction": "carousel"
},
"name": "Carousel"
},
"attraction/dark_ride": {
"icon": "rail-metro",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point",
"line",
"area"
],
"terms": [
"theme park",
"ghost train"
],
"tags": {
"attraction": "dark_ride"
},
"name": "Dark Ride"
},
"attraction/drop_tower": {
"icon": "poi-tower",
"fields": [
"name",
"operator",
"height",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"amusement ride",
"gondola",
"tower",
"big drop"
],
"tags": {
"attraction": "drop_tower"
},
"name": "Drop Tower"
},
"attraction/pirate_ship": {
"icon": "amusement-park",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point"
],
"terms": [
"theme park",
"carnival ride",
"amusement ride"
],
"tags": {
"attraction": "pirate_ship"
},
"name": "Pirate Ship"
},
"attraction/river_rafting": {
"icon": "ferry",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point",
"line"
],
"terms": [
"theme park",
"aquatic park",
"water park",
"rafting simulator",
"river rafting ride",
"river rapids ride"
],
"tags": {
"attraction": "river_rafting"
},
"name": "River Rafting"
},
"attraction/roller_coaster": {
"icon": "amusement-park",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"amusement ride"
],
"tags": {
"attraction": "roller_coaster"
},
"name": "Roller Coaster"
},
"attraction/train": {
"icon": "rail",
"fields": [
"name",
"operator",
"fee",
"opening_hours"
],
"geometry": [
"point",
"line"
],
"terms": [
"theme park",
"rackless train",
"road train",
"Tschu-Tschu train",
"dotto train",
"park train"
],
"tags": {
"attraction": "train"
},
"name": "Tourist Train"
},
"attraction/water_slide": {
"icon": "swimming",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"line",
"area"
],
"terms": [
"theme park",
"aquatic park",
"water park",
"flumes",
"water chutes",
"hydroslides"
],
"tags": {
"attraction": "water_slide"
},
"name": "Water Slide"
},
"barrier": {
"icon": "roadblock",
"geometry": [
Expand Down
20 changes: 20 additions & 0 deletions data/presets/presets/attraction/amusement_ride.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"icon": "amusement-park",
"fields": [
"name",
"operator",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"carnival ride"
],
"tags": {
"attraction": "amusement_ride"
},
"name": "Amusement Ride"
}
Loading

0 comments on commit d8fcff6

Please sign in to comment.