diff --git a/data/presets.yaml b/data/presets.yaml index ec972bf0b..e8adf0044 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3844,6 +3844,15 @@ en: name: Drop Tower # 'terms: theme park,amusement ride,gondola,tower,big drop' terms: '' + attraction/kiddie_ride: + # attraction=kiddie_ride + name: Kiddie Ride + terms: '' + attraction/log_flume: + # attraction=log_flume + name: Log Flume + # 'terms: theme park,amusement ride,flume' + terms: '' attraction/maze: # attraction=maze name: Maze @@ -3869,6 +3878,11 @@ en: name: Summer Toboggan # 'terms: alpine slide,mountain coaster' terms: '' + attraction/swing_carousel: + # attraction=swing_carousel + name: Swing Carousel + # 'terms: theme park,amusement ride,carousel,tower,carousel tower' + terms: '' attraction/train: # attraction=train name: Tourist Train diff --git a/data/presets/presets.json b/data/presets/presets.json index b80b46624..390044ec3 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -282,11 +282,14 @@ "attraction/carousel": {"icon": "temaki-amusement_park", "fields": ["{attraction}", "building_area"], "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point", "area"], "terms": ["theme park", "roundabout", "merry-go-round", "galloper", "jumper", "horseabout", "flying horses"], "tags": {"attraction": "carousel"}, "name": "Carousel"}, "attraction/dark_ride": {"icon": "maki-rail-metro", "fields": ["{attraction}", "building_area"], "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point", "line", "area"], "terms": ["theme park", "ghost train"], "tags": {"attraction": "dark_ride"}, "name": "Dark Ride"}, "attraction/drop_tower": {"icon": "temaki-tower", "fields": ["{attraction}", "height"], "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point", "area"], "terms": ["theme park", "amusement ride", "gondola", "tower", "big drop"], "tags": {"attraction": "drop_tower"}, "name": "Drop Tower"}, + "attraction/kiddie_ride": {"icon": "temaki-amusement_park", "fields": ["{attraction}", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point"], "tags": {"attraction": "kiddie_ride"}, "name": "Kiddie Ride"}, + "attraction/log_flume": {"icon": "temaki-tower", "fields": ["{attraction}", "height"], "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point", "area"], "terms": ["theme park", "amusement ride", "flume"], "tags": {"attraction": "log_flume"}, "name": "Log Flume"}, "attraction/maze": {"icon": "maki-amusement-park", "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point", "area"], "terms": ["theme park", "amusement ride", "labyrinth"], "tags": {"attraction": "maze"}, "name": "Maze"}, "attraction/pirate_ship": {"icon": "maki-danger", "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point"], "terms": ["theme park", "carnival ride", "amusement ride"], "tags": {"attraction": "pirate_ship"}, "name": "Pirate Ship"}, "attraction/river_rafting": {"icon": "maki-ferry", "moreFields": ["{attraction}", "max_age", "min_age"], "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": "temaki-roller_coaster", "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point", "area"], "terms": ["theme park", "amusement ride"], "tags": {"attraction": "roller_coaster"}, "name": "Roller Coaster"}, "attraction/summer_toboggan": {"icon": "temaki-sledding", "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["line"], "terms": ["alpine slide", "mountain coaster"], "tags": {"attraction": "summer_toboggan"}, "name": "Summer Toboggan"}, + "attraction/swing_carousel": {"icon": "temaki-tower", "fields": ["{attraction}", "height"], "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["point", "area"], "terms": ["theme park", "amusement ride", "carousel", "tower", "carousel tower"], "tags": {"attraction": "swing_carousel"}, "name": "Swing Carousel"}, "attraction/train": {"icon": "maki-rail", "fields": ["{attraction}", "fee", "charge_fee"], "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": "fas-swimmer", "fields": ["{attraction}", "height"], "moreFields": ["{attraction}", "max_age", "min_age"], "geometry": ["line", "area"], "terms": ["theme park", "aquatic park", "water park", "flumes", "water chutes", "hydroslides"], "tags": {"attraction": "water_slide"}, "name": "Water Slide"}, "barrier": {"icon": "maki-roadblock", "geometry": ["point", "vertex", "line", "area"], "tags": {"barrier": "*"}, "fields": ["barrier"], "moreFields": ["level"], "name": "Barrier", "matchScore": 0.4}, diff --git a/data/presets/presets/attraction/kiddie_ride.json b/data/presets/presets/attraction/kiddie_ride.json new file mode 100644 index 000000000..c06e3efcb --- /dev/null +++ b/data/presets/presets/attraction/kiddie_ride.json @@ -0,0 +1,21 @@ +{ + "icon": "temaki-amusement_park", + "fields": [ + "{attraction}", + "fee", + "payment_multi_fee", + "charge_fee" + ], + "moreFields": [ + "{attraction}", + "max_age", + "min_age" + ], + "geometry": [ + "point" + ], + "tags": { + "attraction": "kiddie_ride" + }, + "name": "Kiddie Ride" +} diff --git a/data/presets/presets/attraction/log_flume.json b/data/presets/presets/attraction/log_flume.json new file mode 100644 index 000000000..91337c5cd --- /dev/null +++ b/data/presets/presets/attraction/log_flume.json @@ -0,0 +1,25 @@ +{ + "icon": "temaki-tower", + "fields": [ + "{attraction}", + "height" + ], + "moreFields": [ + "{attraction}", + "max_age", + "min_age" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "theme park", + "amusement ride", + "flume" + ], + "tags": { + "attraction": "log_flume" + }, + "name": "Log Flume" +} diff --git a/data/presets/presets/attraction/swing_carousel.json b/data/presets/presets/attraction/swing_carousel.json new file mode 100644 index 000000000..ac7253656 --- /dev/null +++ b/data/presets/presets/attraction/swing_carousel.json @@ -0,0 +1,27 @@ +{ + "icon": "temaki-tower", + "fields": [ + "{attraction}", + "height" + ], + "moreFields": [ + "{attraction}", + "max_age", + "min_age" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "theme park", + "amusement ride", + "carousel", + "tower", + "carousel tower" + ], + "tags": { + "attraction": "swing_carousel" + }, + "name": "Swing Carousel" +} diff --git a/data/taginfo.json b/data/taginfo.json index 955d5cb8c..b850eeaa7 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -279,11 +279,14 @@ {"key": "attraction", "value": "carousel", "description": "🄿 Carousel", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/amusement_park.svg"}, {"key": "attraction", "value": "dark_ride", "description": "🄿 Dark Ride", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/rail-metro-15.svg"}, {"key": "attraction", "value": "drop_tower", "description": "🄿 Drop Tower", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/tower.svg"}, + {"key": "attraction", "value": "kiddie_ride", "description": "🄿 Kiddie Ride", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/amusement_park.svg"}, + {"key": "attraction", "value": "log_flume", "description": "🄿 Log Flume", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/tower.svg"}, {"key": "attraction", "value": "maze", "description": "🄿 Maze", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/amusement-park-15.svg"}, {"key": "attraction", "value": "pirate_ship", "description": "🄿 Pirate Ship", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/danger-15.svg"}, {"key": "attraction", "value": "river_rafting", "description": "🄿 River Rafting", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/ferry-15.svg"}, {"key": "attraction", "value": "roller_coaster", "description": "🄿 Roller Coaster", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/roller_coaster.svg"}, {"key": "attraction", "value": "summer_toboggan", "description": "🄿 Summer Toboggan", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/sledding.svg"}, + {"key": "attraction", "value": "swing_carousel", "description": "🄿 Swing Carousel", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/tower.svg"}, {"key": "attraction", "value": "train", "description": "🄿 Tourist Train", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/rail-15.svg"}, {"key": "attraction", "value": "water_slide", "description": "🄿 Water Slide", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-swimmer.svg"}, {"key": "barrier", "description": "🄿 Barrier, 🄵 Type", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/roadblock-15.svg"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 67f7d8eb5..8f149a1a3 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5753,6 +5753,14 @@ "name": "Drop Tower", "terms": "theme park,amusement ride,gondola,tower,big drop" }, + "attraction/kiddie_ride": { + "name": "Kiddie Ride", + "terms": "" + }, + "attraction/log_flume": { + "name": "Log Flume", + "terms": "theme park,amusement ride,flume" + }, "attraction/maze": { "name": "Maze", "terms": "theme park,amusement ride,labyrinth" @@ -5773,6 +5781,10 @@ "name": "Summer Toboggan", "terms": "alpine slide,mountain coaster" }, + "attraction/swing_carousel": { + "name": "Swing Carousel", + "terms": "theme park,amusement ride,carousel,tower,carousel tower" + }, "attraction/train": { "name": "Tourist Train", "terms": "theme park,rackless train,road train,Tschu-Tschu train,dotto train,park train"