Update several playground equipment names and terms (re: #7730)

This commit is contained in:
Quincy Morgan
2020-06-24 09:37:00 -04:00
parent 073a13d012
commit 688f4e06b4
9 changed files with 41 additions and 29 deletions
+9 -7
View File
@@ -7190,8 +7190,9 @@ en:
terms: '<translate with synonyms or related terms for ''Basket Swing'', separated by commas>'
playground/climbing_frame:
# playground=climbingframe
name: Climbing Frame
terms: '<translate with synonyms or related terms for ''Climbing Frame'', separated by commas>'
name: Play Climbing Frame
# 'terms: jungle gym,monkey bars'
terms: '<translate with synonyms or related terms for ''Play Climbing Frame'', separated by commas>'
playground/cushion:
# playground=cushion
name: Bouncy Cushion
@@ -7213,9 +7214,9 @@ en:
terms: '<translate with synonyms or related terms for ''Play Roundabout'', separated by commas>'
playground/sandpit:
# playground=sandpit
name: Sandpit
# 'terms: sandbox'
terms: '<translate with synonyms or related terms for ''Sandpit'', separated by commas>'
name: Play Sandbox
# 'terms: sandbox,sandpit'
terms: '<translate with synonyms or related terms for ''Play Sandbox'', separated by commas>'
playground/seesaw:
# playground=seesaw
name: Seesaw
@@ -7235,8 +7236,9 @@ en:
terms: '<translate with synonyms or related terms for ''Swing'', separated by commas>'
playground/zipwire:
# playground=zipwire
name: Zip Wire
terms: '<translate with synonyms or related terms for ''Zip Wire'', separated by commas>'
name: Play Zip Line
# 'terms: zipline,zip wire,zipwire'
terms: '<translate with synonyms or related terms for ''Play Zip Line'', separated by commas>'
point:
name: Point
# 'terms: node,other,vertex,vertices'
+5 -5
View File
@@ -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"},
@@ -7,5 +7,9 @@
"tags": {
"playground": "climbingframe"
},
"name": "Climbing Frame"
"terms": [
"jungle gym",
"monkey bars"
],
"name": "Play Climbing Frame"
}
+2 -2
View File
@@ -6,9 +6,9 @@
"tags": {
"playground": "springy"
},
"name": "Spring Rider",
"terms": [
"spring rocker",
"springy rocker"
]
],
"name": "Spring Rider"
}
@@ -11,8 +11,8 @@
"tags": {
"playground": "roundabout"
},
"name": "Play Roundabout",
"terms": [
"merry-go-round"
]
],
"name": "Play Roundabout"
}
+3 -2
View File
@@ -8,7 +8,8 @@
"playground": "sandpit"
},
"terms": [
"sandbox"
"sandbox",
"sandpit"
],
"name": "Sandpit"
"name": "Play Sandbox"
}
+6 -1
View File
@@ -7,5 +7,10 @@
"tags": {
"playground": "zipwire"
},
"name": "Zip Wire"
"terms": [
"zipline",
"zip wire",
"zipwire"
],
"name": "Play Zip Line"
}
+3 -3
View File
@@ -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"},
+6 -6
View File
@@ -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",