From 17287452a04d3087e5057354e4d64da995030e3e Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 22 Oct 2019 14:57:05 +0200 Subject: [PATCH] Remove "terms" property from all unsearchable presets and fields and their derived data --- build_data.js | 4 + data/presets/presets.json | 52 +- data/presets/presets/_building_point.json | 1 - .../presets/amenity/_ferry_terminal.json | 1 - data/presets/presets/amenity/_recycling.json | 10 - data/presets/presets/craft/_tailor.json | 4 - .../presets/emergency/_designated.json | 1 - .../presets/emergency/_destination.json | 1 - data/presets/presets/emergency/_no.json | 1 - data/presets/presets/emergency/_official.json | 1 - data/presets/presets/emergency/_private.json | 1 - data/presets/presets/emergency/_yes.json | 1 - .../highway/crossing/_zebra-raised.json | 9 - .../presets/highway/crossing/_zebra.json | 5 - .../presets/office/_administrative.json | 1 - .../presets/presets/office/_travel_agent.json | 1 - .../platform/_aerialway_point.json | 9 - .../platform/_ferry_point.json | 11 - .../platform/_light_rail_point.json | 13 - .../platform/_monorail_point.json | 9 - .../platform/_subway_point.json | 12 - .../platform/_train_point.json | 10 - data/presets/presets/railway/_halt.json | 7 - data/presets/presets/railway/_station.json | 4 - data/presets/presets/railway/_tram_stop.json | 6 - data/presets/presets/shop/_furnace.json | 4 - dist/locales/en.json | 971 ++++++------------ 27 files changed, 324 insertions(+), 826 deletions(-) diff --git a/build_data.js b/build_data.js index fd1f04109..7bac37725 100644 --- a/build_data.js +++ b/build_data.js @@ -402,6 +402,8 @@ function generateTranslations(fields, presets, tstrings, searchableFieldIDs) { } field.terms = '[translate with synonyms or related terms for \'' + field.label + '\', separated by commas]'; } else { + delete tstrings.fields[id].terms; + delete f.terms; delete field.terms; } }); @@ -421,6 +423,8 @@ function generateTranslations(fields, presets, tstrings, searchableFieldIDs) { } preset.terms = ''; } else { + delete tstrings.presets[id].terms; + delete p.terms; delete preset.terms; } }); diff --git a/data/presets/presets.json b/data/presets/presets.json index 43a4446ac..cbeb6e876 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5,7 +5,7 @@ "amenity": {"fields": ["amenity"], "geometry": ["point", "vertex", "line", "area"], "tags": {"amenity": "*"}, "searchable": false, "name": "Amenity"}, "attraction": {"icon": "maki-star", "fields": ["name", "attraction", "operator", "opening_hours", "fee", "charge_fee"], "moreFields": ["address", "email", "fax", "opening_hours", "payment_multi", "phone", "website"], "geometry": ["point", "vertex", "line", "area"], "tags": {"attraction": "*"}, "searchable": false, "name": "Attraction"}, "boundary": {"fields": ["boundary"], "geometry": ["line"], "tags": {"boundary": "*"}, "searchable": false, "name": "Boundary"}, - "building_point": {"icon": "maki-home", "fields": ["{building}"], "moreFields": ["{building}"], "geometry": ["point"], "tags": {"building": "*"}, "matchScore": 0.6, "searchable": false, "terms": [], "name": "Building"}, + "building_point": {"icon": "maki-home", "fields": ["{building}"], "moreFields": ["{building}"], "geometry": ["point"], "tags": {"building": "*"}, "matchScore": 0.6, "searchable": false, "name": "Building"}, "embankment": {"geometry": ["line"], "tags": {"embankment": "yes"}, "name": "Embankment", "matchScore": 0.2, "searchable": false}, "emergency": {"fields": ["emergency_combo"], "geometry": ["point", "vertex", "area"], "tags": {"emergency": "*"}, "searchable": false, "name": "Emergency Feature"}, "ford_line": {"geometry": ["line"], "tags": {"ford": "*"}, "name": "Ford", "searchable": false}, @@ -57,9 +57,9 @@ "amenity/bus_station": {"icon": "maki-bus", "fields": ["name", "building_area", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "bus_station"}, "name": "Bus Station / Terminal", "searchable": false, "replacement": "public_transport/station_bus"}, "amenity/coworking_space": {"icon": "maki-commercial", "fields": ["name", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "coworking_space"}, "name": "Coworking Space", "searchable": false}, "amenity/embassy": {"icon": "maki-embassy", "fields": ["name", "country", "address", "building_area"], "moreFields": ["email", "fax", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "embassy"}, "searchable": false, "name": "Embassy"}, - "amenity/ferry_terminal": {"icon": "maki-ferry", "fields": ["name", "network", "operator", "address", "building_area"], "geometry": ["point", "vertex", "area"], "terms": [], "tags": {"amenity": "ferry_terminal"}, "matchScore": 0.95, "name": "Ferry Station / Terminal", "searchable": false, "replacement": "public_transport/station_ferry"}, + "amenity/ferry_terminal": {"icon": "maki-ferry", "fields": ["name", "network", "operator", "address", "building_area"], "geometry": ["point", "vertex", "area"], "tags": {"amenity": "ferry_terminal"}, "matchScore": 0.95, "name": "Ferry Station / Terminal", "searchable": false, "replacement": "public_transport/station_ferry"}, "amenity/nursing_home": {"icon": "maki-wheelchair", "fields": ["name", "operator", "address", "building_area", "social_facility", "social_facility_for", "opening_hours", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "nursing_home"}, "reference": {"key": "social_facility", "value": "nursing_home"}, "name": "Nursing Home", "searchable": false}, - "amenity/recycling": {"icon": "maki-recycling", "fields": ["recycling_type", "recycling_accepts", "collection_times"], "geometry": ["point", "area"], "terms": ["bin", "can", "bottle", "glass", "garbage", "rubbish", "scrap", "trash"], "tags": {"amenity": "recycling"}, "name": "Recycling", "searchable": false}, + "amenity/recycling": {"icon": "maki-recycling", "fields": ["recycling_type", "recycling_accepts", "collection_times"], "geometry": ["point", "area"], "tags": {"amenity": "recycling"}, "name": "Recycling", "searchable": false}, "amenity/register_office": {"icon": "maki-town-hall", "fields": ["name", "address", "building_area", "opening_hours", "operator"], "geometry": ["point", "area"], "tags": {"amenity": "register_office"}, "reference": {"key": "government", "value": "register_office"}, "name": "Register Office", "searchable": false}, "amenity/scrapyard": {"icon": "maki-car", "fields": ["name", "operator", "address", "opening_hours"], "geometry": ["point", "area"], "tags": {"amenity": "scrapyard"}, "reference": {"key": "industrial", "value": "scrap_yard"}, "name": "Scrap Yard", "searchable": false}, "amenity/swimming_pool": {"icon": "fas-swimmer", "geometry": ["point", "vertex", "area"], "tags": {"amenity": "swimming_pool"}, "reference": {"key": "leisure", "value": "swimming_pool"}, "name": "Swimming Pool", "searchable": false}, @@ -379,7 +379,7 @@ "craft/jeweler": {"icon": "maki-marker-stroked", "geometry": ["point", "area"], "tags": {"craft": "jeweler"}, "reference": {"key": "shop", "value": "jewelry"}, "name": "Jeweler", "searchable": false, "replacement": "shop/jewelry"}, "craft/locksmith": {"icon": "maki-marker-stroked", "geometry": ["point", "area"], "tags": {"craft": "locksmith"}, "reference": {"key": "shop", "value": "locksmith"}, "name": "Locksmith", "searchable": false}, "craft/optician": {"icon": "maki-marker-stroked", "geometry": ["point", "area"], "tags": {"craft": "optician"}, "reference": {"key": "shop", "value": "optician"}, "name": "Optician", "searchable": false, "replacement": "shop/optician"}, - "craft/tailor": {"icon": "maki-clothing-store", "geometry": ["point", "area"], "terms": ["clothes", "suit"], "tags": {"craft": "tailor"}, "reference": {"key": "shop", "value": "tailor"}, "name": "Tailor", "searchable": false}, + "craft/tailor": {"icon": "maki-clothing-store", "geometry": ["point", "area"], "tags": {"craft": "tailor"}, "reference": {"key": "shop", "value": "tailor"}, "name": "Tailor", "searchable": false}, "craft/agricultural_engines": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"craft": "agricultural_engines"}, "name": "Argricultural Engines Mechanic"}, "craft/basket_maker": {"icon": "maki-art-gallery", "geometry": ["point", "area"], "tags": {"craft": "basket_maker"}, "name": "Basket Maker"}, "craft/beekeeper": {"icon": "maki-farm", "geometry": ["point", "area"], "tags": {"craft": "beekeeper"}, "name": "Beekeeper"}, @@ -429,12 +429,12 @@ "craft/watchmaker": {"icon": "maki-watch", "geometry": ["point", "area"], "tags": {"craft": "watchmaker"}, "name": "Watchmaker"}, "craft/window_construction": {"icon": "temaki-window", "geometry": ["point", "area"], "terms": ["glass"], "tags": {"craft": "window_construction"}, "name": "Window Construction"}, "craft/winery": {"icon": "maki-alcohol-shop", "moreFields": ["{craft}", "min_age"], "geometry": ["point", "area"], "tags": {"craft": "winery"}, "name": "Winery"}, - "emergency/designated": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "designated"}, "terms": [], "name": "Emergency Access Designated", "searchable": false, "matchScore": 0.01}, - "emergency/destination": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "destination"}, "terms": [], "name": "Emergency Access Destination", "searchable": false, "matchScore": 0.01}, - "emergency/no": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "no"}, "terms": [], "name": "Emergency Access No", "searchable": false, "matchScore": 0.01}, - "emergency/official": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "official"}, "terms": [], "name": "Emergency Access Official", "searchable": false, "matchScore": 0.01}, - "emergency/private": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "private"}, "terms": [], "name": "Emergency Access Private", "searchable": false, "matchScore": 0.01}, - "emergency/yes": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "yes"}, "terms": [], "name": "Emergency Access Yes", "searchable": false, "matchScore": 0.01}, + "emergency/designated": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "designated"}, "name": "Emergency Access Designated", "searchable": false, "matchScore": 0.01}, + "emergency/destination": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "destination"}, "name": "Emergency Access Destination", "searchable": false, "matchScore": 0.01}, + "emergency/no": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "no"}, "name": "Emergency Access No", "searchable": false, "matchScore": 0.01}, + "emergency/official": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "official"}, "name": "Emergency Access Official", "searchable": false, "matchScore": 0.01}, + "emergency/private": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "private"}, "name": "Emergency Access Private", "searchable": false, "matchScore": 0.01}, + "emergency/yes": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "yes"}, "name": "Emergency Access Yes", "searchable": false, "matchScore": 0.01}, "emergency/ambulance_station": {"icon": "fas-ambulance", "fields": ["name", "operator", "building_area", "address"], "moreFields": ["email", "fax", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["EMS", "EMT", "rescue"], "tags": {"emergency": "ambulance_station"}, "name": "Ambulance Station"}, "emergency/defibrillator": {"icon": "maki-defibrillator", "fields": ["indoor", "ref", "operator"], "moreFields": ["level"], "geometry": ["point", "vertex"], "terms": ["AED"], "tags": {"emergency": "defibrillator"}, "name": "Defibrillator"}, "emergency/fire_alarm": {"icon": "fas-bell", "fields": ["indoor", "ref", "operator"], "moreFields": ["level"], "geometry": ["point", "vertex"], "tags": {"emergency": "fire_alarm_box"}, "name": "Fire Alarm Call Box"}, @@ -483,8 +483,8 @@ "highway/bus_guideway": {"icon": "maki-bus", "fields": ["name", "operator", "oneway", "structure", "covered"], "moreFields": ["trolley_wire"], "geometry": ["line"], "tags": {"highway": "bus_guideway"}, "addTags": {"highway": "bus_guideway", "access": "no", "bus": "designated"}, "terms": [], "name": "Bus Guideway"}, "highway/construction": {"icon": "maki-barrier", "fields": ["name", "opening_date", "check_date", "note", "oneway", "structure", "access"], "geometry": ["line"], "tags": {"highway": "construction", "access": "no"}, "terms": ["closed", "closure", "construction"], "name": "Road Closed"}, "highway/corridor": {"icon": "temaki-pedestrian", "fields": ["name", "width", "level", "access_simple", "wheelchair"], "moreFields": ["covered", "indoor", "maxheight", "stroller"], "geometry": ["line"], "tags": {"highway": "corridor"}, "addTags": {"highway": "corridor", "indoor": "yes"}, "terms": ["gallery", "hall", "hallway", "indoor", "passage", "passageway"], "name": "Indoor Corridor"}, - "highway/crossing/zebra-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "tactile_paving", "crossing/island"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "zebra", "traffic_calming": "table"}, "reference": {"key": "traffic_calming", "value": "table"}, "terms": ["zebra crossing", "marked crossing", "crosswalk", "flat top", "hump", "speed", "slow"], "name": "Marked Crosswalk (Raised)", "searchable": false}, - "highway/crossing/zebra": {"icon": "temaki-pedestrian", "fields": ["crossing", "tactile_paving", "crossing/island"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "zebra"}, "reference": {"key": "highway", "value": "crossing"}, "terms": ["zebra crossing", "marked crossing", "crosswalk"], "name": "Marked Crosswalk", "searchable": false}, + "highway/crossing/zebra-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "tactile_paving", "crossing/island"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "zebra", "traffic_calming": "table"}, "reference": {"key": "traffic_calming", "value": "table"}, "name": "Marked Crosswalk (Raised)", "searchable": false}, + "highway/crossing/zebra": {"icon": "temaki-pedestrian", "fields": ["crossing", "tactile_paving", "crossing/island"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "zebra"}, "reference": {"key": "highway", "value": "crossing"}, "name": "Marked Crosswalk", "searchable": false}, "highway/crossing/marked-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "tactile_paving", "crossing/island"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "marked", "traffic_calming": "table"}, "addTags": {"highway": "crossing", "crossing": "marked", "traffic_calming": "table"}, "reference": {"key": "traffic_calming", "value": "table"}, "terms": ["zebra crossing", "marked crossing", "crosswalk", "flat top", "hump", "speed", "slow"], "name": "Marked Crosswalk (Raised)"}, "highway/crossing/marked": {"icon": "temaki-pedestrian", "fields": ["crossing", "tactile_paving", "crossing/island"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "marked"}, "addTags": {"highway": "crossing", "crossing": "marked"}, "reference": {"key": "highway", "value": "crossing"}, "terms": ["zebra crossing", "marked crossing", "crosswalk"], "name": "Marked Crosswalk"}, "highway/crossing/unmarked-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "tactile_paving", "crossing/island"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "unmarked", "traffic_calming": "table"}, "reference": {"key": "traffic_calming", "value": "table"}, "terms": ["flat top", "hump", "speed", "slow"], "name": "Unmarked Crossing (Raised)"}, @@ -498,8 +498,8 @@ "highway/emergency_bay": {"icon": "maki-car", "geometry": ["vertex"], "tags": {"highway": "emergency_bay"}, "terms": ["Highway Emergency Bay"], "name": "Emergency Stopping Place"}, "highway/footway": {"icon": "temaki-pedestrian", "fields": ["name", "surface", "width", "structure", "access", "incline"], "moreFields": ["covered", "dog", "lit", "maxweight_bridge", "not/name", "smoothness", "stroller", "tactile_paving", "wheelchair"], "geometry": ["line"], "terms": ["hike", "hiking", "promenade", "trackway", "trail", "walk"], "tags": {"highway": "footway"}, "matchScore": 0.9, "name": "Foot Path"}, "highway/footway/crossing": {"fields": ["crossing", "access", "surface", "tactile_paving", "crossing/island"], "geometry": ["line"], "tags": {"footway": "crossing"}, "addTags": {"highway": "footway", "footway": "crossing"}, "reference": {"key": "footway", "value": "crossing"}, "matchScore": 0.95, "searchable": false, "name": "Pedestrian Crossing"}, - "highway/footway/zebra-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "access", "surface", "tactile_paving", "crossing/island"], "geometry": ["line"], "tags": {"highway": "footway", "footway": "crossing", "crossing": "zebra", "traffic_calming": "table"}, "reference": {"key": "traffic_calming", "value": "table"}, "terms": ["zebra crossing", "marked crossing", "crosswalk", "flat top", "hump", "speed", "slow"], "name": "Marked Crosswalk (Raised)", "searchable": false}, - "highway/footway/zebra": {"icon": "temaki-pedestrian", "fields": ["crossing", "access", "surface", "tactile_paving", "crossing/island"], "geometry": ["line"], "tags": {"highway": "footway", "footway": "crossing", "crossing": "zebra"}, "reference": {"key": "footway", "value": "crossing"}, "terms": ["zebra crossing", "marked crossing", "crosswalk"], "name": "Marked Crosswalk", "searchable": false}, + "highway/footway/zebra-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "access", "surface", "tactile_paving", "crossing/island"], "geometry": ["line"], "tags": {"highway": "footway", "footway": "crossing", "crossing": "zebra", "traffic_calming": "table"}, "reference": {"key": "traffic_calming", "value": "table"}, "name": "Marked Crosswalk (Raised)", "searchable": false}, + "highway/footway/zebra": {"icon": "temaki-pedestrian", "fields": ["crossing", "access", "surface", "tactile_paving", "crossing/island"], "geometry": ["line"], "tags": {"highway": "footway", "footway": "crossing", "crossing": "zebra"}, "reference": {"key": "footway", "value": "crossing"}, "name": "Marked Crosswalk", "searchable": false}, "highway/footway/conveying": {"icon": "temaki-pedestrian", "fields": ["name", "conveying", "access_simple", "lit", "width", "wheelchair"], "geometry": ["line"], "terms": ["moving sidewalk", "autwalk", "skywalk", "travolator", "travelator", "travellator", "conveyor"], "tags": {"highway": "footway", "conveying": "*"}, "name": "Moving Walkway"}, "highway/footway/marked-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "access", "surface", "tactile_paving", "crossing/island"], "geometry": ["line"], "tags": {"footway": "crossing", "crossing": "marked", "traffic_calming": "table"}, "addTags": {"highway": "footway", "footway": "crossing", "crossing": "marked", "traffic_calming": "table"}, "reference": {"key": "traffic_calming", "value": "table"}, "terms": ["zebra crossing", "marked crossing", "crosswalk", "flat top", "hump", "speed", "slow"], "name": "Marked Crosswalk (Raised)"}, "highway/footway/marked": {"icon": "temaki-pedestrian", "fields": ["crossing", "access", "surface", "tactile_paving", "crossing/island"], "geometry": ["line"], "tags": {"footway": "crossing", "crossing": "marked"}, "addTags": {"highway": "footway", "footway": "crossing", "crossing": "marked"}, "reference": {"key": "footway", "value": "crossing"}, "terms": ["marked foot path crossing", "marked crossing", "marked pedestrian crosswalk", "zebra crossing"], "name": "Marked Crosswalk"}, @@ -821,9 +821,9 @@ "natural/wood": {"icon": "maki-park-alt1", "fields": ["name", "leaf_type", "leaf_cycle"], "geometry": ["point", "area"], "tags": {"natural": "wood"}, "terms": ["tree"], "name": "Wood"}, "noexit/yes": {"icon": "maki-barrier", "geometry": ["vertex"], "terms": ["no exit", "road end", "dead end"], "tags": {"noexit": "yes"}, "reference": {"key": "noexit", "value": "*"}, "name": "No Exit"}, "office": {"icon": "maki-suitcase", "fields": ["name", "office", "address", "building_area", "opening_hours"], "moreFields": ["air_conditioning", "building/levels_building", "email", "fax", "height_building", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "not/name", "operator", "phone", "smoking", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "tags": {"office": "*"}, "terms": [], "name": "Office"}, - "office/administrative": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "administrative"}, "terms": [], "searchable": false, "name": "Administrative Office"}, + "office/administrative": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "administrative"}, "searchable": false, "name": "Administrative Office"}, "office/physician": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "physician"}, "searchable": false, "name": "Physician"}, - "office/travel_agent": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "travel_agent"}, "reference": {"key": "shop", "value": "travel_agency"}, "terms": [], "name": "Travel Agency", "searchable": false}, + "office/travel_agent": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "travel_agent"}, "reference": {"key": "shop", "value": "travel_agency"}, "name": "Travel Agency", "searchable": false}, "office/accountant": {"icon": "temaki-accounting", "geometry": ["point", "area"], "tags": {"office": "accountant"}, "terms": [], "name": "Accountant Office"}, "office/adoption_agency": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "adoption_agency"}, "terms": [], "name": "Adoption Agency"}, "office/advertising_agency": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "advertising_agency"}, "terms": ["ad", "ad agency", "advert agency", "advertising", "marketing"], "name": "Advertising Agency"}, @@ -924,12 +924,12 @@ "power/transformer": {"icon": "temaki-power_transformer", "fields": ["ref", "operator", "transformer", "location", "rating", "devices", "phases"], "moreFields": ["frequency", "manufacturer", "voltage/primary", "voltage/secondary", "voltage/tertiary", "windings", "windings/configuration"], "geometry": ["point", "vertex"], "tags": {"power": "transformer"}, "name": "Transformer"}, "public_transport/platform_point": {"icon": "maki-rail", "fields": ["name", "network", "operator", "departures_board", "shelter"], "moreFields": ["bench", "bin", "level", "lit", "wheelchair"], "geometry": ["point"], "tags": {"public_transport": "platform"}, "terms": ["platform", "public transit", "public transportation", "transit", "transportation"], "name": "Transit Stop / Platform", "matchScore": 0.6}, "public_transport/platform": {"icon": "temaki-pedestrian", "fields": ["ref_platform", "network", "operator", "departures_board", "surface"], "moreFields": ["access", "covered", "indoor", "layer", "level", "lit", "wheelchair"], "geometry": ["line", "area"], "tags": {"public_transport": "platform"}, "terms": ["platform", "public transit", "public transportation", "transit", "transportation"], "name": "Transit Platform", "matchScore": 0.6}, - "public_transport/platform/aerialway_point": {"icon": "maki-aerialway", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["aerialway", "cable car", "platform", "public transit", "public transportation", "transit", "transportation"], "searchable": false, "name": "Aerialway Stop / Platform"}, - "public_transport/platform/ferry_point": {"icon": "maki-ferry", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "ferry": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["boat", "dock", "ferry", "pier", "platform", "public transit", "public transportation", "transit", "transportation"], "searchable": false, "name": "Ferry Stop / Platform"}, - "public_transport/platform/light_rail_point": {"icon": "temaki-light_rail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "light_rail": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["electric", "light rail", "platform", "public transit", "public transportation", "rail", "track", "tram", "trolley", "transit", "transportation"], "searchable": false, "name": "Light Rail Stop / Platform"}, - "public_transport/platform/monorail_point": {"icon": "temaki-monorail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "monorail": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["monorail", "platform", "public transit", "public transportation", "rail", "transit", "transportation"], "searchable": false, "name": "Monorail Stop / Platform"}, - "public_transport/platform/subway_point": {"icon": "temaki-subway", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "subway": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["metro", "platform", "public transit", "public transportation", "rail", "subway", "track", "transit", "transportation", "underground"], "searchable": false, "name": "Subway Stop / Platform"}, - "public_transport/platform/train_point": {"icon": "maki-rail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "train": "yes"}, "reference": {"key": "railway", "value": "platform"}, "terms": ["platform", "public transit", "public transportation", "rail", "track", "train", "transit", "transportation"], "searchable": false, "name": "Train Stop / Platform"}, + "public_transport/platform/aerialway_point": {"icon": "maki-aerialway", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "searchable": false, "name": "Aerialway Stop / Platform"}, + "public_transport/platform/ferry_point": {"icon": "maki-ferry", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "ferry": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "searchable": false, "name": "Ferry Stop / Platform"}, + "public_transport/platform/light_rail_point": {"icon": "temaki-light_rail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "light_rail": "yes"}, "reference": {"key": "railway", "value": "platform"}, "searchable": false, "name": "Light Rail Stop / Platform"}, + "public_transport/platform/monorail_point": {"icon": "temaki-monorail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "monorail": "yes"}, "reference": {"key": "railway", "value": "platform"}, "searchable": false, "name": "Monorail Stop / Platform"}, + "public_transport/platform/subway_point": {"icon": "temaki-subway", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "subway": "yes"}, "reference": {"key": "railway", "value": "platform"}, "searchable": false, "name": "Subway Stop / Platform"}, + "public_transport/platform/train_point": {"icon": "maki-rail", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point"], "tags": {"public_transport": "platform", "train": "yes"}, "reference": {"key": "railway", "value": "platform"}, "searchable": false, "name": "Train Stop / Platform"}, "public_transport/platform/aerialway": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "aerialway": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["aerialway", "cable car", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Aerialway Platform"}, "public_transport/platform/bus_point": {"icon": "maki-bus", "fields": ["{public_transport/platform_point}"], "moreFields": ["{public_transport/platform_point}"], "geometry": ["point", "vertex"], "tags": {"public_transport": "platform", "bus": "yes"}, "addTags": {"public_transport": "platform", "bus": "yes", "highway": "bus_stop"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Bus Stop"}, "public_transport/platform/bus": {"icon": "temaki-pedestrian", "fields": ["{public_transport/platform}"], "moreFields": ["{public_transport/platform}"], "geometry": ["line", "area"], "tags": {"public_transport": "platform", "bus": "yes"}, "reference": {"key": "public_transport", "value": "platform"}, "terms": ["bus", "platform", "public transit", "public transportation", "transit", "transportation"], "name": "Bus Platform"}, @@ -964,10 +964,10 @@ "public_transport/stop_position_tram": {"icon": "temaki-tram", "fields": ["{public_transport/stop_position}"], "moreFields": ["{public_transport/stop_position}"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position", "tram": "yes"}, "addTags": {"public_transport": "stop_position", "tram": "yes", "railway": "tram_stop"}, "reference": {"key": "public_transport", "value": "stop_position"}, "terms": ["electric", "light rail", "public transit", "public transportation", "rail", "streetcar", "track", "tram", "trolley", "transit", "transportation"], "name": "Tram Stopping Location"}, "public_transport/stop_position_trolleybus": {"icon": "temaki-trolleybus", "fields": ["{public_transport/stop_position}"], "moreFields": ["{public_transport/stop_position}"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position", "trolleybus": "yes"}, "reference": {"key": "public_transport", "value": "stop_position"}, "terms": ["bus", "electric", "public transit", "public transportation", "streetcar", "trackless", "tram", "trolley", "transit", "transportation"], "name": "Trolleybus Stopping Location"}, "public_transport/stop_position": {"icon": "maki-bus", "fields": ["name", "ref_stop_position", "network", "operator"], "moreFields": ["level"], "geometry": ["vertex"], "tags": {"public_transport": "stop_position"}, "terms": ["public transit", "public transportation", "transit", "transportation"], "name": "Transit Stopping Location", "matchScore": 0.2}, - "railway/halt": {"icon": "maki-rail", "geometry": ["point", "vertex"], "tags": {"railway": "halt"}, "terms": ["break", "interrupt", "rest", "wait", "interruption"], "name": "Train Station (Halt / Request)", "searchable": false}, + "railway/halt": {"icon": "maki-rail", "geometry": ["point", "vertex"], "tags": {"railway": "halt"}, "name": "Train Station (Halt / Request)", "searchable": false}, "railway/platform": {"icon": "temaki-pedestrian", "fields": ["name", "ref_platform", "surface", "lit", "shelter"], "geometry": ["line", "area"], "tags": {"railway": "platform"}, "name": "Train Platform", "searchable": false, "replacement": "public_transport/platform/train"}, - "railway/station": {"icon": "maki-rail", "fields": ["{public_transport/station}"], "moreFields": ["{public_transport/station}"], "geometry": ["point", "vertex", "area"], "tags": {"railway": "station"}, "terms": ["train station", "station"], "matchScore": 0.95, "name": "Train Station", "searchable": false}, - "railway/tram_stop": {"icon": "temaki-tram", "fields": ["name", "network", "operator"], "geometry": ["vertex"], "tags": {"railway": "tram_stop"}, "terms": ["light rail", "streetcar", "tram", "trolley"], "name": "Tram Stopping Position", "searchable": false}, + "railway/station": {"icon": "maki-rail", "fields": ["{public_transport/station}"], "moreFields": ["{public_transport/station}"], "geometry": ["point", "vertex", "area"], "tags": {"railway": "station"}, "matchScore": 0.95, "name": "Train Station", "searchable": false}, + "railway/tram_stop": {"icon": "temaki-tram", "fields": ["name", "network", "operator"], "geometry": ["vertex"], "tags": {"railway": "tram_stop"}, "name": "Tram Stopping Position", "searchable": false}, "railway/abandoned": {"icon": "iD-railway-abandoned", "fields": ["name", "structure", "service_rail", "usage_rail"], "moreFields": ["covered"], "geometry": ["line"], "tags": {"railway": "abandoned"}, "terms": [], "matchScore": 0.85, "name": "Abandoned Railway"}, "railway/buffer_stop": {"icon": "temaki-buffer_stop", "geometry": ["vertex"], "tags": {"railway": "buffer_stop"}, "terms": ["stop", "halt", "buffer"], "name": "Buffer Stop"}, "railway/construction": {"icon": "iD-railway-rail", "fields": ["name", "opening_date", "check_date", "note", "structure", "gauge", "electrified"], "moreFields": ["covered", "frequency_electrified", "highspeed", "maxspeed", "service_rail", "usage_rail", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "construction"}, "name": "Railway Under Construction"}, @@ -1001,7 +1001,7 @@ "shop/boutique": {"icon": "maki-shop", "fields": ["name", "clothes", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "boutique"}, "searchable": false, "name": "Boutique"}, "shop/fashion": {"icon": "maki-shop", "fields": ["name", "clothes", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "fashion"}, "searchable": false, "name": "Fashion Store"}, "shop/fishmonger": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "fishmonger"}, "reference": {"key": "shop", "value": "seafood"}, "name": "Fishmonger", "searchable": false}, - "shop/furnace": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["oven", "stove"], "tags": {"shop": "furnace"}, "name": "Furnace Store", "searchable": false}, + "shop/furnace": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "furnace"}, "name": "Furnace Store", "searchable": false}, "shop/vacant": {"icon": "maki-shop", "fields": ["name", "address", "building_area"], "geometry": ["point", "area"], "tags": {"shop": "vacant"}, "name": "Vacant Shop", "searchable": false}, "shop/agrarian": {"icon": "fas-tractor", "fields": ["{shop}", "agrarian"], "geometry": ["point", "area"], "terms": ["agricultural inputs", "agricultural machines", "seeds", "pesticides", "fertilizer", "agricultural tools"], "tags": {"shop": "agrarian"}, "name": "Farm Supply Shop"}, "shop/alcohol": {"icon": "fas-wine-bottle", "fields": ["{shop}", "drive_through"], "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "terms": ["alcohol", "beer", "booze", "wine"], "tags": {"shop": "alcohol"}, "name": "Liquor Store"}, diff --git a/data/presets/presets/_building_point.json b/data/presets/presets/_building_point.json index 0cce45b4f..976245910 100644 --- a/data/presets/presets/_building_point.json +++ b/data/presets/presets/_building_point.json @@ -14,6 +14,5 @@ }, "matchScore": 0.6, "searchable": false, - "terms": [], "name": "Building" } diff --git a/data/presets/presets/amenity/_ferry_terminal.json b/data/presets/presets/amenity/_ferry_terminal.json index f576fcd4c..b72149a4c 100644 --- a/data/presets/presets/amenity/_ferry_terminal.json +++ b/data/presets/presets/amenity/_ferry_terminal.json @@ -12,7 +12,6 @@ "vertex", "area" ], - "terms": [], "tags": { "amenity": "ferry_terminal" }, diff --git a/data/presets/presets/amenity/_recycling.json b/data/presets/presets/amenity/_recycling.json index 9fd440d1b..61be21aef 100644 --- a/data/presets/presets/amenity/_recycling.json +++ b/data/presets/presets/amenity/_recycling.json @@ -9,16 +9,6 @@ "point", "area" ], - "terms": [ - "bin", - "can", - "bottle", - "glass", - "garbage", - "rubbish", - "scrap", - "trash" - ], "tags": { "amenity": "recycling" }, diff --git a/data/presets/presets/craft/_tailor.json b/data/presets/presets/craft/_tailor.json index c80aa5fff..cbd09932d 100644 --- a/data/presets/presets/craft/_tailor.json +++ b/data/presets/presets/craft/_tailor.json @@ -4,10 +4,6 @@ "point", "area" ], - "terms": [ - "clothes", - "suit" - ], "tags": { "craft": "tailor" }, diff --git a/data/presets/presets/emergency/_designated.json b/data/presets/presets/emergency/_designated.json index 28b86c1aa..25d6c2f15 100644 --- a/data/presets/presets/emergency/_designated.json +++ b/data/presets/presets/emergency/_designated.json @@ -8,7 +8,6 @@ "tags": { "emergency": "designated" }, - "terms": [], "name": "Emergency Access Designated", "searchable": false, "matchScore": 0.01 diff --git a/data/presets/presets/emergency/_destination.json b/data/presets/presets/emergency/_destination.json index af124075c..03ffb4cde 100644 --- a/data/presets/presets/emergency/_destination.json +++ b/data/presets/presets/emergency/_destination.json @@ -8,7 +8,6 @@ "tags": { "emergency": "destination" }, - "terms": [], "name": "Emergency Access Destination", "searchable": false, "matchScore": 0.01 diff --git a/data/presets/presets/emergency/_no.json b/data/presets/presets/emergency/_no.json index 44966f3e8..af39e1077 100644 --- a/data/presets/presets/emergency/_no.json +++ b/data/presets/presets/emergency/_no.json @@ -8,7 +8,6 @@ "tags": { "emergency": "no" }, - "terms": [], "name": "Emergency Access No", "searchable": false, "matchScore": 0.01 diff --git a/data/presets/presets/emergency/_official.json b/data/presets/presets/emergency/_official.json index bb719e297..a3c939930 100644 --- a/data/presets/presets/emergency/_official.json +++ b/data/presets/presets/emergency/_official.json @@ -8,7 +8,6 @@ "tags": { "emergency": "official" }, - "terms": [], "name": "Emergency Access Official", "searchable": false, "matchScore": 0.01 diff --git a/data/presets/presets/emergency/_private.json b/data/presets/presets/emergency/_private.json index 76f82c5b1..b3738a750 100644 --- a/data/presets/presets/emergency/_private.json +++ b/data/presets/presets/emergency/_private.json @@ -8,7 +8,6 @@ "tags": { "emergency": "private" }, - "terms": [], "name": "Emergency Access Private", "searchable": false, "matchScore": 0.01 diff --git a/data/presets/presets/emergency/_yes.json b/data/presets/presets/emergency/_yes.json index bef9b31e5..b1267778d 100644 --- a/data/presets/presets/emergency/_yes.json +++ b/data/presets/presets/emergency/_yes.json @@ -8,7 +8,6 @@ "tags": { "emergency": "yes" }, - "terms": [], "name": "Emergency Access Yes", "searchable": false, "matchScore": 0.01 diff --git a/data/presets/presets/highway/crossing/_zebra-raised.json b/data/presets/presets/highway/crossing/_zebra-raised.json index bef4b725f..b4f4adefd 100644 --- a/data/presets/presets/highway/crossing/_zebra-raised.json +++ b/data/presets/presets/highway/crossing/_zebra-raised.json @@ -17,15 +17,6 @@ "key": "traffic_calming", "value": "table" }, - "terms": [ - "zebra crossing", - "marked crossing", - "crosswalk", - "flat top", - "hump", - "speed", - "slow" - ], "name": "Marked Crosswalk (Raised)", "searchable": false } diff --git a/data/presets/presets/highway/crossing/_zebra.json b/data/presets/presets/highway/crossing/_zebra.json index a18c381c7..75a8fb7e4 100644 --- a/data/presets/presets/highway/crossing/_zebra.json +++ b/data/presets/presets/highway/crossing/_zebra.json @@ -16,11 +16,6 @@ "key": "highway", "value": "crossing" }, - "terms": [ - "zebra crossing", - "marked crossing", - "crosswalk" - ], "name": "Marked Crosswalk", "searchable": false } diff --git a/data/presets/presets/office/_administrative.json b/data/presets/presets/office/_administrative.json index 904828afe..79ef79c15 100644 --- a/data/presets/presets/office/_administrative.json +++ b/data/presets/presets/office/_administrative.json @@ -7,7 +7,6 @@ "tags": { "office": "administrative" }, - "terms": [], "searchable": false, "name": "Administrative Office" } diff --git a/data/presets/presets/office/_travel_agent.json b/data/presets/presets/office/_travel_agent.json index e56d1f1c4..7747f150c 100644 --- a/data/presets/presets/office/_travel_agent.json +++ b/data/presets/presets/office/_travel_agent.json @@ -11,7 +11,6 @@ "key": "shop", "value": "travel_agency" }, - "terms": [], "name": "Travel Agency", "searchable": false } diff --git a/data/presets/presets/public_transport/platform/_aerialway_point.json b/data/presets/presets/public_transport/platform/_aerialway_point.json index 1d4152014..15751971d 100644 --- a/data/presets/presets/public_transport/platform/_aerialway_point.json +++ b/data/presets/presets/public_transport/platform/_aerialway_point.json @@ -17,15 +17,6 @@ "key": "public_transport", "value": "platform" }, - "terms": [ - "aerialway", - "cable car", - "platform", - "public transit", - "public transportation", - "transit", - "transportation" - ], "searchable": false, "name": "Aerialway Stop / Platform" } diff --git a/data/presets/presets/public_transport/platform/_ferry_point.json b/data/presets/presets/public_transport/platform/_ferry_point.json index 5da4481bd..1f00d132d 100644 --- a/data/presets/presets/public_transport/platform/_ferry_point.json +++ b/data/presets/presets/public_transport/platform/_ferry_point.json @@ -17,17 +17,6 @@ "key": "public_transport", "value": "platform" }, - "terms": [ - "boat", - "dock", - "ferry", - "pier", - "platform", - "public transit", - "public transportation", - "transit", - "transportation" - ], "searchable": false, "name": "Ferry Stop / Platform" } diff --git a/data/presets/presets/public_transport/platform/_light_rail_point.json b/data/presets/presets/public_transport/platform/_light_rail_point.json index 5fdc12635..5cc191cce 100644 --- a/data/presets/presets/public_transport/platform/_light_rail_point.json +++ b/data/presets/presets/public_transport/platform/_light_rail_point.json @@ -17,19 +17,6 @@ "key": "railway", "value": "platform" }, - "terms": [ - "electric", - "light rail", - "platform", - "public transit", - "public transportation", - "rail", - "track", - "tram", - "trolley", - "transit", - "transportation" - ], "searchable": false, "name": "Light Rail Stop / Platform" } diff --git a/data/presets/presets/public_transport/platform/_monorail_point.json b/data/presets/presets/public_transport/platform/_monorail_point.json index 6e977887c..763ad1eeb 100644 --- a/data/presets/presets/public_transport/platform/_monorail_point.json +++ b/data/presets/presets/public_transport/platform/_monorail_point.json @@ -17,15 +17,6 @@ "key": "railway", "value": "platform" }, - "terms": [ - "monorail", - "platform", - "public transit", - "public transportation", - "rail", - "transit", - "transportation" - ], "searchable": false, "name": "Monorail Stop / Platform" } diff --git a/data/presets/presets/public_transport/platform/_subway_point.json b/data/presets/presets/public_transport/platform/_subway_point.json index c3f839bf4..656bd08ba 100644 --- a/data/presets/presets/public_transport/platform/_subway_point.json +++ b/data/presets/presets/public_transport/platform/_subway_point.json @@ -17,18 +17,6 @@ "key": "railway", "value": "platform" }, - "terms": [ - "metro", - "platform", - "public transit", - "public transportation", - "rail", - "subway", - "track", - "transit", - "transportation", - "underground" - ], "searchable": false, "name": "Subway Stop / Platform" } diff --git a/data/presets/presets/public_transport/platform/_train_point.json b/data/presets/presets/public_transport/platform/_train_point.json index b7ea5891d..efa376de6 100644 --- a/data/presets/presets/public_transport/platform/_train_point.json +++ b/data/presets/presets/public_transport/platform/_train_point.json @@ -17,16 +17,6 @@ "key": "railway", "value": "platform" }, - "terms": [ - "platform", - "public transit", - "public transportation", - "rail", - "track", - "train", - "transit", - "transportation" - ], "searchable": false, "name": "Train Stop / Platform" } diff --git a/data/presets/presets/railway/_halt.json b/data/presets/presets/railway/_halt.json index 80f85c5a5..cfad25662 100644 --- a/data/presets/presets/railway/_halt.json +++ b/data/presets/presets/railway/_halt.json @@ -7,13 +7,6 @@ "tags": { "railway": "halt" }, - "terms": [ - "break", - "interrupt", - "rest", - "wait", - "interruption" - ], "name": "Train Station (Halt / Request)", "searchable": false } diff --git a/data/presets/presets/railway/_station.json b/data/presets/presets/railway/_station.json index ddbea6992..34012a41a 100644 --- a/data/presets/presets/railway/_station.json +++ b/data/presets/presets/railway/_station.json @@ -14,10 +14,6 @@ "tags": { "railway": "station" }, - "terms": [ - "train station", - "station" - ], "matchScore": 0.95, "name": "Train Station", "searchable": false diff --git a/data/presets/presets/railway/_tram_stop.json b/data/presets/presets/railway/_tram_stop.json index ef6a1a6eb..0d6087838 100644 --- a/data/presets/presets/railway/_tram_stop.json +++ b/data/presets/presets/railway/_tram_stop.json @@ -11,12 +11,6 @@ "tags": { "railway": "tram_stop" }, - "terms": [ - "light rail", - "streetcar", - "tram", - "trolley" - ], "name": "Tram Stopping Position", "searchable": false } diff --git a/data/presets/presets/shop/_furnace.json b/data/presets/presets/shop/_furnace.json index 7f4f9e62c..ad5c265ce 100644 --- a/data/presets/presets/shop/_furnace.json +++ b/data/presets/presets/shop/_furnace.json @@ -4,10 +4,6 @@ "point", "area" ], - "terms": [ - "oven", - "stove" - ], "tags": { "shop": "furnace" }, diff --git a/dist/locales/en.json b/dist/locales/en.json index 98de5c6fc..dc4ebfbee 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2531,7 +2531,6 @@ }, "addr/interpolation": { "label": "Type", - "terms": "", "options": { "all": "All", "even": "Even", @@ -2577,16 +2576,13 @@ } }, "admin_level": { - "label": "Admin Level", - "terms": "" + "label": "Admin Level" }, "aerialway": { - "label": "Type", - "terms": "" + "label": "Type" }, "aerialway/access": { "label": "Access", - "terms": "", "options": { "entry": "Entry", "exit": "Exit", @@ -2594,31 +2590,25 @@ } }, "aerialway/bubble": { - "label": "Bubble", - "terms": "" + "label": "Bubble" }, "aerialway/capacity": { "label": "Capacity (per hour)", - "terms": "", "placeholder": "500, 2500, 5000..." }, "aerialway/duration": { "label": "Duration (minutes)", - "terms": "", "placeholder": "1, 2, 3..." }, "aerialway/heating": { - "label": "Heated", - "terms": "" + "label": "Heated" }, "aerialway/occupancy": { "label": "Occupancy", - "terms": "", "placeholder": "2, 4, 8..." }, "aerialway/summer/access": { "label": "Access (summer)", - "terms": "", "options": { "entry": "Entry", "exit": "Exit", @@ -2626,88 +2616,70 @@ } }, "aeroway": { - "label": "Type", - "terms": "" + "label": "Type" }, "agrarian": { - "label": "Products", - "terms": "" + "label": "Products" }, "air_conditioning": { "label": "Air Conditioning", "terms": "cooling system,refrigeration" }, "amenity": { - "label": "Type", - "terms": "" + "label": "Type" }, "animal_boarding": { - "label": "For Animals", - "terms": "" + "label": "For Animals" }, "animal_breeding": { - "label": "For Animals", - "terms": "" + "label": "For Animals" }, "animal_shelter": { - "label": "For Animals", - "terms": "" + "label": "For Animals" }, "architect": { "label": "Architect", "terms": "building designer" }, "area/highway": { - "label": "Type", - "terms": "" + "label": "Type" }, "artist": { - "label": "Artist", - "terms": "" + "label": "Artist" }, "artwork_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "atm": { - "label": "ATM", - "terms": "" + "label": "ATM" }, "attraction": { - "label": "Type", - "terms": "" + "label": "Type" }, "baby_seat": { - "label": "Baby Seat", - "terms": "" + "label": "Baby Seat" }, "backrest": { - "label": "Backrest", - "terms": "" + "label": "Backrest" }, "bar": { "label": "Bar", "terms": "" }, "barrier": { - "label": "Type", - "terms": "" + "label": "Type" }, "basin": { - "label": "Type", - "terms": "" + "label": "Type" }, "bath/open_air": { - "label": "Open Air", - "terms": "" + "label": "Open Air" }, "bath/sand_bath": { - "label": "Sand Bath", - "terms": "" + "label": "Sand Bath" }, "bath/type": { "label": "Specialty", - "terms": "", "options": { "onsen": "Japanese Onsen", "foot_bath": "Foot Bath", @@ -2715,16 +2687,14 @@ } }, "beauty": { - "label": "Beauty Specialty", - "terms": "" + "label": "Beauty Specialty" }, "bench": { "label": "Bench", "terms": "seating" }, "bicycle_parking": { - "label": "Type", - "terms": "" + "label": "Type" }, "bin": { "label": "Waste Bin", @@ -2741,7 +2711,6 @@ }, "blood_components": { "label": "Blood Components", - "terms": "", "options": { "whole": "whole blood", "plasma": "plasma", @@ -2750,24 +2719,19 @@ } }, "board_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "bollard": { - "label": "Type", - "terms": "" + "label": "Type" }, "booth": { - "label": "Booth", - "terms": "" + "label": "Booth" }, "boules": { - "label": "Type", - "terms": "" + "label": "Type" }, "boundary": { - "label": "Type", - "terms": "" + "label": "Type" }, "brand": { "label": "Brand", @@ -2779,16 +2743,13 @@ }, "bridge": { "label": "Type", - "terms": "", "placeholder": "Default" }, "bridge/support": { - "label": "Type", - "terms": "" + "label": "Type" }, "building_area": { - "label": "Building", - "terms": "" + "label": "Building" }, "building": { "label": "Building", @@ -2809,26 +2770,21 @@ "terms": "" }, "bunker_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "cables": { "label": "Cables", - "terms": "", "placeholder": "1, 2, 3..." }, "camera/direction": { "label": "Direction (Degrees Clockwise)", - "terms": "", "placeholder": "45, 90, 180, 270" }, "camera/mount": { - "label": "Camera Mount", - "terms": "" + "label": "Camera Mount" }, "camera/type": { "label": "Camera Type", - "terms": "", "options": { "fixed": "Fixed", "panning": "Panning", @@ -2841,16 +2797,13 @@ "placeholder": "50, 100, 200..." }, "cash_in": { - "label": "Cash In", - "terms": "" + "label": "Cash In" }, "castle_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "changing_table": { - "label": "Diaper Changing Table", - "terms": "" + "label": "Diaper Changing Table" }, "charge_fee": { "label": "Fee Amount", @@ -2863,20 +2816,16 @@ "placeholder": "1 EUR, 5 USD, 10 JPY…" }, "check_date": { - "label": "Last Checked Date", - "terms": "" + "label": "Last Checked Date" }, "clothes": { - "label": "Clothes", - "terms": "" + "label": "Clothes" }, "club": { - "label": "Type", - "terms": "" + "label": "Type" }, "collection_times": { - "label": "Collection Times", - "terms": "" + "label": "Collection Times" }, "colour": { "label": "Color", @@ -2884,7 +2833,6 @@ }, "comment": { "label": "Changeset Comment", - "terms": "", "placeholder": "Brief description of your contributions (required)" }, "communication_multi": { @@ -2892,29 +2840,23 @@ "terms": "" }, "construction": { - "label": "Type", - "terms": "" + "label": "Type" }, "consulate": { - "label": "Type", - "terms": "" + "label": "Type" }, "contact/webcam": { "label": "Webcam URL", - "terms": "", "placeholder": "http://example.com/" }, "content": { - "label": "Content", - "terms": "" + "label": "Content" }, "conveying_escalator": { - "label": "Escalator", - "terms": "" + "label": "Escalator" }, "conveying": { "label": "Movement Direction", - "terms": "", "options": { "forward": "Forward", "backward": "Backward", @@ -2922,12 +2864,10 @@ } }, "country": { - "label": "Country", - "terms": "" + "label": "Country" }, "couplings": { "label": "Couplings", - "terms": "", "placeholder": "1, 2, 3..." }, "covered": { @@ -2935,12 +2875,10 @@ "terms": "" }, "craft": { - "label": "Type", - "terms": "" + "label": "Type" }, "crane/type": { "label": "Crane Type", - "terms": "", "options": { "portal_crane": "Portal Crane", "floor-mounted_crane": "Floor-mounted Crane", @@ -2948,20 +2886,16 @@ } }, "crop": { - "label": "Crops", - "terms": "" + "label": "Crops" }, "crossing": { - "label": "Type", - "terms": "" + "label": "Type" }, "crossing/island": { - "label": "Refuge Island", - "terms": "" + "label": "Refuge Island" }, "cuisine": { - "label": "Cuisines", - "terms": "" + "label": "Cuisines" }, "currency_multi": { "label": "Currency Types", @@ -2969,12 +2903,10 @@ }, "cutting": { "label": "Type", - "terms": "", "placeholder": "Default" }, "cycle_network": { - "label": "Network", - "terms": "" + "label": "Network" }, "cycleway": { "label": "Bike Lanes", @@ -3016,12 +2948,10 @@ } }, "dance/style": { - "label": "Dance Styles", - "terms": "" + "label": "Dance Styles" }, "date": { - "label": "Date", - "terms": "" + "label": "Date" }, "delivery": { "label": "Delivery", @@ -3032,12 +2962,10 @@ "terms": "" }, "denotation": { - "label": "Denotation", - "terms": "" + "label": "Denotation" }, "departures_board": { "label": "Departures Board", - "terms": "", "options": { "yes": "Yes", "timetable": "Timetable", @@ -3050,16 +2978,13 @@ "terms": "summary" }, "design": { - "label": "Design", - "terms": "" + "label": "Design" }, "destination_oneway": { - "label": "Destinations", - "terms": "" + "label": "Destinations" }, "destination/ref_oneway": { - "label": "Destination Road Numbers", - "terms": "" + "label": "Destination Road Numbers" }, "destination/symbol_oneway": { "label": "Destination Symbols", @@ -3067,12 +2992,10 @@ }, "devices": { "label": "Devices", - "terms": "", "placeholder": "1, 2, 3..." }, "diameter": { "label": "Diameter", - "terms": "", "placeholder": "5 mm, 10 cm, 15 in…" }, "diet_multi": { @@ -3080,16 +3003,13 @@ "terms": "gluten free,fruitarian,halal,kosher,lactose free,meat,pescatarian,raw,vegan,vegetarian" }, "diplomatic": { - "label": "Type", - "terms": "" + "label": "Type" }, "diplomatic/services": { - "label": "Services", - "terms": "" + "label": "Services" }, "direction_cardinal": { "label": "Direction", - "terms": "", "options": { "N": "North", "E": "East", @@ -3111,7 +3031,6 @@ }, "direction_clock": { "label": "Direction", - "terms": "", "options": { "clockwise": "Clockwise", "anticlockwise": "Counterclockwise" @@ -3119,7 +3038,6 @@ }, "direction_vertex": { "label": "Direction Affected", - "terms": "", "options": { "forward": "Forward", "backward": "Backward", @@ -3128,24 +3046,19 @@ }, "direction": { "label": "Direction (Degrees Clockwise)", - "terms": "", "placeholder": "45, 90, 180, 270" }, "dispensing": { - "label": "Dispenses Prescriptions", - "terms": "" + "label": "Dispenses Prescriptions" }, "display": { - "label": "Display", - "terms": "" + "label": "Display" }, "distance": { - "label": "Distance", - "terms": "" + "label": "Distance" }, "dock": { - "label": "Type", - "terms": "" + "label": "Type" }, "dog": { "label": "Dogs", @@ -3157,12 +3070,10 @@ } }, "door_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "door": { - "label": "Door", - "terms": "" + "label": "Door" }, "drive_through": { "label": "Drive-Through", @@ -3175,7 +3086,6 @@ }, "electrified": { "label": "Electrification", - "terms": "", "placeholder": "Contact Line, Electrified Rail...", "options": { "contact_line": "Contact Line", @@ -3195,36 +3105,28 @@ }, "embankment": { "label": "Type", - "terms": "", "placeholder": "Default" }, "embassy": { - "label": "Type", - "terms": "" + "label": "Type" }, "emergency_combo": { - "label": "Type", - "terms": "" + "label": "Type" }, "emergency": { - "label": "Emergency", - "terms": "" + "label": "Emergency" }, "enforcement": { - "label": "Type", - "terms": "" + "label": "Type" }, "entrance": { - "label": "Type", - "terms": "" + "label": "Type" }, "except": { - "label": "Exceptions", - "terms": "" + "label": "Exceptions" }, "faces": { - "label": "Faces", - "terms": "" + "label": "Faces" }, "fax": { "label": "Fax", @@ -3236,8 +3138,7 @@ "terms": "" }, "fence_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "fire_hydrant/diameter": { "label": "Diameter (mm, in, or letters)", @@ -3249,7 +3150,6 @@ }, "fire_hydrant/type": { "label": "Shape", - "terms": "", "options": { "pillar": "Pillar/Aboveground", "underground": "Underground", @@ -3258,28 +3158,24 @@ } }, "fireplace": { - "label": "Fireplace", - "terms": "" + "label": "Fireplace" }, "fishing": { "label": "Fishing", "terms": "" }, "fitness_station": { - "label": "Equipment Type", - "terms": "" + "label": "Equipment Type" }, "fixme": { "label": "Fix Me", "terms": "help request" }, "flag/type": { - "label": "Flag Type", - "terms": "" + "label": "Flag Type" }, "floating": { - "label": "Floating", - "terms": "" + "label": "Floating" }, "flood_prone": { "label": "Flood Prone", @@ -3287,7 +3183,6 @@ }, "ford": { "label": "Type", - "terms": "", "placeholder": "Default" }, "frequency_electrified": { @@ -3299,20 +3194,16 @@ "terms": "" }, "from": { - "label": "From", - "terms": "" + "label": "From" }, "fuel_multi": { - "label": "Fuel Types", - "terms": "" + "label": "Fuel Types" }, "fuel": { - "label": "Fuel", - "terms": "" + "label": "Fuel" }, "gauge": { - "label": "Gauge", - "terms": "" + "label": "Gauge" }, "gender": { "label": "Gender", @@ -3325,37 +3216,29 @@ } }, "generator/method": { - "label": "Method", - "terms": "" + "label": "Method" }, "generator/output/electricity": { "label": "Power Output", - "terms": "", "placeholder": "50 MW, 100 MW, 200 MW..." }, "generator/source": { - "label": "Source", - "terms": "" + "label": "Source" }, "generator/type": { - "label": "Type", - "terms": "" + "label": "Type" }, "government": { - "label": "Type", - "terms": "" + "label": "Type" }, "grape_variety": { - "label": "Grape Varieties", - "terms": "" + "label": "Grape Varieties" }, "guest_house": { - "label": "Type", - "terms": "" + "label": "Type" }, "handicap": { "label": "Handicap", - "terms": "", "placeholder": "1-18" }, "handrail": { @@ -3364,16 +3247,13 @@ }, "hashtags": { "label": "Suggested Hashtags", - "terms": "", "placeholder": "#example" }, "healthcare": { - "label": "Type", - "terms": "" + "label": "Type" }, "healthcare/speciality": { - "label": "Specialties", - "terms": "" + "label": "Specialties" }, "height_building": { "label": "Building Height (Meters)", @@ -3388,37 +3268,29 @@ "terms": "" }, "highway": { - "label": "Type", - "terms": "" + "label": "Type" }, "historic": { - "label": "Type", - "terms": "" + "label": "Type" }, "historic/civilization": { - "label": "Historic Civilization", - "terms": "" + "label": "Historic Civilization" }, "historic/wreck/date_sunk": { - "label": "Date Sunk", - "terms": "" + "label": "Date Sunk" }, "historic/wreck/visible_at_high_tide": { - "label": "Visible At High Tide", - "terms": "" + "label": "Visible At High Tide" }, "historic/wreck/visible_at_low_tide": { - "label": "Visible At Low Tide", - "terms": "" + "label": "Visible At Low Tide" }, "hoops": { "label": "Hoops", - "terms": "", "placeholder": "1, 2, 4..." }, "horse_dressage": { "label": "Dressage Riding", - "terms": "", "options": { "undefined": "No", "equestrian": "Yes" @@ -3426,7 +3298,6 @@ }, "horse_riding": { "label": "Horseback Riding", - "terms": "", "options": { "undefined": "No", "horse_riding": "Yes" @@ -3447,23 +3318,19 @@ }, "horse_stables": { "label": "Riding Stable", - "terms": "", "options": { "undefined": "No", "stables": "Yes" } }, "iata": { - "label": "IATA Airport Code", - "terms": "" + "label": "IATA Airport Code" }, "icao": { - "label": "ICAO Airport Code", - "terms": "" + "label": "ICAO Airport Code" }, "incline_steps": { "label": "Incline", - "terms": "", "options": { "up": "Up", "down": "Down" @@ -3474,32 +3341,28 @@ "terms": "" }, "indoor_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "indoor": { "label": "Indoor", "terms": "" }, "industrial": { - "label": "Type", - "terms": "" + "label": "Type" }, "informal": { "label": "Informal", "terms": "" }, "information": { - "label": "Type", - "terms": "" + "label": "Type" }, "inscription": { "label": "Inscription", "terms": "" }, "intermittent_yes": { - "label": "Intermittent", - "terms": "" + "label": "Intermittent" }, "intermittent": { "label": "Intermittent", @@ -3542,24 +3405,19 @@ "terms": "" }, "kerb": { - "label": "Curb", - "terms": "" + "label": "Curb" }, "kerb/height": { - "label": "Height", - "terms": "" + "label": "Height" }, "label": { - "label": "Label", - "terms": "" + "label": "Label" }, "lamp_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "landuse": { - "label": "Type", - "terms": "" + "label": "Type" }, "lanes": { "label": "Lanes", @@ -3567,8 +3425,7 @@ "placeholder": "1, 2, 3..." }, "language_multi": { - "label": "Languages", - "terms": "" + "label": "Languages" }, "layer": { "label": "Layer", @@ -3577,7 +3434,6 @@ }, "leaf_cycle_singular": { "label": "Leaf Cycle", - "terms": "", "options": { "evergreen": "Evergreen", "deciduous": "Deciduous", @@ -3587,7 +3443,6 @@ }, "leaf_cycle": { "label": "Leaf Cycle", - "terms": "", "options": { "evergreen": "Evergreen", "deciduous": "Deciduous", @@ -3598,7 +3453,6 @@ }, "leaf_type_singular": { "label": "Leaf Type", - "terms": "", "options": { "broadleaved": "Broadleaved", "needleleaved": "Needleleaved", @@ -3607,7 +3461,6 @@ }, "leaf_type": { "label": "Leaf Type", - "terms": "", "options": { "broadleaved": "Broadleaved", "needleleaved": "Needleleaved", @@ -3616,12 +3469,10 @@ } }, "leisure": { - "label": "Type", - "terms": "" + "label": "Type" }, "length": { - "label": "Length (Meters)", - "terms": "" + "label": "Length (Meters)" }, "level_semi": { "label": "Levels", @@ -3637,12 +3488,10 @@ "placeholder": "2, 4, 6..." }, "liaison": { - "label": "Type", - "terms": "" + "label": "Type" }, "line_attachment": { - "label": "Line Attachment", - "terms": "" + "label": "Line Attachment" }, "lit": { "label": "Lit", @@ -3650,7 +3499,6 @@ }, "location_pool": { "label": "Location", - "terms": "", "options": { "outdoor": "Outdoor", "indoor": "Indoor", @@ -3662,32 +3510,27 @@ "terms": "" }, "lock": { - "label": "Lock", - "terms": "" + "label": "Lock" }, "lockable": { "label": "Lockable", "terms": "" }, "man_made": { - "label": "Type", - "terms": "" + "label": "Type" }, "manhole": { - "label": "Type", - "terms": "" + "label": "Type" }, "manufacturer": { "label": "Manufacturer", "terms": "" }, "map_size": { - "label": "Coverage", - "terms": "" + "label": "Coverage" }, "map_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "material": { "label": "Material", @@ -3725,8 +3568,7 @@ "terms": "" }, "memorial": { - "label": "Type", - "terms": "" + "label": "Type" }, "microbrewery": { "label": "Microbrewery", @@ -3742,8 +3584,7 @@ "placeholder": "20, 30, 40..." }, "monitoring_multi": { - "label": "Monitoring", - "terms": "" + "label": "Monitoring" }, "mtb/scale": { "label": "Mountain Biking Difficulty", @@ -3790,12 +3631,10 @@ "placeholder": "Common name (if any)" }, "natural": { - "label": "Natural", - "terms": "" + "label": "Natural" }, "network_bicycle": { "label": "Network Type", - "terms": "", "placeholder": "Local, Regional, National, International", "options": { "lcn": "Local", @@ -3806,7 +3645,6 @@ }, "network_foot": { "label": "Network Type", - "terms": "", "placeholder": "Local, Regional, National, International", "options": { "lwn": "Local", @@ -3817,7 +3655,6 @@ }, "network_horse": { "label": "Network Type", - "terms": "", "placeholder": "Local, Regional, National, International", "options": { "lhn": "Local", @@ -3827,8 +3664,7 @@ } }, "network_road": { - "label": "Network", - "terms": "" + "label": "Network" }, "network": { "label": "Network", @@ -3843,12 +3679,10 @@ "terms": "comment" }, "office": { - "label": "Type", - "terms": "" + "label": "Type" }, "oneway_yes": { "label": "One Way", - "terms": "", "options": { "undefined": "Assumed to be Yes", "yes": "Yes", @@ -3859,7 +3693,6 @@ }, "oneway": { "label": "One Way", - "terms": "", "options": { "undefined": "Assumed to be No", "yes": "Yes", @@ -3873,8 +3706,7 @@ "terms": "" }, "opening_date": { - "label": "Expected Opening Date", - "terms": "" + "label": "Expected Opening Date" }, "opening_hours": { "label": "Hours", @@ -3886,8 +3718,7 @@ "terms": "" }, "operator/type": { - "label": "Operator Type", - "terms": "" + "label": "Operator Type" }, "outdoor_seating": { "label": "Outdoor Seating", @@ -3895,7 +3726,6 @@ }, "par": { "label": "Par", - "terms": "", "placeholder": "3, 4, 5..." }, "park_ride": { @@ -3904,7 +3734,6 @@ }, "parking": { "label": "Type", - "terms": "", "options": { "surface": "Surface", "multi-storey": "Multilevel", @@ -3925,7 +3754,6 @@ }, "phases": { "label": "Phases", - "terms": "", "placeholder": "1, 2, 3..." }, "phone": { @@ -3935,7 +3763,6 @@ }, "piste/difficulty_downhill": { "label": "Difficulty", - "terms": "", "placeholder": "Easy, Intermediate, Advanced...", "options": { "novice": "Novice (instructional)", @@ -3949,7 +3776,6 @@ }, "piste/difficulty_nordic": { "label": "Difficulty", - "terms": "", "placeholder": "Easy, Intermediate, Advanced...", "options": { "novice": "Novice - Flat, no effort needed", @@ -3961,7 +3787,6 @@ }, "piste/difficulty_skitour": { "label": "Difficulty", - "terms": "", "placeholder": "Easy, Intermediate, Advanced...", "options": { "novice": "Novice - L: <30° incline", @@ -3975,7 +3800,6 @@ }, "piste/difficulty": { "label": "Difficulty", - "terms": "", "placeholder": "Easy, Intermediate, Advanced...", "options": { "novice": "Novice", @@ -3989,7 +3813,6 @@ }, "piste/grooming_downhill": { "label": "Grooming", - "terms": "", "options": { "classic": "Classic", "mogul": "Mogul", @@ -3998,7 +3821,6 @@ }, "piste/grooming_hike": { "label": "Grooming", - "terms": "", "options": { "classic": "Classic - Winter Hiking", "backcountry": "Backcountry - Snowshoeing" @@ -4006,7 +3828,6 @@ }, "piste/grooming_nordic": { "label": "Grooming", - "terms": "", "options": { "classic": "Classic", "backcountry": "Backcountry, no grooming", @@ -4017,7 +3838,6 @@ }, "piste/grooming": { "label": "Grooming", - "terms": "", "options": { "classic": "Classic", "mogul": "Mogul", @@ -4029,7 +3849,6 @@ }, "piste/type": { "label": "Type", - "terms": "", "options": { "downhill": "Downhill", "nordic": "Nordic", @@ -4044,74 +3863,60 @@ } }, "place": { - "label": "Type", - "terms": "" + "label": "Type" }, "plant": { - "label": "Plant", - "terms": "" + "label": "Plant" }, "plant/output/electricity": { "label": "Power Output", - "terms": "", "placeholder": "500 MW, 1000 MW, 2000 MW..." }, "playground": { - "label": "Type", - "terms": "" + "label": "Type" }, "playground/theme": { - "label": "Theme", - "terms": "" + "label": "Theme" }, "polling_station": { "label": "Polling Place", "terms": "voting place" }, "population": { - "label": "Population", - "terms": "" + "label": "Population" }, "post": { - "label": "Delivery Address", - "terms": "" + "label": "Delivery Address" }, "power_supply": { "label": "Power Supply", "terms": "" }, "power": { - "label": "Type", - "terms": "" + "label": "Type" }, "preschool": { - "label": "Preschool", - "terms": "" + "label": "Preschool" }, "produce": { - "label": "Produce", - "terms": "" + "label": "Produce" }, "product": { "label": "Products", "terms": "" }, "public_bookcase/type": { - "label": "Type", - "terms": "" + "label": "Type" }, "railway": { - "label": "Type", - "terms": "" + "label": "Type" }, "railway/position": { "label": "Milestone Position", - "terms": "", "placeholder": "Distance to one decimal (123.4)" }, "railway/signal/direction": { "label": "Direction Affected", - "terms": "", "options": { "forward": "Forward", "backward": "Backward", @@ -4119,16 +3924,13 @@ } }, "rating": { - "label": "Power Rating", - "terms": "" + "label": "Power Rating" }, "recycling_accepts": { - "label": "Accepts", - "terms": "" + "label": "Accepts" }, "recycling_type": { "label": "Type", - "terms": "", "placeholder": "Container, Center", "options": { "container": "Container", @@ -4136,29 +3938,24 @@ } }, "ref_aeroway_gate": { - "label": "Gate Number", - "terms": "" + "label": "Gate Number" }, "ref_golf_hole": { "label": "Hole Number", - "terms": "", "placeholder": "1-18" }, "ref_highway_junction": { - "label": "Junction Number", - "terms": "" + "label": "Junction Number" }, "ref_platform": { - "label": "Platform Number", - "terms": "" + "label": "Platform Number" }, "ref_road_number": { "label": "Road Number", "terms": "" }, "ref_room_number": { - "label": "Room Number", - "terms": "" + "label": "Room Number" }, "ref_route": { "label": "Route Number", @@ -4166,16 +3963,13 @@ }, "ref_runway": { "label": "Runway Number", - "terms": "", "placeholder": "e.g. 01L/19R" }, "ref_stop_position": { - "label": "Stop Number", - "terms": "" + "label": "Stop Number" }, "ref_taxiway": { "label": "Taxiway Name", - "terms": "", "placeholder": "e.g. A5" }, "ref": { @@ -4183,12 +3977,10 @@ "terms": "" }, "ref/isil": { - "label": "ISIL Code", - "terms": "" + "label": "ISIL Code" }, "relation": { - "label": "Type", - "terms": "" + "label": "Type" }, "religion": { "label": "Religion", @@ -4205,44 +3997,35 @@ } }, "residential": { - "label": "Type", - "terms": "" + "label": "Type" }, "resort": { - "label": "Type", - "terms": "" + "label": "Type" }, "resource": { - "label": "Resources", - "terms": "" + "label": "Resources" }, "restriction": { - "label": "Type", - "terms": "" + "label": "Type" }, "restrictions": { - "label": "Turn Restrictions", - "terms": "" + "label": "Turn Restrictions" }, "roof/colour": { "label": "Roof Color", "terms": "" }, "room": { - "label": "Type", - "terms": "" + "label": "Type" }, "rooms": { - "label": "Rooms", - "terms": "" + "label": "Rooms" }, "route_master": { - "label": "Type", - "terms": "" + "label": "Type" }, "route": { - "label": "Type", - "terms": "" + "label": "Type" }, "sac_scale": { "label": "Hiking Difficulty", @@ -4267,20 +4050,16 @@ }, "screen": { "label": "Screens", - "terms": "", "placeholder": "1, 4, 8…" }, "scuba_diving": { - "label": "Services", - "terms": "" + "label": "Services" }, "seamark/beacon_isolated_danger/shape": { - "label": "Shape", - "terms": "" + "label": "Shape" }, "seamark/beacon_lateral/category": { "label": "Category", - "terms": "", "options": { "port": "Port", "starboard": "Starboard", @@ -4292,7 +4071,6 @@ }, "seamark/beacon_lateral/colour": { "label": "Color", - "terms": "", "options": { "red": "Red", "green": "Green", @@ -4300,12 +4078,10 @@ } }, "seamark/beacon_lateral/shape": { - "label": "Shape", - "terms": "" + "label": "Shape" }, "seamark/beacon_lateral/system": { "label": "System", - "terms": "", "options": { "iala-a": "IALA A", "iala-b": "IALA B", @@ -4315,7 +4091,6 @@ }, "seamark/buoy_lateral/category": { "label": "Category", - "terms": "", "options": { "port": "Port", "starboard": "Starboard", @@ -4331,7 +4106,6 @@ }, "seamark/buoy_lateral/colour": { "label": "Color", - "terms": "", "options": { "red": "Red", "green": "Green", @@ -4344,12 +4118,10 @@ } }, "seamark/buoy_lateral/shape": { - "label": "Shape", - "terms": "" + "label": "Shape" }, "seamark/buoy_lateral/system": { "label": "System", - "terms": "", "options": { "iala-a": "IALA A", "iala-b": "IALA B", @@ -4358,24 +4130,20 @@ } }, "seamark/mooring/category": { - "label": "Category", - "terms": "" + "label": "Category" }, "seamark/type": { "label": "Seamark", "terms": "marine" }, "seamark/wreck/category": { - "label": "Category", - "terms": "" + "label": "Category" }, "seasonal": { - "label": "Seasonal", - "terms": "" + "label": "Seasonal" }, "seats": { "label": "Seats", - "terms": "", "placeholder": "2, 4, 6..." }, "second_hand": { @@ -4389,8 +4157,7 @@ } }, "self_service": { - "label": "Self-Service", - "terms": "" + "label": "Self-Service" }, "service_rail": { "label": "Service Type", @@ -4403,40 +4170,31 @@ } }, "service_times": { - "label": "Service Times", - "terms": "" + "label": "Service Times" }, "service": { - "label": "Type", - "terms": "" + "label": "Type" }, "service/bicycle": { - "label": "Services", - "terms": "" + "label": "Services" }, "service/vehicle": { - "label": "Services", - "terms": "" + "label": "Services" }, "shelter_type": { - "label": "Type", - "terms": "" + "label": "Type" }, "shelter": { - "label": "Shelter", - "terms": "" + "label": "Shelter" }, "shop": { - "label": "Type", - "terms": "" + "label": "Type" }, "siren/purpose": { - "label": "Purpose", - "terms": "" + "label": "Purpose" }, "siren/type": { "label": "Type", - "terms": "", "options": { "pneumatic": "Pneumatic", "electronic": "Electronic", @@ -4444,12 +4202,10 @@ } }, "site_type": { - "label": "Site Type", - "terms": "" + "label": "Site Type" }, "site": { - "label": "Type", - "terms": "" + "label": "Type" }, "smoking": { "label": "Smoking", @@ -4480,12 +4236,10 @@ } }, "social_facility_for": { - "label": "People Served", - "terms": "" + "label": "People Served" }, "social_facility": { - "label": "Type", - "terms": "" + "label": "Type" }, "source": { "label": "Sources", @@ -4496,20 +4250,16 @@ "terms": "" }, "sport_ice": { - "label": "Sports", - "terms": "" + "label": "Sports" }, "sport_racing_motor": { - "label": "Sports", - "terms": "" + "label": "Sports" }, "sport_racing_nonmotor": { - "label": "Sports", - "terms": "" + "label": "Sports" }, "sport": { - "label": "Sports", - "terms": "" + "label": "Sports" }, "stars": { "label": "Stars", @@ -4524,20 +4274,17 @@ "terms": "" }, "stile": { - "label": "Type", - "terms": "" + "label": "Type" }, "stop": { "label": "Stop Type", - "terms": "", "options": { "all": "All Ways", "minor": "Minor Road" } }, "street_cabinet": { - "label": "Type", - "terms": "" + "label": "Type" }, "stroller": { "label": "Stroller Access", @@ -4550,7 +4297,6 @@ }, "structure_waterway": { "label": "Structure", - "terms": "", "placeholder": "Unknown", "options": { "tunnel": "Tunnel" @@ -4569,36 +4315,30 @@ } }, "studio": { - "label": "Type", - "terms": "" + "label": "Type" }, "substance": { - "label": "Substance", - "terms": "" + "label": "Substance" }, "substation": { - "label": "Type", - "terms": "" + "label": "Type" }, "supervised": { "label": "Supervised", "terms": "guarded,manned" }, "support": { - "label": "Support", - "terms": "" + "label": "Support" }, "surface": { "label": "Surface", "terms": "" }, "surveillance": { - "label": "Surveillance Kind", - "terms": "" + "label": "Surveillance Kind" }, "surveillance/type": { "label": "Surveillance Type", - "terms": "", "options": { "camera": "Camera", "guard": "Guard", @@ -4606,20 +4346,17 @@ } }, "surveillance/zone": { - "label": "Surveillance Zone", - "terms": "" + "label": "Surveillance Zone" }, "survey/date": { "label": "Last Survey Date", "terms": "" }, "swimming_pool": { - "label": "Type", - "terms": "" + "label": "Type" }, "switch": { "label": "Type", - "terms": "", "options": { "mechanical": "Mechanical", "circuit_breaker": "Circuit Breaker", @@ -4642,20 +4379,17 @@ } }, "target": { - "label": "Target", - "terms": "" + "label": "Target" }, "tidal": { "label": "Tidal", "terms": "" }, "to": { - "label": "To", - "terms": "" + "label": "To" }, "toilets/disposal": { "label": "Disposal", - "terms": "", "options": { "flush": "Flush", "pitlatrine": "Pit Latrine", @@ -4676,29 +4410,23 @@ "terms": "" }, "tomb": { - "label": "Type", - "terms": "" + "label": "Type" }, "tourism": { - "label": "Type", - "terms": "" + "label": "Type" }, "tower/construction": { "label": "Construction", - "terms": "", "placeholder": "Guyed, Lattice, Concealed, ..." }, "tower/type": { - "label": "Type", - "terms": "" + "label": "Type" }, "townhall/type": { - "label": "Type", - "terms": "" + "label": "Type" }, "tracktype": { "label": "Track Type", - "terms": "", "placeholder": "Solid, Mostly Solid, Soft...", "options": { "grade1": "Solid: paved or heavily compacted hardcore surface", @@ -4709,20 +4437,16 @@ } }, "trade": { - "label": "Type", - "terms": "" + "label": "Type" }, "traffic_calming": { - "label": "Type", - "terms": "" + "label": "Type" }, "traffic_sign": { - "label": "Traffic Sign", - "terms": "" + "label": "Traffic Sign" }, "traffic_sign/direction": { "label": "Direction Affected", - "terms": "", "options": { "forward": "Forward", "backward": "Backward", @@ -4730,12 +4454,10 @@ } }, "traffic_signals": { - "label": "Type", - "terms": "" + "label": "Type" }, "traffic_signals/direction": { "label": "Direction Affected", - "terms": "", "options": { "forward": "Forward", "backward": "Backward", @@ -4757,7 +4479,6 @@ }, "transformer": { "label": "Type", - "terms": "", "options": { "distribution": "Distribution", "generator": "Generator", @@ -4770,12 +4491,10 @@ } }, "trees": { - "label": "Trees", - "terms": "" + "label": "Trees" }, "trench": { - "label": "Type", - "terms": "" + "label": "Type" }, "trolley_wire": { "label": "Overhead Trolley Wires", @@ -4783,7 +4502,6 @@ }, "tunnel": { "label": "Type", - "terms": "", "placeholder": "Default" }, "usage_rail": { @@ -4799,16 +4517,13 @@ } }, "valve": { - "label": "Type", - "terms": "" + "label": "Type" }, "vending": { - "label": "Types of Goods", - "terms": "" + "label": "Types of Goods" }, "visibility": { "label": "Visibility", - "terms": "", "options": { "house": "Up to 5m (16ft)", "street": "5 to 20m (16 to 65ft)", @@ -4817,7 +4532,6 @@ }, "volcano/status": { "label": "Volcano Status", - "terms": "", "options": { "active": "Active", "dormant": "Dormant", @@ -4826,7 +4540,6 @@ }, "volcano/type": { "label": "Volcano Type", - "terms": "", "options": { "stratovolcano": "Stratovolcano", "shield": "Shield", @@ -4838,8 +4551,7 @@ "terms": "" }, "voltage": { - "label": "Voltage", - "terms": "" + "label": "Voltage" }, "voltage/primary": { "label": "Primary Voltage", @@ -4854,32 +4566,26 @@ "terms": "" }, "wall": { - "label": "Type", - "terms": "" + "label": "Type" }, "waste": { - "label": "Waste", - "terms": "" + "label": "Waste" }, "water_point": { - "label": "Water Point", - "terms": "" + "label": "Water Point" }, "water_source": { - "label": "Water Source", - "terms": "" + "label": "Water Source" }, "water_volume": { "label": "Water Reserve Volume (m³)", "terms": "" }, "water": { - "label": "Type", - "terms": "" + "label": "Type" }, "waterway": { - "label": "Type", - "terms": "" + "label": "Type" }, "website": { "label": "Website", @@ -4887,8 +4593,7 @@ "placeholder": "https://example.com" }, "wetland": { - "label": "Type", - "terms": "" + "label": "Type" }, "wheelchair": { "label": "Wheelchair Access", @@ -4900,8 +4605,7 @@ } }, "wholesale": { - "label": "Wholesale", - "terms": "" + "label": "Wholesale" }, "width": { "label": "Width (Meters)", @@ -4936,96 +4640,73 @@ }, "presets": { "aerialway": { - "name": "Aerialway", - "terms": "" + "name": "Aerialway" }, "aeroway": { - "name": "Aeroway", - "terms": "" + "name": "Aeroway" }, "amenity": { - "name": "Amenity", - "terms": "" + "name": "Amenity" }, "attraction": { - "name": "Attraction", - "terms": "" + "name": "Attraction" }, "boundary": { - "name": "Boundary", - "terms": "" + "name": "Boundary" }, "building_point": { - "name": "Building", - "terms": "" + "name": "Building" }, "embankment": { - "name": "Embankment", - "terms": "" + "name": "Embankment" }, "emergency": { - "name": "Emergency Feature", - "terms": "" + "name": "Emergency Feature" }, "ford_line": { - "name": "Ford", - "terms": "" + "name": "Ford" }, "highway": { - "name": "Highway", - "terms": "" + "name": "Highway" }, "indoor": { - "name": "Indoor Feature", - "terms": "" + "name": "Indoor Feature" }, "landuse": { - "name": "Land Use", - "terms": "" + "name": "Land Use" }, "leisure": { - "name": "Leisure", - "terms": "" + "name": "Leisure" }, "man_made": { - "name": "Man Made", - "terms": "" + "name": "Man Made" }, "natural": { - "name": "Natural", - "terms": "" + "name": "Natural" }, "place": { - "name": "Place", - "terms": "" + "name": "Place" }, "playground": { - "name": "Playground Equipment", - "terms": "" + "name": "Playground Equipment" }, "power": { - "name": "Power", - "terms": "" + "name": "Power" }, "railway": { - "name": "Railway", - "terms": "" + "name": "Railway" }, "seamark": { - "name": "Seamark", - "terms": "" + "name": "Seamark" }, "tourism": { - "name": "Tourism", - "terms": "" + "name": "Tourism" }, "waterway": { - "name": "Waterway", - "terms": "" + "name": "Waterway" }, "addr/interpolation": { - "name": "Address Interpolation", - "terms": "" + "name": "Address Interpolation" }, "address": { "name": "Address", @@ -5040,8 +4721,7 @@ "terms": "" }, "aerialway/station": { - "name": "Aerialway Station", - "terms": "" + "name": "Aerialway Station" }, "aerialway/cable_car": { "name": "Cable Car", @@ -5152,40 +4832,31 @@ "terms": "" }, "amenity/bus_station": { - "name": "Bus Station / Terminal", - "terms": "" + "name": "Bus Station / Terminal" }, "amenity/coworking_space": { - "name": "Coworking Space", - "terms": "" + "name": "Coworking Space" }, "amenity/embassy": { - "name": "Embassy", - "terms": "" + "name": "Embassy" }, "amenity/ferry_terminal": { - "name": "Ferry Station / Terminal", - "terms": "" + "name": "Ferry Station / Terminal" }, "amenity/nursing_home": { - "name": "Nursing Home", - "terms": "" + "name": "Nursing Home" }, "amenity/recycling": { - "name": "Recycling", - "terms": "bin,can,bottle,glass,garbage,rubbish,scrap,trash" + "name": "Recycling" }, "amenity/register_office": { - "name": "Register Office", - "terms": "" + "name": "Register Office" }, "amenity/scrapyard": { - "name": "Scrap Yard", - "terms": "" + "name": "Scrap Yard" }, "amenity/swimming_pool": { - "name": "Swimming Pool", - "terms": "" + "name": "Swimming Pool" }, "amenity/animal_boarding": { "name": "Animal Boarding Facility", @@ -5384,8 +5055,7 @@ "terms": "restaurant,takeaway" }, "amenity/fast_food/ice_cream": { - "name": "Ice Cream Fast Food", - "terms": "" + "name": "Ice Cream Fast Food" }, "amenity/fast_food/burger": { "name": "Burger Fast Food", @@ -6084,8 +5754,7 @@ "terms": "" }, "barrier/entrance": { - "name": "Entrance", - "terms": "" + "name": "Entrance" }, "barrier/block": { "name": "Block", @@ -6224,16 +5893,13 @@ "terms": "" }, "building/bunker": { - "name": "Bunker", - "terms": "" + "name": "Bunker" }, "building/entrance": { - "name": "Entrance/Exit", - "terms": "" + "name": "Entrance/Exit" }, "building/train_station": { - "name": "Train Station Building", - "terms": "" + "name": "Train Station Building" }, "building/apartments": { "name": "Apartment Building", @@ -6440,20 +6106,16 @@ "terms": "" }, "craft/jeweler": { - "name": "Jeweler", - "terms": "" + "name": "Jeweler" }, "craft/locksmith": { - "name": "Locksmith", - "terms": "" + "name": "Locksmith" }, "craft/optician": { - "name": "Optician", - "terms": "" + "name": "Optician" }, "craft/tailor": { - "name": "Tailor", - "terms": "clothes,suit" + "name": "Tailor" }, "craft/agricultural_engines": { "name": "Argricultural Engines Mechanic", @@ -6652,28 +6314,22 @@ "terms": "" }, "emergency/designated": { - "name": "Emergency Access Designated", - "terms": "" + "name": "Emergency Access Designated" }, "emergency/destination": { - "name": "Emergency Access Destination", - "terms": "" + "name": "Emergency Access Destination" }, "emergency/no": { - "name": "Emergency Access No", - "terms": "" + "name": "Emergency Access No" }, "emergency/official": { - "name": "Emergency Access Official", - "terms": "" + "name": "Emergency Access Official" }, "emergency/private": { - "name": "Emergency Access Private", - "terms": "" + "name": "Emergency Access Private" }, "emergency/yes": { - "name": "Emergency Access Yes", - "terms": "" + "name": "Emergency Access Yes" }, "emergency/ambulance_station": { "name": "Ambulance Station", @@ -6844,12 +6500,10 @@ "terms": "speech,therapist,therapy,voice" }, "highway/bus_stop": { - "name": "Bus Stop", - "terms": "" + "name": "Bus Stop" }, "highway/crossing": { - "name": "Crossing", - "terms": "" + "name": "Crossing" }, "highway/bridleway": { "name": "Bridle Path", @@ -6868,12 +6522,10 @@ "terms": "gallery,hall,hallway,indoor,passage,passageway" }, "highway/crossing/zebra-raised": { - "name": "Marked Crosswalk (Raised)", - "terms": "zebra crossing,marked crossing,crosswalk,flat top,hump,speed,slow" + "name": "Marked Crosswalk (Raised)" }, "highway/crossing/zebra": { - "name": "Marked Crosswalk", - "terms": "zebra crossing,marked crossing,crosswalk" + "name": "Marked Crosswalk" }, "highway/crossing/marked-raised": { "name": "Marked Crosswalk (Raised)", @@ -6896,8 +6548,7 @@ "terms": "bicyle path,bike path,cycling path" }, "highway/cycleway/crossing": { - "name": "Cycle Crossing", - "terms": "" + "name": "Cycle Crossing" }, "highway/cycleway/bicycle_foot": { "name": "Cycle & Foot Path", @@ -6924,16 +6575,13 @@ "terms": "hike,hiking,promenade,trackway,trail,walk" }, "highway/footway/crossing": { - "name": "Pedestrian Crossing", - "terms": "" + "name": "Pedestrian Crossing" }, "highway/footway/zebra-raised": { - "name": "Marked Crosswalk (Raised)", - "terms": "zebra crossing,marked crossing,crosswalk,flat top,hump,speed,slow" + "name": "Marked Crosswalk (Raised)" }, "highway/footway/zebra": { - "name": "Marked Crosswalk", - "terms": "zebra crossing,marked crossing,crosswalk" + "name": "Marked Crosswalk" }, "highway/footway/conveying": { "name": "Moving Walkway", @@ -7212,8 +6860,7 @@ "terms": "hull,mast,maritime,remains,ship,boat" }, "indoor/corridor_line": { - "name": "Indoor Corridor", - "terms": "" + "name": "Indoor Corridor" }, "indoor/area": { "name": "Indoor Area", @@ -7252,32 +6899,25 @@ "terms": "" }, "junction/circular": { - "name": "Traffic Circle", - "terms": "" + "name": "Traffic Circle" }, "junction/jughandle": { - "name": "Jughandle", - "terms": "" + "name": "Jughandle" }, "junction/roundabout": { - "name": "Roundabout", - "terms": "" + "name": "Roundabout" }, "landuse/basin": { - "name": "Basin", - "terms": "" + "name": "Basin" }, "landuse/farm": { - "name": "Farmland", - "terms": "" + "name": "Farmland" }, "landuse/pond": { - "name": "Pond", - "terms": "" + "name": "Pond" }, "landuse/reservoir": { - "name": "Reservoir", - "terms": "" + "name": "Reservoir" }, "landuse/allotments": { "name": "Community Garden", @@ -8220,16 +7860,13 @@ "terms": "" }, "office/administrative": { - "name": "Administrative Office", - "terms": "" + "name": "Administrative Office" }, "office/physician": { - "name": "Physician", - "terms": "" + "name": "Physician" }, "office/travel_agent": { - "name": "Travel Agency", - "terms": "" + "name": "Travel Agency" }, "office/accountant": { "name": "Accountant Office", @@ -8344,8 +7981,7 @@ "terms": "" }, "office/lawyer/notary": { - "name": "Notary Office", - "terms": "" + "name": "Notary Office" }, "office/moving_company": { "name": "Moving Company Office", @@ -8440,8 +8076,7 @@ "terms": "ski,piste,sled,luge,sleigh,sledge,ski-joring,husky,horse" }, "place/farm": { - "name": "Farm", - "terms": "" + "name": "Farm" }, "place/city_block": { "name": "City Block", @@ -8564,8 +8199,7 @@ "terms": "ballot box,ballot drop,democracy,elections,polling place,vote,voting booth,voting machine" }, "power/sub_station": { - "name": "Substation", - "terms": "" + "name": "Substation" }, "power/cable/underground": { "name": "Underground Power Cable", @@ -8632,28 +8266,22 @@ "terms": "platform,public transit,public transportation,transit,transportation" }, "public_transport/platform/aerialway_point": { - "name": "Aerialway Stop / Platform", - "terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation" + "name": "Aerialway Stop / Platform" }, "public_transport/platform/ferry_point": { - "name": "Ferry Stop / Platform", - "terms": "boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation" + "name": "Ferry Stop / Platform" }, "public_transport/platform/light_rail_point": { - "name": "Light Rail Stop / Platform", - "terms": "electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation" + "name": "Light Rail Stop / Platform" }, "public_transport/platform/monorail_point": { - "name": "Monorail Stop / Platform", - "terms": "monorail,platform,public transit,public transportation,rail,transit,transportation" + "name": "Monorail Stop / Platform" }, "public_transport/platform/subway_point": { - "name": "Subway Stop / Platform", - "terms": "metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground" + "name": "Subway Stop / Platform" }, "public_transport/platform/train_point": { - "name": "Train Stop / Platform", - "terms": "platform,public transit,public transportation,rail,track,train,transit,transportation" + "name": "Train Stop / Platform" }, "public_transport/platform/aerialway": { "name": "Aerialway Platform", @@ -8792,20 +8420,16 @@ "terms": "public transit,public transportation,transit,transportation" }, "railway/halt": { - "name": "Train Station (Halt / Request)", - "terms": "break,interrupt,rest,wait,interruption" + "name": "Train Station (Halt / Request)" }, "railway/platform": { - "name": "Train Platform", - "terms": "" + "name": "Train Platform" }, "railway/station": { - "name": "Train Station", - "terms": "train station,station" + "name": "Train Station" }, "railway/tram_stop": { - "name": "Tram Stopping Position", - "terms": "light rail,streetcar,tram,trolley" + "name": "Tram Stopping Position" }, "railway/abandoned": { "name": "Abandoned Railway", @@ -8928,24 +8552,19 @@ "terms": "" }, "shop/boutique": { - "name": "Boutique", - "terms": "" + "name": "Boutique" }, "shop/fashion": { - "name": "Fashion Store", - "terms": "" + "name": "Fashion Store" }, "shop/fishmonger": { - "name": "Fishmonger", - "terms": "" + "name": "Fishmonger" }, "shop/furnace": { - "name": "Furnace Store", - "terms": "oven,stove" + "name": "Furnace Store" }, "shop/vacant": { - "name": "Vacant Shop", - "terms": "" + "name": "Vacant Shop" }, "shop/agrarian": { "name": "Farm Supply Shop", @@ -9768,8 +9387,7 @@ "terms": "max speed,maximum speed,road,highway" }, "type/multipolygon": { - "name": "Multipolygon", - "terms": "" + "name": "Multipolygon" }, "type/boundary": { "name": "Boundary", @@ -9904,8 +9522,7 @@ "terms": "" }, "waterway/riverbank": { - "name": "Riverbank", - "terms": "" + "name": "Riverbank" }, "waterway/boatyard": { "name": "Boatyard",