diff --git a/data/presets.yaml b/data/presets.yaml index 66fc82bdf..404068570 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -7190,8 +7190,9 @@ en: terms: '' playground/climbing_frame: # playground=climbingframe - name: Climbing Frame - terms: '' + name: Play Climbing Frame + # 'terms: jungle gym,monkey bars' + terms: '' playground/cushion: # playground=cushion name: Bouncy Cushion @@ -7213,9 +7214,9 @@ en: terms: '' playground/sandpit: # playground=sandpit - name: Sandpit - # 'terms: sandbox' - terms: '' + name: Play Sandbox + # 'terms: sandbox,sandpit' + terms: '' playground/seesaw: # playground=seesaw name: Seesaw @@ -7235,8 +7236,9 @@ en: terms: '' playground/zipwire: # playground=zipwire - name: Zip Wire - terms: '' + name: Play Zip Line + # 'terms: zipline,zip wire,zipwire' + terms: '' point: name: Point # 'terms: node,other,vertex,vertices' diff --git a/data/presets/presets.json b/data/presets/presets.json index 0be4bf6d6..a4dbc0401 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -935,17 +935,17 @@ "playground/balance_beam": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "balancebeam"}, "name": "Play Balance Beam"}, "playground/basket_spinner": {"icon": "maki-playground", "geometry": ["point"], "terms": ["basket rotator"], "tags": {"playground": "basketrotator"}, "name": "Basket Spinner"}, "playground/basket_swing": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "basketswing"}, "name": "Basket Swing"}, - "playground/climbing_frame": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "climbingframe"}, "name": "Climbing Frame"}, + "playground/climbing_frame": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "climbingframe"}, "terms": ["jungle gym", "monkey bars"], "name": "Play Climbing Frame"}, "playground/cushion": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "cushion"}, "name": "Bouncy Cushion"}, "playground/horizontal_bar": {"icon": "maki-pitch", "geometry": ["point"], "terms": ["chin-up bar", "high bar", "pull-up bar"], "tags": {"playground": "horizontal_bar"}, "name": "Play Horizontal Bar"}, - "playground/rocker": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "springy"}, "name": "Spring Rider", "terms": ["spring rocker", "springy rocker"]}, - "playground/roundabout": {"icon": "maki-stadium", "fields": ["{playground}", "bench"], "geometry": ["point", "area"], "tags": {"playground": "roundabout"}, "name": "Play Roundabout", "terms": ["merry-go-round"]}, - "playground/sandpit": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "sandpit"}, "terms": ["sandbox"], "name": "Sandpit"}, + "playground/rocker": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "springy"}, "terms": ["spring rocker", "springy rocker"], "name": "Spring Rider"}, + "playground/roundabout": {"icon": "maki-stadium", "fields": ["{playground}", "bench"], "geometry": ["point", "area"], "tags": {"playground": "roundabout"}, "terms": ["merry-go-round"], "name": "Play Roundabout"}, + "playground/sandpit": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "sandpit"}, "terms": ["sandbox", "sandpit"], "name": "Play Sandbox"}, "playground/seesaw": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "seesaw"}, "name": "Seesaw"}, "playground/slide": {"icon": "temaki-slide", "geometry": ["point", "line"], "tags": {"playground": "slide"}, "name": "Slide"}, "playground/structure": {"icon": "temaki-play_structure", "geometry": ["point", "area"], "tags": {"playground": "structure"}, "terms": ["jungle gym"], "name": "Play Structure"}, "playground/swing": {"icon": "maki-playground", "fields": ["capacity", "baby_seat", "wheelchair", "blind"], "geometry": ["point"], "tags": {"playground": "swing"}, "name": "Swing"}, - "playground/zipwire": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "zipwire"}, "name": "Zip Wire"}, + "playground/zipwire": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "zipwire"}, "terms": ["zipline", "zip wire", "zipwire"], "name": "Play Zip Line"}, "point": {"fields": ["name"], "geometry": ["vertex", "point"], "tags": {}, "terms": ["node", "other", "vertex", "vertices"], "name": "Point", "matchScore": 0.1}, "polling_station": {"icon": "fas-vote-yea", "fields": ["name", "ref", "operator", "address", "opening_hours", "opening_hours/covid19", "building_area"], "moreFields": ["air_conditioning", "email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["ballot box", "ballot drop", "democracy", "elections", "polling place", "vote", "voting booth", "voting machine"], "tags": {"polling_station": "*"}, "matchScore": 0.75, "name": "Temporary Polling Place"}, "power/cable": {"icon": "temaki-cable", "fields": ["name", "ref", "operator", "voltage", "location", "layer"], "geometry": ["line"], "tags": {"power": "cable"}, "searchable": false, "name": "Power Cable"}, diff --git a/data/presets/presets/playground/climbing_frame.json b/data/presets/presets/playground/climbing_frame.json index af55aa323..57922a29e 100644 --- a/data/presets/presets/playground/climbing_frame.json +++ b/data/presets/presets/playground/climbing_frame.json @@ -7,5 +7,9 @@ "tags": { "playground": "climbingframe" }, - "name": "Climbing Frame" + "terms": [ + "jungle gym", + "monkey bars" + ], + "name": "Play Climbing Frame" } diff --git a/data/presets/presets/playground/rocker.json b/data/presets/presets/playground/rocker.json index 5f7d5154b..7b4d029ba 100644 --- a/data/presets/presets/playground/rocker.json +++ b/data/presets/presets/playground/rocker.json @@ -6,9 +6,9 @@ "tags": { "playground": "springy" }, - "name": "Spring Rider", "terms": [ "spring rocker", "springy rocker" - ] + ], + "name": "Spring Rider" } diff --git a/data/presets/presets/playground/roundabout.json b/data/presets/presets/playground/roundabout.json index d879e7c41..ed03dc026 100644 --- a/data/presets/presets/playground/roundabout.json +++ b/data/presets/presets/playground/roundabout.json @@ -11,8 +11,8 @@ "tags": { "playground": "roundabout" }, - "name": "Play Roundabout", "terms": [ "merry-go-round" - ] + ], + "name": "Play Roundabout" } diff --git a/data/presets/presets/playground/sandpit.json b/data/presets/presets/playground/sandpit.json index a8bd0437d..f391c9d4e 100644 --- a/data/presets/presets/playground/sandpit.json +++ b/data/presets/presets/playground/sandpit.json @@ -8,7 +8,8 @@ "playground": "sandpit" }, "terms": [ - "sandbox" + "sandbox", + "sandpit" ], - "name": "Sandpit" + "name": "Play Sandbox" } diff --git a/data/presets/presets/playground/zipwire.json b/data/presets/presets/playground/zipwire.json index 8b4a2de96..d86bba1bb 100644 --- a/data/presets/presets/playground/zipwire.json +++ b/data/presets/presets/playground/zipwire.json @@ -7,5 +7,10 @@ "tags": { "playground": "zipwire" }, - "name": "Zip Wire" + "terms": [ + "zipline", + "zip wire", + "zipwire" + ], + "name": "Play Zip Line" } diff --git a/data/taginfo.json b/data/taginfo.json index 45b0bcd33..c74e62e85 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -913,17 +913,17 @@ {"key": "playground", "value": "balancebeam", "description": "🄿 Play Balance Beam", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "basketrotator", "description": "🄿 Basket Spinner", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "basketswing", "description": "🄿 Basket Swing", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, - {"key": "playground", "value": "climbingframe", "description": "🄿 Climbing Frame", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, + {"key": "playground", "value": "climbingframe", "description": "🄿 Play Climbing Frame", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "cushion", "description": "🄿 Bouncy Cushion", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "horizontal_bar", "description": "🄿 Play Horizontal Bar", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"}, {"key": "playground", "value": "springy", "description": "🄿 Spring Rider", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "roundabout", "description": "🄿 Play Roundabout", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/stadium-15.svg"}, - {"key": "playground", "value": "sandpit", "description": "🄿 Sandpit", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, + {"key": "playground", "value": "sandpit", "description": "🄿 Play Sandbox", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "seesaw", "description": "🄿 Seesaw", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "slide", "description": "🄿 Slide", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/slide.svg"}, {"key": "playground", "value": "structure", "description": "🄿 Play Structure", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/play_structure.svg"}, {"key": "playground", "value": "swing", "description": "🄿 Swing", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, - {"key": "playground", "value": "zipwire", "description": "🄿 Zip Wire", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, + {"key": "playground", "value": "zipwire", "description": "🄿 Play Zip Line", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "polling_station", "description": "🄿 Temporary Polling Place, 🄵 Polling Place", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-vote-yea.svg"}, {"key": "power", "value": "cable", "description": "🄿 Power Cable (unsearchable)", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/cable.svg"}, {"key": "power", "value": "generator", "description": "🄿 Power Generator", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/power.svg"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 5f6d2b550..cc75a6b76 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -8817,8 +8817,8 @@ "terms": "" }, "playground/climbing_frame": { - "name": "Climbing Frame", - "terms": "" + "name": "Play Climbing Frame", + "terms": "jungle gym,monkey bars" }, "playground/cushion": { "name": "Bouncy Cushion", @@ -8837,8 +8837,8 @@ "terms": "merry-go-round" }, "playground/sandpit": { - "name": "Sandpit", - "terms": "sandbox" + "name": "Play Sandbox", + "terms": "sandbox,sandpit" }, "playground/seesaw": { "name": "Seesaw", @@ -8857,8 +8857,8 @@ "terms": "" }, "playground/zipwire": { - "name": "Zip Wire", - "terms": "" + "name": "Play Zip Line", + "terms": "zipline,zip wire,zipwire" }, "point": { "name": "Point",