From e5aa8a7058faed1e3eb25d208fbf88a891561e47 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 14 Dec 2018 12:57:28 -0500 Subject: [PATCH 01/12] Simplify setPattern --- modules/svg/areas.js | 60 +++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/modules/svg/areas.js b/modules/svg/areas.js index 218db8658..3192d7fd6 100644 --- a/modules/svg/areas.js +++ b/modules/svg/areas.js @@ -88,41 +88,37 @@ export function svgAreas(projection, context) { } for (var tag in patterns) { - if (patterns.hasOwnProperty(tag)) { - var entityValue = entity.tags[tag]; - if (entityValue) { + var entityValue = entity.tags[tag]; + if (!entityValue) continue; - var values = patterns[tag]; - for (var value in values) { - if (entityValue === value) { + var values = patterns[tag]; + for (var value in values) { + if (entityValue !== value) continue; - var rules = values[value]; - if (typeof rules === 'string') { // short syntax - pattern name - this.style.fill = this.style.stroke = 'url("#pattern-' + rules + '")'; - return; - } else { // long syntax - rule array - for (var ruleKey in rules) { - var rule = rules[ruleKey]; + var rules = values[value]; + if (typeof rules === 'string') { // short syntax - pattern name + this.style.fill = this.style.stroke = 'url("#pattern-' + rules + '")'; + return; + } else { // long syntax - rule array + for (var ruleKey in rules) { + var rule = rules[ruleKey]; - var pass = true; - for (var criterion in rule) { - if (criterion !== 'pattern') { // reserved for pattern name - // The only rule is a required tag-value pair - var v = entity.tags[criterion]; - if (!v || v !== rule[criterion]) { - pass = false; - break; - } - } - } - - if (pass) { - this.style.fill = this.style.stroke = 'url("#pattern-' + rule.pattern + '")'; - return; - } + var pass = true; + for (var criterion in rule) { + if (criterion !== 'pattern') { // reserved for pattern name + // The only rule is a required tag-value pair + var v = entity.tags[criterion]; + if (!v || v !== rule[criterion]) { + pass = false; + break; } } } + + if (pass) { + this.style.fill = this.style.stroke = 'url("#pattern-' + rule.pattern + '")'; + return; + } } } } @@ -186,9 +182,9 @@ export function svgAreas(projection, context) { function drawAreas(selection, graph, entities, filter) { - var path = svgPath(projection, graph, true), - areas = {}, - multipolygon; + var path = svgPath(projection, graph, true); + var areas = {}; + var multipolygon; for (var i = 0; i < entities.length; i++) { var entity = entities[i]; From fa194074a20f5b3d2251f93b58f44873c8d6a1b8 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 14 Dec 2018 14:00:08 -0500 Subject: [PATCH 02/12] More strict selector rules for line vs area styles (closes #5602) --- css/30_highways.css | 565 +++++++++++++++++++++---------------------- css/35_aeroways.css | 61 +++-- css/40_railways.css | 45 ++-- css/45_waterways.css | 134 +++++----- css/50_misc.css | 309 ++++++++++++----------- 5 files changed, 554 insertions(+), 560 deletions(-) diff --git a/css/30_highways.css b/css/30_highways.css index 70779b882..931533625 100644 --- a/css/30_highways.css +++ b/css/30_highways.css @@ -1,44 +1,34 @@ /* highways */ +/* defaults */ .preset-icon .icon.tag-highway.other-line { color: #fff; fill: #777; } -path.casing.tag-highway { +path.line.casing.tag-highway { stroke: #444; } -path.stroke.tag-highway { +path.line.stroke.tag-highway { stroke: #ccc; } -/* highway areas */ - -path.stroke.area.tag-highway, -.low-zoom path.stroke.area.tag-highway { - stroke: #fff; - stroke-dasharray: none; - stroke-width: 1; -} - /* wide highways */ - -path.shadow.tag-highway { +path.line.shadow.tag-highway { stroke-width: 20; } -path.casing.tag-highway { +path.line.casing.tag-highway { stroke-width: 10; } -path.stroke.tag-highway { +path.line.stroke.tag-highway { stroke-width: 8; } - -.low-zoom path.shadow.tag-highway { +.low-zoom path.line.shadow.tag-highway { stroke-width: 16; } -.low-zoom path.casing.tag-highway { +.low-zoom path.line.casing.tag-highway { stroke-width: 7; } -.low-zoom path.stroke.tag-highway { +.low-zoom path.line.stroke.tag-highway { stroke-width: 5; } @@ -47,14 +37,14 @@ path.stroke.tag-highway { color: #CF2081; fill: #70372f; } -path.stroke.tag-highway-motorway, -path.stroke.tag-highway-motorway_link, -path.stroke.tag-motorway { +path.line.stroke.tag-highway-motorway, +path.line.stroke.tag-highway-motorway_link, +path.line.stroke.tag-motorway { stroke: #CF2081; } -path.casing.tag-highway-motorway, -path.casing.tag-highway-motorway_link, -path.casing.tag-motorway { +path.line.casing.tag-highway-motorway, +path.line.casing.tag-highway-motorway_link, +path.line.casing.tag-motorway { stroke: #70372f; } @@ -63,14 +53,14 @@ path.casing.tag-motorway { color: #DD2F22; fill: #70372f; } -path.stroke.tag-highway-trunk, -path.stroke.tag-highway-trunk_link, -path.stroke.tag-trunk { +path.line.stroke.tag-highway-trunk, +path.line.stroke.tag-highway-trunk_link, +path.line.stroke.tag-trunk { stroke: #DD2F22; } -path.casing.tag-highway-trunk, -path.casing.tag-highway-trunk_link, -path.casing.tag-trunk { +path.line.casing.tag-highway-trunk, +path.line.casing.tag-highway-trunk_link, +path.line.casing.tag-trunk { stroke: #70372f; } @@ -79,14 +69,14 @@ path.casing.tag-trunk { color: #F99806; fill: #70372f; } -path.stroke.tag-highway-primary, -path.stroke.tag-highway-primary_link, -path.stroke.tag-primary { +path.line.stroke.tag-highway-primary, +path.line.stroke.tag-highway-primary_link, +path.line.stroke.tag-primary { stroke: #F99806; } -path.casing.tag-highway-primary, -path.casing.tag-highway-primary_link, -path.casing.tag-primary { +path.line.casing.tag-highway-primary, +path.line.casing.tag-highway-primary_link, +path.line.casing.tag-primary { stroke: #70372f; } @@ -95,14 +85,14 @@ path.casing.tag-primary { color: #F3F312; fill: #70372f; } -path.stroke.tag-highway-secondary, -path.stroke.tag-highway-secondary_link, -path.stroke.tag-secondary { +path.line.stroke.tag-highway-secondary, +path.line.stroke.tag-highway-secondary_link, +path.line.stroke.tag-secondary { stroke: #F3F312; } -path.casing.tag-highway-secondary, -path.casing.tag-highway-secondary_link, -path.casing.tag-secondary { +path.line.casing.tag-highway-secondary, +path.line.casing.tag-highway-secondary_link, +path.line.casing.tag-secondary { stroke: #70372f; } @@ -111,14 +101,14 @@ path.casing.tag-secondary { color: #FFF9B3; fill: #70372f; } -path.stroke.tag-highway-tertiary, -path.stroke.tag-highway-tertiary_link, -path.stroke.tag-tertiary { +path.line.stroke.tag-highway-tertiary, +path.line.stroke.tag-highway-tertiary_link, +path.line.stroke.tag-tertiary { stroke: #FFF9B3; } -path.casing.tag-highway-tertiary, -path.casing.tag-highway-tertiary_link, -path.casing.tag-tertiary { +path.line.casing.tag-highway-tertiary, +path.line.casing.tag-highway-tertiary_link, +path.line.casing.tag-tertiary { stroke: #70372f; } @@ -127,14 +117,14 @@ path.casing.tag-tertiary { color: #58a9ed; fill: #2c5476; } -.legacy-carto path.stroke.tag-highway-motorway, -.legacy-carto path.stroke.tag-highway-motorway_link, -.legacy-carto path.stroke.tag-motorway { +.legacy-carto path.line.stroke.tag-highway-motorway, +.legacy-carto path.line.stroke.tag-highway-motorway_link, +.legacy-carto path.line.stroke.tag-motorway { stroke: #58a9ed; } -.legacy-carto path.casing.tag-highway-motorway, -.legacy-carto path.casing.tag-highway-motorway_link, -.legacy-carto path.casing.tag-motorway { +.legacy-carto path.line.casing.tag-highway-motorway, +.legacy-carto path.line.casing.tag-highway-motorway_link, +.legacy-carto path.line.casing.tag-motorway { stroke: #2c5476; } @@ -143,14 +133,14 @@ path.casing.tag-tertiary { color: #8cd05f; fill: #46682f; } -.legacy-carto path.stroke.tag-highway-trunk, -.legacy-carto path.stroke.tag-highway-trunk_link, -.legacy-carto path.stroke.tag-trunk { +.legacy-carto path.line.stroke.tag-highway-trunk, +.legacy-carto path.line.stroke.tag-highway-trunk_link, +.legacy-carto path.line.stroke.tag-trunk { stroke: #8cd05f; } -.legacy-carto path.casing.tag-highway-trunk, -.legacy-carto path.casing.tag-highway-trunk_link, -.legacy-carto path.casing.tag-trunk { +.legacy-carto path.line.casing.tag-highway-trunk, +.legacy-carto path.line.casing.tag-highway-trunk_link, +.legacy-carto path.line.casing.tag-trunk { stroke: #46682f; } @@ -159,14 +149,14 @@ path.casing.tag-tertiary { color: #e06d5f; fill: #70372f; } -.legacy-carto path.stroke.tag-highway-primary, -.legacy-carto path.stroke.tag-highway-primary_link, -.legacy-carto path.stroke.tag-primary { +.legacy-carto path.line.stroke.tag-highway-primary, +.legacy-carto path.line.stroke.tag-highway-primary_link, +.legacy-carto path.line.stroke.tag-primary { stroke: #e06d5f; } -.legacy-carto path.casing.tag-highway-primary, -.legacy-carto path.casing.tag-highway-primary_link, -.legacy-carto path.casing.tag-primary { +.legacy-carto path.line.casing.tag-highway-primary, +.legacy-carto path.line.casing.tag-highway-primary_link, +.legacy-carto path.line.casing.tag-primary { stroke: #70372f; } @@ -175,14 +165,14 @@ path.casing.tag-tertiary { color: #eab056; fill: #75582b; } -.legacy-carto path.stroke.tag-highway-secondary, -.legacy-carto path.stroke.tag-highway-secondary_link, -.legacy-carto path.stroke.tag-secondary { +.legacy-carto path.line.stroke.tag-highway-secondary, +.legacy-carto path.line.stroke.tag-highway-secondary_link, +.legacy-carto path.line.stroke.tag-secondary { stroke: #eab056; } -.legacy-carto path.casing.tag-highway-secondary, -.legacy-carto path.casing.tag-highway-secondary_link, -.legacy-carto path.casing.tag-secondary { +.legacy-carto path.line.casing.tag-highway-secondary, +.legacy-carto path.line.casing.tag-highway-secondary_link, +.legacy-carto path.line.casing.tag-secondary { stroke: #75582b; } @@ -191,14 +181,14 @@ path.casing.tag-tertiary { color: #ffff7e; fill: #7f7f3f; } -.legacy-carto path.stroke.tag-highway-tertiary, -.legacy-carto path.stroke.tag-highway-tertiary_link, -.legacy-carto path.stroke.tag-tertiary { +.legacy-carto path.line.stroke.tag-highway-tertiary, +.legacy-carto path.line.stroke.tag-highway-tertiary_link, +.legacy-carto path.line.stroke.tag-tertiary { stroke: #ffff7e; } -.legacy-carto path.casing.tag-highway-tertiary, -.legacy-carto path.casing.tag-highway-tertiary_link, -.legacy-carto path.casing.tag-tertiary { +.legacy-carto path.line.casing.tag-highway-tertiary, +.legacy-carto path.line.casing.tag-highway-tertiary_link, +.legacy-carto path.line.casing.tag-tertiary { stroke: #7f7f3f; } @@ -206,12 +196,12 @@ path.casing.tag-tertiary { color: #fff; fill: #444; } -path.stroke.tag-highway-residential, -path.stroke.tag-residential { +path.line.stroke.tag-highway-residential, +path.line.stroke.tag-residential { stroke: #fff; } -path.casing.tag-highway-residential, -path.casing.tag-residential { +path.line.casing.tag-highway-residential, +path.line.casing.tag-residential { stroke: #444; } @@ -219,181 +209,180 @@ path.casing.tag-residential { color: #dca; fill: #444; } -path.stroke.tag-highway-unclassified, -path.stroke.tag-unclassified { +path.line.stroke.tag-highway-unclassified, +path.line.stroke.tag-unclassified { stroke: #dca; } -path.casing.tag-highway-unclassified, -path.casing.tag-unclassified { +path.line.casing.tag-highway-unclassified, +path.line.casing.tag-unclassified { stroke: #444; } /* narrow highways */ - -path.shadow.tag-highway-living_street, -path.shadow.tag-highway-bus_guideway, -path.shadow.tag-highway-service, -path.shadow.tag-highway-track, -path.shadow.tag-highway-road, -path.shadow.tag-living_street, -path.shadow.tag-service, -path.shadow.tag-track, -path.shadow.tag-road { +path.line.shadow.tag-highway-living_street, +path.line.shadow.tag-highway-bus_guideway, +path.line.shadow.tag-highway-service, +path.line.shadow.tag-highway-track, +path.line.shadow.tag-highway-road, +path.line.shadow.tag-living_street, +path.line.shadow.tag-service, +path.line.shadow.tag-track, +path.line.shadow.tag-road { stroke-width: 16; } -path.casing.tag-highway-living_street, -path.casing.tag-highway-bus_guideway, -path.casing.tag-highway-service, -path.casing.tag-highway-track, -path.casing.tag-highway-road, -path.casing.tag-living_street, -path.casing.tag-service, -path.casing.tag-track, -path.casing.tag-road { +path.line.casing.tag-highway-living_street, +path.line.casing.tag-highway-bus_guideway, +path.line.casing.tag-highway-service, +path.line.casing.tag-highway-track, +path.line.casing.tag-highway-road, +path.line.casing.tag-living_street, +path.line.casing.tag-service, +path.line.casing.tag-track, +path.line.casing.tag-road { stroke-width: 7; } -path.stroke.tag-highway-living_street, -path.stroke.tag-highway-bus_guideway, -path.stroke.tag-highway-service, -path.stroke.tag-highway-track, -path.stroke.tag-highway-road, -path.stroke.tag-living_street, -path.stroke.tag-service, -path.stroke.tag-track, -path.stroke.tag-road { +path.line.stroke.tag-highway-living_street, +path.line.stroke.tag-highway-bus_guideway, +path.line.stroke.tag-highway-service, +path.line.stroke.tag-highway-track, +path.line.stroke.tag-highway-road, +path.line.stroke.tag-living_street, +path.line.stroke.tag-service, +path.line.stroke.tag-track, +path.line.stroke.tag-road { stroke-width: 5; } -path.shadow.tag-highway-path, -path.shadow.tag-highway-footway, -path.shadow.tag-highway-cycleway, -path.shadow.tag-highway-bridleway, -path.shadow.tag-highway-corridor, -path.shadow.tag-highway-pedestrian, -path.shadow.tag-highway-steps, -path.shadow.tag-path, -path.shadow.tag-footway, -path.shadow.tag-cycleway, -path.shadow.tag-bridleway, -path.shadow.tag-corridor, -path.shadow.tag-pedestrian, -path.shadow.tag-steps { +path.line.shadow.tag-highway-path, +path.line.shadow.tag-highway-footway, +path.line.shadow.tag-highway-cycleway, +path.line.shadow.tag-highway-bridleway, +path.line.shadow.tag-highway-corridor, +path.line.shadow.tag-highway-pedestrian, +path.line.shadow.tag-highway-steps, +path.line.shadow.tag-path, +path.line.shadow.tag-footway, +path.line.shadow.tag-cycleway, +path.line.shadow.tag-bridleway, +path.line.shadow.tag-corridor, +path.line.shadow.tag-pedestrian, +path.line.shadow.tag-steps { stroke-width: 16; } -path.casing.tag-highway-path, -path.casing.tag-highway-footway, -path.casing.tag-highway-cycleway, -path.casing.tag-highway-bridleway, -path.casing.tag-highway-corridor, -path.casing.tag-highway-pedestrian, -path.casing.tag-highway-steps, -path.casing.tag-path, -path.casing.tag-footway, -path.casing.tag-cycleway, -path.casing.tag-bridleway, -path.casing.tag-corridor, -path.casing.tag-pedestrian, -path.casing.tag-steps { +path.line.casing.tag-highway-path, +path.line.casing.tag-highway-footway, +path.line.casing.tag-highway-cycleway, +path.line.casing.tag-highway-bridleway, +path.line.casing.tag-highway-corridor, +path.line.casing.tag-highway-pedestrian, +path.line.casing.tag-highway-steps, +path.line.casing.tag-path, +path.line.casing.tag-footway, +path.line.casing.tag-cycleway, +path.line.casing.tag-bridleway, +path.line.casing.tag-corridor, +path.line.casing.tag-pedestrian, +path.line.casing.tag-steps { stroke-width: 5; } -path.stroke.tag-highway-path, -path.stroke.tag-highway-footway, -path.stroke.tag-highway-cycleway, -path.stroke.tag-highway-bridleway, -path.stroke.tag-highway-corridor, -path.stroke.tag-highway-pedestrian, -path.stroke.tag-highway-steps, -path.stroke.tag-path, -path.stroke.tag-footway, -path.stroke.tag-cycleway, -path.stroke.tag-bridleway, -path.stroke.tag-corridor, -path.stroke.tag-pedestrian, -path.stroke.tag-steps { +path.line.stroke.tag-highway-path, +path.line.stroke.tag-highway-footway, +path.line.stroke.tag-highway-cycleway, +path.line.stroke.tag-highway-bridleway, +path.line.stroke.tag-highway-corridor, +path.line.stroke.tag-highway-pedestrian, +path.line.stroke.tag-highway-steps, +path.line.stroke.tag-path, +path.line.stroke.tag-footway, +path.line.stroke.tag-cycleway, +path.line.stroke.tag-bridleway, +path.line.stroke.tag-corridor, +path.line.stroke.tag-pedestrian, +path.line.stroke.tag-steps { stroke-width: 3; } -.low-zoom path.shadow.tag-highway-living_street, -.low-zoom path.shadow.tag-highway-bus_guideway, -.low-zoom path.shadow.tag-highway-service, -.low-zoom path.shadow.tag-highway-track, -.low-zoom path.shadow.tag-highway-road, -.low-zoom path.shadow.tag-living_street, -.low-zoom path.shadow.tag-service, -.low-zoom path.shadow.tag-track, -.low-zoom path.shadow.tag-road { +.low-zoom path.line.shadow.tag-highway-living_street, +.low-zoom path.line.shadow.tag-highway-bus_guideway, +.low-zoom path.line.shadow.tag-highway-service, +.low-zoom path.line.shadow.tag-highway-track, +.low-zoom path.line.shadow.tag-highway-road, +.low-zoom path.line.shadow.tag-living_street, +.low-zoom path.line.shadow.tag-service, +.low-zoom path.line.shadow.tag-track, +.low-zoom path.line.shadow.tag-road { stroke-width: 12; } -.low-zoom path.casing.tag-highway-living_street, -.low-zoom path.casing.tag-highway-bus_guideway, -.low-zoom path.casing.tag-highway-service, -.low-zoom path.casing.tag-highway-track, -.low-zoom path.casing.tag-highway-road, -.low-zoom path.casing.tag-living_street, -.low-zoom path.casing.tag-service, -.low-zoom path.casing.tag-track, -.low-zoom path.casing.tag-road { +.low-zoom path.line.casing.tag-highway-living_street, +.low-zoom path.line.casing.tag-highway-bus_guideway, +.low-zoom path.line.casing.tag-highway-service, +.low-zoom path.line.casing.tag-highway-track, +.low-zoom path.line.casing.tag-highway-road, +.low-zoom path.line.casing.tag-living_street, +.low-zoom path.line.casing.tag-service, +.low-zoom path.line.casing.tag-track, +.low-zoom path.line.casing.tag-road { stroke-width: 5; } -.low-zoom path.stroke.tag-highway-living_street, -.low-zoom path.stroke.tag-highway-bus_guideway, -.low-zoom path.stroke.tag-highway-service, -.low-zoom path.stroke.tag-highway-track, -.low-zoom path.stroke.tag-highway-road, -.low-zoom path.stroke.tag-living_street, -.low-zoom path.stroke.tag-service, -.low-zoom path.stroke.tag-track, -.low-zoom path.stroke.tag-road { +.low-zoom path.line.stroke.tag-highway-living_street, +.low-zoom path.line.stroke.tag-highway-bus_guideway, +.low-zoom path.line.stroke.tag-highway-service, +.low-zoom path.line.stroke.tag-highway-track, +.low-zoom path.line.stroke.tag-highway-road, +.low-zoom path.line.stroke.tag-living_street, +.low-zoom path.line.stroke.tag-service, +.low-zoom path.line.stroke.tag-track, +.low-zoom path.line.stroke.tag-road { stroke-width: 3; } -.low-zoom path.shadow.tag-highway-path, -.low-zoom path.shadow.tag-highway-footway, -.low-zoom path.shadow.tag-highway-cycleway, -.low-zoom path.shadow.tag-highway-bridleway, -.low-zoom path.shadow.tag-highway-corridor, -.low-zoom path.shadow.tag-highway-pedestrian, -.low-zoom path.shadow.tag-highway-steps, -.low-zoom path.shadow.tag-path, -.low-zoom path.shadow.tag-footway, -.low-zoom path.shadow.tag-cycleway, -.low-zoom path.shadow.tag-bridleway, -.low-zoom path.shadow.tag-corridor, -.low-zoom path.shadow.tag-pedestrian, -.low-zoom path.shadow.tag-steps { +.low-zoom path.line.shadow.tag-highway-path, +.low-zoom path.line.shadow.tag-highway-footway, +.low-zoom path.line.shadow.tag-highway-cycleway, +.low-zoom path.line.shadow.tag-highway-bridleway, +.low-zoom path.line.shadow.tag-highway-corridor, +.low-zoom path.line.shadow.tag-highway-pedestrian, +.low-zoom path.line.shadow.tag-highway-steps, +.low-zoom path.line.shadow.tag-path, +.low-zoom path.line.shadow.tag-footway, +.low-zoom path.line.shadow.tag-cycleway, +.low-zoom path.line.shadow.tag-bridleway, +.low-zoom path.line.shadow.tag-corridor, +.low-zoom path.line.shadow.tag-pedestrian, +.low-zoom path.line.shadow.tag-steps { stroke-width: 12; } -.low-zoom path.casing.tag-highway-path, -.low-zoom path.casing.tag-highway-footway, -.low-zoom path.casing.tag-highway-cycleway, -.low-zoom path.casing.tag-highway-bridleway, -.low-zoom path.casing.tag-highway-corridor, -.low-zoom path.casing.tag-highway-pedestrian, -.low-zoom path.casing.tag-highway-steps, -.low-zoom path.casing.tag-path, -.low-zoom path.casing.tag-footway, -.low-zoom path.casing.tag-cycleway, -.low-zoom path.casing.tag-bridleway, -.low-zoom path.casing.tag-corridor, -.low-zoom path.casing.tag-pedestrian, -.low-zoom path.casing.tag-steps { +.low-zoom path.line.casing.tag-highway-path, +.low-zoom path.line.casing.tag-highway-footway, +.low-zoom path.line.casing.tag-highway-cycleway, +.low-zoom path.line.casing.tag-highway-bridleway, +.low-zoom path.line.casing.tag-highway-corridor, +.low-zoom path.line.casing.tag-highway-pedestrian, +.low-zoom path.line.casing.tag-highway-steps, +.low-zoom path.line.casing.tag-path, +.low-zoom path.line.casing.tag-footway, +.low-zoom path.line.casing.tag-cycleway, +.low-zoom path.line.casing.tag-bridleway, +.low-zoom path.line.casing.tag-corridor, +.low-zoom path.line.casing.tag-pedestrian, +.low-zoom path.line.casing.tag-steps { stroke-width: 3; } -.low-zoom path.stroke.tag-highway-path, -.low-zoom path.stroke.tag-highway-footway, -.low-zoom path.stroke.tag-highway-cycleway, -.low-zoom path.stroke.tag-highway-bridleway, -.low-zoom path.stroke.tag-highway-corridor, -.low-zoom path.stroke.tag-highway-pedestrian, -.low-zoom path.stroke.tag-highway-steps, -.low-zoom path.stroke.tag-path, -.low-zoom path.stroke.tag-footway, -.low-zoom path.stroke.tag-cycleway, -.low-zoom path.stroke.tag-bridleway, -.low-zoom path.stroke.tag-corridor, -.low-zoom path.stroke.tag-pedestrian, -.low-zoom path.stroke.tag-steps { +.low-zoom path.line.stroke.tag-highway-path, +.low-zoom path.line.stroke.tag-highway-footway, +.low-zoom path.line.stroke.tag-highway-cycleway, +.low-zoom path.line.stroke.tag-highway-bridleway, +.low-zoom path.line.stroke.tag-highway-corridor, +.low-zoom path.line.stroke.tag-highway-pedestrian, +.low-zoom path.line.stroke.tag-highway-steps, +.low-zoom path.line.stroke.tag-path, +.low-zoom path.line.stroke.tag-footway, +.low-zoom path.line.stroke.tag-cycleway, +.low-zoom path.line.stroke.tag-bridleway, +.low-zoom path.line.stroke.tag-corridor, +.low-zoom path.line.stroke.tag-pedestrian, +.low-zoom path.line.stroke.tag-steps { stroke-width: 1; } @@ -402,12 +391,12 @@ path.stroke.tag-steps { color: #bbb; fill: #ddd; } -path.stroke.tag-highway-living_street, -path.stroke.tag-living_street { +path.line.stroke.tag-highway-living_street, +path.line.stroke.tag-living_street { stroke: #ccc; } -path.casing.tag-highway-living_street, -path.casing.tag-living_street { +path.line.casing.tag-highway-living_street, +path.line.casing.tag-living_street { stroke: #fff; } @@ -416,27 +405,27 @@ path.casing.tag-living_street { color: #8cd05f; fill: #fff; } -path.stroke.tag-highway-corridor, -path.stroke.tag-highway-pedestrian, -path.stroke.tag-corridor, -path.stroke.tag-pedestrian { +path.line.stroke.tag-highway-corridor, +path.line.stroke.tag-highway-pedestrian, +path.line.stroke.tag-corridor, +path.line.stroke.tag-pedestrian { stroke: #fff; stroke-dasharray: 2, 8; } -.low-zoom path.stroke.tag-highway-corridor, -.low-zoom path.stroke.tag-highway-pedestrian, -.low-zoom path.stroke.tag-corridor, -.low-zoom path.stroke.tag-pedestrian { +.low-zoom path.line.stroke.tag-highway-corridor, +.low-zoom path.line.stroke.tag-highway-pedestrian, +.low-zoom path.line.stroke.tag-corridor, +.low-zoom path.line.stroke.tag-pedestrian { stroke-dasharray: 1, 4; } -path.casing.tag-highway-corridor, -path.casing.tag-highway-pedestrian, -path.casing.tag-corridor, -path.casing.tag-pedestrian, -path.casing.tag-highway-corridor.tag-unpaved, -path.casing.tag-highway-pedestrian.tag-unpaved, -path.casing.tag-corridor.tag-unpaved, -path.casing.tag-pedestrian.tag-unpaved { +path.line.casing.tag-highway-corridor, +path.line.casing.tag-highway-pedestrian, +path.line.casing.tag-corridor, +path.line.casing.tag-pedestrian, +path.line.casing.tag-highway-corridor.tag-unpaved, +path.line.casing.tag-highway-pedestrian.tag-unpaved, +path.line.casing.tag-corridor.tag-unpaved, +path.line.casing.tag-pedestrian.tag-unpaved { stroke: #8cd05f; stroke-linecap: round; stroke-dasharray: none; @@ -446,12 +435,12 @@ path.casing.tag-pedestrian.tag-unpaved { color: #9e9e9e; fill: #666; } -path.stroke.tag-highway-road, -path.stroke.tag-road { +path.line.stroke.tag-highway-road, +path.line.stroke.tag-road { stroke: #9e9e9e; } -path.casing.tag-highway-road, -path.casing.tag-road { +path.line.casing.tag-highway-road, +path.line.casing.tag-road { stroke: #666; } @@ -459,12 +448,12 @@ path.casing.tag-road { color: #fff; fill: #666; } -path.stroke.tag-highway-service, -path.stroke.tag-service { +path.line.stroke.tag-highway-service, +path.line.stroke.tag-service { stroke: #fff; } -path.casing.tag-highway-service, -path.casing.tag-service { +path.line.casing.tag-highway-service, +path.line.casing.tag-service { stroke: #666; } @@ -475,14 +464,14 @@ path.casing.tag-service { color: #dca; fill: #666; } -path.stroke.tag-highway-bus_guideway, -path.stroke.tag-highway-service.tag-service, -path.stroke.tag-service.tag-service { +path.line.stroke.tag-highway-bus_guideway, +path.line.stroke.tag-highway-service.tag-service, +path.line.stroke.tag-service.tag-service { stroke: #dca; } -path.casing.tag-highway-bus_guideway, -path.casing.tag-highway-service.tag-service, -path.casing.tag-service.tag-service { +path.line.casing.tag-highway-bus_guideway, +path.line.casing.tag-highway-service.tag-service, +path.line.casing.tag-service.tag-service { stroke: #666; } @@ -490,42 +479,42 @@ path.casing.tag-service.tag-service { color: #eaeaea; fill: #c5b59f; } -path.stroke.tag-highway-track, -path.stroke.tag-track { +path.line.stroke.tag-highway-track, +path.line.stroke.tag-track { stroke: #c5b59f; } -path.casing.tag-highway-track, -path.casing.tag-track { +path.line.casing.tag-highway-track, +path.line.casing.tag-track { stroke: #746f6f; } -path.stroke.tag-highway-path, -path.stroke.tag-highway-footway, -path.stroke.tag-highway-cycleway, -path.stroke.tag-highway-bridleway { +path.line.stroke.tag-highway-path, +path.line.stroke.tag-highway-footway, +path.line.stroke.tag-highway-cycleway, +path.line.stroke.tag-highway-bridleway { stroke-linecap: butt; stroke-dasharray: 6, 6; } -.low-zoom path.stroke.tag-highway-path, -.low-zoom path.stroke.tag-highway-footway, -.low-zoom path.stroke.tag-highway-cycleway, -.low-zoom path.stroke.tag-highway-bridleway { +.low-zoom path.line.stroke.tag-highway-path, +.low-zoom path.line.stroke.tag-highway-footway, +.low-zoom path.line.stroke.tag-highway-cycleway, +.low-zoom path.line.stroke.tag-highway-bridleway { stroke-linecap: butt; stroke-dasharray: 3, 3; } -path.casing.tag-highway-path, -path.casing.tag-highway-path.tag-unpaved { +path.line.casing.tag-highway-path, +path.line.casing.tag-highway-path.tag-unpaved { stroke: #dca; stroke-linecap: round; stroke-dasharray: none; } -path.casing.tag-highway-footway, -path.casing.tag-highway-cycleway, -path.casing.tag-highway-bridleway, -path.casing.tag-highway-footway.tag-unpaved, -path.casing.tag-highway-cycleway.tag-unpaved, -path.casing.tag-highway-bridleway.tag-unpaved { +path.line.casing.tag-highway-footway, +path.line.casing.tag-highway-cycleway, +path.line.casing.tag-highway-bridleway, +path.line.casing.tag-highway-footway.tag-unpaved, +path.line.casing.tag-highway-cycleway.tag-unpaved, +path.line.casing.tag-highway-bridleway.tag-unpaved { stroke: #fff; stroke-linecap: round; stroke-dasharray: none; @@ -536,7 +525,7 @@ path.casing.tag-highway-bridleway.tag-unpaved { color: #988; fill: #dca; } -path.stroke.tag-highway-path { +path.line.stroke.tag-highway-path { stroke: #988; } @@ -546,7 +535,7 @@ path.stroke.tag-highway-path { color: #988; fill: #fff; } -path.stroke.tag-highway-footway { +path.line.stroke.tag-highway-footway { stroke: #988; } @@ -556,7 +545,7 @@ path.stroke.tag-highway-footway { color: #58a9ed; fill: #fff; } -path.stroke.tag-highway-cycleway { +path.line.stroke.tag-highway-cycleway { stroke: #58a9ed; } @@ -565,7 +554,7 @@ path.stroke.tag-highway-cycleway { color: #e06d5f; fill: #fff; } -path.stroke.tag-highway-bridleway { +path.line.stroke.tag-highway-bridleway { stroke: #e06d5f; } @@ -573,16 +562,16 @@ path.stroke.tag-highway-bridleway { color: #81d25c; fill: #fff; } -path.stroke.tag-highway-steps { +path.line.stroke.tag-highway-steps { stroke: #81d25c; stroke-linecap: butt; stroke-dasharray: 3, 3; } -.low-zoom path.stroke.tag-highway-steps { +.low-zoom path.line.stroke.tag-highway-steps { stroke-dasharray: 2, 2; } -path.casing.tag-highway-steps, -path.casing.tag-highway-steps.tag-unpaved { +path.line.casing.tag-highway-steps, +path.line.casing.tag-highway-steps.tag-unpaved { stroke: #fff; stroke-linecap: round; stroke-dasharray: none; diff --git a/css/35_aeroways.css b/css/35_aeroways.css index d6d66d46e..76bf7003c 100644 --- a/css/35_aeroways.css +++ b/css/35_aeroways.css @@ -1,37 +1,41 @@ /* aeroways */ /* areas */ -path.stroke.area.tag-aeroway, -.low-zoom path.stroke.area.tag-aeroway { +path.area.stroke.tag-aeroway, +.low-zoom path.area.stroke.tag-aeroway { stroke: #fff; stroke-dasharray: none; stroke-width: 1; } +path.area.fill.tag-aeroway-runway { + stroke: rgba(0, 0, 0, 0.6); + fill: rgba(0, 0, 0, 0.6); +} +/* lines */ /* narrow aeroways (taxiway) */ -path.shadow.tag-aeroway-taxiway, -path.shadow.tag-taxiway { +path.line.shadow.tag-aeroway-taxiway, +path.line.shadow.tag-taxiway { stroke-width: 16; } -path.casing.tag-aeroway-taxiway, -path.casing.tag-taxiway { +path.line.casing.tag-aeroway-taxiway, +path.line.casing.tag-taxiway { stroke-width: 7; } -path.stroke.tag-aeroway-taxiway, -path.stroke.tag-taxiway { +path.line.stroke.tag-aeroway-taxiway, +path.line.stroke.tag-taxiway { stroke-width: 5; } - -.low-zoom path.shadow.tag-aeroway-taxiway, -.low-zoom path.shadow.tag-taxiway { +.low-zoom path.line.shadow.tag-aeroway-taxiway, +.low-zoom path.line.shadow.tag-taxiway { stroke-width: 12; } -.low-zoom path.casing.tag-aeroway-taxiway, -.low-zoom path.casing.tag-taxiway { +.low-zoom path.line.casing.tag-aeroway-taxiway, +.low-zoom path.line.casing.tag-taxiway { stroke-width: 5; } -.low-zoom path.stroke.tag-aeroway-taxiway, -.low-zoom path.stroke.tag-taxiway { +.low-zoom path.line.stroke.tag-aeroway-taxiway, +.low-zoom path.line.stroke.tag-taxiway { stroke-width: 3; } @@ -40,50 +44,43 @@ path.stroke.tag-taxiway { color: #ff0; fill: #666; } -path.stroke.tag-aeroway-taxiway, -path.stroke.tag-taxiway { +path.line.stroke.tag-aeroway-taxiway, +path.line.stroke.tag-taxiway { stroke: #ff0; } -path.casing.tag-aeroway-taxiway, -path.casing.tag-taxiway { +path.line.casing.tag-aeroway-taxiway, +path.line.casing.tag-taxiway { stroke: #666; } - /* wide aeroways (runway) */ .preset-icon .icon.tag-aeroway-runway, .preset-icon .icon.tag-runway { color: #444; fill: #000; } -path.shadow.tag-aeroway-runway { +path.line.shadow.tag-aeroway-runway { stroke-width: 20; } -path.casing.tag-aeroway-runway { +path.line.casing.tag-aeroway-runway { stroke-width: 10; stroke: #000; stroke-linecap: square; } -path.stroke.tag-aeroway-runway { +path.line.stroke.tag-aeroway-runway { stroke: #fff; stroke-width: 2; stroke-linecap: butt; stroke-dasharray: 24, 48; } - -.low-zoom path.shadow.tag-aeroway-runway { +.low-zoom path.line.shadow.tag-aeroway-runway { stroke-width: 16; } -.low-zoom path.casing.tag-aeroway-runway { +.low-zoom path.line.casing.tag-aeroway-runway { stroke-width: 7; } -.low-zoom path.stroke.tag-aeroway-runway { +.low-zoom path.line.stroke.tag-aeroway-runway { stroke-width: 2; stroke-dasharray: 12, 24; } -path.fill.tag-aeroway-runway { - stroke: rgba(0, 0, 0, 0.6); - fill: rgba(0, 0, 0, 0.6); -} - diff --git a/css/40_railways.css b/css/40_railways.css index f5636ec99..e8add8737 100644 --- a/css/40_railways.css +++ b/css/40_railways.css @@ -1,4 +1,6 @@ /* railways */ + +/* defaults */ .preset-icon .icon.tag-railway.other-line { color: #fff; fill: #777; @@ -8,49 +10,36 @@ fill: #eee; } -/* railway areas */ -path.stroke.area.tag-railway, -.low-zoom path.stroke.area.tag-railway { - stroke: white; - stroke-width: 1; - stroke-dasharray: none; -} - -path.casing.area.tag-railway, -.low-zoom path.casing.area.tag-railway { - stroke: none; -} - +/* lines */ /* narrow widths */ -path.shadow.tag-railway { +path.line.shadow.tag-railway { stroke-width: 16; } -path.casing.tag-railway { +path.line.casing.tag-railway { stroke-width: 7; } -path.stroke.tag-railway { +path.line.stroke.tag-railway { stroke-width: 2; stroke-linecap: butt; stroke-dasharray: 12,12; } - -.low-zoom path.shadow.tag-railway { +.low-zoom path.line.shadow.tag-railway { stroke-width: 12; } -.low-zoom path.casing.tag-railway { +.low-zoom path.line.casing.tag-railway { stroke-width: 5; } -.low-zoom path.stroke.tag-railway { +.low-zoom path.line.stroke.tag-railway { stroke-width: 2; stroke-dasharray: 6,6; } /* styles */ -path.casing.tag-railway { +path.line.casing.tag-railway { stroke: #555; } -path.stroke.tag-railway { +path.line.stroke.tag-railway { stroke: #eee; } @@ -60,12 +49,12 @@ path.stroke.tag-railway { color: #999; fill: #eee; } -path.casing.tag-railway-disused, -path.casing.tag-railway-abandoned { +path.line.casing.tag-railway-disused, +path.line.casing.tag-railway-abandoned { stroke: #999; } -path.stroke.tag-railway-disused, -path.stroke.tag-railway-abandoned { +path.line.stroke.tag-railway-disused, +path.line.stroke.tag-railway-abandoned { stroke: #eee; } @@ -74,9 +63,9 @@ path.stroke.tag-railway-abandoned { color: #222; fill: #bbb; } -path.casing.tag-railway-subway { +path.line.casing.tag-railway-subway { stroke: #222; } -path.stroke.tag-railway-subway { +path.line.stroke.tag-railway-subway { stroke: #bbb; } diff --git a/css/45_waterways.css b/css/45_waterways.css index 41f954db3..8ac736c35 100644 --- a/css/45_waterways.css +++ b/css/45_waterways.css @@ -1,4 +1,6 @@ /* waterways */ + +/* defaults */ .preset-icon .icon.tag-waterway.other-line { color: #77d3de; fill: #77d3de; @@ -14,68 +16,14 @@ path.fill.tag-waterway { stroke: rgba(119, 211, 222, 0.3); fill: rgba(119, 211, 222, 0.3); } -path.casing.tag-waterway { +path.line.casing.tag-waterway { stroke: #3d6c71; } -path.stroke.tag-waterway { +path.line.stroke.tag-waterway { stroke: #77d3de; } - -/* narrow waterways (default) */ -path.shadow.tag-waterway { - stroke-width: 16; -} -path.casing.tag-waterway { - stroke-width: 7; -} -path.stroke.tag-waterway { - stroke-width: 5; -} - -.low-zoom path.shadow.tag-waterway { - stroke-width: 12; -} -.low-zoom path.casing.tag-waterway { - stroke-width: 5; -} -.low-zoom path.stroke.tag-waterway { - stroke-width: 3; -} - - -/* wide waterways (river) */ -path.shadow.tag-waterway-river { - stroke-width: 20; -} -path.casing.tag-waterway-river { - stroke-width: 10; -} -path.stroke.tag-waterway-river { - stroke-width: 8; -} - -.low-zoom path.shadow.tag-waterway-river { - stroke-width: 16; -} -.low-zoom path.casing.tag-waterway-river { - stroke-width: 7; -} -.low-zoom path.stroke.tag-waterway-river { - stroke-width: 5; -} - - -/* ditch */ -.preset-icon .icon.tag-waterway-ditch { - color: #8eabf3; -} -path.stroke.tag-waterway-ditch { - stroke: #8eabf3; -} - - -/* waterway areas */ +/* areas */ path.area.stroke.tag-waterway-dock, path.area.stroke.tag-waterway-boatyard, path.area.stroke.tag-waterway-fuel { @@ -94,26 +42,68 @@ path.area.fill.tag-waterway-fuel { fill: rgba(255, 255, 255, 0.3); } -/* ferry routes */ -.preset-icon .icon.tag-route-ferry { - color: #58a9ed; - fill: #fff; +/* lines */ +path.fill.tag-waterway { + stroke: rgba(119, 211, 222, 0.3); + fill: rgba(119, 211, 222, 0.3); } -path.shadow.tag-route-ferry { +path.line.casing.tag-waterway { + stroke: #3d6c71; +} +path.line.stroke.tag-waterway { + stroke: #77d3de; +} + + +/* narrow waterways (default) */ +path.line.shadow.tag-waterway { stroke-width: 16; } -path.stroke.tag-route-ferry { - stroke-width: 3; - stroke-linecap: butt; - stroke-dasharray: 12,8; +path.line.casing.tag-waterway { + stroke-width: 7; } -.low-zoom path.shadow.tag-route-ferry { +path.line.stroke.tag-waterway { + stroke-width: 5; +} + +.low-zoom path.line.shadow.tag-waterway { stroke-width: 12; } -.low-zoom path.stroke.tag-route-ferry { - stroke-width: 2; - stroke-dasharray: 6,4; +.low-zoom path.line.casing.tag-waterway { + stroke-width: 5; } -path.stroke.tag-route-ferry { - stroke: #58a9ed; +.low-zoom path.line.stroke.tag-waterway { + stroke-width: 3; } + + +/* wide waterways (river) */ +path.line.shadow.tag-waterway-river { + stroke-width: 20; +} +path.line.casing.tag-waterway-river { + stroke-width: 10; +} +path.line.stroke.tag-waterway-river { + stroke-width: 8; +} + +.low-zoom path.line.shadow.tag-waterway-river { + stroke-width: 16; +} +.low-zoom path.line.casing.tag-waterway-river { + stroke-width: 7; +} +.low-zoom path.line.stroke.tag-waterway-river { + stroke-width: 5; +} + + +/* ditch */ +.preset-icon .icon.tag-waterway-ditch { + color: #8eabf3; +} +path.line.stroke.tag-waterway-ditch { + stroke: #8eabf3; +} + diff --git a/css/50_misc.css b/css/50_misc.css index 394f766dc..25ed4e08a 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -1,3 +1,29 @@ + +/* ferry routes */ +.preset-icon .icon.tag-route-ferry { + color: #58a9ed; + fill: #fff; +} +path.line.shadow.tag-route-ferry { + stroke-width: 16; +} +path.line.stroke.tag-route-ferry { + stroke-width: 3; + stroke-linecap: butt; + stroke-dasharray: 12,8; +} +.low-zoom path.line.shadow.tag-route-ferry { + stroke-width: 12; +} +.low-zoom path.line.stroke.tag-route-ferry { + stroke-width: 2; + stroke-dasharray: 6,4; +} +path.line.stroke.tag-route-ferry { + stroke: #58a9ed; +} + + /* power and pipeline */ .preset-icon .icon.tag-man_made-pipeline, .preset-icon .icon.tag-power { @@ -6,81 +32,80 @@ } /* power */ - -path.stroke.tag-power { +path.line.stroke.tag-power { stroke: #939393; stroke-width: 2; } -path.casing.tag-power { +path.line.casing.tag-power { stroke: none; } /* pipeline */ -path.stroke.tag-man_made-pipeline { - stroke: #CBD0D8; +path.line.stroke.tag-man_made-pipeline { + stroke: #cbd0d8; stroke-linecap: butt; stroke-width: 3; stroke-dasharray: 80, 1.25; } -path.casing.tag-man_made-pipeline { +path.line.casing.tag-man_made-pipeline { stroke: #666; stroke-width: 4.5; } -.low-zoom path.stroke.tag-man_made-pipeline { +.low-zoom path.line.stroke.tag-man_made-pipeline { stroke-dasharray: 40, 1; } /* boundaries */ -path.stroke.tag-boundary { +path.line.stroke.tag-boundary { stroke: #fff; stroke-width: 2; stroke-linecap: butt; stroke-dasharray: 20, 5, 5, 5; } -path.casing.tag-boundary { - stroke: #82B5FE; +path.line.casing.tag-boundary { + stroke: #82b5fe; stroke-width: 6; } -path.casing.tag-boundary-protected_area, -path.casing.tag-boundary-national_park { +path.line.casing.tag-boundary-protected_area, +path.line.casing.tag-boundary-national_park { stroke: #b0e298; } /* Tree Rows */ -path.shadow.tag-natural-tree_row { +path.line.shadow.tag-natural-tree_row { stroke-width: 16; } -path.casing.tag-natural-tree_row { +path.line.casing.tag-natural-tree_row { stroke-width: 7; } -path.stroke.tag-natural-tree_row { +path.line.stroke.tag-natural-tree_row { stroke-width: 5; } -.low-zoom path.shadow.tag-natural-tree_row { +.low-zoom path.line.shadow.tag-natural-tree_row { stroke-width: 12; } -.low-zoom path.casing.tag-natural-tree_row { +.low-zoom path.line.casing.tag-natural-tree_row { stroke-width: 5; } -.low-zoom path.stroke.tag-natural-tree_row { +.low-zoom path.line.stroke.tag-natural-tree_row { stroke-width: 3; } /* barriers */ -path.stroke.tag-barrier:not(.tag-barrier-hedge) { +path.line.stroke.tag-barrier:not(.tag-barrier-hedge) { stroke: #ddd; } -path.stroke.tag-barrier { +path.line.stroke.tag-barrier { stroke-width: 3px; stroke-linecap: round; stroke-dasharray: 15, 5, 1, 5; } -.low-zoom path.stroke.tag-barrier { +.low-zoom path.line.stroke.tag-barrier { stroke-width: 2px; stroke-linecap: butt; stroke-dasharray: 8, 2, 2, 2; @@ -88,88 +113,88 @@ path.stroke.tag-barrier { /* bridges */ -path.casing.tag-bridge { +path.line.casing.tag-bridge { stroke-opacity: 0.6; stroke: #000 !important; stroke-linecap: butt; stroke-dasharray: none; } -path.shadow.tag-bridge { +path.line.shadow.tag-bridge { stroke-width: 24; } -path.casing.tag-bridge { +path.line.casing.tag-bridge { stroke-width: 16; } -.low-zoom path.shadow.tag-bridge { +.low-zoom path.line.shadow.tag-bridge { stroke-width: 16; } -.low-zoom path.casing.tag-bridge { +.low-zoom path.line.casing.tag-bridge { stroke-width: 10; } -path.shadow.line.tag-railway.tag-bridge, -path.shadow.tag-highway-living_street.tag-bridge, -path.shadow.tag-highway-path.tag-bridge, -path.shadow.tag-highway-corridor.tag-bridge, -path.shadow.line.tag-highway-pedestrian.tag-bridge, -path.shadow.tag-highway-service.tag-bridge, -path.shadow.tag-highway-track.tag-bridge, -path.shadow.tag-highway-steps.tag-bridge, -path.shadow.tag-highway-footway.tag-bridge, -path.shadow.tag-highway-cycleway.tag-bridge, -path.shadow.tag-highway-bridleway.tag-bridge { +path.line.shadow.tag-railway.tag-bridge, +path.line.shadow.tag-highway-living_street.tag-bridge, +path.line.shadow.tag-highway-path.tag-bridge, +path.line.shadow.tag-highway-corridor.tag-bridge, +path.line.shadow.tag-highway-pedestrian.tag-bridge, +path.line.shadow.tag-highway-service.tag-bridge, +path.line.shadow.tag-highway-track.tag-bridge, +path.line.shadow.tag-highway-steps.tag-bridge, +path.line.shadow.tag-highway-footway.tag-bridge, +path.line.shadow.tag-highway-cycleway.tag-bridge, +path.line.shadow.tag-highway-bridleway.tag-bridge { stroke-width: 18; } -path.casing.line.tag-railway.tag-bridge, -path.casing.tag-highway-living_street.tag-bridge, -path.casing.tag-highway-path.tag-bridge, -path.casing.tag-highway-corridor.tag-bridge, -path.casing.line.tag-highway-pedestrian.tag-bridge, -path.casing.tag-highway-service.tag-bridge, -path.casing.tag-highway-track.tag-bridge, -path.casing.tag-highway-steps.tag-bridge, -path.casing.tag-highway-footway.tag-bridge, -path.casing.tag-highway-cycleway.tag-bridge, -path.casing.tag-highway-bridleway.tag-bridge { +path.line.casing.tag-railway.tag-bridge, +path.line.casing.tag-highway-living_street.tag-bridge, +path.line.casing.tag-highway-path.tag-bridge, +path.line.casing.tag-highway-corridor.tag-bridge, +path.line.casing.tag-highway-pedestrian.tag-bridge, +path.line.casing.tag-highway-service.tag-bridge, +path.line.casing.tag-highway-track.tag-bridge, +path.line.casing.tag-highway-steps.tag-bridge, +path.line.casing.tag-highway-footway.tag-bridge, +path.line.casing.tag-highway-cycleway.tag-bridge, +path.line.casing.tag-highway-bridleway.tag-bridge { stroke-width: 10; } -.low-zoom path.shadow.line.tag-railway.tag-bridge, -.low-zoom path.shadow.tag-highway-living_street.tag-bridge, -.low-zoom path.shadow.tag-highway-path.tag-bridge, -.low-zoom path.shadow.tag-highway-corridor.tag-bridge, -.low-zoom path.shadow.line.tag-highway-pedestrian.tag-bridge, -.low-zoom path.shadow.tag-highway-service.tag-bridge, -.low-zoom path.shadow.tag-highway-track.tag-bridge, -.low-zoom path.shadow.tag-highway-steps.tag-bridge, -.low-zoom path.shadow.tag-highway-footway.tag-bridge, -.low-zoom path.shadow.tag-highway-cycleway.tag-bridge, -.low-zoom path.shadow.tag-highway-bridleway.tag-bridge { +.low-zoom path.line.shadow.tag-railway.tag-bridge, +.low-zoom path.line.shadow.tag-highway-living_street.tag-bridge, +.low-zoom path.line.shadow.tag-highway-path.tag-bridge, +.low-zoom path.line.shadow.tag-highway-corridor.tag-bridge, +.low-zoom path.line.shadow.tag-highway-pedestrian.tag-bridge, +.low-zoom path.line.shadow.tag-highway-service.tag-bridge, +.low-zoom path.line.shadow.tag-highway-track.tag-bridge, +.low-zoom path.line.shadow.tag-highway-steps.tag-bridge, +.low-zoom path.line.shadow.tag-highway-footway.tag-bridge, +.low-zoom path.line.shadow.tag-highway-cycleway.tag-bridge, +.low-zoom path.line.shadow.tag-highway-bridleway.tag-bridge { stroke-width: 14; } -.low-zoom path.casing.line.tag-railway.tag-bridge, -.low-zoom path.casing.tag-highway-living_street.tag-bridge, -.low-zoom path.casing.tag-highway-path.tag-bridge, -.low-zoom path.casing.tag-highway-corridor.tag-bridge, -.low-zoom path.casing.line.tag-highway-pedestrian.tag-bridge, -.low-zoom path.casing.tag-highway-service.tag-bridge, -.low-zoom path.casing.tag-highway-track.tag-bridge, -.low-zoom path.casing.tag-highway-steps.tag-bridge, -.low-zoom path.casing.tag-highway-footway.tag-bridge, -.low-zoom path.casing.tag-highway-cycleway.tag-bridge, -.low-zoom path.casing.tag-highway-bridleway.tag-bridge { +.low-zoom path.line.casing.tag-railway.tag-bridge, +.low-zoom path.line.casing.tag-highway-living_street.tag-bridge, +.low-zoom path.line.casing.tag-highway-path.tag-bridge, +.low-zoom path.line.casing.tag-highway-corridor.tag-bridge, +.low-zoom path.line.casing.tag-highway-pedestrian.tag-bridge, +.low-zoom path.line.casing.tag-highway-service.tag-bridge, +.low-zoom path.line.casing.tag-highway-track.tag-bridge, +.low-zoom path.line.casing.tag-highway-steps.tag-bridge, +.low-zoom path.line.casing.tag-highway-footway.tag-bridge, +.low-zoom path.line.casing.tag-highway-cycleway.tag-bridge, +.low-zoom path.line.casing.tag-highway-bridleway.tag-bridge { stroke-width: 6; } /* tunnels */ -path.stroke.tag-tunnel, +path.line.stroke.tag-tunnel, path.line.stroke.tag-location-underground, path.line.stroke.tag-location-underwater { stroke-opacity: 0.3; } -path.casing.tag-tunnel, +path.line.casing.tag-tunnel, path.line.casing.tag-location-underground, path.line.stroke.tag-location-underwater { stroke-opacity: 0.5; @@ -179,12 +204,12 @@ path.line.stroke.tag-location-underwater { /* embankments / cuttings */ -path.shadow.tag-embankment, -path.shadow.tag-cutting { +path.line.shadow.tag-embankment, +path.line.shadow.tag-cutting { stroke-width: 28; } -path.casing.tag-embankment, -path.casing.tag-cutting { +path.line.casing.tag-embankment, +path.line.casing.tag-cutting { stroke-opacity: 0.5; stroke: #000; stroke-width: 22; @@ -192,43 +217,47 @@ path.casing.tag-cutting { stroke-linecap: butt; } -.low-zoom path.shadow.tag-embankment, -.low-zoom path.shadow.tag-cutting { +.low-zoom path.line.shadow.tag-embankment, +.low-zoom path.line.shadow.tag-cutting { stroke-width: 14; } -.low-zoom path.casing.tag-embankment, -.low-zoom path.casing.tag-cutting { +.low-zoom path.line.casing.tag-embankment, +.low-zoom path.line.casing.tag-cutting { stroke-width: 10; } /* Surface - unpaved */ -path.casing.tag-unpaved { +path.line.casing.tag-unpaved { stroke: #ccc; stroke-linecap: butt; stroke-dasharray: 4, 3; } -.low-zoom path.casing.tag-unpaved { +.low-zoom path.line.casing.tag-unpaved { stroke-dasharray: 3, 2; } -path.casing.tag-bridge.tag-unpaved { +path.line.casing.tag-bridge.tag-unpaved { stroke: #000; stroke-dasharray: 4, 3; } -.low-zoom path.casing.tag-bridge.tag-unpaved { +.low-zoom path.line.casing.tag-bridge.tag-unpaved { stroke: #000; stroke-dasharray: 3, 2; } /* Status (e.g. construction, proposed, abandoned) */ -path.stroke.tag-status, -path.casing.tag-status { +path.area.stroke.tag-status, +path.line.stroke.tag-status, +path.area.casing.tag-status, +path.line.casing.tag-status { stroke-linecap: butt; stroke-dasharray: 7, 3; } -.low-zoom path.stroke.tag-status, -.low-zoom path.casing.tag-status { +.low-zoom path.area.stroke.tag-status, +.low-zoom path.line.stroke.tag-status, +.low-zoom path.area.casing.tag-status, +.low-zoom path.line.casing.tag-status { stroke-dasharray: 5, 2; } @@ -267,53 +296,53 @@ path.fill.tag-building { background-color: #dca; } -path.shadow.tag-public_transport-platform, -path.shadow.tag-railway-platform, -path.shadow.tag-man_made-pier, -path.shadow.tag-footway.tag-footway-crossing, -path.shadow.tag-crossing { +path.line.shadow.tag-public_transport-platform, +path.line.shadow.tag-railway-platform, +path.line.shadow.tag-man_made-pier, +path.line.shadow.tag-footway.tag-footway-crossing, +path.line.shadow.tag-crossing { stroke-width: 16; } -path.casing.tag-public_transport-platform, -path.casing.tag-railway-platform, -path.casing.tag-man_made-pier, -path.casing.tag-footway.tag-footway-crossing, -path.casing.tag-crossing { +path.line.casing.tag-public_transport-platform, +path.line.casing.tag-railway-platform, +path.line.casing.tag-man_made-pier, +path.line.casing.tag-footway.tag-footway-crossing, +path.line.casing.tag-crossing { stroke: #dca; stroke-width: 5; stroke-linecap: round; stroke-dasharray: none; } -path.stroke.tag-public_transport-platform, -path.stroke.tag-railway-platform, -path.stroke.tag-man_made-pier, -path.stroke.tag-footway.tag-footway-crossing, -path.stroke.tag-crossing { +path.line.stroke.tag-public_transport-platform, +path.line.stroke.tag-railway-platform, +path.line.stroke.tag-man_made-pier, +path.line.stroke.tag-footway.tag-footway-crossing, +path.line.stroke.tag-crossing { stroke: #988; stroke-width: 3; stroke-linecap: butt; stroke-dasharray: 6, 6; } -.low-zoom path.shadow.tag-public_transport-platform, -.low-zoom path.shadow.tag-railway-platform, -.low-zoom path.shadow.tag-man_made-pier, -.low-zoom path.shadow.tag-footway.tag-footway-crossing, -.low-zoom path.shadow.tag-crossing { +.low-zoom path.line.shadow.tag-public_transport-platform, +.low-zoom path.line.shadow.tag-railway-platform, +.low-zoom path.line.shadow.tag-man_made-pier, +.low-zoom path.line.shadow.tag-footway.tag-footway-crossing, +.low-zoom path.line.shadow.tag-crossing { stroke-width: 12; } -.low-zoom path.casing.tag-public_transport-platform, -.low-zoom path.casing.tag-railway-platform, -.low-zoom path.casing.tag-man_made-pier, -.low-zoom path.casing.tag-footway.tag-footway-crossing, -.low-zoom path.casing.tag-crossing { +.low-zoom path.line.casing.tag-public_transport-platform, +.low-zoom path.line.casing.tag-railway-platform, +.low-zoom path.line.casing.tag-man_made-pier, +.low-zoom path.line.casing.tag-footway.tag-footway-crossing, +.low-zoom path.line.casing.tag-crossing { stroke-width: 3; } -.low-zoom path.stroke.tag-public_transport-platform, -.low-zoom path.stroke.tag-railway-platform, -.low-zoom path.stroke.tag-man_made-pier, -.low-zoom path.stroke.tag-footway.tag-footway-crossing, -.low-zoom path.stroke.tag-crossing { +.low-zoom path.line.stroke.tag-public_transport-platform, +.low-zoom path.line.stroke.tag-railway-platform, +.low-zoom path.line.stroke.tag-man_made-pier, +.low-zoom path.line.stroke.tag-footway.tag-footway-crossing, +.low-zoom path.line.stroke.tag-crossing { stroke-width: 1; stroke-linecap: butt; stroke-dasharray: 3, 3; @@ -336,55 +365,55 @@ g.midpoint.tag-crossing .fill { color: #444; fill: #dca; } -path.casing.tag-crossing.tag-crossing-marked, -path.casing.tag-crossing.tag-crossing-zebra { +path.line.casing.tag-crossing.tag-crossing-marked, +path.line.casing.tag-crossing.tag-crossing-zebra { stroke: #dca; } -path.stroke.tag-crossing.tag-crossing-marked, -path.stroke.tag-crossing.tag-crossing-zebra { +path.line.stroke.tag-crossing.tag-crossing-marked, +path.line.stroke.tag-crossing.tag-crossing-zebra { stroke: #444; stroke-dasharray: 6, 4; } -.low-zoom path.stroke.tag-crossing.tag-crossing-marked, -.low-zoom path.stroke.tag-crossing.tag-crossing-zebra { +.low-zoom path.line.stroke.tag-crossing.tag-crossing-marked, +.low-zoom path.line.stroke.tag-crossing.tag-crossing-zebra { stroke-dasharray: 3, 2; } /* Attractions */ -path.shadow.tag-attraction-summer_toboggan, -path.shadow.tag-attraction-water_slide { +path.line.shadow.tag-attraction-summer_toboggan, +path.line.shadow.tag-attraction-water_slide { stroke-width: 16; } -path.casing.tag-attraction-summer_toboggan, -path.casing.tag-attraction-water_slide { +path.line.casing.tag-attraction-summer_toboggan, +path.line.casing.tag-attraction-water_slide { stroke-width: 7; } -path.stroke.tag-attraction-summer_toboggan, -path.stroke.tag-attraction-water_slide { +path.line.stroke.tag-attraction-summer_toboggan, +path.line.stroke.tag-attraction-water_slide { stroke-width: 5; } -.low-zoom path.shadow.tag-attraction-summer_toboggan, -.low-zoom path.shadow.tag-attraction-water_slide { +.low-zoom path.line.shadow.tag-attraction-summer_toboggan, +.low-zoom path.line.shadow.tag-attraction-water_slide { stroke-width: 12; } -.low-zoom path.casing.tag-attraction-summer_toboggan, -.low-zoom path.casing.tag-attraction-water_slide { +.low-zoom path.line.casing.tag-attraction-summer_toboggan, +.low-zoom path.line.casing.tag-attraction-water_slide { stroke-width: 5; } -.low-zoom path.stroke.tag-attraction-summer_toboggan, -.low-zoom path.stroke.tag-attraction-water_slide { +.low-zoom path.line.stroke.tag-attraction-summer_toboggan, +.low-zoom path.line.stroke.tag-attraction-water_slide { stroke-width: 3; } -path.stroke.tag-attraction-summer_toboggan { +path.line.stroke.tag-attraction-summer_toboggan { stroke: #9e9e9e; } -path.casing.tag-attraction-summer_toboggan { +path.line.casing.tag-attraction-summer_toboggan { stroke: #666; } -path.stroke.tag-attraction-water_slide { +path.line.stroke.tag-attraction-water_slide { stroke: #aae0cb; } -path.casing.tag-attraction-water_slide { +path.line.casing.tag-attraction-water_slide { stroke: #3d6c71; } From 43cea82d6f7930d565097f20f6a49cab361cc82c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 14 Dec 2018 17:31:10 -0500 Subject: [PATCH 03/12] Make sure when selecting to restore the sidebar to select mode (closes #5603) --- modules/ui/sidebar.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/ui/sidebar.js b/modules/ui/sidebar.js index b12f97889..ddc92bd8d 100644 --- a/modules/ui/sidebar.js +++ b/modules/ui/sidebar.js @@ -180,7 +180,9 @@ export function uiSidebar(context) { sidebar.select = function(id, newFeature) { - if (!_current && id) { + sidebar.hide(); + + if (id) { // uncollapse the sidebar if (selection.classed('collapsed')) { var entity = context.entity(id); @@ -205,11 +207,7 @@ export function uiSidebar(context) { .call(inspector); } - } else if (!_current) { - featureListWrap - .classed('inspector-hidden', false); - inspectorWrap - .classed('inspector-hidden', true); + } else { inspector .state('hide'); } From b92592b6b45f1eaf39fd039f0d1e8221b0d78ff9 Mon Sep 17 00:00:00 2001 From: RudyTheDev Date: Sat, 15 Dec 2018 15:32:48 +0200 Subject: [PATCH 04/12] Add fill pattern for reservoir --- css/25_areas.css | 1 + dist/img/pattern/lines.png | Bin 0 -> 18607 bytes modules/svg/areas.js | 2 ++ modules/svg/defs.js | 1 + 4 files changed, 4 insertions(+) create mode 100644 dist/img/pattern/lines.png diff --git a/css/25_areas.css b/css/25_areas.css index f2bb3184f..2c27c0607 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -104,6 +104,7 @@ path.fill.tag-natural-water { background-color: rgba(119, 211, 222, 0.3); } .pattern-color-waves, +.pattern-color-water, .pattern-color-pond { fill: rgba(119, 211, 222, 0.3); } diff --git a/dist/img/pattern/lines.png b/dist/img/pattern/lines.png new file mode 100644 index 0000000000000000000000000000000000000000..d58ff64c752de149d348d8e4947dbeddb6742259 GIT binary patch literal 18607 zcmeI4ZHya78GyG+RFX^6NEB$*fY@_d(uVBqw|8gd^Km&}awqC=T&~Kcw9whv*}GM2 zukr5PIfoRLAb}#FN-1ii3i_ie0*R=zq4Df96viC|$dUM%0|ps+dyz0k#D&1#)!3qoO{S%>I2jzt$Q z1-0?q-(LJ-P7J*9+)=Zvl=!jf&C3dqRYOu# zM*)taitSgfI6|aC!}Fc_(!q9h)z!n&-EDe@pA z4^f-?N~6+hnulau!Bt#~BVwlxw5uWXHf5>cpi77!{Caj4|Eg<{t!ROlc5lBGZkds+} zxahX4JvQ3qgI(LuR&CeB61K6Mx^{iwOBj=&14A(_l)pyT9#9P6E1HCXZKkfF0)ga0 zXehSnVIO$c=o;rC1{hkT)gHLMt@iVIO*M?9)jAoj32PT1U$RvTXtuBB^QL;mR+HQs z^GFC?U_(_=iM6JA#E+qn-Xl}8FxD|L4bw+tbPWnzTG~5Qvg7b_11-tla@m=!MKL7f zaJE!T+7poW09A!~MB1a9iYNJ=p-QgrVhJjql{ZaO^F7!~>R$8ikZQZ`)J|Lv9#)EB zL2P0uDM}tC6iL{9MU{Y>cQp-bF49QH({^T@ZK&vDjesoZu#(Z~u*Ej;u%eLgkl`fx zc>_vNML;qw!`D3{uRxt7MOwuGHyf&&36g|8(VIW5ggt^k-CNpC*w)fphm8m)3(I(} zv$D{&I?cg$CbkwR2cl%rE}~?*#v}uJO1sUXmW5Oy*ceVW1RKnU*Ri&YYnPkuQ&%mm z;ZCB^kJn%WPcD&(kYy!Gz4n^*yC0k-*Ch}UT-{t4RMm0~=q5WtGR}czAj!oFkf5&W zx{3@7*=8rqnJD&mG3iVOaPO+CnU0q4te6?C;ZAyaGHeJ~!q9CaT86bH>=ors&pHMD zE&4A;4u!Q<+_;(~BB=_=)*h3E*>8kZk?se?I22*MUI`FPvQu8IdF_odU4}ay&G`5q z_SM6U;A+Ncrj-H|ozi;Z1S3*&+ z2pks+C91=5Q4}l!$HhX4>Tp~X1&hFOu~4Eq92Z5wB5+(Rl&B8JMNzN_92W~Es>5+n z6f6SA#X^bda9k7xi@HLW$~d zToeV1z;UrqqB{NdiRy4%6a|aGaj{UM zIvf{8!6I;6ER?7Y$3;=F2pks+C91=5Q4}l!$HhX4>Tp~X1&hFOu~4Eq92Z5wB3u^N zNcUH9aE<&F&Kmj6n_ryU`X};xIU<^wFAKu@-GcDQ=LF$j?~w1m3c`va2p1j}1m~^&Q>yN}+zP0)`w%@kn;BTIJ;iYq1%6tFt zkL|frV;{Kmp1D0g`Qk_QZ~peemIrqK^UfVJPoLTU@>iG6ez5t(t;;7rVm`6uWaE`x qui3w^Pl%`A{r1~`HopG|5~lAsJGZ!V?pvhS!tC_n(sKtMKJ_0c-dcwM literal 0 HcmV?d00001 diff --git a/modules/svg/areas.js b/modules/svg/areas.js index 3192d7fd6..4c1072a2e 100644 --- a/modules/svg/areas.js +++ b/modules/svg/areas.js @@ -41,6 +41,7 @@ export function svgAreas(projection, context) { meadow: 'meadow', military: 'construction', orchard: 'orchard', + reservoir: 'water', quarry: 'quarry', vineyard: 'vineyard' }, @@ -51,6 +52,7 @@ export function svgAreas(projection, context) { scrub: 'scrub', water: [ { water: 'pond', pattern: 'pond' }, + { water: 'reservoir', pattern: 'water' }, { pattern: 'waves' } ], wetland: [ diff --git a/modules/svg/defs.js b/modules/svg/defs.js index 726ea7b29..a6eb14b39 100644 --- a/modules/svg/defs.js +++ b/modules/svg/defs.js @@ -125,6 +125,7 @@ export function svgDefs(context) { ['quarry', 'quarry'], ['scrub', 'bushes'], ['vineyard', 'vineyard'], + ['water', 'lines'], ['waves', 'waves'], ['wetland', 'wetland'], ['wetland_marsh', 'wetland_marsh'], From 89a128f14ca88be844a194314865812d044a3343 Mon Sep 17 00:00:00 2001 From: RudyTheDev Date: Sat, 15 Dec 2018 15:58:39 +0200 Subject: [PATCH 05/12] Allow directly specified fill pattern for entire tag (not using for anything as of yet) --- modules/svg/areas.js | 51 +++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/modules/svg/areas.js b/modules/svg/areas.js index 4c1072a2e..1f3a0d1c3 100644 --- a/modules/svg/areas.js +++ b/modules/svg/areas.js @@ -11,6 +11,8 @@ export function svgAreas(projection, context) { // Patterns only work in Firefox when set directly on element. // (This is not a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=750632) var patterns = { + // tag - pattern name + // -or- // tag - value - pattern name // -or- // tag - value - rules (optional tag-values, pattern name) @@ -93,33 +95,38 @@ export function svgAreas(projection, context) { var entityValue = entity.tags[tag]; if (!entityValue) continue; - var values = patterns[tag]; - for (var value in values) { - if (entityValue !== value) continue; + if (typeof patterns[tag] === 'string') { // extra short syntax (just tag) - pattern name + this.style.fill = this.style.stroke = 'url("#pattern-' + patterns[tag] + '")'; + return; + } else { + var values = patterns[tag]; + for (var value in values) { + if (entityValue !== value) continue; - var rules = values[value]; - if (typeof rules === 'string') { // short syntax - pattern name - this.style.fill = this.style.stroke = 'url("#pattern-' + rules + '")'; - return; - } else { // long syntax - rule array - for (var ruleKey in rules) { - var rule = rules[ruleKey]; + var rules = values[value]; + if (typeof rules === 'string') { // short syntax - pattern name + this.style.fill = this.style.stroke = 'url("#pattern-' + rules + '")'; + return; + } else { // long syntax - rule array + for (var ruleKey in rules) { + var rule = rules[ruleKey]; - var pass = true; - for (var criterion in rule) { - if (criterion !== 'pattern') { // reserved for pattern name - // The only rule is a required tag-value pair - var v = entity.tags[criterion]; - if (!v || v !== rule[criterion]) { - pass = false; - break; + var pass = true; + for (var criterion in rule) { + if (criterion !== 'pattern') { // reserved for pattern name + // The only rule is a required tag-value pair + var v = entity.tags[criterion]; + if (!v || v !== rule[criterion]) { + pass = false; + break; + } } } - } - if (pass) { - this.style.fill = this.style.stroke = 'url("#pattern-' + rule.pattern + '")'; - return; + if (pass) { + this.style.fill = this.style.stroke = 'url("#pattern-' + rule.pattern + '")'; + return; + } } } } From dee530c8af749e1546a33db2a3a8b7662a1b9540 Mon Sep 17 00:00:00 2001 From: RudyTheDev Date: Sat, 15 Dec 2018 16:16:36 +0200 Subject: [PATCH 06/12] Add groyne and breakwater stroke style --- css/25_areas.css | 4 +++- css/50_misc.css | 10 +++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/css/25_areas.css b/css/25_areas.css index 2c27c0607..081302258 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -80,7 +80,9 @@ path.stroke.tag-natural-water, path.stroke.tag-landuse-aquaculture, path.stroke.tag-landuse-basin, path.stroke.tag-landuse-harbour, -path.stroke.tag-landuse-reservoir { +path.stroke.tag-landuse-reservoir, +path.stroke.tag-man_made-groyne, +path.stroke.tag-man_made-breakwater { stroke: rgb(119, 211, 222); } path.fill.tag-amenity-swimming_pool, diff --git a/css/50_misc.css b/css/50_misc.css index 25ed4e08a..ee52751ce 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -96,16 +96,20 @@ path.line.stroke.tag-natural-tree_row { } -/* barriers */ +/* barriers and similar */ path.line.stroke.tag-barrier:not(.tag-barrier-hedge) { stroke: #ddd; } -path.line.stroke.tag-barrier { +path.line.stroke.tag-barrier, +path.stroke.tag-man_made-groyne, +path.stroke.tag-man_made-breakwater { stroke-width: 3px; stroke-linecap: round; stroke-dasharray: 15, 5, 1, 5; } -.low-zoom path.line.stroke.tag-barrier { +.low-zoom path.line.stroke.tag-barrier, +.low-zoom path.stroke.tag-man_made-groyne, +.low-zoom path.stroke.tag-man_made-breakwater { stroke-width: 2px; stroke-linecap: butt; stroke-dasharray: 8, 2, 2, 2; From 743be30a76f4a8e2d4fe119bf269a1f8335f5bd3 Mon Sep 17 00:00:00 2001 From: RudyTheDev Date: Sat, 15 Dec 2018 16:33:06 +0200 Subject: [PATCH 07/12] Use water fill pattern for fountain area --- css/25_areas.css | 5 ++++- modules/svg/areas.js | 7 ++++--- modules/svg/defs.js | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/css/25_areas.css b/css/25_areas.css index 081302258..3224a3c62 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -95,6 +95,9 @@ path.fill.tag-natural-water { stroke: rgba(119, 211, 222, 0.3); fill: rgba(119, 211, 222, 0.3); } +path.fill.tag-amenity-fountain { + fill: rgba(119, 211, 222, 0.3); +} .preset-icon-fill-area.tag-amenity-swimming_pool, .preset-icon-fill-area.tag-leisure-swimming_pool, .preset-icon-fill-area.tag-landuse-aquaculture, @@ -106,7 +109,7 @@ path.fill.tag-natural-water { background-color: rgba(119, 211, 222, 0.3); } .pattern-color-waves, -.pattern-color-water, +.pattern-color-water_standing, .pattern-color-pond { fill: rgba(119, 211, 222, 0.3); } diff --git a/modules/svg/areas.js b/modules/svg/areas.js index 1f3a0d1c3..8a0ef97e1 100644 --- a/modules/svg/areas.js +++ b/modules/svg/areas.js @@ -18,7 +18,8 @@ export function svgAreas(projection, context) { // tag - value - rules (optional tag-values, pattern name) // (matches earlier rules first, so fallback should be last entry) amenity: { - grave_yard: 'cemetery' + grave_yard: 'cemetery', + fountain: 'water_standing' }, landuse: { cemetery: [ @@ -43,7 +44,7 @@ export function svgAreas(projection, context) { meadow: 'meadow', military: 'construction', orchard: 'orchard', - reservoir: 'water', + reservoir: 'water_standing', quarry: 'quarry', vineyard: 'vineyard' }, @@ -54,7 +55,7 @@ export function svgAreas(projection, context) { scrub: 'scrub', water: [ { water: 'pond', pattern: 'pond' }, - { water: 'reservoir', pattern: 'water' }, + { water: 'reservoir', pattern: 'water_standing' }, { pattern: 'waves' } ], wetland: [ diff --git a/modules/svg/defs.js b/modules/svg/defs.js index a6eb14b39..47d9722a5 100644 --- a/modules/svg/defs.js +++ b/modules/svg/defs.js @@ -125,7 +125,7 @@ export function svgDefs(context) { ['quarry', 'quarry'], ['scrub', 'bushes'], ['vineyard', 'vineyard'], - ['water', 'lines'], + ['water_standing', 'lines'], ['waves', 'waves'], ['wetland', 'wetland'], ['wetland_marsh', 'wetland_marsh'], From c6674449a33045ddcd9f5cfbc1f09343d6693d46 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 16 Dec 2018 14:40:28 -0500 Subject: [PATCH 08/12] Add diet: multicombo, put it in `moreFields` with the internet stuff (closes #5580) --- data/presets.yaml | 3 + data/presets/fields.json | 1 + data/presets/fields/diet_multi.json | 5 + data/presets/presets.json | 650 +++++++++--------- data/presets/presets/amenity/cafe.json | 9 +- data/presets/presets/amenity/fast_food.json | 6 + .../presets/amenity/fast_food/burger.json | 6 + .../presets/amenity/fast_food/chicken.json | 6 + .../amenity/fast_food/fish_and_chips.json | 6 + .../presets/amenity/fast_food/kebab.json | 6 + .../presets/amenity/fast_food/pizza.json | 6 + .../presets/amenity/fast_food/sandwich.json | 6 + data/presets/presets/amenity/food_court.json | 6 + data/presets/presets/amenity/ice_cream.json | 6 + data/presets/presets/amenity/pub.json | 6 + data/presets/presets/amenity/restaurant.json | 6 + .../presets/amenity/restaurant/american.json | 6 + .../presets/amenity/restaurant/asian.json | 6 + .../presets/amenity/restaurant/chinese.json | 6 + .../presets/amenity/restaurant/french.json | 6 + .../presets/amenity/restaurant/german.json | 6 + .../presets/amenity/restaurant/greek.json | 6 + .../presets/amenity/restaurant/indian.json | 6 + .../presets/amenity/restaurant/italian.json | 6 + .../presets/amenity/restaurant/japanese.json | 6 + .../presets/amenity/restaurant/mexican.json | 6 + .../presets/amenity/restaurant/noodle.json | 6 + .../presets/amenity/restaurant/pizza.json | 6 + .../presets/amenity/restaurant/seafood.json | 6 + .../amenity/restaurant/steakhouse.json | 6 + .../presets/amenity/restaurant/sushi.json | 6 + .../presets/amenity/restaurant/thai.json | 6 + .../presets/amenity/restaurant/turkish.json | 6 + .../amenity/restaurant/vietnamese.json | 6 + data/taginfo.json | 1 + dist/locales/en.json | 3 + 36 files changed, 517 insertions(+), 329 deletions(-) create mode 100644 data/presets/fields/diet_multi.json diff --git a/data/presets.yaml b/data/presets.yaml index b3620ecc2..d372270bb 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -463,6 +463,9 @@ en: diaper: # diaper=* label: Diaper Changing Available + diet_multi: + # 'diet:=*' + label: Diet Types direction: # direction=* label: Direction (Degrees Clockwise) diff --git a/data/presets/fields.json b/data/presets/fields.json index 9fb5363be..ee6904eda 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -81,6 +81,7 @@ "design": {"key": "design", "type": "combo", "label": "Design"}, "devices": {"key": "devices", "type": "number", "minValue": 0, "label": "Devices", "placeholder": "1, 2, 3..."}, "diaper": {"key": "diaper", "type": "combo", "label": "Diaper Changing Available", "options": ["yes", "no", "room", "1", "2", "3", "4", "5"]}, + "diet_multi": {"key": "diet:", "type": "multiCombo", "label": "Diet Types"}, "direction_cardinal": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"N": "North", "E": "East", "S": "South", "W": "West", "NE": "Northeast", "SE": "Southeast", "SW": "Southwest", "NW": "Northwest", "NNE": "North-northeast", "ENE": "East-northeast", "ESE": "East-southeast", "SSE": "South-southeast", "SSW": "South-southwest", "WSW": "West-southwest", "WNW": "West-northwest", "NNW": "North-northwest"}}}, "direction_clock": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"clockwise": "Clockwise", "anticlockwise": "Counterclockwise"}}}, "direction_vertex": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}}, diff --git a/data/presets/fields/diet_multi.json b/data/presets/fields/diet_multi.json new file mode 100644 index 000000000..2122c2ed5 --- /dev/null +++ b/data/presets/fields/diet_multi.json @@ -0,0 +1,5 @@ +{ + "key": "diet:", + "type": "multiCombo", + "label": "Diet Types" +} diff --git a/data/presets/presets.json b/data/presets/presets.json index 7bac4ee7b..83a215286 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -59,7 +59,7 @@ "amenity/biergarten": {"icon": "maki-beer", "fields": ["name", "address", "building", "opening_hours", "smoking", "outdoor_seating", "brewery"], "geometry": ["point", "area"], "tags": {"amenity": "biergarten"}, "terms": ["beer", "bier", "booze"], "name": "Biergarten"}, "amenity/boat_rental": {"fields": ["name", "operator", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "boat_rental"}, "name": "Boat Rental"}, "amenity/bureau_de_change": {"icon": "maki-bank", "fields": ["name", "currency_multi", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["bureau de change", "money changer"], "tags": {"amenity": "bureau_de_change"}, "name": "Currency Exchange"}, - "amenity/cafe": {"icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "terms": ["bistro", "coffee", "tea"], "tags": {"amenity": "cafe"}, "name": "Cafe"}, + "amenity/cafe": {"icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bistro", "coffee", "tea"], "tags": {"amenity": "cafe"}, "name": "Cafe"}, "amenity/car_pooling": {"icon": "maki-car", "fields": ["name", "operator", "capacity"], "geometry": ["point", "area"], "tags": {"amenity": "car_pooling"}, "name": "Car Pooling"}, "amenity/car_rental": {"icon": "maki-car-rental", "fields": ["name", "operator", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "car_rental"}, "name": "Car Rental"}, "amenity/car_sharing": {"icon": "maki-car", "fields": ["name", "operator", "capacity", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "car_sharing"}, "name": "Car Sharing"}, @@ -84,22 +84,22 @@ "amenity/drinking_water": {"icon": "maki-drinking-water", "geometry": ["point"], "tags": {"amenity": "drinking_water"}, "terms": ["fountain", "potable"], "name": "Drinking Water"}, "amenity/driving_school": {"icon": "maki-car", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "driving_school"}, "name": "Driving School"}, "amenity/embassy": {"icon": "maki-embassy", "fields": ["name", "country", "address", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "embassy"}, "name": "Embassy"}, - "amenity/fast_food": {"icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food"}, "terms": ["restaurant", "takeaway"], "name": "Fast Food"}, - "amenity/fast_food/burger": {"icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "burger"}, "reference": {"key": "cuisine", "value": "burger"}, "name": "Burger Fast Food"}, - "amenity/fast_food/chicken": {"icon": "fas-drumstick-bite", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["breakfast", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "chicken"}, "reference": {"key": "cuisine", "value": "chicken"}, "name": "Chicken Fast Food"}, - "amenity/fast_food/fish_and_chips": {"icon": "fas-fish", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["breakfast", "cafe", "café", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "french fries"], "tags": {"amenity": "fast_food", "cuisine": "fish_and_chips"}, "reference": {"key": "cuisine", "value": "fish_and_chips"}, "name": "Fish & Chips Fast Food"}, - "amenity/fast_food/kebab": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "kebab"}, "reference": {"key": "cuisine", "value": "kebab"}, "name": "Kebab Fast Food"}, - "amenity/fast_food/pizza": {"icon": "maki-restaurant-pizza", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["dine", "dining", "dinner", "drive-in", "eat", "lunch", "table", "deep dish", "thin crust", "slice"], "tags": {"amenity": "fast_food", "cuisine": "pizza"}, "reference": {"key": "cuisine", "value": "pizza"}, "name": "Pizza Fast Food"}, - "amenity/fast_food/sandwich": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["breakfast", "cafe", "café", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "sandwich"}, "reference": {"key": "cuisine", "value": "sandwich"}, "name": "Sandwich Fast Food"}, + "amenity/fast_food": {"icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food"}, "terms": ["restaurant", "takeaway"], "name": "Fast Food"}, + "amenity/fast_food/burger": {"icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "burger"}, "reference": {"key": "cuisine", "value": "burger"}, "name": "Burger Fast Food"}, + "amenity/fast_food/chicken": {"icon": "fas-drumstick-bite", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["breakfast", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "chicken"}, "reference": {"key": "cuisine", "value": "chicken"}, "name": "Chicken Fast Food"}, + "amenity/fast_food/fish_and_chips": {"icon": "fas-fish", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["breakfast", "cafe", "café", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "french fries"], "tags": {"amenity": "fast_food", "cuisine": "fish_and_chips"}, "reference": {"key": "cuisine", "value": "fish_and_chips"}, "name": "Fish & Chips Fast Food"}, + "amenity/fast_food/kebab": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "kebab"}, "reference": {"key": "cuisine", "value": "kebab"}, "name": "Kebab Fast Food"}, + "amenity/fast_food/pizza": {"icon": "maki-restaurant-pizza", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["dine", "dining", "dinner", "drive-in", "eat", "lunch", "table", "deep dish", "thin crust", "slice"], "tags": {"amenity": "fast_food", "cuisine": "pizza"}, "reference": {"key": "cuisine", "value": "pizza"}, "name": "Pizza Fast Food"}, + "amenity/fast_food/sandwich": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["breakfast", "cafe", "café", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "sandwich"}, "reference": {"key": "cuisine", "value": "sandwich"}, "name": "Sandwich Fast Food"}, "amenity/fire_station": {"icon": "maki-fire-station", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "area"], "terms": [], "tags": {"amenity": "fire_station"}, "name": "Fire Station"}, - "amenity/food_court": {"icon": "maki-restaurant", "fields": ["name", "operator", "address", "building_area", "opening_hours", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["fast food", "restaurant", "food"], "tags": {"amenity": "food_court"}, "name": "Food Court"}, + "amenity/food_court": {"icon": "maki-restaurant", "fields": ["name", "operator", "address", "building_area", "opening_hours", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["fast food", "restaurant", "food"], "tags": {"amenity": "food_court"}, "name": "Food Court"}, "amenity/fountain": {"icon": "temaki-fountain", "fields": ["name"], "geometry": ["point", "area"], "tags": {"amenity": "fountain"}, "name": "Fountain"}, "amenity/fuel": {"icon": "maki-fuel", "fields": ["name", "brand", "operator", "address", "fuel_multi", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["petrol", "fuel", "gasoline", "propane", "diesel", "lng", "cng", "biodiesel"], "tags": {"amenity": "fuel"}, "name": "Gas Station"}, "amenity/grave_yard": {"icon": "maki-cemetery", "fields": ["religion", "denomination"], "geometry": ["point", "area"], "tags": {"amenity": "grave_yard"}, "name": "Graveyard"}, "amenity/grit_bin": {"icon": "fas-box", "fields": ["access_simple"], "geometry": ["point", "vertex"], "tags": {"amenity": "grit_bin"}, "terms": ["salt", "sand"], "name": "Grit Bin"}, "amenity/hospital": {"icon": "maki-hospital", "fields": ["name", "operator", "healthcare/speciality", "address", "emergency"], "geometry": ["point", "area"], "terms": ["clinic", "doctor", "emergency room", "health", "infirmary", "institution", "sanatorium", "sanitarium", "sick", "surgery", "ward"], "tags": {"amenity": "hospital"}, "addTags": {"amenity": "hospital", "healthcare": "hospital"}, "removeTags": {"amenity": "hospital", "healthcare": "hospital"}, "reference": {"key": "amenity", "value": "hospital"}, "name": "Hospital Grounds"}, "amenity/hunting_stand": {"icon": "temaki-binoculars", "fields": ["access_simple"], "geometry": ["point", "vertex", "area"], "terms": ["game", "gun", "lookout", "rifle", "shoot*", "wild", "watch"], "tags": {"amenity": "hunting_stand"}, "name": "Hunting Stand"}, - "amenity/ice_cream": {"icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["gelato", "sorbet", "sherbet", "frozen", "yogurt"], "tags": {"amenity": "ice_cream"}, "name": "Ice Cream Shop"}, + "amenity/ice_cream": {"icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["gelato", "sorbet", "sherbet", "frozen", "yogurt"], "tags": {"amenity": "ice_cream"}, "name": "Ice Cream Shop"}, "amenity/internet_cafe": {"icon": "temaki-antenna", "fields": ["name", "operator", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "internet_access/ssid", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["cybercafe", "taxiphone", "teleboutique", "coffee", "cafe", "net", "lanhouse"], "tags": {"amenity": "internet_cafe"}, "name": "Internet Cafe"}, "amenity/kindergarten": {"icon": "maki-school", "fields": ["name", "operator", "address"], "geometry": ["point", "area"], "terms": ["kindergarden", "pre-school"], "tags": {"amenity": "kindergarten"}, "name": "Preschool/Kindergarten Grounds"}, "amenity/language_school": {"icon": "maki-school", "fields": ["name", "operator", "address", "building_area", "opening_hours", "language_multi"], "geometry": ["point", "area"], "terms": ["esl"], "tags": {"amenity": "language_school"}, "name": "Language School"}, @@ -132,31 +132,31 @@ "amenity/post_box": {"icon": "maki-post", "fields": ["operator", "collection_times", "drive_through", "ref"], "geometry": ["point", "vertex"], "tags": {"amenity": "post_box"}, "terms": ["letter", "post"], "name": "Mailbox"}, "amenity/post_office": {"icon": "maki-post", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["letter", "mail"], "tags": {"amenity": "post_office"}, "name": "Post Office"}, "amenity/prison": {"icon": "maki-prison", "fields": ["name", "operator", "address"], "geometry": ["point", "area"], "terms": ["cell", "jail"], "tags": {"amenity": "prison"}, "name": "Prison Grounds"}, - "amenity/pub": {"icon": "maki-beer", "fields": ["name", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "brewery"], "geometry": ["point", "area"], "tags": {"amenity": "pub"}, "terms": ["alcohol", "drink", "dive", "beer", "bier", "booze"], "name": "Pub"}, + "amenity/pub": {"icon": "maki-beer", "fields": ["name", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "brewery"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "pub"}, "terms": ["alcohol", "drink", "dive", "beer", "bier", "booze"], "name": "Pub"}, "amenity/public_bath": {"icon": "maki-water", "fields": ["name", "bath/type", "bath/open_air", "bath/sand_bath", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"amenity": "public_bath"}, "terms": ["onsen", "foot bath", "hot springs"], "name": "Public Bath"}, "amenity/public_bookcase": {"icon": "maki-library", "fields": ["name", "operator", "capacity", "website"], "geometry": ["point", "area"], "terms": ["library", "bookcrossing"], "tags": {"amenity": "public_bookcase"}, "name": "Public Bookcase"}, "amenity/ranger_station": {"icon": "maki-ranger-station", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["visitor center", "visitor centre", "permit center", "permit centre", "backcountry office", "warden office", "warden center"], "tags": {"amenity": "ranger_station"}, "name": "Ranger Station"}, "amenity/recycling_centre": {"icon": "maki-recycling", "fields": ["name", "operator", "address", "building", "opening_hours", "recycling_accepts"], "geometry": ["point", "area"], "terms": ["bottle", "can", "dump", "glass", "garbage", "rubbish", "scrap", "trash"], "tags": {"amenity": "recycling", "recycling_type": "centre"}, "reference": {"key": "recycling_type", "value": "*"}, "name": "Recycling Center"}, "amenity/recycling_container": {"icon": "maki-recycling", "fields": ["recycling_accepts", "collection_times"], "geometry": ["point", "area"], "terms": ["bin", "can", "bottle", "glass", "garbage", "rubbish", "scrap", "trash"], "tags": {"amenity": "recycling", "recycling_type": "container"}, "reference": {"key": "amenity", "value": "recycling"}, "name": "Recycling Container"}, - "amenity/restaurant": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "coffee", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant"}, "name": "Restaurant"}, - "amenity/restaurant/american": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "coffee", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "american"}, "reference": {"key": "cuisine", "value": "american"}, "name": "American Restaurant"}, - "amenity/restaurant/asian": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "asian"}, "reference": {"key": "cuisine", "value": "asian"}, "name": "Asian Restaurant"}, - "amenity/restaurant/chinese": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "chinese"}, "reference": {"key": "cuisine", "value": "chinese"}, "name": "Chinese Restaurant"}, - "amenity/restaurant/french": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "french"}, "reference": {"key": "cuisine", "value": "french"}, "name": "French Restaurant"}, - "amenity/restaurant/german": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "german"}, "reference": {"key": "cuisine", "value": "german"}, "name": "German Restaurant"}, - "amenity/restaurant/greek": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "gyros", "pitas", "olives"], "tags": {"amenity": "restaurant", "cuisine": "greek"}, "reference": {"key": "cuisine", "value": "greek"}, "name": "Greek Restaurant"}, - "amenity/restaurant/indian": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "curry"], "tags": {"amenity": "restaurant", "cuisine": "indian"}, "reference": {"key": "cuisine", "value": "indian"}, "name": "Indian Restaurant"}, - "amenity/restaurant/italian": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "pasta", "pizza"], "tags": {"amenity": "restaurant", "cuisine": "italian"}, "reference": {"key": "cuisine", "value": "italian"}, "name": "Italian Restaurant"}, - "amenity/restaurant/japanese": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "japanese"}, "reference": {"key": "cuisine", "value": "japanese"}, "name": "Japanese Restaurant"}, - "amenity/restaurant/mexican": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "tacos", "burritos", "enchiladas", "fajitas", "nachos", "tortillas", "salsa", "tamales", "quesadillas"], "tags": {"amenity": "restaurant", "cuisine": "mexican"}, "reference": {"key": "cuisine", "value": "mexican"}, "name": "Mexican Restaurant"}, - "amenity/restaurant/noodle": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "ramen noodles", "soup", "soba noodles", "cellophane noodles", "rice noodles"], "tags": {"amenity": "restaurant", "cuisine": "noodle"}, "reference": {"key": "cuisine", "value": "noodle"}, "name": "Noodle Restaurant"}, - "amenity/restaurant/pizza": {"icon": "maki-restaurant-pizza", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "dine", "dining", "dinner", "drive-in", "eat", "lunch", "table", "deep dish", "thin crust", "slice"], "tags": {"amenity": "restaurant", "cuisine": "pizza"}, "reference": {"key": "cuisine", "value": "pizza"}, "name": "Pizza Restaurant"}, - "amenity/restaurant/seafood": {"icon": "maki-restaurant-seafood", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "fish", "shellfish", "molluscs", "crustaceans", "clams", "oysters", "lobsters", "crab", "shrimp", "squid", "octopus"], "tags": {"amenity": "restaurant", "cuisine": "seafood"}, "reference": {"key": "cuisine", "value": "seafood"}, "name": "Seafood Restaurant"}, - "amenity/restaurant/steakhouse": {"icon": "maki-slaughterhouse", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "steak house", "chop house", "beef"], "tags": {"amenity": "restaurant", "cuisine": "steak_house"}, "reference": {"key": "cuisine", "value": "steak_house"}, "name": "Steakhouse"}, - "amenity/restaurant/sushi": {"icon": "fas-fish", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "sushi"}, "reference": {"key": "cuisine", "value": "sushi"}, "name": "Sushi Restaurant"}, - "amenity/restaurant/thai": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "thai"}, "reference": {"key": "cuisine", "value": "thai"}, "name": "Thai Restaurant"}, - "amenity/restaurant/turkish": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "turkish"}, "reference": {"key": "cuisine", "value": "turkish"}, "name": "Turkish Restaurant"}, - "amenity/restaurant/vietnamese": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "vietnamese"}, "reference": {"key": "cuisine", "value": "vietnamese"}, "name": "Vietnamese Restaurant"}, + "amenity/restaurant": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "coffee", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant"}, "name": "Restaurant"}, + "amenity/restaurant/american": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "coffee", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "american"}, "reference": {"key": "cuisine", "value": "american"}, "name": "American Restaurant"}, + "amenity/restaurant/asian": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "asian"}, "reference": {"key": "cuisine", "value": "asian"}, "name": "Asian Restaurant"}, + "amenity/restaurant/chinese": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "chinese"}, "reference": {"key": "cuisine", "value": "chinese"}, "name": "Chinese Restaurant"}, + "amenity/restaurant/french": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "french"}, "reference": {"key": "cuisine", "value": "french"}, "name": "French Restaurant"}, + "amenity/restaurant/german": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "german"}, "reference": {"key": "cuisine", "value": "german"}, "name": "German Restaurant"}, + "amenity/restaurant/greek": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "gyros", "pitas", "olives"], "tags": {"amenity": "restaurant", "cuisine": "greek"}, "reference": {"key": "cuisine", "value": "greek"}, "name": "Greek Restaurant"}, + "amenity/restaurant/indian": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "curry"], "tags": {"amenity": "restaurant", "cuisine": "indian"}, "reference": {"key": "cuisine", "value": "indian"}, "name": "Indian Restaurant"}, + "amenity/restaurant/italian": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "pasta", "pizza"], "tags": {"amenity": "restaurant", "cuisine": "italian"}, "reference": {"key": "cuisine", "value": "italian"}, "name": "Italian Restaurant"}, + "amenity/restaurant/japanese": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "japanese"}, "reference": {"key": "cuisine", "value": "japanese"}, "name": "Japanese Restaurant"}, + "amenity/restaurant/mexican": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "tacos", "burritos", "enchiladas", "fajitas", "nachos", "tortillas", "salsa", "tamales", "quesadillas"], "tags": {"amenity": "restaurant", "cuisine": "mexican"}, "reference": {"key": "cuisine", "value": "mexican"}, "name": "Mexican Restaurant"}, + "amenity/restaurant/noodle": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "ramen noodles", "soup", "soba noodles", "cellophane noodles", "rice noodles"], "tags": {"amenity": "restaurant", "cuisine": "noodle"}, "reference": {"key": "cuisine", "value": "noodle"}, "name": "Noodle Restaurant"}, + "amenity/restaurant/pizza": {"icon": "maki-restaurant-pizza", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "dine", "dining", "dinner", "drive-in", "eat", "lunch", "table", "deep dish", "thin crust", "slice"], "tags": {"amenity": "restaurant", "cuisine": "pizza"}, "reference": {"key": "cuisine", "value": "pizza"}, "name": "Pizza Restaurant"}, + "amenity/restaurant/seafood": {"icon": "maki-restaurant-seafood", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "fish", "shellfish", "molluscs", "crustaceans", "clams", "oysters", "lobsters", "crab", "shrimp", "squid", "octopus"], "tags": {"amenity": "restaurant", "cuisine": "seafood"}, "reference": {"key": "cuisine", "value": "seafood"}, "name": "Seafood Restaurant"}, + "amenity/restaurant/steakhouse": {"icon": "maki-slaughterhouse", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "steak house", "chop house", "beef"], "tags": {"amenity": "restaurant", "cuisine": "steak_house"}, "reference": {"key": "cuisine", "value": "steak_house"}, "name": "Steakhouse"}, + "amenity/restaurant/sushi": {"icon": "fas-fish", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "sushi"}, "reference": {"key": "cuisine", "value": "sushi"}, "name": "Sushi Restaurant"}, + "amenity/restaurant/thai": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "thai"}, "reference": {"key": "cuisine", "value": "thai"}, "name": "Thai Restaurant"}, + "amenity/restaurant/turkish": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "turkish"}, "reference": {"key": "cuisine", "value": "turkish"}, "name": "Turkish Restaurant"}, + "amenity/restaurant/vietnamese": {"icon": "maki-restaurant-noodle", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "vietnamese"}, "reference": {"key": "cuisine", "value": "vietnamese"}, "name": "Vietnamese Restaurant"}, "amenity/sanitary_dump_station": {"icon": "temaki-storage_tank", "fields": ["operator", "access_simple", "fee", "water_point"], "geometry": ["point", "vertex", "area"], "terms": ["Motor Home", "Camper", "Sanitary", "Dump Station", "Elsan", "CDP", "CTDP", "Chemical Toilet"], "tags": {"amenity": "sanitary_dump_station"}, "name": "RV Toilet Disposal"}, "amenity/school": {"icon": "maki-school", "fields": ["name", "operator", "address", "religion", "denomination"], "geometry": ["point", "area"], "terms": ["academy", "elementary school", "middle school", "high school"], "tags": {"amenity": "school"}, "name": "School Grounds"}, "amenity/shelter": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "bin"], "geometry": ["point", "vertex", "area"], "terms": ["lean-to", "gazebo", "picnic"], "tags": {"amenity": "shelter"}, "name": "Shelter"}, @@ -1468,47 +1468,47 @@ "amenity/bank/하나은행": {"name": "하나은행", "icon": "maki-bank", "fields": ["name", "atm", "operator", "address", "building_area", "opening_hours", "drive_through"], "geometry": ["point", "area"], "tags": {"amenity": "bank", "brand:wikidata": "Q484047"}, "addTags": {"amenity": "bank", "brand": "하나은행", "brand:en": "Korea Exchange Bank", "brand:wikidata": "Q484047", "brand:wikipedia": "en:Korea Exchange Bank", "name": "하나은행", "name:en": "Korea Exchange Bank"}, "removeTags": {"amenity": "bank", "brand": "하나은행", "brand:en": "Korea Exchange Bank", "brand:wikidata": "Q484047", "brand:wikipedia": "en:Korea Exchange Bank", "name": "하나은행", "name:en": "Korea Exchange Bank"}, "matchScore": 2, "suggestion": true}, "amenity/bicycle_rental/Call a Bike": {"name": "Call a Bike", "icon": "maki-bicycle", "fields": ["capacity", "network", "operator", "payment_multi"], "geometry": ["point", "vertex", "area"], "tags": {"amenity": "bicycle_rental", "brand:wikidata": "Q1060525"}, "addTags": {"amenity": "bicycle_rental", "brand": "Call a Bike", "brand:wikidata": "Q1060525", "brand:wikipedia": "en:Call a Bike", "name": "Call a Bike"}, "removeTags": {"amenity": "bicycle_rental", "brand": "Call a Bike", "brand:wikidata": "Q1060525", "brand:wikipedia": "en:Call a Bike", "name": "Call a Bike"}, "matchScore": 2, "suggestion": true}, "amenity/bureau_de_change/Travelex": {"name": "Travelex", "icon": "maki-bank", "fields": ["name", "currency_multi", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"amenity": "bureau_de_change", "brand:wikidata": "Q2337964"}, "addTags": {"amenity": "bureau_de_change", "brand": "Travelex", "brand:wikidata": "Q2337964", "brand:wikipedia": "en:Travelex", "name": "Travelex"}, "removeTags": {"amenity": "bureau_de_change", "brand": "Travelex", "brand:wikidata": "Q2337964", "brand:wikipedia": "en:Travelex", "name": "Travelex"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/85度C": {"name": "85度C", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q4644852"}, "addTags": {"amenity": "cafe", "brand": "85度C", "brand:en": "85C Bakery Cafe", "brand:wikidata": "Q4644852", "brand:wikipedia": "en:85C Bakery Cafe", "name": "85度C", "name:en": "85C Bakery Cafe"}, "removeTags": {"amenity": "cafe", "brand": "85度C", "brand:en": "85C Bakery Cafe", "brand:wikidata": "Q4644852", "brand:wikipedia": "en:85C Bakery Cafe", "name": "85度C", "name:en": "85C Bakery Cafe"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Barista": {"name": "Barista", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q644735"}, "addTags": {"amenity": "cafe", "brand": "Barista", "brand:wikidata": "Q644735", "brand:wikipedia": "en:Barista (company)", "name": "Barista"}, "removeTags": {"amenity": "cafe", "brand": "Barista", "brand:wikidata": "Q644735", "brand:wikipedia": "en:Barista (company)", "name": "Barista"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Cafe Coffee Day": {"name": "Cafe Coffee Day", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5017235"}, "addTags": {"amenity": "cafe", "brand": "Cafe Coffee Day", "brand:wikidata": "Q5017235", "brand:wikipedia": "en:Café Coffee Day", "name": "Cafe Coffee Day"}, "removeTags": {"amenity": "cafe", "brand": "Cafe Coffee Day", "brand:wikidata": "Q5017235", "brand:wikipedia": "en:Café Coffee Day", "name": "Cafe Coffee Day"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Caffè Nero": {"name": "Caffè Nero", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q675808"}, "addTags": {"amenity": "cafe", "brand": "Caffè Nero", "brand:wikidata": "Q675808", "brand:wikipedia": "en:Caffè Nero", "name": "Caffè Nero"}, "removeTags": {"amenity": "cafe", "brand": "Caffè Nero", "brand:wikidata": "Q675808", "brand:wikipedia": "en:Caffè Nero", "name": "Caffè Nero"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Café Amazon": {"name": "Café Amazon", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q43247503"}, "addTags": {"amenity": "cafe", "brand": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "Café Amazon"}, "removeTags": {"amenity": "cafe", "brand": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "Café Amazon"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Caribou Coffee": {"name": "Caribou Coffee", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5039494"}, "addTags": {"amenity": "cafe", "brand": "Caribou Coffee", "brand:wikidata": "Q5039494", "brand:wikipedia": "en:Caribou Coffee", "name": "Caribou Coffee"}, "removeTags": {"amenity": "cafe", "brand": "Caribou Coffee", "brand:wikidata": "Q5039494", "brand:wikipedia": "en:Caribou Coffee", "name": "Caribou Coffee"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Chatime": {"name": "Chatime", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q16829306"}, "addTags": {"amenity": "cafe", "brand": "Chatime", "brand:wikidata": "Q16829306", "brand:wikipedia": "en:Chatime", "name": "Chatime"}, "removeTags": {"amenity": "cafe", "brand": "Chatime", "brand:wikidata": "Q16829306", "brand:wikipedia": "en:Chatime", "name": "Chatime"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Coffee Fellows": {"name": "Coffee Fellows", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q23461429"}, "addTags": {"amenity": "cafe", "brand": "Coffee Fellows", "brand:wikidata": "Q23461429", "brand:wikipedia": "en:Coffee Fellows", "name": "Coffee Fellows"}, "removeTags": {"amenity": "cafe", "brand": "Coffee Fellows", "brand:wikidata": "Q23461429", "brand:wikipedia": "en:Coffee Fellows", "name": "Coffee Fellows"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Coffee House": {"name": "Coffee House", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11855430"}, "addTags": {"amenity": "cafe", "brand": "Coffee House", "brand:wikidata": "Q11855430", "brand:wikipedia": "fi:Coffee House", "name": "Coffee House"}, "removeTags": {"amenity": "cafe", "brand": "Coffee House", "brand:wikidata": "Q11855430", "brand:wikipedia": "fi:Coffee House", "name": "Coffee House"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Coffee Time": {"name": "Coffee Time", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5140932"}, "addTags": {"amenity": "cafe", "brand": "Coffee Time", "brand:wikidata": "Q5140932", "brand:wikipedia": "en:Coffee Time", "name": "Coffee Time"}, "removeTags": {"amenity": "cafe", "brand": "Coffee Time", "brand:wikidata": "Q5140932", "brand:wikipedia": "en:Coffee Time", "name": "Coffee Time"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Costa": {"name": "Costa", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q608845"}, "addTags": {"amenity": "cafe", "brand": "Costa", "brand:wikidata": "Q608845", "brand:wikipedia": "en:Costa Coffee", "name": "Costa"}, "removeTags": {"amenity": "cafe", "brand": "Costa", "brand:wikidata": "Q608845", "brand:wikipedia": "en:Costa Coffee", "name": "Costa"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Country Style": {"name": "Country Style", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5177435"}, "addTags": {"amenity": "cafe", "brand": "Country Style", "brand:wikidata": "Q5177435", "brand:wikipedia": "en:Country Style", "name": "Country Style"}, "removeTags": {"amenity": "cafe", "brand": "Country Style", "brand:wikidata": "Q5177435", "brand:wikipedia": "en:Country Style", "name": "Country Style"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Espresso House": {"name": "Espresso House", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q10489162"}, "addTags": {"amenity": "cafe", "brand": "Espresso House", "brand:wikidata": "Q10489162", "brand:wikipedia": "en:Espresso House", "name": "Espresso House"}, "removeTags": {"amenity": "cafe", "brand": "Espresso House", "brand:wikidata": "Q10489162", "brand:wikipedia": "en:Espresso House", "name": "Espresso House"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Havanna": {"name": "Havanna", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2900869"}, "addTags": {"amenity": "cafe", "brand": "Havanna", "brand:wikidata": "Q2900869", "brand:wikipedia": "es:Havanna", "name": "Havanna"}, "removeTags": {"amenity": "cafe", "brand": "Havanna", "brand:wikidata": "Q2900869", "brand:wikipedia": "es:Havanna", "name": "Havanna"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Joe & The Juice": {"name": "Joe & The Juice", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q26221514"}, "addTags": {"amenity": "cafe", "brand": "Joe & The Juice", "brand:wikidata": "Q26221514", "brand:wikipedia": "en:Joe & The Juice", "name": "Joe & The Juice"}, "removeTags": {"amenity": "cafe", "brand": "Joe & The Juice", "brand:wikidata": "Q26221514", "brand:wikipedia": "en:Joe & The Juice", "name": "Joe & The Juice"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Le Pain Quotidien": {"name": "Le Pain Quotidien", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2046903"}, "addTags": {"amenity": "cafe", "brand": "Le Pain Quotidien", "brand:wikidata": "Q2046903", "brand:wikipedia": "en:Le Pain Quotidien", "name": "Le Pain Quotidien"}, "removeTags": {"amenity": "cafe", "brand": "Le Pain Quotidien", "brand:wikidata": "Q2046903", "brand:wikipedia": "en:Le Pain Quotidien", "name": "Le Pain Quotidien"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/McCafé": {"name": "McCafé", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q3114287"}, "addTags": {"amenity": "cafe", "brand": "McCafé", "brand:wikidata": "Q3114287", "brand:wikipedia": "en:McCafé", "cuisine": "coffee_shop", "name": "McCafé"}, "removeTags": {"amenity": "cafe", "brand": "McCafé", "brand:wikidata": "Q3114287", "brand:wikipedia": "en:McCafé", "cuisine": "coffee_shop", "name": "McCafé"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Patisserie Valerie": {"name": "Patisserie Valerie", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q22101966"}, "addTags": {"amenity": "cafe", "brand": "Patisserie Valerie", "brand:wikidata": "Q22101966", "brand:wikipedia": "en:Patisserie Valerie", "name": "Patisserie Valerie"}, "removeTags": {"amenity": "cafe", "brand": "Patisserie Valerie", "brand:wikidata": "Q22101966", "brand:wikipedia": "en:Patisserie Valerie", "name": "Patisserie Valerie"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Peet's Coffee": {"name": "Peet's Coffee", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q1094101"}, "addTags": {"amenity": "cafe", "brand": "Peet's Coffee", "brand:wikidata": "Q1094101", "brand:wikipedia": "en:Peet's Coffee", "name": "Peet's Coffee"}, "removeTags": {"amenity": "cafe", "brand": "Peet's Coffee", "brand:wikidata": "Q1094101", "brand:wikipedia": "en:Peet's Coffee", "name": "Peet's Coffee"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Pret A Manger": {"name": "Pret A Manger", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2109109"}, "addTags": {"amenity": "cafe", "brand": "Pret A Manger", "brand:wikidata": "Q2109109", "brand:wikipedia": "en:Pret a Manger", "name": "Pret A Manger"}, "removeTags": {"amenity": "cafe", "brand": "Pret A Manger", "brand:wikidata": "Q2109109", "brand:wikipedia": "en:Pret a Manger", "name": "Pret A Manger"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Second Cup": {"name": "Second Cup", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q862180"}, "addTags": {"amenity": "cafe", "brand": "Second Cup", "brand:wikidata": "Q862180", "brand:wikipedia": "en:Second Cup", "name": "Second Cup"}, "removeTags": {"amenity": "cafe", "brand": "Second Cup", "brand:wikidata": "Q862180", "brand:wikipedia": "en:Second Cup", "name": "Second Cup"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Segafredo": {"name": "Segafredo", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q21282762"}, "addTags": {"amenity": "cafe", "brand": "Segafredo", "brand:wikidata": "Q21282762", "brand:wikipedia": "it:Segafredo Zanetti", "name": "Segafredo"}, "removeTags": {"amenity": "cafe", "brand": "Segafredo", "brand:wikidata": "Q21282762", "brand:wikipedia": "it:Segafredo Zanetti", "name": "Segafredo"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Starbucks": {"name": "Starbucks", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "cuisine": "coffee_shop", "name": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "cuisine": "coffee_shop", "name": "Starbucks"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/The Coffee Bean & Tea Leaf": {"name": "The Coffee Bean & Tea Leaf", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q1141384"}, "addTags": {"amenity": "cafe", "brand": "The Coffee Bean & Tea Leaf", "brand:wikidata": "Q1141384", "brand:wikipedia": "en:The Coffee Bean & Tea Leaf", "name": "The Coffee Bean & Tea Leaf"}, "removeTags": {"amenity": "cafe", "brand": "The Coffee Bean & Tea Leaf", "brand:wikidata": "Q1141384", "brand:wikipedia": "en:The Coffee Bean & Tea Leaf", "name": "The Coffee Bean & Tea Leaf"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/The Coffee Club": {"name": "The Coffee Club", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q7726599"}, "addTags": {"amenity": "cafe", "brand": "The Coffee Club", "brand:wikidata": "Q7726599", "brand:wikipedia": "en:The Coffee Club", "name": "The Coffee Club"}, "removeTags": {"amenity": "cafe", "brand": "The Coffee Club", "brand:wikidata": "Q7726599", "brand:wikipedia": "en:The Coffee Club", "name": "The Coffee Club"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Tim Hortons": {"name": "Tim Hortons", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q175106"}, "addTags": {"amenity": "cafe", "brand": "Tim Hortons", "brand:wikidata": "Q175106", "brand:wikipedia": "en:Tim Hortons", "name": "Tim Hortons"}, "removeTags": {"amenity": "cafe", "brand": "Tim Hortons", "brand:wikidata": "Q175106", "brand:wikipedia": "en:Tim Hortons", "name": "Tim Hortons"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Wayne's Coffee": {"name": "Wayne's Coffee", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2637272"}, "addTags": {"amenity": "cafe", "brand": "Wayne's Coffee", "brand:wikidata": "Q2637272", "brand:wikipedia": "en:Wayne's Coffee", "name": "Wayne's Coffee"}, "removeTags": {"amenity": "cafe", "brand": "Wayne's Coffee", "brand:wikidata": "Q2637272", "brand:wikipedia": "en:Wayne's Coffee", "name": "Wayne's Coffee"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Старбакс": {"name": "Старбакс", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "Старбакс", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "name": "Старбакс", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "Старбакс", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "name": "Старбакс", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/Шоколадница": {"name": "Шоколадница", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q30891188"}, "addTags": {"amenity": "cafe", "brand": "Шоколадница", "brand:en": "Chocolate", "brand:wikidata": "Q30891188", "brand:wikipedia": "ru:Шоколадница (сеть кофеен)", "name": "Шоколадница", "name:en": "Chocolate"}, "removeTags": {"amenity": "cafe", "brand": "Шоколадница", "brand:en": "Chocolate", "brand:wikidata": "Q30891188", "brand:wikipedia": "ru:Шоколадница (сеть кофеен)", "name": "Шоколадница", "name:en": "Chocolate"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/ארומה": {"name": "ארומה", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2909872"}, "addTags": {"amenity": "cafe", "brand": "ארומה", "brand:en": "Aroma Espresso Bar", "brand:wikidata": "Q2909872", "brand:wikipedia": "en:Aroma Espresso Bar", "name": "ארומה", "name:en": "Aroma Espresso Bar"}, "removeTags": {"amenity": "cafe", "brand": "ארומה", "brand:en": "Aroma Espresso Bar", "brand:wikidata": "Q2909872", "brand:wikipedia": "en:Aroma Espresso Bar", "name": "ארומה", "name:en": "Aroma Espresso Bar"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/คาเฟ่ อเมซอน": {"name": "คาเฟ่ อเมซอน", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q43247503"}, "addTags": {"amenity": "cafe", "brand": "คาเฟ่ อเมซอน", "brand:en": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "คาเฟ่ อเมซอน", "name:en": "Café Amazon"}, "removeTags": {"amenity": "cafe", "brand": "คาเฟ่ อเมซอน", "brand:en": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "คาเฟ่ อเมซอน", "name:en": "Café Amazon"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/エクセルシオール カフェ": {"name": "エクセルシオール カフェ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11289828"}, "addTags": {"amenity": "cafe", "brand": "エクセルシオール カフェ", "brand:en": "EXCELSIOR CAFFÉ", "brand:wikidata": "Q11289828", "brand:wikipedia": "ja:エクセルシオール カフェ", "cuisine": "coffee_shop", "name": "エクセルシオール カフェ"}, "removeTags": {"amenity": "cafe", "brand": "エクセルシオール カフェ", "brand:en": "EXCELSIOR CAFFÉ", "brand:wikidata": "Q11289828", "brand:wikipedia": "ja:エクセルシオール カフェ", "cuisine": "coffee_shop", "name": "エクセルシオール カフェ"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/カフェ・ド・クリエ": {"name": "カフェ・ド・クリエ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q17219077"}, "addTags": {"amenity": "cafe", "brand": "カフェ・ド・クリエ", "brand:en": "Cafe de CRIE", "brand:wikidata": "Q17219077", "brand:wikipedia": "ja:ポッカクリエイト", "name": "カフェ・ド・クリエ", "name:en": "Cafe de CRIE"}, "removeTags": {"amenity": "cafe", "brand": "カフェ・ド・クリエ", "brand:en": "Cafe de CRIE", "brand:wikidata": "Q17219077", "brand:wikipedia": "ja:ポッカクリエイト", "name": "カフェ・ド・クリエ", "name:en": "Cafe de CRIE"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/カフェ・ベローチェ": {"name": "カフェ・ベローチェ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11294597"}, "addTags": {"amenity": "cafe", "brand": "カフェ・ベローチェ", "brand:en": "CAFFÈ VELOCE", "brand:wikidata": "Q11294597", "brand:wikipedia": "ja:カフェ・ベローチェ", "cuisine": "coffee_shop", "name": "カフェ・ベローチェ", "name:en": "CAFFÈ VELOCE"}, "removeTags": {"amenity": "cafe", "brand": "カフェ・ベローチェ", "brand:en": "CAFFÈ VELOCE", "brand:wikidata": "Q11294597", "brand:wikipedia": "ja:カフェ・ベローチェ", "cuisine": "coffee_shop", "name": "カフェ・ベローチェ", "name:en": "CAFFÈ VELOCE"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/コメダ珈琲店": {"name": "コメダ珈琲店", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11302679"}, "addTags": {"amenity": "cafe", "brand": "コメダ珈琲店", "brand:en": "Komeda Coffee Shop", "brand:wikidata": "Q11302679", "brand:wikipedia": "ja:コメダ", "cuisine": "coffee_shop", "name": "コメダ珈琲店", "name:en": "Komeda Coffee Shop"}, "removeTags": {"amenity": "cafe", "brand": "コメダ珈琲店", "brand:en": "Komeda Coffee Shop", "brand:wikidata": "Q11302679", "brand:wikipedia": "ja:コメダ", "cuisine": "coffee_shop", "name": "コメダ珈琲店", "name:en": "Komeda Coffee Shop"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/サンマルクカフェ": {"name": "サンマルクカフェ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11305989"}, "addTags": {"amenity": "cafe", "brand": "サンマルクカフェ", "brand:en": "ST.MARC CAFÉ", "brand:wikidata": "Q11305989", "brand:wikipedia": "ja:サンマルクホールディングス", "cuisine": "coffee_shop", "name": "サンマルクカフェ", "name:en": "ST.MARC CAFÉ"}, "removeTags": {"amenity": "cafe", "brand": "サンマルクカフェ", "brand:en": "ST.MARC CAFÉ", "brand:wikidata": "Q11305989", "brand:wikipedia": "ja:サンマルクホールディングス", "cuisine": "coffee_shop", "name": "サンマルクカフェ", "name:en": "ST.MARC CAFÉ"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/スターバックス": {"name": "スターバックス", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "スターバックス", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ja:スターバックス", "cuisine": "coffee_shop", "name": "スターバックス", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "スターバックス", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ja:スターバックス", "cuisine": "coffee_shop", "name": "スターバックス", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/タリーズコーヒー": {"name": "タリーズコーヒー", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q3541983"}, "addTags": {"amenity": "cafe", "brand": "タリーズコーヒー", "brand:en": "Tully's Coffee", "brand:wikidata": "Q3541983", "brand:wikipedia": "en:Tully's Coffee", "name": "タリーズコーヒー", "name:en": "Tully's Coffee"}, "removeTags": {"amenity": "cafe", "brand": "タリーズコーヒー", "brand:en": "Tully's Coffee", "brand:wikidata": "Q3541983", "brand:wikipedia": "en:Tully's Coffee", "name": "タリーズコーヒー", "name:en": "Tully's Coffee"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/ドトールコーヒーショップ": {"name": "ドトールコーヒーショップ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11322732"}, "addTags": {"amenity": "cafe", "brand": "ドトールコーヒーショップ", "brand:en": "Doutor", "brand:wikidata": "Q11322732", "brand:wikipedia": "ja:ドトールコーヒーショップ", "cuisine": "coffee_shop", "name": "ドトールコーヒーショップ", "name:en": "Doutor Coffee Shop"}, "removeTags": {"amenity": "cafe", "brand": "ドトールコーヒーショップ", "brand:en": "Doutor", "brand:wikidata": "Q11322732", "brand:wikipedia": "ja:ドトールコーヒーショップ", "cuisine": "coffee_shop", "name": "ドトールコーヒーショップ", "name:en": "Doutor Coffee Shop"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/星巴克": {"name": "星巴克", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "星巴克", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "zh:星巴克", "cuisine": "coffee_shop", "name": "星巴克", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "星巴克", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "zh:星巴克", "cuisine": "coffee_shop", "name": "星巴克", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, - "amenity/cafe/스타벅스": {"name": "스타벅스", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "스타벅스", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ko:스타벅스", "cuisine": "coffee_shop", "name": "스타벅스", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "스타벅스", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ko:스타벅스", "cuisine": "coffee_shop", "name": "스타벅스", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/85度C": {"name": "85度C", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q4644852"}, "addTags": {"amenity": "cafe", "brand": "85度C", "brand:en": "85C Bakery Cafe", "brand:wikidata": "Q4644852", "brand:wikipedia": "en:85C Bakery Cafe", "name": "85度C", "name:en": "85C Bakery Cafe"}, "removeTags": {"amenity": "cafe", "brand": "85度C", "brand:en": "85C Bakery Cafe", "brand:wikidata": "Q4644852", "brand:wikipedia": "en:85C Bakery Cafe", "name": "85度C", "name:en": "85C Bakery Cafe"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Barista": {"name": "Barista", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q644735"}, "addTags": {"amenity": "cafe", "brand": "Barista", "brand:wikidata": "Q644735", "brand:wikipedia": "en:Barista (company)", "name": "Barista"}, "removeTags": {"amenity": "cafe", "brand": "Barista", "brand:wikidata": "Q644735", "brand:wikipedia": "en:Barista (company)", "name": "Barista"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Cafe Coffee Day": {"name": "Cafe Coffee Day", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5017235"}, "addTags": {"amenity": "cafe", "brand": "Cafe Coffee Day", "brand:wikidata": "Q5017235", "brand:wikipedia": "en:Café Coffee Day", "name": "Cafe Coffee Day"}, "removeTags": {"amenity": "cafe", "brand": "Cafe Coffee Day", "brand:wikidata": "Q5017235", "brand:wikipedia": "en:Café Coffee Day", "name": "Cafe Coffee Day"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Caffè Nero": {"name": "Caffè Nero", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q675808"}, "addTags": {"amenity": "cafe", "brand": "Caffè Nero", "brand:wikidata": "Q675808", "brand:wikipedia": "en:Caffè Nero", "name": "Caffè Nero"}, "removeTags": {"amenity": "cafe", "brand": "Caffè Nero", "brand:wikidata": "Q675808", "brand:wikipedia": "en:Caffè Nero", "name": "Caffè Nero"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Café Amazon": {"name": "Café Amazon", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q43247503"}, "addTags": {"amenity": "cafe", "brand": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "Café Amazon"}, "removeTags": {"amenity": "cafe", "brand": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "Café Amazon"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Caribou Coffee": {"name": "Caribou Coffee", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5039494"}, "addTags": {"amenity": "cafe", "brand": "Caribou Coffee", "brand:wikidata": "Q5039494", "brand:wikipedia": "en:Caribou Coffee", "name": "Caribou Coffee"}, "removeTags": {"amenity": "cafe", "brand": "Caribou Coffee", "brand:wikidata": "Q5039494", "brand:wikipedia": "en:Caribou Coffee", "name": "Caribou Coffee"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Chatime": {"name": "Chatime", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q16829306"}, "addTags": {"amenity": "cafe", "brand": "Chatime", "brand:wikidata": "Q16829306", "brand:wikipedia": "en:Chatime", "name": "Chatime"}, "removeTags": {"amenity": "cafe", "brand": "Chatime", "brand:wikidata": "Q16829306", "brand:wikipedia": "en:Chatime", "name": "Chatime"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Coffee Fellows": {"name": "Coffee Fellows", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q23461429"}, "addTags": {"amenity": "cafe", "brand": "Coffee Fellows", "brand:wikidata": "Q23461429", "brand:wikipedia": "en:Coffee Fellows", "name": "Coffee Fellows"}, "removeTags": {"amenity": "cafe", "brand": "Coffee Fellows", "brand:wikidata": "Q23461429", "brand:wikipedia": "en:Coffee Fellows", "name": "Coffee Fellows"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Coffee House": {"name": "Coffee House", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11855430"}, "addTags": {"amenity": "cafe", "brand": "Coffee House", "brand:wikidata": "Q11855430", "brand:wikipedia": "fi:Coffee House", "name": "Coffee House"}, "removeTags": {"amenity": "cafe", "brand": "Coffee House", "brand:wikidata": "Q11855430", "brand:wikipedia": "fi:Coffee House", "name": "Coffee House"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Coffee Time": {"name": "Coffee Time", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5140932"}, "addTags": {"amenity": "cafe", "brand": "Coffee Time", "brand:wikidata": "Q5140932", "brand:wikipedia": "en:Coffee Time", "name": "Coffee Time"}, "removeTags": {"amenity": "cafe", "brand": "Coffee Time", "brand:wikidata": "Q5140932", "brand:wikipedia": "en:Coffee Time", "name": "Coffee Time"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Costa": {"name": "Costa", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q608845"}, "addTags": {"amenity": "cafe", "brand": "Costa", "brand:wikidata": "Q608845", "brand:wikipedia": "en:Costa Coffee", "name": "Costa"}, "removeTags": {"amenity": "cafe", "brand": "Costa", "brand:wikidata": "Q608845", "brand:wikipedia": "en:Costa Coffee", "name": "Costa"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Country Style": {"name": "Country Style", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q5177435"}, "addTags": {"amenity": "cafe", "brand": "Country Style", "brand:wikidata": "Q5177435", "brand:wikipedia": "en:Country Style", "name": "Country Style"}, "removeTags": {"amenity": "cafe", "brand": "Country Style", "brand:wikidata": "Q5177435", "brand:wikipedia": "en:Country Style", "name": "Country Style"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Espresso House": {"name": "Espresso House", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q10489162"}, "addTags": {"amenity": "cafe", "brand": "Espresso House", "brand:wikidata": "Q10489162", "brand:wikipedia": "en:Espresso House", "name": "Espresso House"}, "removeTags": {"amenity": "cafe", "brand": "Espresso House", "brand:wikidata": "Q10489162", "brand:wikipedia": "en:Espresso House", "name": "Espresso House"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Havanna": {"name": "Havanna", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2900869"}, "addTags": {"amenity": "cafe", "brand": "Havanna", "brand:wikidata": "Q2900869", "brand:wikipedia": "es:Havanna", "name": "Havanna"}, "removeTags": {"amenity": "cafe", "brand": "Havanna", "brand:wikidata": "Q2900869", "brand:wikipedia": "es:Havanna", "name": "Havanna"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Joe & The Juice": {"name": "Joe & The Juice", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q26221514"}, "addTags": {"amenity": "cafe", "brand": "Joe & The Juice", "brand:wikidata": "Q26221514", "brand:wikipedia": "en:Joe & The Juice", "name": "Joe & The Juice"}, "removeTags": {"amenity": "cafe", "brand": "Joe & The Juice", "brand:wikidata": "Q26221514", "brand:wikipedia": "en:Joe & The Juice", "name": "Joe & The Juice"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Le Pain Quotidien": {"name": "Le Pain Quotidien", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2046903"}, "addTags": {"amenity": "cafe", "brand": "Le Pain Quotidien", "brand:wikidata": "Q2046903", "brand:wikipedia": "en:Le Pain Quotidien", "name": "Le Pain Quotidien"}, "removeTags": {"amenity": "cafe", "brand": "Le Pain Quotidien", "brand:wikidata": "Q2046903", "brand:wikipedia": "en:Le Pain Quotidien", "name": "Le Pain Quotidien"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/McCafé": {"name": "McCafé", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q3114287"}, "addTags": {"amenity": "cafe", "brand": "McCafé", "brand:wikidata": "Q3114287", "brand:wikipedia": "en:McCafé", "cuisine": "coffee_shop", "name": "McCafé"}, "removeTags": {"amenity": "cafe", "brand": "McCafé", "brand:wikidata": "Q3114287", "brand:wikipedia": "en:McCafé", "cuisine": "coffee_shop", "name": "McCafé"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Patisserie Valerie": {"name": "Patisserie Valerie", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q22101966"}, "addTags": {"amenity": "cafe", "brand": "Patisserie Valerie", "brand:wikidata": "Q22101966", "brand:wikipedia": "en:Patisserie Valerie", "name": "Patisserie Valerie"}, "removeTags": {"amenity": "cafe", "brand": "Patisserie Valerie", "brand:wikidata": "Q22101966", "brand:wikipedia": "en:Patisserie Valerie", "name": "Patisserie Valerie"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Peet's Coffee": {"name": "Peet's Coffee", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q1094101"}, "addTags": {"amenity": "cafe", "brand": "Peet's Coffee", "brand:wikidata": "Q1094101", "brand:wikipedia": "en:Peet's Coffee", "name": "Peet's Coffee"}, "removeTags": {"amenity": "cafe", "brand": "Peet's Coffee", "brand:wikidata": "Q1094101", "brand:wikipedia": "en:Peet's Coffee", "name": "Peet's Coffee"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Pret A Manger": {"name": "Pret A Manger", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2109109"}, "addTags": {"amenity": "cafe", "brand": "Pret A Manger", "brand:wikidata": "Q2109109", "brand:wikipedia": "en:Pret a Manger", "name": "Pret A Manger"}, "removeTags": {"amenity": "cafe", "brand": "Pret A Manger", "brand:wikidata": "Q2109109", "brand:wikipedia": "en:Pret a Manger", "name": "Pret A Manger"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Second Cup": {"name": "Second Cup", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q862180"}, "addTags": {"amenity": "cafe", "brand": "Second Cup", "brand:wikidata": "Q862180", "brand:wikipedia": "en:Second Cup", "name": "Second Cup"}, "removeTags": {"amenity": "cafe", "brand": "Second Cup", "brand:wikidata": "Q862180", "brand:wikipedia": "en:Second Cup", "name": "Second Cup"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Segafredo": {"name": "Segafredo", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q21282762"}, "addTags": {"amenity": "cafe", "brand": "Segafredo", "brand:wikidata": "Q21282762", "brand:wikipedia": "it:Segafredo Zanetti", "name": "Segafredo"}, "removeTags": {"amenity": "cafe", "brand": "Segafredo", "brand:wikidata": "Q21282762", "brand:wikipedia": "it:Segafredo Zanetti", "name": "Segafredo"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Starbucks": {"name": "Starbucks", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "cuisine": "coffee_shop", "name": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "cuisine": "coffee_shop", "name": "Starbucks"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/The Coffee Bean & Tea Leaf": {"name": "The Coffee Bean & Tea Leaf", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q1141384"}, "addTags": {"amenity": "cafe", "brand": "The Coffee Bean & Tea Leaf", "brand:wikidata": "Q1141384", "brand:wikipedia": "en:The Coffee Bean & Tea Leaf", "name": "The Coffee Bean & Tea Leaf"}, "removeTags": {"amenity": "cafe", "brand": "The Coffee Bean & Tea Leaf", "brand:wikidata": "Q1141384", "brand:wikipedia": "en:The Coffee Bean & Tea Leaf", "name": "The Coffee Bean & Tea Leaf"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/The Coffee Club": {"name": "The Coffee Club", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q7726599"}, "addTags": {"amenity": "cafe", "brand": "The Coffee Club", "brand:wikidata": "Q7726599", "brand:wikipedia": "en:The Coffee Club", "name": "The Coffee Club"}, "removeTags": {"amenity": "cafe", "brand": "The Coffee Club", "brand:wikidata": "Q7726599", "brand:wikipedia": "en:The Coffee Club", "name": "The Coffee Club"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Tim Hortons": {"name": "Tim Hortons", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q175106"}, "addTags": {"amenity": "cafe", "brand": "Tim Hortons", "brand:wikidata": "Q175106", "brand:wikipedia": "en:Tim Hortons", "name": "Tim Hortons"}, "removeTags": {"amenity": "cafe", "brand": "Tim Hortons", "brand:wikidata": "Q175106", "brand:wikipedia": "en:Tim Hortons", "name": "Tim Hortons"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Wayne's Coffee": {"name": "Wayne's Coffee", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2637272"}, "addTags": {"amenity": "cafe", "brand": "Wayne's Coffee", "brand:wikidata": "Q2637272", "brand:wikipedia": "en:Wayne's Coffee", "name": "Wayne's Coffee"}, "removeTags": {"amenity": "cafe", "brand": "Wayne's Coffee", "brand:wikidata": "Q2637272", "brand:wikipedia": "en:Wayne's Coffee", "name": "Wayne's Coffee"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Старбакс": {"name": "Старбакс", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "Старбакс", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "name": "Старбакс", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "Старбакс", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "en:Starbucks", "name": "Старбакс", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/Шоколадница": {"name": "Шоколадница", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q30891188"}, "addTags": {"amenity": "cafe", "brand": "Шоколадница", "brand:en": "Chocolate", "brand:wikidata": "Q30891188", "brand:wikipedia": "ru:Шоколадница (сеть кофеен)", "name": "Шоколадница", "name:en": "Chocolate"}, "removeTags": {"amenity": "cafe", "brand": "Шоколадница", "brand:en": "Chocolate", "brand:wikidata": "Q30891188", "brand:wikipedia": "ru:Шоколадница (сеть кофеен)", "name": "Шоколадница", "name:en": "Chocolate"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/ארומה": {"name": "ארומה", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q2909872"}, "addTags": {"amenity": "cafe", "brand": "ארומה", "brand:en": "Aroma Espresso Bar", "brand:wikidata": "Q2909872", "brand:wikipedia": "en:Aroma Espresso Bar", "name": "ארומה", "name:en": "Aroma Espresso Bar"}, "removeTags": {"amenity": "cafe", "brand": "ארומה", "brand:en": "Aroma Espresso Bar", "brand:wikidata": "Q2909872", "brand:wikipedia": "en:Aroma Espresso Bar", "name": "ארומה", "name:en": "Aroma Espresso Bar"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/คาเฟ่ อเมซอน": {"name": "คาเฟ่ อเมซอน", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q43247503"}, "addTags": {"amenity": "cafe", "brand": "คาเฟ่ อเมซอน", "brand:en": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "คาเฟ่ อเมซอน", "name:en": "Café Amazon"}, "removeTags": {"amenity": "cafe", "brand": "คาเฟ่ อเมซอน", "brand:en": "Café Amazon", "brand:wikidata": "Q43247503", "brand:wikipedia": "en:Café Amazon", "name": "คาเฟ่ อเมซอน", "name:en": "Café Amazon"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/エクセルシオール カフェ": {"name": "エクセルシオール カフェ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11289828"}, "addTags": {"amenity": "cafe", "brand": "エクセルシオール カフェ", "brand:en": "EXCELSIOR CAFFÉ", "brand:wikidata": "Q11289828", "brand:wikipedia": "ja:エクセルシオール カフェ", "cuisine": "coffee_shop", "name": "エクセルシオール カフェ"}, "removeTags": {"amenity": "cafe", "brand": "エクセルシオール カフェ", "brand:en": "EXCELSIOR CAFFÉ", "brand:wikidata": "Q11289828", "brand:wikipedia": "ja:エクセルシオール カフェ", "cuisine": "coffee_shop", "name": "エクセルシオール カフェ"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/カフェ・ド・クリエ": {"name": "カフェ・ド・クリエ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q17219077"}, "addTags": {"amenity": "cafe", "brand": "カフェ・ド・クリエ", "brand:en": "Cafe de CRIE", "brand:wikidata": "Q17219077", "brand:wikipedia": "ja:ポッカクリエイト", "name": "カフェ・ド・クリエ", "name:en": "Cafe de CRIE"}, "removeTags": {"amenity": "cafe", "brand": "カフェ・ド・クリエ", "brand:en": "Cafe de CRIE", "brand:wikidata": "Q17219077", "brand:wikipedia": "ja:ポッカクリエイト", "name": "カフェ・ド・クリエ", "name:en": "Cafe de CRIE"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/カフェ・ベローチェ": {"name": "カフェ・ベローチェ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11294597"}, "addTags": {"amenity": "cafe", "brand": "カフェ・ベローチェ", "brand:en": "CAFFÈ VELOCE", "brand:wikidata": "Q11294597", "brand:wikipedia": "ja:カフェ・ベローチェ", "cuisine": "coffee_shop", "name": "カフェ・ベローチェ", "name:en": "CAFFÈ VELOCE"}, "removeTags": {"amenity": "cafe", "brand": "カフェ・ベローチェ", "brand:en": "CAFFÈ VELOCE", "brand:wikidata": "Q11294597", "brand:wikipedia": "ja:カフェ・ベローチェ", "cuisine": "coffee_shop", "name": "カフェ・ベローチェ", "name:en": "CAFFÈ VELOCE"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/コメダ珈琲店": {"name": "コメダ珈琲店", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11302679"}, "addTags": {"amenity": "cafe", "brand": "コメダ珈琲店", "brand:en": "Komeda Coffee Shop", "brand:wikidata": "Q11302679", "brand:wikipedia": "ja:コメダ", "cuisine": "coffee_shop", "name": "コメダ珈琲店", "name:en": "Komeda Coffee Shop"}, "removeTags": {"amenity": "cafe", "brand": "コメダ珈琲店", "brand:en": "Komeda Coffee Shop", "brand:wikidata": "Q11302679", "brand:wikipedia": "ja:コメダ", "cuisine": "coffee_shop", "name": "コメダ珈琲店", "name:en": "Komeda Coffee Shop"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/サンマルクカフェ": {"name": "サンマルクカフェ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11305989"}, "addTags": {"amenity": "cafe", "brand": "サンマルクカフェ", "brand:en": "ST.MARC CAFÉ", "brand:wikidata": "Q11305989", "brand:wikipedia": "ja:サンマルクホールディングス", "cuisine": "coffee_shop", "name": "サンマルクカフェ", "name:en": "ST.MARC CAFÉ"}, "removeTags": {"amenity": "cafe", "brand": "サンマルクカフェ", "brand:en": "ST.MARC CAFÉ", "brand:wikidata": "Q11305989", "brand:wikipedia": "ja:サンマルクホールディングス", "cuisine": "coffee_shop", "name": "サンマルクカフェ", "name:en": "ST.MARC CAFÉ"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/スターバックス": {"name": "スターバックス", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "スターバックス", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ja:スターバックス", "cuisine": "coffee_shop", "name": "スターバックス", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "スターバックス", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ja:スターバックス", "cuisine": "coffee_shop", "name": "スターバックス", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/タリーズコーヒー": {"name": "タリーズコーヒー", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q3541983"}, "addTags": {"amenity": "cafe", "brand": "タリーズコーヒー", "brand:en": "Tully's Coffee", "brand:wikidata": "Q3541983", "brand:wikipedia": "en:Tully's Coffee", "name": "タリーズコーヒー", "name:en": "Tully's Coffee"}, "removeTags": {"amenity": "cafe", "brand": "タリーズコーヒー", "brand:en": "Tully's Coffee", "brand:wikidata": "Q3541983", "brand:wikipedia": "en:Tully's Coffee", "name": "タリーズコーヒー", "name:en": "Tully's Coffee"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/ドトールコーヒーショップ": {"name": "ドトールコーヒーショップ", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q11322732"}, "addTags": {"amenity": "cafe", "brand": "ドトールコーヒーショップ", "brand:en": "Doutor", "brand:wikidata": "Q11322732", "brand:wikipedia": "ja:ドトールコーヒーショップ", "cuisine": "coffee_shop", "name": "ドトールコーヒーショップ", "name:en": "Doutor Coffee Shop"}, "removeTags": {"amenity": "cafe", "brand": "ドトールコーヒーショップ", "brand:en": "Doutor", "brand:wikidata": "Q11322732", "brand:wikipedia": "ja:ドトールコーヒーショップ", "cuisine": "coffee_shop", "name": "ドトールコーヒーショップ", "name:en": "Doutor Coffee Shop"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/星巴克": {"name": "星巴克", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "星巴克", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "zh:星巴克", "cuisine": "coffee_shop", "name": "星巴克", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "星巴克", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "zh:星巴克", "cuisine": "coffee_shop", "name": "星巴克", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, + "amenity/cafe/스타벅스": {"name": "스타벅스", "icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "takeaway"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cafe", "brand:wikidata": "Q37158"}, "addTags": {"amenity": "cafe", "brand": "스타벅스", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ko:스타벅스", "cuisine": "coffee_shop", "name": "스타벅스", "name:en": "Starbucks"}, "removeTags": {"amenity": "cafe", "brand": "스타벅스", "brand:en": "Starbucks", "brand:wikidata": "Q37158", "brand:wikipedia": "ko:스타벅스", "cuisine": "coffee_shop", "name": "스타벅스", "name:en": "Starbucks"}, "matchScore": 2, "suggestion": true}, "amenity/car_rental/Alamo": {"name": "Alamo", "icon": "maki-car-rental", "fields": ["name", "operator", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "car_rental", "brand:wikidata": "Q1429287"}, "addTags": {"amenity": "car_rental", "brand": "Alamo", "brand:wikidata": "Q1429287", "brand:wikipedia": "en:Alamo Rent a Car", "name": "Alamo"}, "removeTags": {"amenity": "car_rental", "brand": "Alamo", "brand:wikidata": "Q1429287", "brand:wikipedia": "en:Alamo Rent a Car", "name": "Alamo"}, "matchScore": 2, "suggestion": true}, "amenity/car_rental/Avis": {"name": "Avis", "icon": "maki-car-rental", "fields": ["name", "operator", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "car_rental", "brand:wikidata": "Q791136"}, "addTags": {"amenity": "car_rental", "brand": "Avis", "brand:wikidata": "Q791136", "brand:wikipedia": "en:Avis Rent a Car", "name": "Avis"}, "removeTags": {"amenity": "car_rental", "brand": "Avis", "brand:wikidata": "Q791136", "brand:wikipedia": "en:Avis Rent a Car", "name": "Avis"}, "matchScore": 2, "suggestion": true}, "amenity/car_rental/Budget": {"name": "Budget", "icon": "maki-car-rental", "fields": ["name", "operator", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "car_rental", "brand:wikidata": "Q1001437"}, "addTags": {"amenity": "car_rental", "brand": "Budget", "brand:wikidata": "Q1001437", "brand:wikipedia": "en:Budget Rent a Car", "name": "Budget"}, "removeTags": {"amenity": "car_rental", "brand": "Budget", "brand:wikidata": "Q1001437", "brand:wikipedia": "en:Budget Rent a Car", "name": "Budget"}, "matchScore": 2, "suggestion": true}, @@ -1533,135 +1533,135 @@ "amenity/cinema/Cinepolis": {"name": "Cinepolis", "icon": "maki-cinema", "fields": ["name", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cinema", "brand:wikidata": "Q5686673"}, "addTags": {"amenity": "cinema", "brand": "Cinepolis", "brand:wikidata": "Q5686673", "brand:wikipedia": "en:Cinépolis", "name": "Cinepolis"}, "removeTags": {"amenity": "cinema", "brand": "Cinepolis", "brand:wikidata": "Q5686673", "brand:wikipedia": "en:Cinépolis", "name": "Cinepolis"}, "matchScore": 2, "suggestion": true}, "amenity/cinema/Cineworld": {"name": "Cineworld", "icon": "maki-cinema", "fields": ["name", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cinema", "brand:wikidata": "Q5120901"}, "addTags": {"amenity": "cinema", "brand": "Cineworld", "brand:wikidata": "Q5120901", "brand:wikipedia": "en:Cineworld", "name": "Cineworld"}, "removeTags": {"amenity": "cinema", "brand": "Cineworld", "brand:wikidata": "Q5120901", "brand:wikipedia": "en:Cineworld", "name": "Cineworld"}, "matchScore": 2, "suggestion": true}, "amenity/cinema/Odeon": {"name": "Odeon", "icon": "maki-cinema", "fields": ["name", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "cinema", "brand:wikidata": "Q6127470"}, "addTags": {"amenity": "cinema", "brand": "Odeon", "brand:wikidata": "Q6127470", "brand:wikipedia": "en:Odeon Cinemas", "name": "Odeon"}, "removeTags": {"amenity": "cinema", "brand": "Odeon", "brand:wikidata": "Q6127470", "brand:wikipedia": "en:Odeon Cinemas", "name": "Odeon"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/A&W (Canada)": {"name": "A&W (Canada)", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2818848"}, "addTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q2818848", "brand:wikipedia": "en:A&W (Canada)", "cuisine": "burger", "name": "A&W"}, "removeTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q2818848", "brand:wikipedia": "en:A&W (Canada)", "cuisine": "burger", "name": "A&W"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/A&W (USA)": {"name": "A&W (USA)", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q277641"}, "addTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q277641", "brand:wikipedia": "en:A&W Restaurants", "cuisine": "burger", "name": "A&W"}, "removeTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q277641", "brand:wikipedia": "en:A&W Restaurants", "cuisine": "burger", "name": "A&W"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Arby's": {"name": "Arby's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q630866"}, "addTags": {"amenity": "fast_food", "brand": "Arby's", "brand:wikidata": "Q630866", "brand:wikipedia": "en:Arby's", "name": "Arby's"}, "removeTags": {"amenity": "fast_food", "brand": "Arby's", "brand:wikidata": "Q630866", "brand:wikipedia": "en:Arby's", "name": "Arby's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Bob's": {"name": "Bob's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1392113"}, "addTags": {"amenity": "fast_food", "brand": "Bob's", "brand:wikidata": "Q1392113", "brand:wikipedia": "en:Bob's", "cuisine": "burger", "name": "Bob's"}, "removeTags": {"amenity": "fast_food", "brand": "Bob's", "brand:wikidata": "Q1392113", "brand:wikipedia": "en:Bob's", "cuisine": "burger", "name": "Bob's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Bojangles'": {"name": "Bojangles'", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q891163"}, "addTags": {"amenity": "fast_food", "brand": "Bojangles'", "brand:wikidata": "Q891163", "brand:wikipedia": "en:Bojangles' Famous Chicken 'n Biscuits", "cuisine": "chicken", "name": "Bojangles'"}, "removeTags": {"amenity": "fast_food", "brand": "Bojangles'", "brand:wikidata": "Q891163", "brand:wikipedia": "en:Bojangles' Famous Chicken 'n Biscuits", "cuisine": "chicken", "name": "Bojangles'"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Booster Juice": {"name": "Booster Juice", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4943796"}, "addTags": {"amenity": "fast_food", "brand": "Booster Juice", "brand:wikidata": "Q4943796", "brand:wikipedia": "en:Booster Juice", "name": "Booster Juice"}, "removeTags": {"amenity": "fast_food", "brand": "Booster Juice", "brand:wikidata": "Q4943796", "brand:wikipedia": "en:Booster Juice", "name": "Booster Juice"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Boston Market": {"name": "Boston Market", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q603617"}, "addTags": {"amenity": "fast_food", "brand": "Boston Market", "brand:wikidata": "Q603617", "brand:wikipedia": "en:Boston Market", "name": "Boston Market"}, "removeTags": {"amenity": "fast_food", "brand": "Boston Market", "brand:wikidata": "Q603617", "brand:wikipedia": "en:Boston Market", "name": "Boston Market"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Burger King": {"name": "Burger King", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q177054"}, "addTags": {"amenity": "fast_food", "brand": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Burger King"}, "removeTags": {"amenity": "fast_food", "brand": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Burger King"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Burger Machine": {"name": "Burger Machine", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4998549"}, "addTags": {"amenity": "fast_food", "brand": "Burger Machine", "brand:wikidata": "Q4998549", "brand:wikipedia": "en:Burger Machine", "cuisine": "burger", "name": "Burger Machine"}, "removeTags": {"amenity": "fast_food", "brand": "Burger Machine", "brand:wikidata": "Q4998549", "brand:wikipedia": "en:Burger Machine", "cuisine": "burger", "name": "Burger Machine"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/BurgerFi": {"name": "BurgerFi", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q39045496"}, "addTags": {"amenity": "fast_food", "brand": "BurgerFi", "cuisine": "burger", "brand:wikidata": "Q39045496", "brand:wikipedia": "en:BurgerFi", "name": "BurgerFi"}, "removeTags": {"amenity": "fast_food", "brand": "BurgerFi", "cuisine": "burger", "brand:wikidata": "Q39045496", "brand:wikipedia": "en:BurgerFi", "name": "BurgerFi"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Captain D's": {"name": "Captain D's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5036616"}, "addTags": {"amenity": "fast_food", "brand": "Captain D's", "brand:wikidata": "Q5036616", "brand:wikipedia": "en:Captain D's", "cuisine": "seafood", "name": "Captain D's"}, "removeTags": {"amenity": "fast_food", "brand": "Captain D's", "brand:wikidata": "Q5036616", "brand:wikipedia": "en:Captain D's", "cuisine": "seafood", "name": "Captain D's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Carl's Jr.": {"name": "Carl's Jr.", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1043486"}, "addTags": {"amenity": "fast_food", "brand": "Carl's Jr.", "brand:wikidata": "Q1043486", "brand:wikipedia": "en:Carl's Jr.", "cuisine": "burger", "name": "Carl's Jr."}, "removeTags": {"amenity": "fast_food", "brand": "Carl's Jr.", "brand:wikidata": "Q1043486", "brand:wikipedia": "en:Carl's Jr.", "cuisine": "burger", "name": "Carl's Jr."}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Checkers": {"name": "Checkers", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3419341"}, "addTags": {"amenity": "fast_food", "brand": "Checkers", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Checkers"}, "removeTags": {"amenity": "fast_food", "brand": "Checkers", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Checkers"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Chick-fil-A": {"name": "Chick-fil-A", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q491516"}, "addTags": {"amenity": "fast_food", "brand": "Chick-fil-A", "brand:wikidata": "Q491516", "brand:wikipedia": "en:Chick-fil-A", "cuisine": "chicken", "name": "Chick-fil-A"}, "removeTags": {"amenity": "fast_food", "brand": "Chick-fil-A", "brand:wikidata": "Q491516", "brand:wikipedia": "en:Chick-fil-A", "cuisine": "chicken", "name": "Chick-fil-A"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Chicken Express": {"name": "Chicken Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5096235"}, "addTags": {"amenity": "fast_food", "brand": "Chicken Express", "brand:wikidata": "Q5096235", "brand:wikipedia": "en:Chicken Express", "name": "Chicken Express"}, "removeTags": {"amenity": "fast_food", "brand": "Chicken Express", "brand:wikidata": "Q5096235", "brand:wikipedia": "en:Chicken Express", "name": "Chicken Express"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Chipotle": {"name": "Chipotle", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q465751"}, "addTags": {"amenity": "fast_food", "brand": "Chipotle", "brand:wikidata": "Q465751", "brand:wikipedia": "en:Chipotle Mexican Grill", "cuisine": "mexican", "name": "Chipotle"}, "removeTags": {"amenity": "fast_food", "brand": "Chipotle", "brand:wikidata": "Q465751", "brand:wikipedia": "en:Chipotle Mexican Grill", "cuisine": "mexican", "name": "Chipotle"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Chowking": {"name": "Chowking", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1076816"}, "addTags": {"amenity": "fast_food", "brand": "Chowking", "brand:wikidata": "Q1076816", "brand:wikipedia": "en:Chowking", "name": "Chowking"}, "removeTags": {"amenity": "fast_food", "brand": "Chowking", "brand:wikidata": "Q1076816", "brand:wikipedia": "en:Chowking", "name": "Chowking"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Church's Chicken": {"name": "Church's Chicken", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1089932"}, "addTags": {"amenity": "fast_food", "brand": "Church's Chicken", "brand:wikidata": "Q1089932", "brand:wikipedia": "en:Church's Chicken", "name": "Church's Chicken"}, "removeTags": {"amenity": "fast_food", "brand": "Church's Chicken", "brand:wikidata": "Q1089932", "brand:wikipedia": "en:Church's Chicken", "name": "Church's Chicken"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/CoCo壱番屋": {"name": "CoCo壱番屋", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5986105"}, "addTags": {"amenity": "fast_food", "brand": "CoCo壱番屋", "brand:en": "Ichibanya", "brand:wikidata": "Q5986105", "brand:wikipedia": "en:Ichibanya", "cuisine": "japanese", "name": "CoCo壱番屋", "name:en": "Ichibanya"}, "removeTags": {"amenity": "fast_food", "brand": "CoCo壱番屋", "brand:en": "Ichibanya", "brand:wikidata": "Q5986105", "brand:wikipedia": "en:Ichibanya", "cuisine": "japanese", "name": "CoCo壱番屋", "name:en": "Ichibanya"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Cook Out": {"name": "Cook Out", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5166992"}, "addTags": {"amenity": "fast_food", "brand": "Cook Out", "brand:wikidata": "Q5166992", "brand:wikipedia": "en:Cook Out (restaurant)", "name": "Cook Out"}, "removeTags": {"amenity": "fast_food", "brand": "Cook Out", "brand:wikidata": "Q5166992", "brand:wikipedia": "en:Cook Out (restaurant)", "name": "Cook Out"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Culver's": {"name": "Culver's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1143589"}, "addTags": {"amenity": "fast_food", "brand": "Culver's", "brand:wikidata": "Q1143589", "brand:wikipedia": "en:Culver's", "name": "Culver's"}, "removeTags": {"amenity": "fast_food", "brand": "Culver's", "brand:wikidata": "Q1143589", "brand:wikipedia": "en:Culver's", "name": "Culver's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Dairy Queen": {"name": "Dairy Queen", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1141226"}, "addTags": {"amenity": "fast_food", "brand": "Dairy Queen", "brand:wikidata": "Q1141226", "brand:wikipedia": "en:Dairy Queen", "cuisine": "ice_cream", "name": "Dairy Queen"}, "removeTags": {"amenity": "fast_food", "brand": "Dairy Queen", "brand:wikidata": "Q1141226", "brand:wikipedia": "en:Dairy Queen", "cuisine": "ice_cream", "name": "Dairy Queen"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Daylight Donuts": {"name": "Daylight Donuts", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q48970508"}, "addTags": {"amenity": "fast_food", "brand": "Daylight Donuts", "brand:wikidata": "Q48970508", "brand:wikipedia": "en:Daylight Donuts", "cuisine": "donut", "name": "Daylight Donuts"}, "removeTags": {"amenity": "fast_food", "brand": "Daylight Donuts", "brand:wikidata": "Q48970508", "brand:wikipedia": "en:Daylight Donuts", "cuisine": "donut", "name": "Daylight Donuts"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Del Taco": {"name": "Del Taco", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1183818"}, "addTags": {"amenity": "fast_food", "brand": "Del Taco", "brand:wikidata": "Q1183818", "brand:wikipedia": "en:Del Taco", "cuisine": "mexican", "name": "Del Taco"}, "removeTags": {"amenity": "fast_food", "brand": "Del Taco", "brand:wikidata": "Q1183818", "brand:wikipedia": "en:Del Taco", "cuisine": "mexican", "name": "Del Taco"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Domino's Pizza": {"name": "Domino's Pizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q839466"}, "addTags": {"amenity": "fast_food", "brand": "Domino's Pizza", "brand:wikidata": "Q839466", "brand:wikipedia": "en:Domino's Pizza", "cuisine": "pizza", "name": "Domino's Pizza"}, "removeTags": {"amenity": "fast_food", "brand": "Domino's Pizza", "brand:wikidata": "Q839466", "brand:wikipedia": "en:Domino's Pizza", "cuisine": "pizza", "name": "Domino's Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Dunkin' Donuts": {"name": "Dunkin' Donuts", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q847743"}, "addTags": {"amenity": "fast_food", "brand": "Dunkin' Donuts", "brand:wikidata": "Q847743", "brand:wikipedia": "en:Dunkin' Donuts", "cuisine": "donut", "name": "Dunkin' Donuts"}, "removeTags": {"amenity": "fast_food", "brand": "Dunkin' Donuts", "brand:wikidata": "Q847743", "brand:wikipedia": "en:Dunkin' Donuts", "cuisine": "donut", "name": "Dunkin' Donuts"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Einstein Bros. Bagels": {"name": "Einstein Bros. Bagels", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5349788"}, "addTags": {"amenity": "fast_food", "brand": "Einstein Bros. Bagels", "brand:wikidata": "Q5349788", "brand:wikipedia": "en:Einstein Bros. Bagels", "cuisine": "bagel", "name": "Einstein Bros. Bagels"}, "removeTags": {"amenity": "fast_food", "brand": "Einstein Bros. Bagels", "brand:wikidata": "Q5349788", "brand:wikipedia": "en:Einstein Bros. Bagels", "cuisine": "bagel", "name": "Einstein Bros. Bagels"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/El Pollo Loco": {"name": "El Pollo Loco", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2353849"}, "addTags": {"amenity": "fast_food", "brand": "El Pollo Loco", "brand:wikidata": "Q2353849", "brand:wikipedia": "en:El Pollo Loco", "cuisine": "mexican", "name": "El Pollo Loco"}, "removeTags": {"amenity": "fast_food", "brand": "El Pollo Loco", "brand:wikidata": "Q2353849", "brand:wikipedia": "en:El Pollo Loco", "cuisine": "mexican", "name": "El Pollo Loco"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Extreme Pita": {"name": "Extreme Pita", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5422367"}, "addTags": {"amenity": "fast_food", "brand": "Extreme Pita", "brand:wikidata": "Q5422367", "brand:wikipedia": "en:Extreme Pita", "cuisine": "pita", "name": "Extreme Pita"}, "removeTags": {"amenity": "fast_food", "brand": "Extreme Pita", "brand:wikidata": "Q5422367", "brand:wikipedia": "en:Extreme Pita", "cuisine": "pita", "name": "Extreme Pita"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Fazoli's": {"name": "Fazoli's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1399195"}, "addTags": {"amenity": "fast_food", "brand": "Fazoli's", "brand:wikidata": "Q1399195", "brand:wikipedia": "en:Fazoli's", "cuisine": "italian", "name": "Fazoli's"}, "removeTags": {"amenity": "fast_food", "brand": "Fazoli's", "brand:wikidata": "Q1399195", "brand:wikipedia": "en:Fazoli's", "cuisine": "italian", "name": "Fazoli's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Firehouse Subs": {"name": "Firehouse Subs", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5451873"}, "addTags": {"amenity": "fast_food", "brand": "Firehouse Subs", "brand:wikidata": "Q5451873", "brand:wikipedia": "en:Firehouse Subs", "cuisine": "sandwich", "name": "Firehouse Subs"}, "removeTags": {"amenity": "fast_food", "brand": "Firehouse Subs", "brand:wikidata": "Q5451873", "brand:wikipedia": "en:Firehouse Subs", "cuisine": "sandwich", "name": "Firehouse Subs"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Five Guys": {"name": "Five Guys", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1131810"}, "addTags": {"amenity": "fast_food", "brand": "Five Guys", "brand:wikidata": "Q1131810", "brand:wikipedia": "en:Five Guys", "cuisine": "burger", "name": "Five Guys"}, "removeTags": {"amenity": "fast_food", "brand": "Five Guys", "brand:wikidata": "Q1131810", "brand:wikipedia": "en:Five Guys", "cuisine": "burger", "name": "Five Guys"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Habib's": {"name": "Habib's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2504930"}, "addTags": {"amenity": "fast_food", "brand": "Habib's", "brand:wikidata": "Q2504930", "brand:wikipedia": "en:Habib's", "cuisine": "middle_eastern", "name": "Habib's"}, "removeTags": {"amenity": "fast_food", "brand": "Habib's", "brand:wikidata": "Q2504930", "brand:wikipedia": "en:Habib's", "cuisine": "middle_eastern", "name": "Habib's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Hallo Pizza": {"name": "Hallo Pizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1571798"}, "addTags": {"amenity": "fast_food", "brand": "Hallo Pizza", "brand:wikidata": "Q1571798", "brand:wikipedia": "de:Hallo Pizza", "cuisine": "pizza", "name": "Hallo Pizza"}, "removeTags": {"amenity": "fast_food", "brand": "Hallo Pizza", "brand:wikidata": "Q1571798", "brand:wikipedia": "de:Hallo Pizza", "cuisine": "pizza", "name": "Hallo Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Hardee's": {"name": "Hardee's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1585088"}, "addTags": {"amenity": "fast_food", "brand": "Hardee's", "brand:wikidata": "Q1585088", "brand:wikipedia": "en:Hardee's", "cuisine": "burger", "name": "Hardee's"}, "removeTags": {"amenity": "fast_food", "brand": "Hardee's", "brand:wikidata": "Q1585088", "brand:wikipedia": "en:Hardee's", "cuisine": "burger", "name": "Hardee's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Harvey's": {"name": "Harvey's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1466184"}, "addTags": {"amenity": "fast_food", "brand": "Harvey's", "brand:wikidata": "Q1466184", "brand:wikipedia": "en:Harvey's", "cuisine": "burger", "name": "Harvey's"}, "removeTags": {"amenity": "fast_food", "brand": "Harvey's", "brand:wikidata": "Q1466184", "brand:wikipedia": "en:Harvey's", "cuisine": "burger", "name": "Harvey's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Hesburger": {"name": "Hesburger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1276832"}, "addTags": {"amenity": "fast_food", "brand": "Hesburger", "brand:wikidata": "Q1276832", "brand:wikipedia": "en:Hesburger", "cuisine": "burger", "name": "Hesburger"}, "removeTags": {"amenity": "fast_food", "brand": "Hesburger", "brand:wikidata": "Q1276832", "brand:wikipedia": "en:Hesburger", "cuisine": "burger", "name": "Hesburger"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Hungry Jacks": {"name": "Hungry Jacks", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3036373"}, "addTags": {"amenity": "fast_food", "brand": "Hungry Jacks", "brand:wikidata": "Q3036373", "brand:wikipedia": "en:Hungry Jack's", "cuisine": "burger", "name": "Hungry Jacks"}, "removeTags": {"amenity": "fast_food", "brand": "Hungry Jacks", "brand:wikidata": "Q3036373", "brand:wikipedia": "en:Hungry Jack's", "cuisine": "burger", "name": "Hungry Jacks"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/In-N-Out Burger": {"name": "In-N-Out Burger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1205312"}, "addTags": {"amenity": "fast_food", "brand": "In-N-Out Burger", "brand:wikidata": "Q1205312", "brand:wikipedia": "en:In-N-Out Burger", "cuisine": "burger", "name": "In-N-Out Burger"}, "removeTags": {"amenity": "fast_food", "brand": "In-N-Out Burger", "brand:wikidata": "Q1205312", "brand:wikipedia": "en:In-N-Out Burger", "cuisine": "burger", "name": "In-N-Out Burger"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Jack in the Box": {"name": "Jack in the Box", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1538507"}, "addTags": {"amenity": "fast_food", "brand": "Jack in the Box", "brand:wikidata": "Q1538507", "brand:wikipedia": "en:Jack in the Box", "cuisine": "burger", "name": "Jack in the Box"}, "removeTags": {"amenity": "fast_food", "brand": "Jack in the Box", "brand:wikidata": "Q1538507", "brand:wikipedia": "en:Jack in the Box", "cuisine": "burger", "name": "Jack in the Box"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Jamba Juice": {"name": "Jamba Juice", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3088784"}, "addTags": {"amenity": "fast_food", "brand": "Jamba Juice", "brand:wikidata": "Q3088784", "brand:wikipedia": "en:Jamba Juice", "cuisine": "juice", "name": "Jamba Juice"}, "removeTags": {"amenity": "fast_food", "brand": "Jamba Juice", "brand:wikidata": "Q3088784", "brand:wikipedia": "en:Jamba Juice", "cuisine": "juice", "name": "Jamba Juice"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Jersey Mike's Subs": {"name": "Jersey Mike's Subs", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6184897"}, "addTags": {"amenity": "fast_food", "brand": "Jersey Mike's Subs", "brand:wikidata": "Q6184897", "brand:wikipedia": "en:Jersey Mike's Subs", "cuisine": "sandwich", "name": "Jersey Mike's Subs"}, "removeTags": {"amenity": "fast_food", "brand": "Jersey Mike's Subs", "brand:wikidata": "Q6184897", "brand:wikipedia": "en:Jersey Mike's Subs", "cuisine": "sandwich", "name": "Jersey Mike's Subs"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Jimmy John's": {"name": "Jimmy John's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1689380"}, "addTags": {"amenity": "fast_food", "brand": "Jimmy John's", "brand:wikidata": "Q1689380", "brand:wikipedia": "en:Jimmy John's", "cuisine": "sandwich", "name": "Jimmy John's"}, "removeTags": {"amenity": "fast_food", "brand": "Jimmy John's", "brand:wikidata": "Q1689380", "brand:wikipedia": "en:Jimmy John's", "cuisine": "sandwich", "name": "Jimmy John's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Jollibee": {"name": "Jollibee", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q37614"}, "addTags": {"amenity": "fast_food", "brand": "Jollibee", "brand:wikidata": "Q37614", "brand:wikipedia": "en:Jollibee", "cuisine": "burger", "name": "Jollibee"}, "removeTags": {"amenity": "fast_food", "brand": "Jollibee", "brand:wikidata": "Q37614", "brand:wikipedia": "en:Jollibee", "cuisine": "burger", "name": "Jollibee"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/KFC": {"name": "KFC", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q524757"}, "addTags": {"amenity": "fast_food", "brand": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "en:KFC", "cuisine": "chicken", "name": "KFC"}, "removeTags": {"amenity": "fast_food", "brand": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "en:KFC", "cuisine": "chicken", "name": "KFC"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Kochlöffel": {"name": "Kochlöffel", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q315539"}, "addTags": {"amenity": "fast_food", "brand": "Kochlöffel", "brand:wikidata": "Q315539", "brand:wikipedia": "en:Kochlöffel", "name": "Kochlöffel"}, "removeTags": {"amenity": "fast_food", "brand": "Kochlöffel", "brand:wikidata": "Q315539", "brand:wikipedia": "en:Kochlöffel", "name": "Kochlöffel"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Kotipizza": {"name": "Kotipizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1628625"}, "addTags": {"amenity": "fast_food", "brand": "Kotipizza", "brand:wikidata": "Q1628625", "brand:wikipedia": "en:Kotipizza", "cuisine": "pizza", "name": "Kotipizza"}, "removeTags": {"amenity": "fast_food", "brand": "Kotipizza", "brand:wikidata": "Q1628625", "brand:wikipedia": "en:Kotipizza", "cuisine": "pizza", "name": "Kotipizza"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Krispy Kreme": {"name": "Krispy Kreme", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1192805"}, "addTags": {"amenity": "fast_food", "brand": "Krispy Kreme", "brand:wikidata": "Q1192805", "brand:wikipedia": "en:Krispy Kreme", "cuisine": "donut", "name": "Krispy Kreme"}, "removeTags": {"amenity": "fast_food", "brand": "Krispy Kreme", "brand:wikidata": "Q1192805", "brand:wikipedia": "en:Krispy Kreme", "cuisine": "donut", "name": "Krispy Kreme"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Little Caesars": {"name": "Little Caesars", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1393809"}, "addTags": {"amenity": "fast_food", "brand": "Little Caesars", "brand:wikidata": "Q1393809", "brand:wikipedia": "en:Little Caesars", "cuisine": "pizza", "name": "Little Caesars"}, "removeTags": {"amenity": "fast_food", "brand": "Little Caesars", "brand:wikidata": "Q1393809", "brand:wikipedia": "en:Little Caesars", "cuisine": "pizza", "name": "Little Caesars"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Long John Silver's": {"name": "Long John Silver's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1535221"}, "addTags": {"amenity": "fast_food", "brand": "Long John Silver's", "brand:wikidata": "Q1535221", "brand:wikipedia": "en:Long John Silver's", "cuisine": "seafood", "name": "Long John Silver's"}, "removeTags": {"amenity": "fast_food", "brand": "Long John Silver's", "brand:wikidata": "Q1535221", "brand:wikipedia": "en:Long John Silver's", "cuisine": "seafood", "name": "Long John Silver's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Lotteria": {"name": "Lotteria", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q249525"}, "addTags": {"amenity": "fast_food", "brand": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "en:Lotteria", "cuisine": "burger", "name": "Lotteria"}, "removeTags": {"amenity": "fast_food", "brand": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "en:Lotteria", "cuisine": "burger", "name": "Lotteria"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Mang Inasal": {"name": "Mang Inasal", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6748573"}, "addTags": {"amenity": "fast_food", "brand": "Mang Inasal", "brand:wikidata": "Q6748573", "brand:wikipedia": "en:Mang Inasal", "cuisine": "barbecue", "name": "Mang Inasal"}, "removeTags": {"amenity": "fast_food", "brand": "Mang Inasal", "brand:wikidata": "Q6748573", "brand:wikipedia": "en:Mang Inasal", "cuisine": "barbecue", "name": "Mang Inasal"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/McDonald's": {"name": "McDonald's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "McDonald's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Moe's Southwest Grill": {"name": "Moe's Southwest Grill", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6889938"}, "addTags": {"amenity": "fast_food", "brand": "Moe's Southwest Grill", "brand:wikidata": "Q6889938", "brand:wikipedia": "en:Moe's Southwest Grill", "cuisine": "mexican", "name": "Moe's Southwest Grill"}, "removeTags": {"amenity": "fast_food", "brand": "Moe's Southwest Grill", "brand:wikidata": "Q6889938", "brand:wikipedia": "en:Moe's Southwest Grill", "cuisine": "mexican", "name": "Moe's Southwest Grill"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Mr. Sub": {"name": "Mr. Sub", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6929225"}, "addTags": {"amenity": "fast_food", "brand": "Mr. Sub", "brand:wikidata": "Q6929225", "brand:wikipedia": "en:Mr. Sub", "cuisine": "sandwich", "name": "Mr. Sub"}, "removeTags": {"amenity": "fast_food", "brand": "Mr. Sub", "brand:wikidata": "Q6929225", "brand:wikipedia": "en:Mr. Sub", "cuisine": "sandwich", "name": "Mr. Sub"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Nordsee": {"name": "Nordsee", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q74866"}, "addTags": {"amenity": "fast_food", "brand": "Nordsee", "brand:wikidata": "Q74866", "brand:wikipedia": "en:Nordsee", "cuisine": "seafood", "name": "Nordsee"}, "removeTags": {"amenity": "fast_food", "brand": "Nordsee", "brand:wikidata": "Q74866", "brand:wikipedia": "en:Nordsee", "cuisine": "seafood", "name": "Nordsee"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/O'Tacos": {"name": "O'Tacos", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q28494040"}, "addTags": {"amenity": "fast_food", "brand": "O'Tacos", "brand:wikidata": "Q28494040", "brand:wikipedia": "en:O'Tacos", "cuisine": "mexican", "name": "O'Tacos"}, "removeTags": {"amenity": "fast_food", "brand": "O'Tacos", "brand:wikidata": "Q28494040", "brand:wikipedia": "en:O'Tacos", "cuisine": "mexican", "name": "O'Tacos"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Panago": {"name": "Panago", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q17111672"}, "addTags": {"amenity": "fast_food", "brand": "Panago", "brand:wikidata": "Q17111672", "brand:wikipedia": "en:Panago", "cuisine": "pizza", "name": "Panago"}, "removeTags": {"amenity": "fast_food", "brand": "Panago", "brand:wikidata": "Q17111672", "brand:wikipedia": "en:Panago", "cuisine": "pizza", "name": "Panago"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Panda Express": {"name": "Panda Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1358690"}, "addTags": {"amenity": "fast_food", "brand": "Panda Express", "brand:wikidata": "Q1358690", "brand:wikipedia": "en:Panda Express", "cuisine": "chinese", "name": "Panda Express"}, "removeTags": {"amenity": "fast_food", "brand": "Panda Express", "brand:wikidata": "Q1358690", "brand:wikipedia": "en:Panda Express", "cuisine": "chinese", "name": "Panda Express"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Panera Bread": {"name": "Panera Bread", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7130852"}, "addTags": {"amenity": "fast_food", "brand": "Panera Bread", "brand:wikidata": "Q7130852", "brand:wikipedia": "en:Panera Bread", "cuisine": "sandwich", "name": "Panera Bread"}, "removeTags": {"amenity": "fast_food", "brand": "Panera Bread", "brand:wikidata": "Q7130852", "brand:wikipedia": "en:Panera Bread", "cuisine": "sandwich", "name": "Panera Bread"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Papa John's": {"name": "Papa John's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2759586"}, "addTags": {"amenity": "fast_food", "brand": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "en:Papa John's Pizza", "cuisine": "pizza", "name": "Papa John's"}, "removeTags": {"amenity": "fast_food", "brand": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "en:Papa John's Pizza", "cuisine": "pizza", "name": "Papa John's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Papa Murphy's": {"name": "Papa Murphy's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7132349"}, "addTags": {"amenity": "fast_food", "brand": "Papa Murphy's", "brand:wikidata": "Q7132349", "brand:wikipedia": "en:Papa Murphy's", "cuisine": "pizza", "name": "Papa Murphy's"}, "removeTags": {"amenity": "fast_food", "brand": "Papa Murphy's", "brand:wikidata": "Q7132349", "brand:wikipedia": "en:Papa Murphy's", "cuisine": "pizza", "name": "Papa Murphy's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Pita Pit": {"name": "Pita Pit", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7757289"}, "addTags": {"amenity": "fast_food", "brand": "Pita Pit", "brand:wikidata": "Q7757289", "brand:wikipedia": "en:Pita Pit", "cuisine": "pita", "name": "Pita Pit"}, "removeTags": {"amenity": "fast_food", "brand": "Pita Pit", "brand:wikidata": "Q7757289", "brand:wikipedia": "en:Pita Pit", "cuisine": "pita", "name": "Pita Pit"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Pizza Hut Delivery": {"name": "Pizza Hut Delivery", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut Delivery"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut Delivery"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Pizza Hut Express": {"name": "Pizza Hut Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikipedia": "en:Pizza Hut", "brand:wikidata": "Q191615", "cuisine": "pizza", "name": "Pizza Hut Express"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikipedia": "en:Pizza Hut", "brand:wikidata": "Q191615", "cuisine": "pizza", "name": "Pizza Hut Express"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Pizza Nova": {"name": "Pizza Nova", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7199971"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Nova", "brand:wikidata": "Q7199971", "brand:wikipedia": "en:Pizza Nova", "cuisine": "pizza", "name": "Pizza Nova"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Nova", "brand:wikidata": "Q7199971", "brand:wikipedia": "en:Pizza Nova", "cuisine": "pizza", "name": "Pizza Nova"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Pizza Pizza": {"name": "Pizza Pizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1194143"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Pizza", "brand:wikidata": "Q1194143", "brand:wikipedia": "en:Pizza Pizza", "cuisine": "pizza", "name": "Pizza Pizza"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Pizza", "brand:wikidata": "Q1194143", "brand:wikipedia": "en:Pizza Pizza", "cuisine": "pizza", "name": "Pizza Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Pollo Campero": {"name": "Pollo Campero", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q942741"}, "addTags": {"amenity": "fast_food", "brand": "Pollo Campero", "brand:wikidata": "Q942741", "brand:wikipedia": "en:Pollo Campero", "cuisine": "chicken", "name": "Pollo Campero"}, "removeTags": {"amenity": "fast_food", "brand": "Pollo Campero", "brand:wikidata": "Q942741", "brand:wikipedia": "en:Pollo Campero", "cuisine": "chicken", "name": "Pollo Campero"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Popeye's": {"name": "Popeye's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1330910"}, "addTags": {"amenity": "fast_food", "brand": "Popeye's", "brand:wikidata": "Q1330910", "brand:wikipedia": "en:Popeyes", "cuisine": "chicken", "name": "Popeye's"}, "removeTags": {"amenity": "fast_food", "brand": "Popeye's", "brand:wikidata": "Q1330910", "brand:wikipedia": "en:Popeyes", "cuisine": "chicken", "name": "Popeye's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Potbelly": {"name": "Potbelly", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7234777"}, "addTags": {"amenity": "fast_food", "brand": "Potbelly", "brand:wikidata": "Q7234777", "brand:wikipedia": "en:Potbelly Sandwich Works", "cuisine": "sandwich", "name": "Potbelly"}, "removeTags": {"amenity": "fast_food", "brand": "Potbelly", "brand:wikidata": "Q7234777", "brand:wikipedia": "en:Potbelly Sandwich Works", "cuisine": "sandwich", "name": "Potbelly"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Qdoba": {"name": "Qdoba", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1363885"}, "addTags": {"amenity": "fast_food", "brand": "Qdoba", "brand:wikidata": "Q1363885", "brand:wikipedia": "en:Qdoba", "cuisine": "mexican", "name": "Qdoba"}, "removeTags": {"amenity": "fast_food", "brand": "Qdoba", "brand:wikidata": "Q1363885", "brand:wikipedia": "en:Qdoba", "cuisine": "mexican", "name": "Qdoba"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Quick": {"name": "Quick", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q286494"}, "addTags": {"amenity": "fast_food", "brand": "Quick", "brand:wikidata": "Q286494", "brand:wikipedia": "en:Quick (restaurant)", "cuisine": "burger", "name": "Quick"}, "removeTags": {"amenity": "fast_food", "brand": "Quick", "brand:wikidata": "Q286494", "brand:wikipedia": "en:Quick (restaurant)", "cuisine": "burger", "name": "Quick"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Quiznos": {"name": "Quiznos", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1936229"}, "addTags": {"amenity": "fast_food", "brand": "Quiznos", "brand:wikidata": "Q1936229", "brand:wikipedia": "en:Quiznos", "cuisine": "sandwich", "name": "Quiznos"}, "removeTags": {"amenity": "fast_food", "brand": "Quiznos", "brand:wikidata": "Q1936229", "brand:wikipedia": "en:Quiznos", "cuisine": "sandwich", "name": "Quiznos"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Rally's": {"name": "Rally's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3419341"}, "addTags": {"amenity": "fast_food", "brand": "Rally's", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Rally's"}, "removeTags": {"amenity": "fast_food", "brand": "Rally's", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Rally's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Red Rooster": {"name": "Red Rooster", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q376466"}, "addTags": {"amenity": "fast_food", "brand": "Red Rooster", "brand:wikidata": "Q376466", "brand:wikipedia": "en:Red Rooster", "cuisine": "chicken", "name": "Red Rooster"}, "removeTags": {"amenity": "fast_food", "brand": "Red Rooster", "brand:wikidata": "Q376466", "brand:wikipedia": "en:Red Rooster", "cuisine": "chicken", "name": "Red Rooster"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Sbarro": {"name": "Sbarro", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2589409"}, "addTags": {"amenity": "fast_food", "brand": "Sbarro", "brand:wikidata": "Q2589409", "brand:wikipedia": "en:Sbarro", "cuisine": "pizza", "name": "Sbarro"}, "removeTags": {"amenity": "fast_food", "brand": "Sbarro", "brand:wikidata": "Q2589409", "brand:wikipedia": "en:Sbarro", "cuisine": "pizza", "name": "Sbarro"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Smashburger": {"name": "Smashburger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q17061332"}, "addTags": {"amenity": "fast_food", "brand": "Smashburger", "brand:wikidata": "Q17061332", "brand:wikipedia": "en:Smashburger", "cuisine": "burger", "name": "Smashburger"}, "removeTags": {"amenity": "fast_food", "brand": "Smashburger", "brand:wikidata": "Q17061332", "brand:wikipedia": "en:Smashburger", "cuisine": "burger", "name": "Smashburger"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Smoothie King": {"name": "Smoothie King", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5491421"}, "addTags": {"amenity": "fast_food", "brand": "Smoothie King", "brand:wikidata": "Q5491421", "brand:wikipedia": "en:Smoothie King", "cuisine": "juice", "name": "Smoothie King"}, "removeTags": {"amenity": "fast_food", "brand": "Smoothie King", "brand:wikidata": "Q5491421", "brand:wikipedia": "en:Smoothie King", "cuisine": "juice", "name": "Smoothie King"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Sonic": {"name": "Sonic", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7561808"}, "addTags": {"amenity": "fast_food", "brand": "Sonic", "brand:wikidata": "Q7561808", "brand:wikipedia": "en:Sonic Drive-In", "cuisine": "burger", "name": "Sonic"}, "removeTags": {"amenity": "fast_food", "brand": "Sonic", "brand:wikidata": "Q7561808", "brand:wikipedia": "en:Sonic Drive-In", "cuisine": "burger", "name": "Sonic"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Steers": {"name": "Steers", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q56599145"}, "addTags": {"amenity": "fast_food", "brand": "Steers", "brand:wikidata": "Q56599145", "brand:wikipedia": "en:Steers", "cuisine": "burger", "name": "Steers"}, "removeTags": {"amenity": "fast_food", "brand": "Steers", "brand:wikidata": "Q56599145", "brand:wikipedia": "en:Steers", "cuisine": "burger", "name": "Steers"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Subway": {"name": "Subway", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q244457"}, "addTags": {"amenity": "fast_food", "brand": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "en:Subway (restaurant)", "cuisine": "sandwich", "name": "Subway"}, "removeTags": {"amenity": "fast_food", "brand": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "en:Subway (restaurant)", "cuisine": "sandwich", "name": "Subway"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Taco Bell": {"name": "Taco Bell", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q752941"}, "addTags": {"amenity": "fast_food", "brand": "Taco Bell", "brand:wikidata": "Q752941", "brand:wikipedia": "en:Taco Bell", "cuisine": "mexican", "name": "Taco Bell"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Bell", "brand:wikidata": "Q752941", "brand:wikipedia": "en:Taco Bell", "cuisine": "mexican", "name": "Taco Bell"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Taco Bueno": {"name": "Taco Bueno", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673958"}, "addTags": {"amenity": "fast_food", "brand": "Taco Bueno", "brand:wikidata": "Q7673958", "brand:wikipedia": "en:Taco Bueno", "cuisine": "mexican", "name": "Taco Bueno"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Bueno", "brand:wikidata": "Q7673958", "brand:wikipedia": "en:Taco Bueno", "cuisine": "mexican", "name": "Taco Bueno"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Taco Cabana": {"name": "Taco Cabana", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q12070488"}, "addTags": {"amenity": "fast_food", "brand": "Taco Cabana", "brand:wikidata": "Q12070488", "brand:wikipedia": "en:Taco Cabana", "cuisine": "mexican", "name": "Taco Cabana"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Cabana", "brand:wikidata": "Q12070488", "brand:wikipedia": "en:Taco Cabana", "cuisine": "mexican", "name": "Taco Cabana"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Taco Del Mar": {"name": "Taco Del Mar", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673972"}, "addTags": {"amenity": "fast_food", "brand": "Taco Del Mar", "brand:wikidata": "Q7673972", "brand:wikipedia": "en:Taco del Mar", "cuisine": "mexican", "name": "Taco Del Mar"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Del Mar", "brand:wikidata": "Q7673972", "brand:wikipedia": "en:Taco del Mar", "cuisine": "mexican", "name": "Taco Del Mar"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Taco John's": {"name": "Taco John's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673962"}, "addTags": {"amenity": "fast_food", "brand": "Taco John's", "brand:wikidata": "Q7673962", "brand:wikipedia": "en:Taco John's", "cuisine": "mexican", "name": "Taco John's"}, "removeTags": {"amenity": "fast_food", "brand": "Taco John's", "brand:wikidata": "Q7673962", "brand:wikipedia": "en:Taco John's", "cuisine": "mexican", "name": "Taco John's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Taco Time": {"name": "Taco Time", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673969"}, "addTags": {"amenity": "fast_food", "brand": "Taco Time", "brand:wikidata": "Q7673969", "brand:wikipedia": "en:Taco Time", "cuisine": "mexican", "name": "Taco Time"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Time", "brand:wikidata": "Q7673969", "brand:wikipedia": "en:Taco Time", "cuisine": "mexican", "name": "Taco Time"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Telepizza": {"name": "Telepizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2699863"}, "addTags": {"amenity": "fast_food", "brand": "Telepizza", "brand:wikidata": "Q2699863", "brand:wikipedia": "en:Telepizza", "cuisine": "pizza", "name": "Telepizza"}, "removeTags": {"amenity": "fast_food", "brand": "Telepizza", "brand:wikidata": "Q2699863", "brand:wikipedia": "en:Telepizza", "cuisine": "pizza", "name": "Telepizza"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Thai Express": {"name": "Thai Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7709119"}, "addTags": {"amenity": "fast_food", "brand": "Thai Express", "brand:wikidata": "Q7709119", "brand:wikipedia": "en:Thai Express", "cuisine": "thai", "name": "Thai Express"}, "removeTags": {"amenity": "fast_food", "brand": "Thai Express", "brand:wikidata": "Q7709119", "brand:wikipedia": "en:Thai Express", "cuisine": "thai", "name": "Thai Express"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/The Pizza Company": {"name": "The Pizza Company", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2413520"}, "addTags": {"amenity": "fast_food", "brand": "The Pizza Company", "brand:wikidata": "Q2413520", "brand:wikipedia": "en:The Pizza Company", "cuisine": "pizza", "name": "The Pizza Company"}, "removeTags": {"amenity": "fast_food", "brand": "The Pizza Company", "brand:wikidata": "Q2413520", "brand:wikipedia": "en:The Pizza Company", "cuisine": "pizza", "name": "The Pizza Company"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Wendy's": {"name": "Wendy's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q550258"}, "addTags": {"amenity": "fast_food", "brand": "Wendy's", "brand:wikidata": "Q550258", "brand:wikipedia": "en:Wendy's", "cuisine": "burger", "name": "Wendy's"}, "removeTags": {"amenity": "fast_food", "brand": "Wendy's", "brand:wikidata": "Q550258", "brand:wikipedia": "en:Wendy's", "cuisine": "burger", "name": "Wendy's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Whataburger": {"name": "Whataburger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q376627"}, "addTags": {"amenity": "fast_food", "brand": "Whataburger", "brand:wikidata": "Q376627", "brand:wikipedia": "en:Whataburger", "cuisine": "burger", "name": "Whataburger"}, "removeTags": {"amenity": "fast_food", "brand": "Whataburger", "brand:wikidata": "Q376627", "brand:wikipedia": "en:Whataburger", "cuisine": "burger", "name": "Whataburger"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/White Castle": {"name": "White Castle", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1244034"}, "addTags": {"amenity": "fast_food", "brand": "White Castle", "brand:wikidata": "Q1244034", "brand:wikipedia": "en:White Castle (restaurant)", "cuisine": "burger", "name": "White Castle"}, "removeTags": {"amenity": "fast_food", "brand": "White Castle", "brand:wikidata": "Q1244034", "brand:wikipedia": "en:White Castle (restaurant)", "cuisine": "burger", "name": "White Castle"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Wienerschnitzel": {"name": "Wienerschnitzel", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q324679"}, "addTags": {"amenity": "fast_food", "brand": "Wienerschnitzel", "brand:wikidata": "Q324679", "brand:wikipedia": "en:Wienerschnitzel", "cuisine": "hot_dog", "name": "Wienerschnitzel"}, "removeTags": {"amenity": "fast_food", "brand": "Wienerschnitzel", "brand:wikidata": "Q324679", "brand:wikipedia": "en:Wienerschnitzel", "cuisine": "hot_dog", "name": "Wienerschnitzel"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Wimpy": {"name": "Wimpy", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2811992"}, "addTags": {"amenity": "fast_food", "brand": "Wimpy", "brand:wikidata": "Q2811992", "brand:wikipedia": "en:Wimpy (restaurant)", "cuisine": "burger", "name": "Wimpy"}, "removeTags": {"amenity": "fast_food", "brand": "Wimpy", "brand:wikidata": "Q2811992", "brand:wikipedia": "en:Wimpy (restaurant)", "cuisine": "burger", "name": "Wimpy"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Zaxby's": {"name": "Zaxby's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q8067525"}, "addTags": {"amenity": "fast_food", "brand": "Zaxby's", "brand:wikidata": "Q8067525", "brand:wikipedia": "en:Zaxby's", "cuisine": "chicken", "name": "Zaxby's"}, "removeTags": {"amenity": "fast_food", "brand": "Zaxby's", "brand:wikidata": "Q8067525", "brand:wikipedia": "en:Zaxby's", "cuisine": "chicken", "name": "Zaxby's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Бургер Кинг": {"name": "Бургер Кинг", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q177054"}, "addTags": {"amenity": "fast_food", "brand": "Бургер Кинг", "brand:en": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Бургер Кинг", "name:en": "Burger King"}, "removeTags": {"amenity": "fast_food", "brand": "Бургер Кинг", "brand:en": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Бургер Кинг", "name:en": "Burger King"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Крошка Картошка": {"name": "Крошка Картошка", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4241838"}, "addTags": {"amenity": "fast_food", "brand": "Крошка Картошка", "brand:wikidata": "Q4241838", "brand:wikipedia": "ru:Крошка Картошка", "name": "Крошка Картошка"}, "removeTags": {"amenity": "fast_food", "brand": "Крошка Картошка", "brand:wikidata": "Q4241838", "brand:wikipedia": "ru:Крошка Картошка", "name": "Крошка Картошка"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Макдоналдс": {"name": "Макдоналдс", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "Макдоналдс", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "Макдоналдс", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "Макдоналдс", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "Макдоналдс", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Папа Джонс": {"name": "Папа Джонс", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2759586"}, "addTags": {"amenity": "fast_food", "brand": "Папа Джонс", "brand:en": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "ru:Papa John’s", "cuisine": "pizza", "name": "Папа Джонс", "name:en": "Papa John's"}, "removeTags": {"amenity": "fast_food", "brand": "Папа Джонс", "brand:en": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "ru:Papa John’s", "cuisine": "pizza", "name": "Папа Джонс", "name:en": "Papa John's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Стардог!s": {"name": "Стардог!s", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4439856"}, "addTags": {"amenity": "fast_food", "brand": "Стардог!s", "brand:en": "Stardog!s", "brand:wikidata": "Q4439856", "brand:wikipedia": "ru:Стардогс", "name": "Стардог!s", "name:en": "Stardog!s"}, "removeTags": {"amenity": "fast_food", "brand": "Стардог!s", "brand:en": "Stardog!s", "brand:wikidata": "Q4439856", "brand:wikipedia": "ru:Стардогс", "name": "Стардог!s", "name:en": "Stardog!s"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/Теремок": {"name": "Теремок", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4455593"}, "addTags": {"amenity": "fast_food", "brand": "Теремок", "brand:en": "Teremok", "brand:wikidata": "Q4455593", "brand:wikipedia": "ru:Теремок (сеть быстрого питания)", "name": "Теремок", "name:en": "Teremok"}, "removeTags": {"amenity": "fast_food", "brand": "Теремок", "brand:en": "Teremok", "brand:wikidata": "Q4455593", "brand:wikipedia": "ru:Теремок (сеть быстрого питания)", "name": "Теремок", "name:en": "Teremok"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/מקדונלד'ס": {"name": "מקדונלד'ס", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q12061542"}, "addTags": {"amenity": "fast_food", "brand": "מקדונלד'ס", "brand:en": "McDonald's", "brand:wikidata": "Q12061542", "brand:wikipedia": "en:McDonald's Israel", "cuisine": "burger", "name": "מקדונלד'ס", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "מקדונלד'ס", "brand:en": "McDonald's", "brand:wikidata": "Q12061542", "brand:wikipedia": "en:McDonald's Israel", "cuisine": "burger", "name": "מקדונלד'ס", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/かっぱ寿司": {"name": "かっぱ寿司", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11263916"}, "addTags": {"amenity": "fast_food", "brand": "かっぱ寿司", "brand:en": "Kappazushi", "brand:wikidata": "Q11263916", "brand:wikipedia": "ja:かっぱ寿司", "cuisine": "sushi", "name": "かっぱ寿司", "name:en": "Kappazushi"}, "removeTags": {"amenity": "fast_food", "brand": "かっぱ寿司", "brand:en": "Kappazushi", "brand:wikidata": "Q11263916", "brand:wikipedia": "ja:かっぱ寿司", "cuisine": "sushi", "name": "かっぱ寿司", "name:en": "Kappazushi"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/かつや": {"name": "かつや", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2855257"}, "addTags": {"amenity": "fast_food", "brand": "かつや", "brand:en": "Katsuya", "brand:wikidata": "Q2855257", "brand:wikipedia": "ja:かつや", "cuisine": "fried_food", "name": "かつや", "name:en": "Katsuya", "name:ko": "카쯔야", "name:zh": "吉豚屋"}, "removeTags": {"amenity": "fast_food", "brand": "かつや", "brand:en": "Katsuya", "brand:wikidata": "Q2855257", "brand:wikipedia": "ja:かつや", "cuisine": "fried_food", "name": "かつや", "name:en": "Katsuya", "name:ko": "카쯔야", "name:zh": "吉豚屋"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/くら寿司": {"name": "くら寿司", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6445491"}, "addTags": {"amenity": "fast_food", "brand": "くら寿司", "brand:en": "Kurazushi", "brand:wikidata": "Q6445491", "brand:wikipedia": "ja:くらコーポレーション", "cuisine": "sushi", "name": "くら寿司", "name:en": "Kurazushi"}, "removeTags": {"amenity": "fast_food", "brand": "くら寿司", "brand:en": "Kurazushi", "brand:wikidata": "Q6445491", "brand:wikipedia": "ja:くらコーポレーション", "cuisine": "sushi", "name": "くら寿司", "name:en": "Kurazushi"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/すき家": {"name": "すき家", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6137375"}, "addTags": {"amenity": "fast_food", "brand": "すき家", "brand:en": "Sukiya", "brand:wikidata": "Q6137375", "brand:wikipedia": "ja:すき家", "name": "すき家", "name:en": "Sukiya"}, "removeTags": {"amenity": "fast_food", "brand": "すき家", "brand:en": "Sukiya", "brand:wikidata": "Q6137375", "brand:wikipedia": "ja:すき家", "name": "すき家", "name:en": "Sukiya"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/なか卯": {"name": "なか卯", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11274132"}, "addTags": {"amenity": "fast_food", "brand": "なか卯", "brand:en": "Nakau", "brand:wikidata": "Q11274132", "brand:wikipedia": "ja:なか卯", "name": "なか卯", "name:en": "Nakau"}, "removeTags": {"amenity": "fast_food", "brand": "なか卯", "brand:en": "Nakau", "brand:wikidata": "Q11274132", "brand:wikipedia": "ja:なか卯", "name": "なか卯", "name:en": "Nakau"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/はま寿司": {"name": "はま寿司", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q17220385"}, "addTags": {"amenity": "fast_food", "brand": "はま寿司", "brand:en": "Hamazushi", "brand:wikidata": "Q17220385", "brand:wikipedia": "ja:はま寿司", "name": "はま寿司", "name:en": "Hamazushi"}, "removeTags": {"amenity": "fast_food", "brand": "はま寿司", "brand:en": "Hamazushi", "brand:wikidata": "Q17220385", "brand:wikipedia": "ja:はま寿司", "name": "はま寿司", "name:en": "Hamazushi"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/ほっかほっか亭": {"name": "ほっかほっか亭", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5878035"}, "addTags": {"amenity": "fast_food", "brand": "ほっかほっか亭", "brand:en": "Hokka Hokka Tei", "brand:wikidata": "Q5878035", "brand:wikipedia": "ja:ほっかほっか亭", "name": "ほっかほっか亭", "name:en": "Hokka Hokka Tei"}, "removeTags": {"amenity": "fast_food", "brand": "ほっかほっか亭", "brand:en": "Hokka Hokka Tei", "brand:wikidata": "Q5878035", "brand:wikipedia": "ja:ほっかほっか亭", "name": "ほっかほっか亭", "name:en": "Hokka Hokka Tei"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/ほっともっと": {"name": "ほっともっと", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q10850949"}, "addTags": {"amenity": "fast_food", "brand": "ほっともっと", "brand:en": "Hotto Motto", "brand:wikidata": "Q10850949", "brand:wikipedia": "ja:ほっともっと", "name": "ほっともっと", "name:en": "Hotto Motto"}, "removeTags": {"amenity": "fast_food", "brand": "ほっともっと", "brand:en": "Hotto Motto", "brand:wikidata": "Q10850949", "brand:wikipedia": "ja:ほっともっと", "name": "ほっともっと", "name:en": "Hotto Motto"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/オリジン弁当": {"name": "オリジン弁当", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11292632"}, "addTags": {"amenity": "fast_food", "brand": "オリジン弁当", "brand:en": "Origin Bentō", "brand:wikidata": "Q11292632", "brand:wikipedia": "ja:オリジン東秀", "name": "オリジン弁当", "name:en": "Origin Bentō"}, "removeTags": {"amenity": "fast_food", "brand": "オリジン弁当", "brand:en": "Origin Bentō", "brand:wikidata": "Q11292632", "brand:wikipedia": "ja:オリジン東秀", "name": "オリジン弁当", "name:en": "Origin Bentō"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/ケンタッキーフライドチキン": {"name": "ケンタッキーフライドチキン", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q524757"}, "addTags": {"amenity": "fast_food", "brand": "ケンタッキーフライドチキン", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "ja:KFCコーポレーション", "cuisine": "chicken", "name": "ケンタッキーフライドチキン", "name:en": "KFC"}, "removeTags": {"amenity": "fast_food", "brand": "ケンタッキーフライドチキン", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "ja:KFCコーポレーション", "cuisine": "chicken", "name": "ケンタッキーフライドチキン", "name:en": "KFC"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/サブウェイ": {"name": "サブウェイ", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q244457"}, "addTags": {"amenity": "fast_food", "brand": "サブウェイ", "brand:en": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "ja:サブウェイ", "cuisine": "sandwich", "name": "サブウェイ", "name:en": "Subway"}, "removeTags": {"amenity": "fast_food", "brand": "サブウェイ", "brand:en": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "ja:サブウェイ", "cuisine": "sandwich", "name": "サブウェイ", "name:en": "Subway"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/スシロー": {"name": "スシロー", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11257037"}, "addTags": {"amenity": "fast_food", "brand": "スシロー", "brand:en": "Sushiro", "brand:wikidata": "Q11257037", "brand:wikipedia": "ja:あきんどスシロー", "cuisine": "sushi", "name": "スシロー", "name:en": "Sushiro", "name:zh": "壽司郎"}, "removeTags": {"amenity": "fast_food", "brand": "スシロー", "brand:en": "Sushiro", "brand:wikidata": "Q11257037", "brand:wikipedia": "ja:あきんどスシロー", "cuisine": "sushi", "name": "スシロー", "name:en": "Sushiro", "name:zh": "壽司郎"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/ピザハット": {"name": "ピザハット", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "fast_food", "brand": "ピザハット", "brand:en": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "ja:ピザハット", "cuisine": "pizza", "name": "ピザハット", "name:en": "Pizza Hut"}, "removeTags": {"amenity": "fast_food", "brand": "ピザハット", "brand:en": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "ja:ピザハット", "cuisine": "pizza", "name": "ピザハット", "name:en": "Pizza Hut"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/マクドナルド": {"name": "マクドナルド", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "マクドナルド", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "ja:マクドナルド", "cuisine": "burger", "name": "マクドナルド", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "マクドナルド", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "ja:マクドナルド", "cuisine": "burger", "name": "マクドナルド", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/ミスタードーナツ": {"name": "ミスタードーナツ", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1065819"}, "addTags": {"amenity": "fast_food", "brand": "ミスタードーナツ", "brand:en": "Mister Donut", "brand:wikidata": "Q1065819", "brand:wikipedia": "en:Mister Donut", "cuisine": "donut", "name": "ミスタードーナツ", "name:en": "Mister Donut"}, "removeTags": {"amenity": "fast_food", "brand": "ミスタードーナツ", "brand:en": "Mister Donut", "brand:wikidata": "Q1065819", "brand:wikipedia": "en:Mister Donut", "cuisine": "donut", "name": "ミスタードーナツ", "name:en": "Mister Donut"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/モスバーガー": {"name": "モスバーガー", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1204169"}, "addTags": {"amenity": "fast_food", "brand": "モスバーガー", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "ja:モスバーガー", "cuisine": "burger", "name": "モスバーガー", "name:en": "MOS Burger"}, "removeTags": {"amenity": "fast_food", "brand": "モスバーガー", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "ja:モスバーガー", "cuisine": "burger", "name": "モスバーガー", "name:en": "MOS Burger"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/ロッテリア": {"name": "ロッテリア", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q249525"}, "addTags": {"amenity": "fast_food", "brand": "ロッテリア", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ja:ロッテリア", "cuisine": "burger", "name": "ロッテリア", "name:en": "Lotteria"}, "removeTags": {"amenity": "fast_food", "brand": "ロッテリア", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ja:ロッテリア", "cuisine": "burger", "name": "ロッテリア", "name:en": "Lotteria"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/吉野家": {"name": "吉野家", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q776272"}, "addTags": {"amenity": "fast_food", "brand": "吉野家", "brand:en": "Yoshinoya", "brand:wikidata": "Q776272", "brand:wikipedia": "ja:吉野家", "name": "吉野家", "name:en": "Yoshinoya"}, "removeTags": {"amenity": "fast_food", "brand": "吉野家", "brand:en": "Yoshinoya", "brand:wikidata": "Q776272", "brand:wikipedia": "ja:吉野家", "name": "吉野家", "name:en": "Yoshinoya"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/富士そば": {"name": "富士そば", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11414722"}, "addTags": {"amenity": "fast_food", "brand": "富士そば", "brand:en": "Fuji Soba", "brand:wikidata": "Q11414722", "brand:wikipedia": "ja:名代富士そば", "name": "富士そば", "name:en": "Fuji Soba"}, "removeTags": {"amenity": "fast_food", "brand": "富士そば", "brand:en": "Fuji Soba", "brand:wikidata": "Q11414722", "brand:wikipedia": "ja:名代富士そば", "name": "富士そば", "name:en": "Fuji Soba"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/幸楽苑": {"name": "幸楽苑", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11484003"}, "addTags": {"amenity": "fast_food", "brand": "幸楽苑", "brand:en": "Kourakuen", "brand:wikidata": "Q11484003", "brand:wikipedia": "ja:幸楽苑", "name": "幸楽苑", "name:en": "Kourakuen"}, "removeTags": {"amenity": "fast_food", "brand": "幸楽苑", "brand:en": "Kourakuen", "brand:wikidata": "Q11484003", "brand:wikipedia": "ja:幸楽苑", "name": "幸楽苑", "name:en": "Kourakuen"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/摩斯漢堡": {"name": "摩斯漢堡", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1204169"}, "addTags": {"amenity": "fast_food", "brand": "摩斯漢堡", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "zh:摩斯漢堡", "cuisine": "burger", "name": "摩斯漢堡", "name:en": "MOS Burger"}, "removeTags": {"amenity": "fast_food", "brand": "摩斯漢堡", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "zh:摩斯漢堡", "cuisine": "burger", "name": "摩斯漢堡", "name:en": "MOS Burger"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/松屋": {"name": "松屋", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q848773"}, "addTags": {"amenity": "fast_food", "brand": "松屋", "brand:en": "Matsuya Foods", "brand:wikidata": "Q848773", "brand:wikipedia": "zh:松屋食品", "name": "松屋", "name:en": "Matsuya Foods"}, "removeTags": {"amenity": "fast_food", "brand": "松屋", "brand:en": "Matsuya Foods", "brand:wikidata": "Q848773", "brand:wikipedia": "zh:松屋食品", "name": "松屋", "name:en": "Matsuya Foods"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/肯德基": {"name": "肯德基", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q524757"}, "addTags": {"amenity": "fast_food", "brand": "肯德基", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "zh:肯德基", "name": "肯德基", "name:en": "KFC"}, "removeTags": {"amenity": "fast_food", "brand": "肯德基", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "zh:肯德基", "name": "肯德基", "name:en": "KFC"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/麥當勞": {"name": "麥當勞", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "麥當勞", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh_classical:麥當勞", "cuisine": "burger", "name": "麥當勞", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "麥當勞", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh_classical:麥當勞", "cuisine": "burger", "name": "麥當勞", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/麦当劳": {"name": "麦当劳", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "麦当劳", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh:麦当劳", "cuisine": "burger", "name": "麦当劳", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "麦当劳", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh:麦当劳", "cuisine": "burger", "name": "麦当劳", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, - "amenity/fast_food/롯데리아": {"name": "롯데리아", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q249525"}, "addTags": {"amenity": "fast_food", "brand": "롯데리아", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ko:롯데리아", "cuisine": "burger", "name": "롯데리아", "name:en": "Lotteria"}, "removeTags": {"amenity": "fast_food", "brand": "롯데리아", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ko:롯데리아", "cuisine": "burger", "name": "롯데리아", "name:en": "Lotteria"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/A&W (Canada)": {"name": "A&W (Canada)", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2818848"}, "addTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q2818848", "brand:wikipedia": "en:A&W (Canada)", "cuisine": "burger", "name": "A&W"}, "removeTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q2818848", "brand:wikipedia": "en:A&W (Canada)", "cuisine": "burger", "name": "A&W"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/A&W (USA)": {"name": "A&W (USA)", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q277641"}, "addTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q277641", "brand:wikipedia": "en:A&W Restaurants", "cuisine": "burger", "name": "A&W"}, "removeTags": {"amenity": "fast_food", "brand": "A&W", "brand:wikidata": "Q277641", "brand:wikipedia": "en:A&W Restaurants", "cuisine": "burger", "name": "A&W"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Arby's": {"name": "Arby's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q630866"}, "addTags": {"amenity": "fast_food", "brand": "Arby's", "brand:wikidata": "Q630866", "brand:wikipedia": "en:Arby's", "name": "Arby's"}, "removeTags": {"amenity": "fast_food", "brand": "Arby's", "brand:wikidata": "Q630866", "brand:wikipedia": "en:Arby's", "name": "Arby's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Bob's": {"name": "Bob's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1392113"}, "addTags": {"amenity": "fast_food", "brand": "Bob's", "brand:wikidata": "Q1392113", "brand:wikipedia": "en:Bob's", "cuisine": "burger", "name": "Bob's"}, "removeTags": {"amenity": "fast_food", "brand": "Bob's", "brand:wikidata": "Q1392113", "brand:wikipedia": "en:Bob's", "cuisine": "burger", "name": "Bob's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Bojangles'": {"name": "Bojangles'", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q891163"}, "addTags": {"amenity": "fast_food", "brand": "Bojangles'", "brand:wikidata": "Q891163", "brand:wikipedia": "en:Bojangles' Famous Chicken 'n Biscuits", "cuisine": "chicken", "name": "Bojangles'"}, "removeTags": {"amenity": "fast_food", "brand": "Bojangles'", "brand:wikidata": "Q891163", "brand:wikipedia": "en:Bojangles' Famous Chicken 'n Biscuits", "cuisine": "chicken", "name": "Bojangles'"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Booster Juice": {"name": "Booster Juice", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4943796"}, "addTags": {"amenity": "fast_food", "brand": "Booster Juice", "brand:wikidata": "Q4943796", "brand:wikipedia": "en:Booster Juice", "name": "Booster Juice"}, "removeTags": {"amenity": "fast_food", "brand": "Booster Juice", "brand:wikidata": "Q4943796", "brand:wikipedia": "en:Booster Juice", "name": "Booster Juice"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Boston Market": {"name": "Boston Market", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q603617"}, "addTags": {"amenity": "fast_food", "brand": "Boston Market", "brand:wikidata": "Q603617", "brand:wikipedia": "en:Boston Market", "name": "Boston Market"}, "removeTags": {"amenity": "fast_food", "brand": "Boston Market", "brand:wikidata": "Q603617", "brand:wikipedia": "en:Boston Market", "name": "Boston Market"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Burger King": {"name": "Burger King", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q177054"}, "addTags": {"amenity": "fast_food", "brand": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Burger King"}, "removeTags": {"amenity": "fast_food", "brand": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Burger King"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Burger Machine": {"name": "Burger Machine", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4998549"}, "addTags": {"amenity": "fast_food", "brand": "Burger Machine", "brand:wikidata": "Q4998549", "brand:wikipedia": "en:Burger Machine", "cuisine": "burger", "name": "Burger Machine"}, "removeTags": {"amenity": "fast_food", "brand": "Burger Machine", "brand:wikidata": "Q4998549", "brand:wikipedia": "en:Burger Machine", "cuisine": "burger", "name": "Burger Machine"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/BurgerFi": {"name": "BurgerFi", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q39045496"}, "addTags": {"amenity": "fast_food", "brand": "BurgerFi", "cuisine": "burger", "brand:wikidata": "Q39045496", "brand:wikipedia": "en:BurgerFi", "name": "BurgerFi"}, "removeTags": {"amenity": "fast_food", "brand": "BurgerFi", "cuisine": "burger", "brand:wikidata": "Q39045496", "brand:wikipedia": "en:BurgerFi", "name": "BurgerFi"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Captain D's": {"name": "Captain D's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5036616"}, "addTags": {"amenity": "fast_food", "brand": "Captain D's", "brand:wikidata": "Q5036616", "brand:wikipedia": "en:Captain D's", "cuisine": "seafood", "name": "Captain D's"}, "removeTags": {"amenity": "fast_food", "brand": "Captain D's", "brand:wikidata": "Q5036616", "brand:wikipedia": "en:Captain D's", "cuisine": "seafood", "name": "Captain D's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Carl's Jr.": {"name": "Carl's Jr.", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1043486"}, "addTags": {"amenity": "fast_food", "brand": "Carl's Jr.", "brand:wikidata": "Q1043486", "brand:wikipedia": "en:Carl's Jr.", "cuisine": "burger", "name": "Carl's Jr."}, "removeTags": {"amenity": "fast_food", "brand": "Carl's Jr.", "brand:wikidata": "Q1043486", "brand:wikipedia": "en:Carl's Jr.", "cuisine": "burger", "name": "Carl's Jr."}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Checkers": {"name": "Checkers", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3419341"}, "addTags": {"amenity": "fast_food", "brand": "Checkers", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Checkers"}, "removeTags": {"amenity": "fast_food", "brand": "Checkers", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Checkers"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Chick-fil-A": {"name": "Chick-fil-A", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q491516"}, "addTags": {"amenity": "fast_food", "brand": "Chick-fil-A", "brand:wikidata": "Q491516", "brand:wikipedia": "en:Chick-fil-A", "cuisine": "chicken", "name": "Chick-fil-A"}, "removeTags": {"amenity": "fast_food", "brand": "Chick-fil-A", "brand:wikidata": "Q491516", "brand:wikipedia": "en:Chick-fil-A", "cuisine": "chicken", "name": "Chick-fil-A"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Chicken Express": {"name": "Chicken Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5096235"}, "addTags": {"amenity": "fast_food", "brand": "Chicken Express", "brand:wikidata": "Q5096235", "brand:wikipedia": "en:Chicken Express", "name": "Chicken Express"}, "removeTags": {"amenity": "fast_food", "brand": "Chicken Express", "brand:wikidata": "Q5096235", "brand:wikipedia": "en:Chicken Express", "name": "Chicken Express"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Chipotle": {"name": "Chipotle", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q465751"}, "addTags": {"amenity": "fast_food", "brand": "Chipotle", "brand:wikidata": "Q465751", "brand:wikipedia": "en:Chipotle Mexican Grill", "cuisine": "mexican", "name": "Chipotle"}, "removeTags": {"amenity": "fast_food", "brand": "Chipotle", "brand:wikidata": "Q465751", "brand:wikipedia": "en:Chipotle Mexican Grill", "cuisine": "mexican", "name": "Chipotle"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Chowking": {"name": "Chowking", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1076816"}, "addTags": {"amenity": "fast_food", "brand": "Chowking", "brand:wikidata": "Q1076816", "brand:wikipedia": "en:Chowking", "name": "Chowking"}, "removeTags": {"amenity": "fast_food", "brand": "Chowking", "brand:wikidata": "Q1076816", "brand:wikipedia": "en:Chowking", "name": "Chowking"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Church's Chicken": {"name": "Church's Chicken", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1089932"}, "addTags": {"amenity": "fast_food", "brand": "Church's Chicken", "brand:wikidata": "Q1089932", "brand:wikipedia": "en:Church's Chicken", "name": "Church's Chicken"}, "removeTags": {"amenity": "fast_food", "brand": "Church's Chicken", "brand:wikidata": "Q1089932", "brand:wikipedia": "en:Church's Chicken", "name": "Church's Chicken"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/CoCo壱番屋": {"name": "CoCo壱番屋", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5986105"}, "addTags": {"amenity": "fast_food", "brand": "CoCo壱番屋", "brand:en": "Ichibanya", "brand:wikidata": "Q5986105", "brand:wikipedia": "en:Ichibanya", "cuisine": "japanese", "name": "CoCo壱番屋", "name:en": "Ichibanya"}, "removeTags": {"amenity": "fast_food", "brand": "CoCo壱番屋", "brand:en": "Ichibanya", "brand:wikidata": "Q5986105", "brand:wikipedia": "en:Ichibanya", "cuisine": "japanese", "name": "CoCo壱番屋", "name:en": "Ichibanya"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Cook Out": {"name": "Cook Out", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5166992"}, "addTags": {"amenity": "fast_food", "brand": "Cook Out", "brand:wikidata": "Q5166992", "brand:wikipedia": "en:Cook Out (restaurant)", "name": "Cook Out"}, "removeTags": {"amenity": "fast_food", "brand": "Cook Out", "brand:wikidata": "Q5166992", "brand:wikipedia": "en:Cook Out (restaurant)", "name": "Cook Out"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Culver's": {"name": "Culver's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1143589"}, "addTags": {"amenity": "fast_food", "brand": "Culver's", "brand:wikidata": "Q1143589", "brand:wikipedia": "en:Culver's", "name": "Culver's"}, "removeTags": {"amenity": "fast_food", "brand": "Culver's", "brand:wikidata": "Q1143589", "brand:wikipedia": "en:Culver's", "name": "Culver's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Dairy Queen": {"name": "Dairy Queen", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1141226"}, "addTags": {"amenity": "fast_food", "brand": "Dairy Queen", "brand:wikidata": "Q1141226", "brand:wikipedia": "en:Dairy Queen", "cuisine": "ice_cream", "name": "Dairy Queen"}, "removeTags": {"amenity": "fast_food", "brand": "Dairy Queen", "brand:wikidata": "Q1141226", "brand:wikipedia": "en:Dairy Queen", "cuisine": "ice_cream", "name": "Dairy Queen"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Daylight Donuts": {"name": "Daylight Donuts", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q48970508"}, "addTags": {"amenity": "fast_food", "brand": "Daylight Donuts", "brand:wikidata": "Q48970508", "brand:wikipedia": "en:Daylight Donuts", "cuisine": "donut", "name": "Daylight Donuts"}, "removeTags": {"amenity": "fast_food", "brand": "Daylight Donuts", "brand:wikidata": "Q48970508", "brand:wikipedia": "en:Daylight Donuts", "cuisine": "donut", "name": "Daylight Donuts"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Del Taco": {"name": "Del Taco", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1183818"}, "addTags": {"amenity": "fast_food", "brand": "Del Taco", "brand:wikidata": "Q1183818", "brand:wikipedia": "en:Del Taco", "cuisine": "mexican", "name": "Del Taco"}, "removeTags": {"amenity": "fast_food", "brand": "Del Taco", "brand:wikidata": "Q1183818", "brand:wikipedia": "en:Del Taco", "cuisine": "mexican", "name": "Del Taco"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Domino's Pizza": {"name": "Domino's Pizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q839466"}, "addTags": {"amenity": "fast_food", "brand": "Domino's Pizza", "brand:wikidata": "Q839466", "brand:wikipedia": "en:Domino's Pizza", "cuisine": "pizza", "name": "Domino's Pizza"}, "removeTags": {"amenity": "fast_food", "brand": "Domino's Pizza", "brand:wikidata": "Q839466", "brand:wikipedia": "en:Domino's Pizza", "cuisine": "pizza", "name": "Domino's Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Dunkin' Donuts": {"name": "Dunkin' Donuts", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q847743"}, "addTags": {"amenity": "fast_food", "brand": "Dunkin' Donuts", "brand:wikidata": "Q847743", "brand:wikipedia": "en:Dunkin' Donuts", "cuisine": "donut", "name": "Dunkin' Donuts"}, "removeTags": {"amenity": "fast_food", "brand": "Dunkin' Donuts", "brand:wikidata": "Q847743", "brand:wikipedia": "en:Dunkin' Donuts", "cuisine": "donut", "name": "Dunkin' Donuts"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Einstein Bros. Bagels": {"name": "Einstein Bros. Bagels", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5349788"}, "addTags": {"amenity": "fast_food", "brand": "Einstein Bros. Bagels", "brand:wikidata": "Q5349788", "brand:wikipedia": "en:Einstein Bros. Bagels", "cuisine": "bagel", "name": "Einstein Bros. Bagels"}, "removeTags": {"amenity": "fast_food", "brand": "Einstein Bros. Bagels", "brand:wikidata": "Q5349788", "brand:wikipedia": "en:Einstein Bros. Bagels", "cuisine": "bagel", "name": "Einstein Bros. Bagels"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/El Pollo Loco": {"name": "El Pollo Loco", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2353849"}, "addTags": {"amenity": "fast_food", "brand": "El Pollo Loco", "brand:wikidata": "Q2353849", "brand:wikipedia": "en:El Pollo Loco", "cuisine": "mexican", "name": "El Pollo Loco"}, "removeTags": {"amenity": "fast_food", "brand": "El Pollo Loco", "brand:wikidata": "Q2353849", "brand:wikipedia": "en:El Pollo Loco", "cuisine": "mexican", "name": "El Pollo Loco"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Extreme Pita": {"name": "Extreme Pita", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5422367"}, "addTags": {"amenity": "fast_food", "brand": "Extreme Pita", "brand:wikidata": "Q5422367", "brand:wikipedia": "en:Extreme Pita", "cuisine": "pita", "name": "Extreme Pita"}, "removeTags": {"amenity": "fast_food", "brand": "Extreme Pita", "brand:wikidata": "Q5422367", "brand:wikipedia": "en:Extreme Pita", "cuisine": "pita", "name": "Extreme Pita"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Fazoli's": {"name": "Fazoli's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1399195"}, "addTags": {"amenity": "fast_food", "brand": "Fazoli's", "brand:wikidata": "Q1399195", "brand:wikipedia": "en:Fazoli's", "cuisine": "italian", "name": "Fazoli's"}, "removeTags": {"amenity": "fast_food", "brand": "Fazoli's", "brand:wikidata": "Q1399195", "brand:wikipedia": "en:Fazoli's", "cuisine": "italian", "name": "Fazoli's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Firehouse Subs": {"name": "Firehouse Subs", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5451873"}, "addTags": {"amenity": "fast_food", "brand": "Firehouse Subs", "brand:wikidata": "Q5451873", "brand:wikipedia": "en:Firehouse Subs", "cuisine": "sandwich", "name": "Firehouse Subs"}, "removeTags": {"amenity": "fast_food", "brand": "Firehouse Subs", "brand:wikidata": "Q5451873", "brand:wikipedia": "en:Firehouse Subs", "cuisine": "sandwich", "name": "Firehouse Subs"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Five Guys": {"name": "Five Guys", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1131810"}, "addTags": {"amenity": "fast_food", "brand": "Five Guys", "brand:wikidata": "Q1131810", "brand:wikipedia": "en:Five Guys", "cuisine": "burger", "name": "Five Guys"}, "removeTags": {"amenity": "fast_food", "brand": "Five Guys", "brand:wikidata": "Q1131810", "brand:wikipedia": "en:Five Guys", "cuisine": "burger", "name": "Five Guys"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Habib's": {"name": "Habib's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2504930"}, "addTags": {"amenity": "fast_food", "brand": "Habib's", "brand:wikidata": "Q2504930", "brand:wikipedia": "en:Habib's", "cuisine": "middle_eastern", "name": "Habib's"}, "removeTags": {"amenity": "fast_food", "brand": "Habib's", "brand:wikidata": "Q2504930", "brand:wikipedia": "en:Habib's", "cuisine": "middle_eastern", "name": "Habib's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Hallo Pizza": {"name": "Hallo Pizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1571798"}, "addTags": {"amenity": "fast_food", "brand": "Hallo Pizza", "brand:wikidata": "Q1571798", "brand:wikipedia": "de:Hallo Pizza", "cuisine": "pizza", "name": "Hallo Pizza"}, "removeTags": {"amenity": "fast_food", "brand": "Hallo Pizza", "brand:wikidata": "Q1571798", "brand:wikipedia": "de:Hallo Pizza", "cuisine": "pizza", "name": "Hallo Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Hardee's": {"name": "Hardee's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1585088"}, "addTags": {"amenity": "fast_food", "brand": "Hardee's", "brand:wikidata": "Q1585088", "brand:wikipedia": "en:Hardee's", "cuisine": "burger", "name": "Hardee's"}, "removeTags": {"amenity": "fast_food", "brand": "Hardee's", "brand:wikidata": "Q1585088", "brand:wikipedia": "en:Hardee's", "cuisine": "burger", "name": "Hardee's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Harvey's": {"name": "Harvey's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1466184"}, "addTags": {"amenity": "fast_food", "brand": "Harvey's", "brand:wikidata": "Q1466184", "brand:wikipedia": "en:Harvey's", "cuisine": "burger", "name": "Harvey's"}, "removeTags": {"amenity": "fast_food", "brand": "Harvey's", "brand:wikidata": "Q1466184", "brand:wikipedia": "en:Harvey's", "cuisine": "burger", "name": "Harvey's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Hesburger": {"name": "Hesburger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1276832"}, "addTags": {"amenity": "fast_food", "brand": "Hesburger", "brand:wikidata": "Q1276832", "brand:wikipedia": "en:Hesburger", "cuisine": "burger", "name": "Hesburger"}, "removeTags": {"amenity": "fast_food", "brand": "Hesburger", "brand:wikidata": "Q1276832", "brand:wikipedia": "en:Hesburger", "cuisine": "burger", "name": "Hesburger"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Hungry Jacks": {"name": "Hungry Jacks", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3036373"}, "addTags": {"amenity": "fast_food", "brand": "Hungry Jacks", "brand:wikidata": "Q3036373", "brand:wikipedia": "en:Hungry Jack's", "cuisine": "burger", "name": "Hungry Jacks"}, "removeTags": {"amenity": "fast_food", "brand": "Hungry Jacks", "brand:wikidata": "Q3036373", "brand:wikipedia": "en:Hungry Jack's", "cuisine": "burger", "name": "Hungry Jacks"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/In-N-Out Burger": {"name": "In-N-Out Burger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1205312"}, "addTags": {"amenity": "fast_food", "brand": "In-N-Out Burger", "brand:wikidata": "Q1205312", "brand:wikipedia": "en:In-N-Out Burger", "cuisine": "burger", "name": "In-N-Out Burger"}, "removeTags": {"amenity": "fast_food", "brand": "In-N-Out Burger", "brand:wikidata": "Q1205312", "brand:wikipedia": "en:In-N-Out Burger", "cuisine": "burger", "name": "In-N-Out Burger"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Jack in the Box": {"name": "Jack in the Box", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1538507"}, "addTags": {"amenity": "fast_food", "brand": "Jack in the Box", "brand:wikidata": "Q1538507", "brand:wikipedia": "en:Jack in the Box", "cuisine": "burger", "name": "Jack in the Box"}, "removeTags": {"amenity": "fast_food", "brand": "Jack in the Box", "brand:wikidata": "Q1538507", "brand:wikipedia": "en:Jack in the Box", "cuisine": "burger", "name": "Jack in the Box"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Jamba Juice": {"name": "Jamba Juice", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3088784"}, "addTags": {"amenity": "fast_food", "brand": "Jamba Juice", "brand:wikidata": "Q3088784", "brand:wikipedia": "en:Jamba Juice", "cuisine": "juice", "name": "Jamba Juice"}, "removeTags": {"amenity": "fast_food", "brand": "Jamba Juice", "brand:wikidata": "Q3088784", "brand:wikipedia": "en:Jamba Juice", "cuisine": "juice", "name": "Jamba Juice"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Jersey Mike's Subs": {"name": "Jersey Mike's Subs", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6184897"}, "addTags": {"amenity": "fast_food", "brand": "Jersey Mike's Subs", "brand:wikidata": "Q6184897", "brand:wikipedia": "en:Jersey Mike's Subs", "cuisine": "sandwich", "name": "Jersey Mike's Subs"}, "removeTags": {"amenity": "fast_food", "brand": "Jersey Mike's Subs", "brand:wikidata": "Q6184897", "brand:wikipedia": "en:Jersey Mike's Subs", "cuisine": "sandwich", "name": "Jersey Mike's Subs"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Jimmy John's": {"name": "Jimmy John's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1689380"}, "addTags": {"amenity": "fast_food", "brand": "Jimmy John's", "brand:wikidata": "Q1689380", "brand:wikipedia": "en:Jimmy John's", "cuisine": "sandwich", "name": "Jimmy John's"}, "removeTags": {"amenity": "fast_food", "brand": "Jimmy John's", "brand:wikidata": "Q1689380", "brand:wikipedia": "en:Jimmy John's", "cuisine": "sandwich", "name": "Jimmy John's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Jollibee": {"name": "Jollibee", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q37614"}, "addTags": {"amenity": "fast_food", "brand": "Jollibee", "brand:wikidata": "Q37614", "brand:wikipedia": "en:Jollibee", "cuisine": "burger", "name": "Jollibee"}, "removeTags": {"amenity": "fast_food", "brand": "Jollibee", "brand:wikidata": "Q37614", "brand:wikipedia": "en:Jollibee", "cuisine": "burger", "name": "Jollibee"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/KFC": {"name": "KFC", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q524757"}, "addTags": {"amenity": "fast_food", "brand": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "en:KFC", "cuisine": "chicken", "name": "KFC"}, "removeTags": {"amenity": "fast_food", "brand": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "en:KFC", "cuisine": "chicken", "name": "KFC"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Kochlöffel": {"name": "Kochlöffel", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q315539"}, "addTags": {"amenity": "fast_food", "brand": "Kochlöffel", "brand:wikidata": "Q315539", "brand:wikipedia": "en:Kochlöffel", "name": "Kochlöffel"}, "removeTags": {"amenity": "fast_food", "brand": "Kochlöffel", "brand:wikidata": "Q315539", "brand:wikipedia": "en:Kochlöffel", "name": "Kochlöffel"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Kotipizza": {"name": "Kotipizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1628625"}, "addTags": {"amenity": "fast_food", "brand": "Kotipizza", "brand:wikidata": "Q1628625", "brand:wikipedia": "en:Kotipizza", "cuisine": "pizza", "name": "Kotipizza"}, "removeTags": {"amenity": "fast_food", "brand": "Kotipizza", "brand:wikidata": "Q1628625", "brand:wikipedia": "en:Kotipizza", "cuisine": "pizza", "name": "Kotipizza"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Krispy Kreme": {"name": "Krispy Kreme", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1192805"}, "addTags": {"amenity": "fast_food", "brand": "Krispy Kreme", "brand:wikidata": "Q1192805", "brand:wikipedia": "en:Krispy Kreme", "cuisine": "donut", "name": "Krispy Kreme"}, "removeTags": {"amenity": "fast_food", "brand": "Krispy Kreme", "brand:wikidata": "Q1192805", "brand:wikipedia": "en:Krispy Kreme", "cuisine": "donut", "name": "Krispy Kreme"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Little Caesars": {"name": "Little Caesars", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1393809"}, "addTags": {"amenity": "fast_food", "brand": "Little Caesars", "brand:wikidata": "Q1393809", "brand:wikipedia": "en:Little Caesars", "cuisine": "pizza", "name": "Little Caesars"}, "removeTags": {"amenity": "fast_food", "brand": "Little Caesars", "brand:wikidata": "Q1393809", "brand:wikipedia": "en:Little Caesars", "cuisine": "pizza", "name": "Little Caesars"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Long John Silver's": {"name": "Long John Silver's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1535221"}, "addTags": {"amenity": "fast_food", "brand": "Long John Silver's", "brand:wikidata": "Q1535221", "brand:wikipedia": "en:Long John Silver's", "cuisine": "seafood", "name": "Long John Silver's"}, "removeTags": {"amenity": "fast_food", "brand": "Long John Silver's", "brand:wikidata": "Q1535221", "brand:wikipedia": "en:Long John Silver's", "cuisine": "seafood", "name": "Long John Silver's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Lotteria": {"name": "Lotteria", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q249525"}, "addTags": {"amenity": "fast_food", "brand": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "en:Lotteria", "cuisine": "burger", "name": "Lotteria"}, "removeTags": {"amenity": "fast_food", "brand": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "en:Lotteria", "cuisine": "burger", "name": "Lotteria"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Mang Inasal": {"name": "Mang Inasal", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6748573"}, "addTags": {"amenity": "fast_food", "brand": "Mang Inasal", "brand:wikidata": "Q6748573", "brand:wikipedia": "en:Mang Inasal", "cuisine": "barbecue", "name": "Mang Inasal"}, "removeTags": {"amenity": "fast_food", "brand": "Mang Inasal", "brand:wikidata": "Q6748573", "brand:wikipedia": "en:Mang Inasal", "cuisine": "barbecue", "name": "Mang Inasal"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/McDonald's": {"name": "McDonald's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "McDonald's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Moe's Southwest Grill": {"name": "Moe's Southwest Grill", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6889938"}, "addTags": {"amenity": "fast_food", "brand": "Moe's Southwest Grill", "brand:wikidata": "Q6889938", "brand:wikipedia": "en:Moe's Southwest Grill", "cuisine": "mexican", "name": "Moe's Southwest Grill"}, "removeTags": {"amenity": "fast_food", "brand": "Moe's Southwest Grill", "brand:wikidata": "Q6889938", "brand:wikipedia": "en:Moe's Southwest Grill", "cuisine": "mexican", "name": "Moe's Southwest Grill"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Mr. Sub": {"name": "Mr. Sub", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6929225"}, "addTags": {"amenity": "fast_food", "brand": "Mr. Sub", "brand:wikidata": "Q6929225", "brand:wikipedia": "en:Mr. Sub", "cuisine": "sandwich", "name": "Mr. Sub"}, "removeTags": {"amenity": "fast_food", "brand": "Mr. Sub", "brand:wikidata": "Q6929225", "brand:wikipedia": "en:Mr. Sub", "cuisine": "sandwich", "name": "Mr. Sub"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Nordsee": {"name": "Nordsee", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q74866"}, "addTags": {"amenity": "fast_food", "brand": "Nordsee", "brand:wikidata": "Q74866", "brand:wikipedia": "en:Nordsee", "cuisine": "seafood", "name": "Nordsee"}, "removeTags": {"amenity": "fast_food", "brand": "Nordsee", "brand:wikidata": "Q74866", "brand:wikipedia": "en:Nordsee", "cuisine": "seafood", "name": "Nordsee"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/O'Tacos": {"name": "O'Tacos", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q28494040"}, "addTags": {"amenity": "fast_food", "brand": "O'Tacos", "brand:wikidata": "Q28494040", "brand:wikipedia": "en:O'Tacos", "cuisine": "mexican", "name": "O'Tacos"}, "removeTags": {"amenity": "fast_food", "brand": "O'Tacos", "brand:wikidata": "Q28494040", "brand:wikipedia": "en:O'Tacos", "cuisine": "mexican", "name": "O'Tacos"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Panago": {"name": "Panago", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q17111672"}, "addTags": {"amenity": "fast_food", "brand": "Panago", "brand:wikidata": "Q17111672", "brand:wikipedia": "en:Panago", "cuisine": "pizza", "name": "Panago"}, "removeTags": {"amenity": "fast_food", "brand": "Panago", "brand:wikidata": "Q17111672", "brand:wikipedia": "en:Panago", "cuisine": "pizza", "name": "Panago"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Panda Express": {"name": "Panda Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1358690"}, "addTags": {"amenity": "fast_food", "brand": "Panda Express", "brand:wikidata": "Q1358690", "brand:wikipedia": "en:Panda Express", "cuisine": "chinese", "name": "Panda Express"}, "removeTags": {"amenity": "fast_food", "brand": "Panda Express", "brand:wikidata": "Q1358690", "brand:wikipedia": "en:Panda Express", "cuisine": "chinese", "name": "Panda Express"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Panera Bread": {"name": "Panera Bread", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7130852"}, "addTags": {"amenity": "fast_food", "brand": "Panera Bread", "brand:wikidata": "Q7130852", "brand:wikipedia": "en:Panera Bread", "cuisine": "sandwich", "name": "Panera Bread"}, "removeTags": {"amenity": "fast_food", "brand": "Panera Bread", "brand:wikidata": "Q7130852", "brand:wikipedia": "en:Panera Bread", "cuisine": "sandwich", "name": "Panera Bread"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Papa John's": {"name": "Papa John's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2759586"}, "addTags": {"amenity": "fast_food", "brand": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "en:Papa John's Pizza", "cuisine": "pizza", "name": "Papa John's"}, "removeTags": {"amenity": "fast_food", "brand": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "en:Papa John's Pizza", "cuisine": "pizza", "name": "Papa John's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Papa Murphy's": {"name": "Papa Murphy's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7132349"}, "addTags": {"amenity": "fast_food", "brand": "Papa Murphy's", "brand:wikidata": "Q7132349", "brand:wikipedia": "en:Papa Murphy's", "cuisine": "pizza", "name": "Papa Murphy's"}, "removeTags": {"amenity": "fast_food", "brand": "Papa Murphy's", "brand:wikidata": "Q7132349", "brand:wikipedia": "en:Papa Murphy's", "cuisine": "pizza", "name": "Papa Murphy's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Pita Pit": {"name": "Pita Pit", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7757289"}, "addTags": {"amenity": "fast_food", "brand": "Pita Pit", "brand:wikidata": "Q7757289", "brand:wikipedia": "en:Pita Pit", "cuisine": "pita", "name": "Pita Pit"}, "removeTags": {"amenity": "fast_food", "brand": "Pita Pit", "brand:wikidata": "Q7757289", "brand:wikipedia": "en:Pita Pit", "cuisine": "pita", "name": "Pita Pit"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Pizza Hut Delivery": {"name": "Pizza Hut Delivery", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut Delivery"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut Delivery"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Pizza Hut Express": {"name": "Pizza Hut Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikipedia": "en:Pizza Hut", "brand:wikidata": "Q191615", "cuisine": "pizza", "name": "Pizza Hut Express"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Hut", "brand:wikipedia": "en:Pizza Hut", "brand:wikidata": "Q191615", "cuisine": "pizza", "name": "Pizza Hut Express"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Pizza Nova": {"name": "Pizza Nova", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7199971"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Nova", "brand:wikidata": "Q7199971", "brand:wikipedia": "en:Pizza Nova", "cuisine": "pizza", "name": "Pizza Nova"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Nova", "brand:wikidata": "Q7199971", "brand:wikipedia": "en:Pizza Nova", "cuisine": "pizza", "name": "Pizza Nova"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Pizza Pizza": {"name": "Pizza Pizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1194143"}, "addTags": {"amenity": "fast_food", "brand": "Pizza Pizza", "brand:wikidata": "Q1194143", "brand:wikipedia": "en:Pizza Pizza", "cuisine": "pizza", "name": "Pizza Pizza"}, "removeTags": {"amenity": "fast_food", "brand": "Pizza Pizza", "brand:wikidata": "Q1194143", "brand:wikipedia": "en:Pizza Pizza", "cuisine": "pizza", "name": "Pizza Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Pollo Campero": {"name": "Pollo Campero", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q942741"}, "addTags": {"amenity": "fast_food", "brand": "Pollo Campero", "brand:wikidata": "Q942741", "brand:wikipedia": "en:Pollo Campero", "cuisine": "chicken", "name": "Pollo Campero"}, "removeTags": {"amenity": "fast_food", "brand": "Pollo Campero", "brand:wikidata": "Q942741", "brand:wikipedia": "en:Pollo Campero", "cuisine": "chicken", "name": "Pollo Campero"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Popeye's": {"name": "Popeye's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1330910"}, "addTags": {"amenity": "fast_food", "brand": "Popeye's", "brand:wikidata": "Q1330910", "brand:wikipedia": "en:Popeyes", "cuisine": "chicken", "name": "Popeye's"}, "removeTags": {"amenity": "fast_food", "brand": "Popeye's", "brand:wikidata": "Q1330910", "brand:wikipedia": "en:Popeyes", "cuisine": "chicken", "name": "Popeye's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Potbelly": {"name": "Potbelly", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7234777"}, "addTags": {"amenity": "fast_food", "brand": "Potbelly", "brand:wikidata": "Q7234777", "brand:wikipedia": "en:Potbelly Sandwich Works", "cuisine": "sandwich", "name": "Potbelly"}, "removeTags": {"amenity": "fast_food", "brand": "Potbelly", "brand:wikidata": "Q7234777", "brand:wikipedia": "en:Potbelly Sandwich Works", "cuisine": "sandwich", "name": "Potbelly"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Qdoba": {"name": "Qdoba", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1363885"}, "addTags": {"amenity": "fast_food", "brand": "Qdoba", "brand:wikidata": "Q1363885", "brand:wikipedia": "en:Qdoba", "cuisine": "mexican", "name": "Qdoba"}, "removeTags": {"amenity": "fast_food", "brand": "Qdoba", "brand:wikidata": "Q1363885", "brand:wikipedia": "en:Qdoba", "cuisine": "mexican", "name": "Qdoba"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Quick": {"name": "Quick", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q286494"}, "addTags": {"amenity": "fast_food", "brand": "Quick", "brand:wikidata": "Q286494", "brand:wikipedia": "en:Quick (restaurant)", "cuisine": "burger", "name": "Quick"}, "removeTags": {"amenity": "fast_food", "brand": "Quick", "brand:wikidata": "Q286494", "brand:wikipedia": "en:Quick (restaurant)", "cuisine": "burger", "name": "Quick"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Quiznos": {"name": "Quiznos", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1936229"}, "addTags": {"amenity": "fast_food", "brand": "Quiznos", "brand:wikidata": "Q1936229", "brand:wikipedia": "en:Quiznos", "cuisine": "sandwich", "name": "Quiznos"}, "removeTags": {"amenity": "fast_food", "brand": "Quiznos", "brand:wikidata": "Q1936229", "brand:wikipedia": "en:Quiznos", "cuisine": "sandwich", "name": "Quiznos"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Rally's": {"name": "Rally's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q3419341"}, "addTags": {"amenity": "fast_food", "brand": "Rally's", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Rally's"}, "removeTags": {"amenity": "fast_food", "brand": "Rally's", "brand:wikidata": "Q3419341", "brand:wikipedia": "en:Checkers and Rally's", "cuisine": "burger", "name": "Rally's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Red Rooster": {"name": "Red Rooster", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q376466"}, "addTags": {"amenity": "fast_food", "brand": "Red Rooster", "brand:wikidata": "Q376466", "brand:wikipedia": "en:Red Rooster", "cuisine": "chicken", "name": "Red Rooster"}, "removeTags": {"amenity": "fast_food", "brand": "Red Rooster", "brand:wikidata": "Q376466", "brand:wikipedia": "en:Red Rooster", "cuisine": "chicken", "name": "Red Rooster"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Sbarro": {"name": "Sbarro", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2589409"}, "addTags": {"amenity": "fast_food", "brand": "Sbarro", "brand:wikidata": "Q2589409", "brand:wikipedia": "en:Sbarro", "cuisine": "pizza", "name": "Sbarro"}, "removeTags": {"amenity": "fast_food", "brand": "Sbarro", "brand:wikidata": "Q2589409", "brand:wikipedia": "en:Sbarro", "cuisine": "pizza", "name": "Sbarro"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Smashburger": {"name": "Smashburger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q17061332"}, "addTags": {"amenity": "fast_food", "brand": "Smashburger", "brand:wikidata": "Q17061332", "brand:wikipedia": "en:Smashburger", "cuisine": "burger", "name": "Smashburger"}, "removeTags": {"amenity": "fast_food", "brand": "Smashburger", "brand:wikidata": "Q17061332", "brand:wikipedia": "en:Smashburger", "cuisine": "burger", "name": "Smashburger"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Smoothie King": {"name": "Smoothie King", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5491421"}, "addTags": {"amenity": "fast_food", "brand": "Smoothie King", "brand:wikidata": "Q5491421", "brand:wikipedia": "en:Smoothie King", "cuisine": "juice", "name": "Smoothie King"}, "removeTags": {"amenity": "fast_food", "brand": "Smoothie King", "brand:wikidata": "Q5491421", "brand:wikipedia": "en:Smoothie King", "cuisine": "juice", "name": "Smoothie King"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Sonic": {"name": "Sonic", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7561808"}, "addTags": {"amenity": "fast_food", "brand": "Sonic", "brand:wikidata": "Q7561808", "brand:wikipedia": "en:Sonic Drive-In", "cuisine": "burger", "name": "Sonic"}, "removeTags": {"amenity": "fast_food", "brand": "Sonic", "brand:wikidata": "Q7561808", "brand:wikipedia": "en:Sonic Drive-In", "cuisine": "burger", "name": "Sonic"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Steers": {"name": "Steers", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q56599145"}, "addTags": {"amenity": "fast_food", "brand": "Steers", "brand:wikidata": "Q56599145", "brand:wikipedia": "en:Steers", "cuisine": "burger", "name": "Steers"}, "removeTags": {"amenity": "fast_food", "brand": "Steers", "brand:wikidata": "Q56599145", "brand:wikipedia": "en:Steers", "cuisine": "burger", "name": "Steers"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Subway": {"name": "Subway", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q244457"}, "addTags": {"amenity": "fast_food", "brand": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "en:Subway (restaurant)", "cuisine": "sandwich", "name": "Subway"}, "removeTags": {"amenity": "fast_food", "brand": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "en:Subway (restaurant)", "cuisine": "sandwich", "name": "Subway"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Taco Bell": {"name": "Taco Bell", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q752941"}, "addTags": {"amenity": "fast_food", "brand": "Taco Bell", "brand:wikidata": "Q752941", "brand:wikipedia": "en:Taco Bell", "cuisine": "mexican", "name": "Taco Bell"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Bell", "brand:wikidata": "Q752941", "brand:wikipedia": "en:Taco Bell", "cuisine": "mexican", "name": "Taco Bell"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Taco Bueno": {"name": "Taco Bueno", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673958"}, "addTags": {"amenity": "fast_food", "brand": "Taco Bueno", "brand:wikidata": "Q7673958", "brand:wikipedia": "en:Taco Bueno", "cuisine": "mexican", "name": "Taco Bueno"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Bueno", "brand:wikidata": "Q7673958", "brand:wikipedia": "en:Taco Bueno", "cuisine": "mexican", "name": "Taco Bueno"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Taco Cabana": {"name": "Taco Cabana", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q12070488"}, "addTags": {"amenity": "fast_food", "brand": "Taco Cabana", "brand:wikidata": "Q12070488", "brand:wikipedia": "en:Taco Cabana", "cuisine": "mexican", "name": "Taco Cabana"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Cabana", "brand:wikidata": "Q12070488", "brand:wikipedia": "en:Taco Cabana", "cuisine": "mexican", "name": "Taco Cabana"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Taco Del Mar": {"name": "Taco Del Mar", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673972"}, "addTags": {"amenity": "fast_food", "brand": "Taco Del Mar", "brand:wikidata": "Q7673972", "brand:wikipedia": "en:Taco del Mar", "cuisine": "mexican", "name": "Taco Del Mar"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Del Mar", "brand:wikidata": "Q7673972", "brand:wikipedia": "en:Taco del Mar", "cuisine": "mexican", "name": "Taco Del Mar"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Taco John's": {"name": "Taco John's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673962"}, "addTags": {"amenity": "fast_food", "brand": "Taco John's", "brand:wikidata": "Q7673962", "brand:wikipedia": "en:Taco John's", "cuisine": "mexican", "name": "Taco John's"}, "removeTags": {"amenity": "fast_food", "brand": "Taco John's", "brand:wikidata": "Q7673962", "brand:wikipedia": "en:Taco John's", "cuisine": "mexican", "name": "Taco John's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Taco Time": {"name": "Taco Time", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7673969"}, "addTags": {"amenity": "fast_food", "brand": "Taco Time", "brand:wikidata": "Q7673969", "brand:wikipedia": "en:Taco Time", "cuisine": "mexican", "name": "Taco Time"}, "removeTags": {"amenity": "fast_food", "brand": "Taco Time", "brand:wikidata": "Q7673969", "brand:wikipedia": "en:Taco Time", "cuisine": "mexican", "name": "Taco Time"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Telepizza": {"name": "Telepizza", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2699863"}, "addTags": {"amenity": "fast_food", "brand": "Telepizza", "brand:wikidata": "Q2699863", "brand:wikipedia": "en:Telepizza", "cuisine": "pizza", "name": "Telepizza"}, "removeTags": {"amenity": "fast_food", "brand": "Telepizza", "brand:wikidata": "Q2699863", "brand:wikipedia": "en:Telepizza", "cuisine": "pizza", "name": "Telepizza"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Thai Express": {"name": "Thai Express", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q7709119"}, "addTags": {"amenity": "fast_food", "brand": "Thai Express", "brand:wikidata": "Q7709119", "brand:wikipedia": "en:Thai Express", "cuisine": "thai", "name": "Thai Express"}, "removeTags": {"amenity": "fast_food", "brand": "Thai Express", "brand:wikidata": "Q7709119", "brand:wikipedia": "en:Thai Express", "cuisine": "thai", "name": "Thai Express"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/The Pizza Company": {"name": "The Pizza Company", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2413520"}, "addTags": {"amenity": "fast_food", "brand": "The Pizza Company", "brand:wikidata": "Q2413520", "brand:wikipedia": "en:The Pizza Company", "cuisine": "pizza", "name": "The Pizza Company"}, "removeTags": {"amenity": "fast_food", "brand": "The Pizza Company", "brand:wikidata": "Q2413520", "brand:wikipedia": "en:The Pizza Company", "cuisine": "pizza", "name": "The Pizza Company"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Wendy's": {"name": "Wendy's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q550258"}, "addTags": {"amenity": "fast_food", "brand": "Wendy's", "brand:wikidata": "Q550258", "brand:wikipedia": "en:Wendy's", "cuisine": "burger", "name": "Wendy's"}, "removeTags": {"amenity": "fast_food", "brand": "Wendy's", "brand:wikidata": "Q550258", "brand:wikipedia": "en:Wendy's", "cuisine": "burger", "name": "Wendy's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Whataburger": {"name": "Whataburger", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q376627"}, "addTags": {"amenity": "fast_food", "brand": "Whataburger", "brand:wikidata": "Q376627", "brand:wikipedia": "en:Whataburger", "cuisine": "burger", "name": "Whataburger"}, "removeTags": {"amenity": "fast_food", "brand": "Whataburger", "brand:wikidata": "Q376627", "brand:wikipedia": "en:Whataburger", "cuisine": "burger", "name": "Whataburger"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/White Castle": {"name": "White Castle", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1244034"}, "addTags": {"amenity": "fast_food", "brand": "White Castle", "brand:wikidata": "Q1244034", "brand:wikipedia": "en:White Castle (restaurant)", "cuisine": "burger", "name": "White Castle"}, "removeTags": {"amenity": "fast_food", "brand": "White Castle", "brand:wikidata": "Q1244034", "brand:wikipedia": "en:White Castle (restaurant)", "cuisine": "burger", "name": "White Castle"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Wienerschnitzel": {"name": "Wienerschnitzel", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q324679"}, "addTags": {"amenity": "fast_food", "brand": "Wienerschnitzel", "brand:wikidata": "Q324679", "brand:wikipedia": "en:Wienerschnitzel", "cuisine": "hot_dog", "name": "Wienerschnitzel"}, "removeTags": {"amenity": "fast_food", "brand": "Wienerschnitzel", "brand:wikidata": "Q324679", "brand:wikipedia": "en:Wienerschnitzel", "cuisine": "hot_dog", "name": "Wienerschnitzel"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Wimpy": {"name": "Wimpy", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2811992"}, "addTags": {"amenity": "fast_food", "brand": "Wimpy", "brand:wikidata": "Q2811992", "brand:wikipedia": "en:Wimpy (restaurant)", "cuisine": "burger", "name": "Wimpy"}, "removeTags": {"amenity": "fast_food", "brand": "Wimpy", "brand:wikidata": "Q2811992", "brand:wikipedia": "en:Wimpy (restaurant)", "cuisine": "burger", "name": "Wimpy"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Zaxby's": {"name": "Zaxby's", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q8067525"}, "addTags": {"amenity": "fast_food", "brand": "Zaxby's", "brand:wikidata": "Q8067525", "brand:wikipedia": "en:Zaxby's", "cuisine": "chicken", "name": "Zaxby's"}, "removeTags": {"amenity": "fast_food", "brand": "Zaxby's", "brand:wikidata": "Q8067525", "brand:wikipedia": "en:Zaxby's", "cuisine": "chicken", "name": "Zaxby's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Бургер Кинг": {"name": "Бургер Кинг", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q177054"}, "addTags": {"amenity": "fast_food", "brand": "Бургер Кинг", "brand:en": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Бургер Кинг", "name:en": "Burger King"}, "removeTags": {"amenity": "fast_food", "brand": "Бургер Кинг", "brand:en": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Бургер Кинг", "name:en": "Burger King"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Крошка Картошка": {"name": "Крошка Картошка", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4241838"}, "addTags": {"amenity": "fast_food", "brand": "Крошка Картошка", "brand:wikidata": "Q4241838", "brand:wikipedia": "ru:Крошка Картошка", "name": "Крошка Картошка"}, "removeTags": {"amenity": "fast_food", "brand": "Крошка Картошка", "brand:wikidata": "Q4241838", "brand:wikipedia": "ru:Крошка Картошка", "name": "Крошка Картошка"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Макдоналдс": {"name": "Макдоналдс", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "Макдоналдс", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "Макдоналдс", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "Макдоналдс", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "Макдоналдс", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Папа Джонс": {"name": "Папа Джонс", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2759586"}, "addTags": {"amenity": "fast_food", "brand": "Папа Джонс", "brand:en": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "ru:Papa John’s", "cuisine": "pizza", "name": "Папа Джонс", "name:en": "Papa John's"}, "removeTags": {"amenity": "fast_food", "brand": "Папа Джонс", "brand:en": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "ru:Papa John’s", "cuisine": "pizza", "name": "Папа Джонс", "name:en": "Papa John's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Стардог!s": {"name": "Стардог!s", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4439856"}, "addTags": {"amenity": "fast_food", "brand": "Стардог!s", "brand:en": "Stardog!s", "brand:wikidata": "Q4439856", "brand:wikipedia": "ru:Стардогс", "name": "Стардог!s", "name:en": "Stardog!s"}, "removeTags": {"amenity": "fast_food", "brand": "Стардог!s", "brand:en": "Stardog!s", "brand:wikidata": "Q4439856", "brand:wikipedia": "ru:Стардогс", "name": "Стардог!s", "name:en": "Stardog!s"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/Теремок": {"name": "Теремок", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4455593"}, "addTags": {"amenity": "fast_food", "brand": "Теремок", "brand:en": "Teremok", "brand:wikidata": "Q4455593", "brand:wikipedia": "ru:Теремок (сеть быстрого питания)", "name": "Теремок", "name:en": "Teremok"}, "removeTags": {"amenity": "fast_food", "brand": "Теремок", "brand:en": "Teremok", "brand:wikidata": "Q4455593", "brand:wikipedia": "ru:Теремок (сеть быстрого питания)", "name": "Теремок", "name:en": "Teremok"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/מקדונלד'ס": {"name": "מקדונלד'ס", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q12061542"}, "addTags": {"amenity": "fast_food", "brand": "מקדונלד'ס", "brand:en": "McDonald's", "brand:wikidata": "Q12061542", "brand:wikipedia": "en:McDonald's Israel", "cuisine": "burger", "name": "מקדונלד'ס", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "מקדונלד'ס", "brand:en": "McDonald's", "brand:wikidata": "Q12061542", "brand:wikipedia": "en:McDonald's Israel", "cuisine": "burger", "name": "מקדונלד'ס", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/かっぱ寿司": {"name": "かっぱ寿司", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11263916"}, "addTags": {"amenity": "fast_food", "brand": "かっぱ寿司", "brand:en": "Kappazushi", "brand:wikidata": "Q11263916", "brand:wikipedia": "ja:かっぱ寿司", "cuisine": "sushi", "name": "かっぱ寿司", "name:en": "Kappazushi"}, "removeTags": {"amenity": "fast_food", "brand": "かっぱ寿司", "brand:en": "Kappazushi", "brand:wikidata": "Q11263916", "brand:wikipedia": "ja:かっぱ寿司", "cuisine": "sushi", "name": "かっぱ寿司", "name:en": "Kappazushi"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/かつや": {"name": "かつや", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q2855257"}, "addTags": {"amenity": "fast_food", "brand": "かつや", "brand:en": "Katsuya", "brand:wikidata": "Q2855257", "brand:wikipedia": "ja:かつや", "cuisine": "fried_food", "name": "かつや", "name:en": "Katsuya", "name:ko": "카쯔야", "name:zh": "吉豚屋"}, "removeTags": {"amenity": "fast_food", "brand": "かつや", "brand:en": "Katsuya", "brand:wikidata": "Q2855257", "brand:wikipedia": "ja:かつや", "cuisine": "fried_food", "name": "かつや", "name:en": "Katsuya", "name:ko": "카쯔야", "name:zh": "吉豚屋"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/くら寿司": {"name": "くら寿司", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6445491"}, "addTags": {"amenity": "fast_food", "brand": "くら寿司", "brand:en": "Kurazushi", "brand:wikidata": "Q6445491", "brand:wikipedia": "ja:くらコーポレーション", "cuisine": "sushi", "name": "くら寿司", "name:en": "Kurazushi"}, "removeTags": {"amenity": "fast_food", "brand": "くら寿司", "brand:en": "Kurazushi", "brand:wikidata": "Q6445491", "brand:wikipedia": "ja:くらコーポレーション", "cuisine": "sushi", "name": "くら寿司", "name:en": "Kurazushi"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/すき家": {"name": "すき家", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q6137375"}, "addTags": {"amenity": "fast_food", "brand": "すき家", "brand:en": "Sukiya", "brand:wikidata": "Q6137375", "brand:wikipedia": "ja:すき家", "name": "すき家", "name:en": "Sukiya"}, "removeTags": {"amenity": "fast_food", "brand": "すき家", "brand:en": "Sukiya", "brand:wikidata": "Q6137375", "brand:wikipedia": "ja:すき家", "name": "すき家", "name:en": "Sukiya"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/なか卯": {"name": "なか卯", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11274132"}, "addTags": {"amenity": "fast_food", "brand": "なか卯", "brand:en": "Nakau", "brand:wikidata": "Q11274132", "brand:wikipedia": "ja:なか卯", "name": "なか卯", "name:en": "Nakau"}, "removeTags": {"amenity": "fast_food", "brand": "なか卯", "brand:en": "Nakau", "brand:wikidata": "Q11274132", "brand:wikipedia": "ja:なか卯", "name": "なか卯", "name:en": "Nakau"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/はま寿司": {"name": "はま寿司", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q17220385"}, "addTags": {"amenity": "fast_food", "brand": "はま寿司", "brand:en": "Hamazushi", "brand:wikidata": "Q17220385", "brand:wikipedia": "ja:はま寿司", "name": "はま寿司", "name:en": "Hamazushi"}, "removeTags": {"amenity": "fast_food", "brand": "はま寿司", "brand:en": "Hamazushi", "brand:wikidata": "Q17220385", "brand:wikipedia": "ja:はま寿司", "name": "はま寿司", "name:en": "Hamazushi"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/ほっかほっか亭": {"name": "ほっかほっか亭", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5878035"}, "addTags": {"amenity": "fast_food", "brand": "ほっかほっか亭", "brand:en": "Hokka Hokka Tei", "brand:wikidata": "Q5878035", "brand:wikipedia": "ja:ほっかほっか亭", "name": "ほっかほっか亭", "name:en": "Hokka Hokka Tei"}, "removeTags": {"amenity": "fast_food", "brand": "ほっかほっか亭", "brand:en": "Hokka Hokka Tei", "brand:wikidata": "Q5878035", "brand:wikipedia": "ja:ほっかほっか亭", "name": "ほっかほっか亭", "name:en": "Hokka Hokka Tei"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/ほっともっと": {"name": "ほっともっと", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q10850949"}, "addTags": {"amenity": "fast_food", "brand": "ほっともっと", "brand:en": "Hotto Motto", "brand:wikidata": "Q10850949", "brand:wikipedia": "ja:ほっともっと", "name": "ほっともっと", "name:en": "Hotto Motto"}, "removeTags": {"amenity": "fast_food", "brand": "ほっともっと", "brand:en": "Hotto Motto", "brand:wikidata": "Q10850949", "brand:wikipedia": "ja:ほっともっと", "name": "ほっともっと", "name:en": "Hotto Motto"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/オリジン弁当": {"name": "オリジン弁当", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11292632"}, "addTags": {"amenity": "fast_food", "brand": "オリジン弁当", "brand:en": "Origin Bentō", "brand:wikidata": "Q11292632", "brand:wikipedia": "ja:オリジン東秀", "name": "オリジン弁当", "name:en": "Origin Bentō"}, "removeTags": {"amenity": "fast_food", "brand": "オリジン弁当", "brand:en": "Origin Bentō", "brand:wikidata": "Q11292632", "brand:wikipedia": "ja:オリジン東秀", "name": "オリジン弁当", "name:en": "Origin Bentō"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/ケンタッキーフライドチキン": {"name": "ケンタッキーフライドチキン", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q524757"}, "addTags": {"amenity": "fast_food", "brand": "ケンタッキーフライドチキン", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "ja:KFCコーポレーション", "cuisine": "chicken", "name": "ケンタッキーフライドチキン", "name:en": "KFC"}, "removeTags": {"amenity": "fast_food", "brand": "ケンタッキーフライドチキン", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "ja:KFCコーポレーション", "cuisine": "chicken", "name": "ケンタッキーフライドチキン", "name:en": "KFC"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/サブウェイ": {"name": "サブウェイ", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q244457"}, "addTags": {"amenity": "fast_food", "brand": "サブウェイ", "brand:en": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "ja:サブウェイ", "cuisine": "sandwich", "name": "サブウェイ", "name:en": "Subway"}, "removeTags": {"amenity": "fast_food", "brand": "サブウェイ", "brand:en": "Subway", "brand:wikidata": "Q244457", "brand:wikipedia": "ja:サブウェイ", "cuisine": "sandwich", "name": "サブウェイ", "name:en": "Subway"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/スシロー": {"name": "スシロー", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11257037"}, "addTags": {"amenity": "fast_food", "brand": "スシロー", "brand:en": "Sushiro", "brand:wikidata": "Q11257037", "brand:wikipedia": "ja:あきんどスシロー", "cuisine": "sushi", "name": "スシロー", "name:en": "Sushiro", "name:zh": "壽司郎"}, "removeTags": {"amenity": "fast_food", "brand": "スシロー", "brand:en": "Sushiro", "brand:wikidata": "Q11257037", "brand:wikipedia": "ja:あきんどスシロー", "cuisine": "sushi", "name": "スシロー", "name:en": "Sushiro", "name:zh": "壽司郎"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/ピザハット": {"name": "ピザハット", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "fast_food", "brand": "ピザハット", "brand:en": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "ja:ピザハット", "cuisine": "pizza", "name": "ピザハット", "name:en": "Pizza Hut"}, "removeTags": {"amenity": "fast_food", "brand": "ピザハット", "brand:en": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "ja:ピザハット", "cuisine": "pizza", "name": "ピザハット", "name:en": "Pizza Hut"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/マクドナルド": {"name": "マクドナルド", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "マクドナルド", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "ja:マクドナルド", "cuisine": "burger", "name": "マクドナルド", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "マクドナルド", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "ja:マクドナルド", "cuisine": "burger", "name": "マクドナルド", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/ミスタードーナツ": {"name": "ミスタードーナツ", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1065819"}, "addTags": {"amenity": "fast_food", "brand": "ミスタードーナツ", "brand:en": "Mister Donut", "brand:wikidata": "Q1065819", "brand:wikipedia": "en:Mister Donut", "cuisine": "donut", "name": "ミスタードーナツ", "name:en": "Mister Donut"}, "removeTags": {"amenity": "fast_food", "brand": "ミスタードーナツ", "brand:en": "Mister Donut", "brand:wikidata": "Q1065819", "brand:wikipedia": "en:Mister Donut", "cuisine": "donut", "name": "ミスタードーナツ", "name:en": "Mister Donut"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/モスバーガー": {"name": "モスバーガー", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1204169"}, "addTags": {"amenity": "fast_food", "brand": "モスバーガー", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "ja:モスバーガー", "cuisine": "burger", "name": "モスバーガー", "name:en": "MOS Burger"}, "removeTags": {"amenity": "fast_food", "brand": "モスバーガー", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "ja:モスバーガー", "cuisine": "burger", "name": "モスバーガー", "name:en": "MOS Burger"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/ロッテリア": {"name": "ロッテリア", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q249525"}, "addTags": {"amenity": "fast_food", "brand": "ロッテリア", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ja:ロッテリア", "cuisine": "burger", "name": "ロッテリア", "name:en": "Lotteria"}, "removeTags": {"amenity": "fast_food", "brand": "ロッテリア", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ja:ロッテリア", "cuisine": "burger", "name": "ロッテリア", "name:en": "Lotteria"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/吉野家": {"name": "吉野家", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q776272"}, "addTags": {"amenity": "fast_food", "brand": "吉野家", "brand:en": "Yoshinoya", "brand:wikidata": "Q776272", "brand:wikipedia": "ja:吉野家", "name": "吉野家", "name:en": "Yoshinoya"}, "removeTags": {"amenity": "fast_food", "brand": "吉野家", "brand:en": "Yoshinoya", "brand:wikidata": "Q776272", "brand:wikipedia": "ja:吉野家", "name": "吉野家", "name:en": "Yoshinoya"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/富士そば": {"name": "富士そば", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11414722"}, "addTags": {"amenity": "fast_food", "brand": "富士そば", "brand:en": "Fuji Soba", "brand:wikidata": "Q11414722", "brand:wikipedia": "ja:名代富士そば", "name": "富士そば", "name:en": "Fuji Soba"}, "removeTags": {"amenity": "fast_food", "brand": "富士そば", "brand:en": "Fuji Soba", "brand:wikidata": "Q11414722", "brand:wikipedia": "ja:名代富士そば", "name": "富士そば", "name:en": "Fuji Soba"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/幸楽苑": {"name": "幸楽苑", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11484003"}, "addTags": {"amenity": "fast_food", "brand": "幸楽苑", "brand:en": "Kourakuen", "brand:wikidata": "Q11484003", "brand:wikipedia": "ja:幸楽苑", "name": "幸楽苑", "name:en": "Kourakuen"}, "removeTags": {"amenity": "fast_food", "brand": "幸楽苑", "brand:en": "Kourakuen", "brand:wikidata": "Q11484003", "brand:wikipedia": "ja:幸楽苑", "name": "幸楽苑", "name:en": "Kourakuen"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/摩斯漢堡": {"name": "摩斯漢堡", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1204169"}, "addTags": {"amenity": "fast_food", "brand": "摩斯漢堡", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "zh:摩斯漢堡", "cuisine": "burger", "name": "摩斯漢堡", "name:en": "MOS Burger"}, "removeTags": {"amenity": "fast_food", "brand": "摩斯漢堡", "brand:en": "MOS Burger", "brand:wikidata": "Q1204169", "brand:wikipedia": "zh:摩斯漢堡", "cuisine": "burger", "name": "摩斯漢堡", "name:en": "MOS Burger"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/松屋": {"name": "松屋", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q848773"}, "addTags": {"amenity": "fast_food", "brand": "松屋", "brand:en": "Matsuya Foods", "brand:wikidata": "Q848773", "brand:wikipedia": "zh:松屋食品", "name": "松屋", "name:en": "Matsuya Foods"}, "removeTags": {"amenity": "fast_food", "brand": "松屋", "brand:en": "Matsuya Foods", "brand:wikidata": "Q848773", "brand:wikipedia": "zh:松屋食品", "name": "松屋", "name:en": "Matsuya Foods"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/肯德基": {"name": "肯德基", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q524757"}, "addTags": {"amenity": "fast_food", "brand": "肯德基", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "zh:肯德基", "name": "肯德基", "name:en": "KFC"}, "removeTags": {"amenity": "fast_food", "brand": "肯德基", "brand:en": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "zh:肯德基", "name": "肯德基", "name:en": "KFC"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/麥當勞": {"name": "麥當勞", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "麥當勞", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh_classical:麥當勞", "cuisine": "burger", "name": "麥當勞", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "麥當勞", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh_classical:麥當勞", "cuisine": "burger", "name": "麥當勞", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/麦当劳": {"name": "麦当劳", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "麦当劳", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh:麦当劳", "cuisine": "burger", "name": "麦当劳", "name:en": "McDonald's"}, "removeTags": {"amenity": "fast_food", "brand": "麦当劳", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "zh:麦当劳", "cuisine": "burger", "name": "麦当劳", "name:en": "McDonald's"}, "matchScore": 2, "suggestion": true}, + "amenity/fast_food/롯데리아": {"name": "롯데리아", "icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "takeaway", "delivery", "drive_through", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q249525"}, "addTags": {"amenity": "fast_food", "brand": "롯데리아", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ko:롯데리아", "cuisine": "burger", "name": "롯데리아", "name:en": "Lotteria"}, "removeTags": {"amenity": "fast_food", "brand": "롯데리아", "brand:en": "Lotteria", "brand:wikidata": "Q249525", "brand:wikipedia": "ko:롯데리아", "cuisine": "burger", "name": "롯데리아", "name:en": "Lotteria"}, "matchScore": 2, "suggestion": true}, "amenity/fuel/1-2-3": {"name": "1-2-3", "icon": "maki-fuel", "fields": ["name", "brand", "operator", "address", "fuel_multi", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fuel", "brand:wikidata": "Q4545742"}, "addTags": {"amenity": "fuel", "brand": "1-2-3", "brand:wikidata": "Q4545742", "brand:wikipedia": "en:1-2-3 (fuel station)", "name": "1-2-3"}, "removeTags": {"amenity": "fuel", "brand": "1-2-3", "brand:wikidata": "Q4545742", "brand:wikipedia": "en:1-2-3 (fuel station)", "name": "1-2-3"}, "matchScore": 2, "suggestion": true}, "amenity/fuel/ABC": {"name": "ABC", "icon": "maki-fuel", "fields": ["name", "brand", "operator", "address", "fuel_multi", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fuel", "brand:wikidata": "Q10397504"}, "addTags": {"amenity": "fuel", "brand": "ABC", "brand:wikidata": "Q10397504", "brand:wikipedia": "fi:ABC-ketju", "name": "ABC"}, "removeTags": {"amenity": "fuel", "brand": "ABC", "brand:wikidata": "Q10397504", "brand:wikipedia": "fi:ABC-ketju", "name": "ABC"}, "matchScore": 2, "suggestion": true}, "amenity/fuel/ADNOC": {"name": "ADNOC", "icon": "maki-fuel", "fields": ["name", "brand", "operator", "address", "fuel_multi", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fuel", "brand:wikidata": "Q166729"}, "addTags": {"amenity": "fuel", "brand": "ADNOC", "brand:wikidata": "Q166729", "brand:wikipedia": "en:Abu Dhabi National Oil Company", "name": "ADNOC"}, "removeTags": {"amenity": "fuel", "brand": "ADNOC", "brand:wikidata": "Q166729", "brand:wikipedia": "en:Abu Dhabi National Oil Company", "name": "ADNOC"}, "matchScore": 2, "suggestion": true}, @@ -1779,12 +1779,12 @@ "amenity/fuel/出光": {"name": "出光", "icon": "maki-fuel", "fields": ["name", "brand", "operator", "address", "fuel_multi", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fuel", "brand:wikidata": "Q2216770"}, "addTags": {"amenity": "fuel", "brand": "出光", "brand:en": "Idemitsu Kosan", "brand:wikidata": "Q2216770", "brand:wikipedia": "en:Idemitsu Kosan", "name": "出光", "name:en": "Idemitsu Kosan"}, "removeTags": {"amenity": "fuel", "brand": "出光", "brand:en": "Idemitsu Kosan", "brand:wikidata": "Q2216770", "brand:wikipedia": "en:Idemitsu Kosan", "name": "出光", "name:en": "Idemitsu Kosan"}, "matchScore": 2, "suggestion": true}, "amenity/fuel/台灣中油": {"name": "台灣中油", "icon": "maki-fuel", "fields": ["name", "brand", "operator", "address", "fuel_multi", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fuel", "brand:wikidata": "Q21527177"}, "addTags": {"amenity": "fuel", "brand": "台灣中油", "brand:en": "CPC Corporation, Taiwan", "brand:wikidata": "Q21527177", "brand:wikipedia": "en:CPC Corporation", "name": "台灣中油", "name:en": "CPC Corporation, Taiwan"}, "removeTags": {"amenity": "fuel", "brand": "台灣中油", "brand:en": "CPC Corporation, Taiwan", "brand:wikidata": "Q21527177", "brand:wikipedia": "en:CPC Corporation", "name": "台灣中油", "name:en": "CPC Corporation, Taiwan"}, "matchScore": 2, "suggestion": true}, "amenity/fuel/昭和シェル": {"name": "昭和シェル", "icon": "maki-fuel", "fields": ["name", "brand", "operator", "address", "fuel_multi", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "fuel", "brand:wikidata": "Q277115"}, "addTags": {"amenity": "fuel", "brand": "昭和シェル", "brand:en": "Showa Shell Sekiyu", "brand:wikidata": "Q277115", "brand:wikipedia": "en:Showa Shell Sekiyu", "name": "昭和シェル", "name:en": "Showa Shell Sekiyu"}, "removeTags": {"amenity": "fuel", "brand": "昭和シェル", "brand:en": "Showa Shell Sekiyu", "brand:wikidata": "Q277115", "brand:wikipedia": "en:Showa Shell Sekiyu", "name": "昭和シェル", "name:en": "Showa Shell Sekiyu"}, "matchScore": 2, "suggestion": true}, - "amenity/ice_cream/Baskin-Robbins": {"name": "Baskin-Robbins", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q584601"}, "addTags": {"amenity": "ice_cream", "brand": "Baskin-Robbins", "brand:wikidata": "Q584601", "brand:wikipedia": "en:Baskin-Robbins", "cuisine": "ice_cream", "name": "Baskin-Robbins"}, "removeTags": {"amenity": "ice_cream", "brand": "Baskin-Robbins", "brand:wikidata": "Q584601", "brand:wikipedia": "en:Baskin-Robbins", "cuisine": "ice_cream", "name": "Baskin-Robbins"}, "matchScore": 2, "suggestion": true}, - "amenity/ice_cream/Ben & Jerry's": {"name": "Ben & Jerry's", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q816412"}, "addTags": {"amenity": "ice_cream", "brand": "Ben & Jerry's", "brand:wikidata": "Q816412", "brand:wikipedia": "en:Ben & Jerry's", "cuisine": "ice_cream", "name": "Ben & Jerry's"}, "removeTags": {"amenity": "ice_cream", "brand": "Ben & Jerry's", "brand:wikidata": "Q816412", "brand:wikipedia": "en:Ben & Jerry's", "cuisine": "ice_cream", "name": "Ben & Jerry's"}, "matchScore": 2, "suggestion": true}, - "amenity/ice_cream/Cold Stone Creamery": {"name": "Cold Stone Creamery", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q1094923"}, "addTags": {"amenity": "ice_cream", "brand": "Cold Stone Creamery", "brand:wikidata": "Q1094923", "brand:wikipedia": "en:Cold Stone Creamery", "cuisine": "ice_cream", "name": "Cold Stone Creamery"}, "removeTags": {"amenity": "ice_cream", "brand": "Cold Stone Creamery", "brand:wikidata": "Q1094923", "brand:wikipedia": "en:Cold Stone Creamery", "cuisine": "ice_cream", "name": "Cold Stone Creamery"}, "matchScore": 2, "suggestion": true}, - "amenity/ice_cream/Freddo": {"name": "Freddo", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q28823999"}, "addTags": {"amenity": "ice_cream", "brand": "Freddo", "brand:wikidata": "Q28823999", "brand:wikipedia": "es:Freddo", "cuisine": "ice_cream", "name": "Freddo"}, "removeTags": {"amenity": "ice_cream", "brand": "Freddo", "brand:wikidata": "Q28823999", "brand:wikipedia": "es:Freddo", "cuisine": "ice_cream", "name": "Freddo"}, "matchScore": 2, "suggestion": true}, - "amenity/ice_cream/Grido": {"name": "Grido", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q5885724"}, "addTags": {"amenity": "ice_cream", "brand": "Grido", "brand:wikidata": "Q5885724", "brand:wikipedia": "es:Grido Helado", "cuisine": "ice_cream", "name": "Grido"}, "removeTags": {"amenity": "ice_cream", "brand": "Grido", "brand:wikidata": "Q5885724", "brand:wikipedia": "es:Grido Helado", "cuisine": "ice_cream", "name": "Grido"}, "matchScore": 2, "suggestion": true}, - "amenity/ice_cream/sweetFrog": {"name": "sweetFrog", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q16952110"}, "addTags": {"amenity": "ice_cream", "brand": "sweetFrog", "brand:wikidata": "Q16952110", "brand:wikipedia": "en:Sweet Frog", "cuisine": "frozen_yogurt", "name": "sweetFrog"}, "removeTags": {"amenity": "ice_cream", "brand": "sweetFrog", "brand:wikidata": "Q16952110", "brand:wikipedia": "en:Sweet Frog", "cuisine": "frozen_yogurt", "name": "sweetFrog"}, "matchScore": 2, "suggestion": true}, + "amenity/ice_cream/Baskin-Robbins": {"name": "Baskin-Robbins", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q584601"}, "addTags": {"amenity": "ice_cream", "brand": "Baskin-Robbins", "brand:wikidata": "Q584601", "brand:wikipedia": "en:Baskin-Robbins", "cuisine": "ice_cream", "name": "Baskin-Robbins"}, "removeTags": {"amenity": "ice_cream", "brand": "Baskin-Robbins", "brand:wikidata": "Q584601", "brand:wikipedia": "en:Baskin-Robbins", "cuisine": "ice_cream", "name": "Baskin-Robbins"}, "matchScore": 2, "suggestion": true}, + "amenity/ice_cream/Ben & Jerry's": {"name": "Ben & Jerry's", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q816412"}, "addTags": {"amenity": "ice_cream", "brand": "Ben & Jerry's", "brand:wikidata": "Q816412", "brand:wikipedia": "en:Ben & Jerry's", "cuisine": "ice_cream", "name": "Ben & Jerry's"}, "removeTags": {"amenity": "ice_cream", "brand": "Ben & Jerry's", "brand:wikidata": "Q816412", "brand:wikipedia": "en:Ben & Jerry's", "cuisine": "ice_cream", "name": "Ben & Jerry's"}, "matchScore": 2, "suggestion": true}, + "amenity/ice_cream/Cold Stone Creamery": {"name": "Cold Stone Creamery", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q1094923"}, "addTags": {"amenity": "ice_cream", "brand": "Cold Stone Creamery", "brand:wikidata": "Q1094923", "brand:wikipedia": "en:Cold Stone Creamery", "cuisine": "ice_cream", "name": "Cold Stone Creamery"}, "removeTags": {"amenity": "ice_cream", "brand": "Cold Stone Creamery", "brand:wikidata": "Q1094923", "brand:wikipedia": "en:Cold Stone Creamery", "cuisine": "ice_cream", "name": "Cold Stone Creamery"}, "matchScore": 2, "suggestion": true}, + "amenity/ice_cream/Freddo": {"name": "Freddo", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q28823999"}, "addTags": {"amenity": "ice_cream", "brand": "Freddo", "brand:wikidata": "Q28823999", "brand:wikipedia": "es:Freddo", "cuisine": "ice_cream", "name": "Freddo"}, "removeTags": {"amenity": "ice_cream", "brand": "Freddo", "brand:wikidata": "Q28823999", "brand:wikipedia": "es:Freddo", "cuisine": "ice_cream", "name": "Freddo"}, "matchScore": 2, "suggestion": true}, + "amenity/ice_cream/Grido": {"name": "Grido", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q5885724"}, "addTags": {"amenity": "ice_cream", "brand": "Grido", "brand:wikidata": "Q5885724", "brand:wikipedia": "es:Grido Helado", "cuisine": "ice_cream", "name": "Grido"}, "removeTags": {"amenity": "ice_cream", "brand": "Grido", "brand:wikidata": "Q5885724", "brand:wikipedia": "es:Grido Helado", "cuisine": "ice_cream", "name": "Grido"}, "matchScore": 2, "suggestion": true}, + "amenity/ice_cream/sweetFrog": {"name": "sweetFrog", "icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "ice_cream", "brand:wikidata": "Q16952110"}, "addTags": {"amenity": "ice_cream", "brand": "sweetFrog", "brand:wikidata": "Q16952110", "brand:wikipedia": "en:Sweet Frog", "cuisine": "frozen_yogurt", "name": "sweetFrog"}, "removeTags": {"amenity": "ice_cream", "brand": "sweetFrog", "brand:wikidata": "Q16952110", "brand:wikipedia": "en:Sweet Frog", "cuisine": "frozen_yogurt", "name": "sweetFrog"}, "matchScore": 2, "suggestion": true}, "amenity/money_transfer/Express Union": {"name": "Express Union", "icon": "maki-bank", "fields": ["name", "brand", "address", "building_area", "opening_hours", "currency_multi"], "geometry": ["point", "area"], "tags": {"amenity": "money_transfer", "brand:wikidata": "Q3062276"}, "addTags": {"amenity": "money_transfer", "brand": "Express Union", "brand:wikidata": "Q3062276", "brand:wikipedia": "fr:Express Union", "name": "Express Union"}, "removeTags": {"amenity": "money_transfer", "brand": "Express Union", "brand:wikidata": "Q3062276", "brand:wikipedia": "fr:Express Union", "name": "Express Union"}, "matchScore": 2, "suggestion": true}, "amenity/money_transfer/Western Union": {"name": "Western Union", "icon": "maki-bank", "fields": ["name", "brand", "address", "building_area", "opening_hours", "currency_multi"], "geometry": ["point", "area"], "tags": {"amenity": "money_transfer", "brand:wikidata": "Q861042"}, "addTags": {"amenity": "money_transfer", "brand": "Western Union", "brand:wikidata": "Q861042", "brand:wikipedia": "en:Western Union", "name": "Western Union"}, "removeTags": {"amenity": "money_transfer", "brand": "Western Union", "brand:wikidata": "Q861042", "brand:wikipedia": "en:Western Union", "name": "Western Union"}, "matchScore": 2, "suggestion": true}, "amenity/payment_centre/Rapipago": {"name": "Rapipago", "icon": "maki-bank", "fields": ["name", "brand", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "payment_centre", "brand:wikidata": "Q6100413"}, "addTags": {"amenity": "payment_centre", "brand": "Rapipago", "brand:wikidata": "Q6100413", "brand:wikipedia": "es:Rapipago", "name": "Rapipago"}, "removeTags": {"amenity": "payment_centre", "brand": "Rapipago", "brand:wikidata": "Q6100413", "brand:wikipedia": "es:Rapipago", "name": "Rapipago"}, "matchScore": 2, "suggestion": true}, @@ -1842,125 +1842,125 @@ "amenity/post_office/ΕΛΤΑ": {"name": "ΕΛΤΑ", "icon": "maki-post", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"amenity": "post_office", "brand:wikidata": "Q1275135"}, "addTags": {"amenity": "post_office", "brand": "ΕΛΤΑ", "brand:wikidata": "Q1275135", "brand:wikipedia": "el:Ελληνικά Ταχυδρομεία", "name": "ΕΛΤΑ"}, "removeTags": {"amenity": "post_office", "brand": "ΕΛΤΑ", "brand:wikidata": "Q1275135", "brand:wikipedia": "el:Ελληνικά Ταχυδρομεία", "name": "ΕΛΤΑ"}, "matchScore": 2, "suggestion": true}, "amenity/post_office/中国邮政": {"name": "中国邮政", "icon": "maki-post", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"amenity": "post_office", "brand:wikidata": "Q1066476"}, "addTags": {"amenity": "post_office", "brand": "中国邮政", "brand:en": "China Post", "brand:wikidata": "Q1066476", "brand:wikipedia": "en:China Post", "name": "中国邮政", "name:en": "China Post"}, "removeTags": {"amenity": "post_office", "brand": "中国邮政", "brand:en": "China Post", "brand:wikidata": "Q1066476", "brand:wikipedia": "en:China Post", "name": "中国邮政", "name:en": "China Post"}, "matchScore": 2, "suggestion": true}, "amenity/public_bookcase/Little Free Library": {"name": "Little Free Library", "icon": "maki-library", "fields": ["name", "operator", "capacity", "website"], "geometry": ["point", "area"], "tags": {"amenity": "public_bookcase", "brand:wikidata": "Q6650101"}, "addTags": {"amenity": "public_bookcase", "brand": "Little Free Library", "brand:wikidata": "Q6650101", "brand:wikipedia": "en:Little Free Library", "name": "Little Free Library"}, "removeTags": {"amenity": "public_bookcase", "brand": "Little Free Library", "brand:wikidata": "Q6650101", "brand:wikipedia": "en:Little Free Library", "name": "Little Free Library"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/100 Montaditos": {"name": "100 Montaditos", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q8355805"}, "addTags": {"amenity": "restaurant", "brand": "100 Montaditos", "brand:wikidata": "Q8355805", "brand:wikipedia": "en:Cervecería 100 Montaditos", "name": "100 Montaditos"}, "removeTags": {"amenity": "restaurant", "brand": "100 Montaditos", "brand:wikidata": "Q8355805", "brand:wikipedia": "en:Cervecería 100 Montaditos", "name": "100 Montaditos"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Applebee’s Neighborhood Grill & Bar": {"name": "Applebee’s Neighborhood Grill & Bar", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q621532"}, "addTags": {"amenity": "restaurant", "brand": "Applebee’s Neighborhood Grill & Bar", "brand:wikidata": "Q621532", "brand:wikipedia": "en:Applebee's", "cuisine": "american", "name": "Applebee’s Neighborhood Grill & Bar"}, "removeTags": {"amenity": "restaurant", "brand": "Applebee’s Neighborhood Grill & Bar", "brand:wikidata": "Q621532", "brand:wikipedia": "en:Applebee's", "cuisine": "american", "name": "Applebee’s Neighborhood Grill & Bar"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Autogrill": {"name": "Autogrill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q786790"}, "addTags": {"amenity": "restaurant", "brand": "Autogrill", "brand:wikidata": "Q786790", "brand:wikipedia": "en:Autogrill", "name": "Autogrill"}, "removeTags": {"amenity": "restaurant", "brand": "Autogrill", "brand:wikidata": "Q786790", "brand:wikipedia": "en:Autogrill", "name": "Autogrill"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Bella Italia": {"name": "Bella Italia", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4883362"}, "addTags": {"amenity": "restaurant", "brand": "Bella Italia", "brand:wikidata": "Q4883362", "brand:wikipedia": "en:Bella Italia", "name": "Bella Italia"}, "removeTags": {"amenity": "restaurant", "brand": "Bella Italia", "brand:wikidata": "Q4883362", "brand:wikipedia": "en:Bella Italia", "name": "Bella Italia"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Big Boy": {"name": "Big Boy", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4386779"}, "addTags": {"amenity": "restaurant", "brand": "Big Boy", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "Big Boy"}, "removeTags": {"amenity": "restaurant", "brand": "Big Boy", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "Big Boy"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Black Bear Diner": {"name": "Black Bear Diner", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4920343"}, "addTags": {"amenity": "restaurant", "brand": "Black Bear Diner", "brand:wikidata": "Q4920343", "brand:wikipedia": "en:Black Bear Diner", "name": "Black Bear Diner"}, "removeTags": {"amenity": "restaurant", "brand": "Black Bear Diner", "brand:wikidata": "Q4920343", "brand:wikipedia": "en:Black Bear Diner", "name": "Black Bear Diner"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Bob Evans": {"name": "Bob Evans", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4932385"}, "addTags": {"amenity": "restaurant", "brand": "Bob Evans", "brand:wikidata": "Q4932385", "brand:wikipedia": "en:Bob Evans (restaurateur)", "name": "Bob Evans"}, "removeTags": {"amenity": "restaurant", "brand": "Bob Evans", "brand:wikidata": "Q4932385", "brand:wikipedia": "en:Bob Evans (restaurateur)", "name": "Bob Evans"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Bonefish Grill": {"name": "Bonefish Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4941599"}, "addTags": {"amenity": "restaurant", "brand": "Bonefish Grill", "brand:wikidata": "Q4941599", "brand:wikipedia": "en:Bonefish Grill", "name": "Bonefish Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Bonefish Grill", "brand:wikidata": "Q4941599", "brand:wikipedia": "en:Bonefish Grill", "name": "Bonefish Grill"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Boston Pizza": {"name": "Boston Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q894578"}, "addTags": {"amenity": "restaurant", "brand": "Boston Pizza", "brand:wikidata": "Q894578", "brand:wikipedia": "en:Boston Pizza", "cuisine": "pizza", "name": "Boston Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Boston Pizza", "brand:wikidata": "Q894578", "brand:wikipedia": "en:Boston Pizza", "cuisine": "pizza", "name": "Boston Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Buffalo Grill": {"name": "Buffalo Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q944655"}, "addTags": {"amenity": "restaurant", "brand": "Buffalo Grill", "brand:wikidata": "Q944655", "brand:wikipedia": "en:Buffalo Grill", "name": "Buffalo Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Buffalo Grill", "brand:wikidata": "Q944655", "brand:wikipedia": "en:Buffalo Grill", "name": "Buffalo Grill"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Buffalo Wild Wings": {"name": "Buffalo Wild Wings", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q509255"}, "addTags": {"amenity": "restaurant", "brand": "Buffalo Wild Wings", "brand:wikidata": "Q509255", "brand:wikipedia": "en:Buffalo Wild Wings", "name": "Buffalo Wild Wings"}, "removeTags": {"amenity": "restaurant", "brand": "Buffalo Wild Wings", "brand:wikidata": "Q509255", "brand:wikipedia": "en:Buffalo Wild Wings", "name": "Buffalo Wild Wings"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Cafe Rio": {"name": "Cafe Rio", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5017108"}, "addTags": {"amenity": "restaurant", "brand": "Cafe Rio", "brand:wikidata": "Q5017108", "brand:wikipedia": "en:Cafe Rio", "name": "Cafe Rio"}, "removeTags": {"amenity": "restaurant", "brand": "Cafe Rio", "brand:wikidata": "Q5017108", "brand:wikipedia": "en:Cafe Rio", "name": "Cafe Rio"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/California Pizza Kitchen": {"name": "California Pizza Kitchen", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q15109854"}, "addTags": {"amenity": "restaurant", "brand": "California Pizza Kitchen", "brand:wikidata": "Q15109854", "brand:wikipedia": "en:California Pizza Kitchen", "cuisine": "pizza", "name": "California Pizza Kitchen"}, "removeTags": {"amenity": "restaurant", "brand": "California Pizza Kitchen", "brand:wikidata": "Q15109854", "brand:wikipedia": "en:California Pizza Kitchen", "cuisine": "pizza", "name": "California Pizza Kitchen"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Carluccio's": {"name": "Carluccio's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q25111797"}, "addTags": {"amenity": "restaurant", "brand": "Carluccio's", "brand:wikidata": "Q25111797", "brand:wikipedia": "en:Carluccio's Ltd", "name": "Carluccio's"}, "removeTags": {"amenity": "restaurant", "brand": "Carluccio's", "brand:wikidata": "Q25111797", "brand:wikipedia": "en:Carluccio's Ltd", "name": "Carluccio's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Carrabba's Italian Grill": {"name": "Carrabba's Italian Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5045999"}, "addTags": {"amenity": "restaurant", "brand": "Carrabba's Italian Grill", "brand:wikidata": "Q5045999", "brand:wikipedia": "en:Carrabba's Italian Grill", "name": "Carrabba's Italian Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Carrabba's Italian Grill", "brand:wikidata": "Q5045999", "brand:wikipedia": "en:Carrabba's Italian Grill", "name": "Carrabba's Italian Grill"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Cheesecake Factory": {"name": "Cheesecake Factory", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1045842"}, "addTags": {"amenity": "restaurant", "brand": "Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "Cheesecake Factory"}, "removeTags": {"amenity": "restaurant", "brand": "Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "Cheesecake Factory"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Chili's": {"name": "Chili's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1072948"}, "addTags": {"amenity": "restaurant", "brand": "Chili's", "brand:wikidata": "Q1072948", "brand:wikipedia": "en:Chili's", "name": "Chili's"}, "removeTags": {"amenity": "restaurant", "brand": "Chili's", "brand:wikidata": "Q1072948", "brand:wikipedia": "en:Chili's", "name": "Chili's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Chiquito": {"name": "Chiquito", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5101775"}, "addTags": {"amenity": "restaurant", "brand": "Chiquito", "brand:wikidata": "Q5101775", "brand:wikipedia": "en:Chiquito (restaurant)", "name": "Chiquito"}, "removeTags": {"amenity": "restaurant", "brand": "Chiquito", "brand:wikidata": "Q5101775", "brand:wikipedia": "en:Chiquito (restaurant)", "name": "Chiquito"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Chuck E. Cheese's": {"name": "Chuck E. Cheese's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2438391"}, "addTags": {"amenity": "restaurant", "brand": "Chuck E. Cheese's", "brand:wikidata": "Q2438391", "brand:wikipedia": "en:Chuck E. Cheese's", "cuisine": "pizza", "name": "Chuck E. Cheese's"}, "removeTags": {"amenity": "restaurant", "brand": "Chuck E. Cheese's", "brand:wikidata": "Q2438391", "brand:wikipedia": "en:Chuck E. Cheese's", "cuisine": "pizza", "name": "Chuck E. Cheese's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Cici's Pizza": {"name": "Cici's Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2972189"}, "addTags": {"amenity": "restaurant", "brand": "Cici's Pizza", "brand:wikidata": "Q2972189", "brand:wikipedia": "en:Cicis", "cuisine": "pizza", "name": "Cici's Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Cici's Pizza", "brand:wikidata": "Q2972189", "brand:wikipedia": "en:Cicis", "cuisine": "pizza", "name": "Cici's Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Cracker Barrel": {"name": "Cracker Barrel", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4492609"}, "addTags": {"amenity": "restaurant", "brand": "Cracker Barrel", "brand:wikidata": "Q4492609", "brand:wikipedia": "en:Cracker Barrel", "name": "Cracker Barrel"}, "removeTags": {"amenity": "restaurant", "brand": "Cracker Barrel", "brand:wikidata": "Q4492609", "brand:wikipedia": "en:Cracker Barrel", "name": "Cracker Barrel"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Denny's": {"name": "Denny's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1189695"}, "addTags": {"amenity": "restaurant", "brand": "Denny's", "brand:wikidata": "Q1189695", "brand:wikipedia": "en:Denny's", "name": "Denny's"}, "removeTags": {"amenity": "restaurant", "brand": "Denny's", "brand:wikidata": "Q1189695", "brand:wikipedia": "en:Denny's", "name": "Denny's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Dickey's Barbecue Pit": {"name": "Dickey's Barbecue Pit", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q19880747"}, "addTags": {"amenity": "restaurant", "brand": "Dickey's Barbecue Pit", "brand:wikidata": "Q19880747", "brand:wikipedia": "en:Dickey's Barbecue Pit", "name": "Dickey's Barbecue Pit"}, "removeTags": {"amenity": "restaurant", "brand": "Dickey's Barbecue Pit", "brand:wikidata": "Q19880747", "brand:wikipedia": "en:Dickey's Barbecue Pit", "name": "Dickey's Barbecue Pit"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/East Side Mario's": {"name": "East Side Mario's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5329375"}, "addTags": {"amenity": "restaurant", "brand": "East Side Mario's", "brand:wikidata": "Q5329375", "brand:wikipedia": "en:East Side Mario's", "name": "East Side Mario's"}, "removeTags": {"amenity": "restaurant", "brand": "East Side Mario's", "brand:wikidata": "Q5329375", "brand:wikipedia": "en:East Side Mario's", "name": "East Side Mario's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Famous Dave's": {"name": "Famous Dave's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5433448"}, "addTags": {"amenity": "restaurant", "brand": "Famous Dave's", "brand:wikidata": "Q5433448", "brand:wikipedia": "en:Famous Dave's", "name": "Famous Dave's"}, "removeTags": {"amenity": "restaurant", "brand": "Famous Dave's", "brand:wikidata": "Q5433448", "brand:wikipedia": "en:Famous Dave's", "name": "Famous Dave's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Flunch": {"name": "Flunch", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q629326"}, "addTags": {"amenity": "restaurant", "brand": "Flunch", "brand:wikidata": "Q629326", "brand:wikipedia": "en:Flunch", "name": "Flunch"}, "removeTags": {"amenity": "restaurant", "brand": "Flunch", "brand:wikidata": "Q629326", "brand:wikipedia": "en:Flunch", "name": "Flunch"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Foster's Hollywood": {"name": "Foster's Hollywood", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5864366"}, "addTags": {"amenity": "restaurant", "brand": "Foster's Hollywood", "brand:wikidata": "Q5864366", "brand:wikipedia": "en:Foster's Hollywood", "name": "Foster's Hollywood"}, "removeTags": {"amenity": "restaurant", "brand": "Foster's Hollywood", "brand:wikidata": "Q5864366", "brand:wikipedia": "en:Foster's Hollywood", "name": "Foster's Hollywood"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Frankie & Benny's": {"name": "Frankie & Benny's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5490892"}, "addTags": {"amenity": "restaurant", "brand": "Frankie & Benny's", "brand:wikidata": "Q5490892", "brand:wikipedia": "en:Frankie & Benny's", "name": "Frankie & Benny's"}, "removeTags": {"amenity": "restaurant", "brand": "Frankie & Benny's", "brand:wikidata": "Q5490892", "brand:wikipedia": "en:Frankie & Benny's", "name": "Frankie & Benny's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Friendly's": {"name": "Friendly's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1464513"}, "addTags": {"amenity": "restaurant", "brand": "Friendly's", "brand:wikidata": "Q1464513", "brand:wikipedia": "en:Friendly's", "name": "Friendly's"}, "removeTags": {"amenity": "restaurant", "brand": "Friendly's", "brand:wikidata": "Q1464513", "brand:wikipedia": "en:Friendly's", "name": "Friendly's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Fuddruckers": {"name": "Fuddruckers", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5507056"}, "addTags": {"amenity": "restaurant", "brand": "Fuddruckers", "brand:wikidata": "Q5507056", "brand:wikipedia": "en:Fuddruckers", "name": "Fuddruckers"}, "removeTags": {"amenity": "restaurant", "brand": "Fuddruckers", "brand:wikidata": "Q5507056", "brand:wikipedia": "en:Fuddruckers", "name": "Fuddruckers"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Golden Corral": {"name": "Golden Corral", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4039560"}, "addTags": {"amenity": "restaurant", "brand": "Golden Corral", "brand:wikidata": "Q4039560", "brand:wikipedia": "en:Golden Corral", "name": "Golden Corral"}, "removeTags": {"amenity": "restaurant", "brand": "Golden Corral", "brand:wikidata": "Q4039560", "brand:wikipedia": "en:Golden Corral", "name": "Golden Corral"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Gourmet Burger Kitchen": {"name": "Gourmet Burger Kitchen", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5588445"}, "addTags": {"amenity": "restaurant", "brand": "Gourmet Burger Kitchen", "brand:wikidata": "Q5588445", "brand:wikipedia": "en:Gourmet Burger Kitchen", "name": "Gourmet Burger Kitchen"}, "removeTags": {"amenity": "restaurant", "brand": "Gourmet Burger Kitchen", "brand:wikidata": "Q5588445", "brand:wikipedia": "en:Gourmet Burger Kitchen", "name": "Gourmet Burger Kitchen"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Hard Rock Cafe": {"name": "Hard Rock Cafe", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q918151"}, "addTags": {"amenity": "restaurant", "brand": "Hard Rock Cafe", "brand:wikidata": "Q918151", "brand:wikipedia": "en:Hard Rock Cafe", "name": "Hard Rock Cafe"}, "removeTags": {"amenity": "restaurant", "brand": "Hard Rock Cafe", "brand:wikidata": "Q918151", "brand:wikipedia": "en:Hard Rock Cafe", "name": "Hard Rock Cafe"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Harvester": {"name": "Harvester", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5676915"}, "addTags": {"amenity": "restaurant", "brand": "Harvester", "brand:wikidata": "Q5676915", "brand:wikipedia": "en:Harvester (restaurant)", "name": "Harvester"}, "removeTags": {"amenity": "restaurant", "brand": "Harvester", "brand:wikidata": "Q5676915", "brand:wikipedia": "en:Harvester (restaurant)", "name": "Harvester"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Hippopotamus": {"name": "Hippopotamus", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3136174"}, "addTags": {"amenity": "restaurant", "brand": "Hippopotamus", "brand:wikidata": "Q3136174", "brand:wikipedia": "fr:Hippopotamus (restaurant)", "name": "Hippopotamus"}, "removeTags": {"amenity": "restaurant", "brand": "Hippopotamus", "brand:wikidata": "Q3136174", "brand:wikipedia": "fr:Hippopotamus (restaurant)", "name": "Hippopotamus"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Hooters": {"name": "Hooters", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1025921"}, "addTags": {"amenity": "restaurant", "brand": "Hooters", "brand:wikidata": "Q1025921", "brand:wikipedia": "en:Hooters", "name": "Hooters"}, "removeTags": {"amenity": "restaurant", "brand": "Hooters", "brand:wikidata": "Q1025921", "brand:wikipedia": "en:Hooters", "name": "Hooters"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Huddle House": {"name": "Huddle House", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5928324"}, "addTags": {"amenity": "restaurant", "brand": "Huddle House", "brand:wikidata": "Q5928324", "brand:wikipedia": "en:Huddle House", "name": "Huddle House"}, "removeTags": {"amenity": "restaurant", "brand": "Huddle House", "brand:wikidata": "Q5928324", "brand:wikipedia": "en:Huddle House", "name": "Huddle House"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/IHOP": {"name": "IHOP", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1185675"}, "addTags": {"amenity": "restaurant", "brand": "IHOP", "brand:wikidata": "Q1185675", "brand:wikipedia": "en:IHOP", "name": "IHOP"}, "removeTags": {"amenity": "restaurant", "brand": "IHOP", "brand:wikidata": "Q1185675", "brand:wikipedia": "en:IHOP", "name": "IHOP"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Jason's Deli": {"name": "Jason's Deli", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q16997641"}, "addTags": {"amenity": "restaurant", "brand": "Jason's Deli", "brand:wikidata": "Q16997641", "brand:wikipedia": "en:Jason's Deli", "name": "Jason's Deli"}, "removeTags": {"amenity": "restaurant", "brand": "Jason's Deli", "brand:wikidata": "Q16997641", "brand:wikipedia": "en:Jason's Deli", "name": "Jason's Deli"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Jet's Pizza": {"name": "Jet's Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q16997713"}, "addTags": {"amenity": "restaurant", "brand": "Jet's Pizza", "brand:wikidata": "Q16997713", "brand:wikipedia": "en:Jet's Pizza", "cuisine": "pizza", "name": "Jet's Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Jet's Pizza", "brand:wikidata": "Q16997713", "brand:wikipedia": "en:Jet's Pizza", "cuisine": "pizza", "name": "Jet's Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Joe's Crab Shack": {"name": "Joe's Crab Shack", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6208210"}, "addTags": {"amenity": "restaurant", "brand": "Joe's Crab Shack", "brand:wikidata": "Q6208210", "brand:wikipedia": "en:Joe's Crab Shack", "name": "Joe's Crab Shack"}, "removeTags": {"amenity": "restaurant", "brand": "Joe's Crab Shack", "brand:wikidata": "Q6208210", "brand:wikipedia": "en:Joe's Crab Shack", "name": "Joe's Crab Shack"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Kelsey's": {"name": "Kelsey's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6386459"}, "addTags": {"amenity": "restaurant", "brand": "Kelsey's", "brand:wikidata": "Q6386459", "brand:wikipedia": "en:Kelseys Original Roadhouse", "name": "Kelsey's"}, "removeTags": {"amenity": "restaurant", "brand": "Kelsey's", "brand:wikidata": "Q6386459", "brand:wikipedia": "en:Kelseys Original Roadhouse", "name": "Kelsey's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Logan's Roadhouse": {"name": "Logan's Roadhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6666872"}, "addTags": {"amenity": "restaurant", "brand": "Logan's Roadhouse", "brand:wikidata": "Q6666872", "brand:wikipedia": "en:Logan's Roadhouse", "name": "Logan's Roadhouse"}, "removeTags": {"amenity": "restaurant", "brand": "Logan's Roadhouse", "brand:wikidata": "Q6666872", "brand:wikipedia": "en:Logan's Roadhouse", "name": "Logan's Roadhouse"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/LongHorn Steakhouse": {"name": "LongHorn Steakhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3259007"}, "addTags": {"amenity": "restaurant", "brand": "LongHorn Steakhouse", "brand:wikidata": "Q3259007", "brand:wikipedia": "en:LongHorn Steakhouse", "name": "LongHorn Steakhouse"}, "removeTags": {"amenity": "restaurant", "brand": "LongHorn Steakhouse", "brand:wikidata": "Q3259007", "brand:wikipedia": "en:LongHorn Steakhouse", "name": "LongHorn Steakhouse"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Loving Hut": {"name": "Loving Hut", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3491655"}, "addTags": {"amenity": "restaurant", "brand": "Loving Hut", "brand:wikidata": "Q3491655", "brand:wikipedia": "en:Loving Hut", "name": "Loving Hut"}, "removeTags": {"amenity": "restaurant", "brand": "Loving Hut", "brand:wikidata": "Q3491655", "brand:wikipedia": "en:Loving Hut", "name": "Loving Hut"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Léon de Bruxelles": {"name": "Léon de Bruxelles", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q21041507"}, "addTags": {"amenity": "restaurant", "brand": "Léon de Bruxelles", "brand:wikidata": "Q21041507", "brand:wikipedia": "en:Léon de Bruxelles", "name": "Léon de Bruxelles"}, "removeTags": {"amenity": "restaurant", "brand": "Léon de Bruxelles", "brand:wikidata": "Q21041507", "brand:wikipedia": "en:Léon de Bruxelles", "name": "Léon de Bruxelles"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/MOD Pizza": {"name": "MOD Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q19903469"}, "addTags": {"amenity": "restaurant", "brand": "MOD Pizza", "brand:wikidata": "Q19903469", "brand:wikipedia": "en:MOD Pizza", "cuisine": "pizza", "name": "MOD Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "MOD Pizza", "brand:wikidata": "Q19903469", "brand:wikipedia": "en:MOD Pizza", "cuisine": "pizza", "name": "MOD Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Marco's Pizza": {"name": "Marco's Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6757382"}, "addTags": {"amenity": "restaurant", "brand": "Marco's Pizza", "brand:wikidata": "Q6757382", "brand:wikipedia": "en:Marco's Pizza", "cuisine": "pizza", "name": "Marco's Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Marco's Pizza", "brand:wikidata": "Q6757382", "brand:wikipedia": "en:Marco's Pizza", "cuisine": "pizza", "name": "Marco's Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Max's Restaurant": {"name": "Max's Restaurant", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6794477"}, "addTags": {"amenity": "restaurant", "brand": "Max's Restaurant", "brand:wikidata": "Q6794477", "brand:wikipedia": "en:Max's of Manila", "name": "Max's Restaurant"}, "removeTags": {"amenity": "restaurant", "brand": "Max's Restaurant", "brand:wikidata": "Q6794477", "brand:wikipedia": "en:Max's of Manila", "name": "Max's Restaurant"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/McAlister's Deli": {"name": "McAlister's Deli", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q17020829"}, "addTags": {"amenity": "restaurant", "brand": "McAlister's Deli", "brand:wikidata": "Q17020829", "brand:wikipedia": "en:McAlister's Deli", "name": "McAlister's Deli"}, "removeTags": {"amenity": "restaurant", "brand": "McAlister's Deli", "brand:wikidata": "Q17020829", "brand:wikipedia": "en:McAlister's Deli", "name": "McAlister's Deli"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Mellow Mushroom": {"name": "Mellow Mushroom", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q17021360"}, "addTags": {"amenity": "restaurant", "brand": "Mellow Mushroom", "brand:wikidata": "Q17021360", "brand:wikipedia": "en:Mellow Mushroom", "name": "Mellow Mushroom"}, "removeTags": {"amenity": "restaurant", "brand": "Mellow Mushroom", "brand:wikidata": "Q17021360", "brand:wikipedia": "en:Mellow Mushroom", "name": "Mellow Mushroom"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Nando's": {"name": "Nando's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3472954"}, "addTags": {"amenity": "restaurant", "brand": "Nando's", "brand:wikidata": "Q3472954", "brand:wikipedia": "en:Nando's", "name": "Nando's"}, "removeTags": {"amenity": "restaurant", "brand": "Nando's", "brand:wikidata": "Q3472954", "brand:wikipedia": "en:Nando's", "name": "Nando's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Noodles & Company": {"name": "Noodles & Company", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7049673"}, "addTags": {"amenity": "restaurant", "brand": "Noodles & Company", "brand:wikidata": "Q7049673", "brand:wikipedia": "en:Noodles & Company", "name": "Noodles & Company"}, "removeTags": {"amenity": "restaurant", "brand": "Noodles & Company", "brand:wikidata": "Q7049673", "brand:wikipedia": "en:Noodles & Company", "name": "Noodles & Company"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/O'Charley's": {"name": "O'Charley's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7071703"}, "addTags": {"amenity": "restaurant", "brand": "O'Charley's", "brand:wikidata": "Q7071703", "brand:wikipedia": "en:O'Charley's", "name": "O'Charley's"}, "removeTags": {"amenity": "restaurant", "brand": "O'Charley's", "brand:wikidata": "Q7071703", "brand:wikipedia": "en:O'Charley's", "name": "O'Charley's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Old Chicago": {"name": "Old Chicago", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5180522"}, "addTags": {"amenity": "restaurant", "brand": "Old Chicago", "brand:wikidata": "Q5180522", "brand:wikipedia": "en:CraftWorks Restaurants & Breweries", "name": "Old Chicago"}, "removeTags": {"amenity": "restaurant", "brand": "Old Chicago", "brand:wikidata": "Q5180522", "brand:wikipedia": "en:CraftWorks Restaurants & Breweries", "name": "Old Chicago"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Old Wild West": {"name": "Old Wild West", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q25402475"}, "addTags": {"amenity": "restaurant", "brand": "Old Wild West", "brand:wikidata": "Q25402475", "brand:wikipedia": "it:Old Wild West", "name": "Old Wild West"}, "removeTags": {"amenity": "restaurant", "brand": "Old Wild West", "brand:wikidata": "Q25402475", "brand:wikipedia": "it:Old Wild West", "name": "Old Wild West"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Olive Garden": {"name": "Olive Garden", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3045312"}, "addTags": {"amenity": "restaurant", "brand": "Olive Garden", "brand:wikidata": "Q3045312", "brand:wikipedia": "en:Olive Garden", "name": "Olive Garden"}, "removeTags": {"amenity": "restaurant", "brand": "Olive Garden", "brand:wikidata": "Q3045312", "brand:wikipedia": "en:Olive Garden", "name": "Olive Garden"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Outback Steakhouse": {"name": "Outback Steakhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1064893"}, "addTags": {"amenity": "restaurant", "brand": "Outback Steakhouse", "brand:wikidata": "Q1064893", "brand:wikipedia": "en:Outback Steakhouse", "name": "Outback Steakhouse"}, "removeTags": {"amenity": "restaurant", "brand": "Outback Steakhouse", "brand:wikidata": "Q1064893", "brand:wikipedia": "en:Outback Steakhouse", "name": "Outback Steakhouse"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/P.F. Chang's": {"name": "P.F. Chang's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5360181"}, "addTags": {"amenity": "restaurant", "brand": "P.F. Chang's", "brand:wikidata": "Q5360181", "brand:wikipedia": "en:P. F. Chang's China Bistro", "name": "P.F. Chang's"}, "removeTags": {"amenity": "restaurant", "brand": "P.F. Chang's", "brand:wikidata": "Q5360181", "brand:wikipedia": "en:P. F. Chang's China Bistro", "name": "P.F. Chang's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Pei Wei": {"name": "Pei Wei", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7160898"}, "addTags": {"amenity": "restaurant", "brand": "Pei Wei", "brand:wikidata": "Q7160898", "brand:wikipedia": "en:Pei Wei Asian Diner", "name": "Pei Wei"}, "removeTags": {"amenity": "restaurant", "brand": "Pei Wei", "brand:wikidata": "Q7160898", "brand:wikipedia": "en:Pei Wei Asian Diner", "name": "Pei Wei"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Pizza Factory": {"name": "Pizza Factory", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q39054369"}, "addTags": {"amenity": "restaurant", "brand": "Pizza Factory", "brand:wikidata": "Q39054369", "brand:wikipedia": "en:Pizza Factory", "cuisine": "pizza", "name": "Pizza Factory"}, "removeTags": {"amenity": "restaurant", "brand": "Pizza Factory", "brand:wikidata": "Q39054369", "brand:wikipedia": "en:Pizza Factory", "cuisine": "pizza", "name": "Pizza Factory"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Pizza Hut": {"name": "Pizza Hut", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "restaurant", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut"}, "removeTags": {"amenity": "restaurant", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Pizza Ranch": {"name": "Pizza Ranch", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7199978"}, "addTags": {"amenity": "restaurant", "brand": "Pizza Ranch", "brand:wikidata": "Q7199978", "brand:wikipedia": "en:Pizza Ranch", "cuisine": "pizza", "name": "Pizza Ranch"}, "removeTags": {"amenity": "restaurant", "brand": "Pizza Ranch", "brand:wikidata": "Q7199978", "brand:wikipedia": "en:Pizza Ranch", "cuisine": "pizza", "name": "Pizza Ranch"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/PizzaExpress": {"name": "PizzaExpress", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q662845"}, "addTags": {"amenity": "restaurant", "brand": "PizzaExpress", "brand:wikipedia": "en:PizzaExpress", "brand:wikidata": "Q662845", "cuisine": "pizza", "name": "PizzaExpress"}, "removeTags": {"amenity": "restaurant", "brand": "PizzaExpress", "brand:wikipedia": "en:PizzaExpress", "brand:wikidata": "Q662845", "cuisine": "pizza", "name": "PizzaExpress"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Prezzo": {"name": "Prezzo", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7242489"}, "addTags": {"amenity": "restaurant", "brand": "Prezzo", "brand:wikidata": "Q7242489", "brand:wikipedia": "en:Prezzo (restaurant)", "name": "Prezzo"}, "removeTags": {"amenity": "restaurant", "brand": "Prezzo", "brand:wikidata": "Q7242489", "brand:wikipedia": "en:Prezzo (restaurant)", "name": "Prezzo"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Red Lobster": {"name": "Red Lobster", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q846301"}, "addTags": {"amenity": "restaurant", "brand": "Red Lobster", "brand:wikidata": "Q846301", "brand:wikipedia": "en:Red Lobster", "cuisine": "seafood", "name": "Red Lobster"}, "removeTags": {"amenity": "restaurant", "brand": "Red Lobster", "brand:wikidata": "Q846301", "brand:wikipedia": "en:Red Lobster", "cuisine": "seafood", "name": "Red Lobster"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Red Robin": {"name": "Red Robin", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7304886"}, "addTags": {"amenity": "restaurant", "brand": "Red Robin", "brand:wikidata": "Q7304886", "brand:wikipedia": "en:Red Robin", "name": "Red Robin"}, "removeTags": {"amenity": "restaurant", "brand": "Red Robin", "brand:wikidata": "Q7304886", "brand:wikipedia": "en:Red Robin", "name": "Red Robin"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Round Table Pizza": {"name": "Round Table Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7371139"}, "addTags": {"amenity": "restaurant", "brand": "Round Table Pizza", "brand:wikidata": "Q7371139", "brand:wikipedia": "en:Round Table Pizza", "cuisine": "pizza", "name": "Round Table Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Round Table Pizza", "brand:wikidata": "Q7371139", "brand:wikipedia": "en:Round Table Pizza", "cuisine": "pizza", "name": "Round Table Pizza"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Ruby Tuesday": {"name": "Ruby Tuesday", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7376400"}, "addTags": {"amenity": "restaurant", "brand": "Ruby Tuesday", "brand:wikidata": "Q7376400", "brand:wikipedia": "en:Ruby Tuesday (restaurant)", "name": "Ruby Tuesday"}, "removeTags": {"amenity": "restaurant", "brand": "Ruby Tuesday", "brand:wikidata": "Q7376400", "brand:wikipedia": "en:Ruby Tuesday (restaurant)", "name": "Ruby Tuesday"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Shakey's": {"name": "Shakey's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6134929"}, "addTags": {"amenity": "restaurant", "brand": "Shakey's", "brand:wikidata": "Q6134929", "brand:wikipedia": "en:Shakey's Pizza", "name": "Shakey's"}, "removeTags": {"amenity": "restaurant", "brand": "Shakey's", "brand:wikidata": "Q6134929", "brand:wikipedia": "en:Shakey's Pizza", "name": "Shakey's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Shari's": {"name": "Shari's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7489612"}, "addTags": {"amenity": "restaurant", "brand": "Shari's", "brand:wikidata": "Q7489612", "brand:wikipedia": "en:Shari's Cafe & Pies", "name": "Shari's"}, "removeTags": {"amenity": "restaurant", "brand": "Shari's", "brand:wikidata": "Q7489612", "brand:wikipedia": "en:Shari's Cafe & Pies", "name": "Shari's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Shoney's": {"name": "Shoney's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7500392"}, "addTags": {"amenity": "restaurant", "brand": "Shoney's", "brand:wikidata": "Q7500392", "brand:wikipedia": "en:Shoney's", "name": "Shoney's"}, "removeTags": {"amenity": "restaurant", "brand": "Shoney's", "brand:wikidata": "Q7500392", "brand:wikipedia": "en:Shoney's", "name": "Shoney's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Sizzler": {"name": "Sizzler", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1848822"}, "addTags": {"amenity": "restaurant", "brand": "Sizzler", "brand:wikidata": "Q1848822", "brand:wikipedia": "en:Sizzler", "name": "Sizzler"}, "removeTags": {"amenity": "restaurant", "brand": "Sizzler", "brand:wikidata": "Q1848822", "brand:wikipedia": "en:Sizzler", "name": "Sizzler"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Skyline Chili": {"name": "Skyline Chili", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q151224"}, "addTags": {"amenity": "restaurant", "brand": "Skyline Chili", "brand:wikidata": "Q151224", "brand:wikipedia": "en:Skyline Chili", "name": "Skyline Chili"}, "removeTags": {"amenity": "restaurant", "brand": "Skyline Chili", "brand:wikidata": "Q151224", "brand:wikipedia": "en:Skyline Chili", "name": "Skyline Chili"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Smitty's": {"name": "Smitty's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7545728"}, "addTags": {"amenity": "restaurant", "brand": "Smitty's", "brand:wikidata": "Q7545728", "brand:wikipedia": "en:Smitty's", "name": "Smitty's"}, "removeTags": {"amenity": "restaurant", "brand": "Smitty's", "brand:wikidata": "Q7545728", "brand:wikipedia": "en:Smitty's", "name": "Smitty's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Spur": {"name": "Spur", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7581546"}, "addTags": {"amenity": "restaurant", "brand": "Spur", "brand:wikidata": "Q7581546", "brand:wikipedia": "en:Spur Steak Ranches", "name": "Spur"}, "removeTags": {"amenity": "restaurant", "brand": "Spur", "brand:wikidata": "Q7581546", "brand:wikipedia": "en:Spur Steak Ranches", "name": "Spur"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Steak 'n Shake": {"name": "Steak 'n Shake", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7605233"}, "addTags": {"amenity": "restaurant", "brand": "Steak 'n Shake", "brand:wikidata": "Q7605233", "brand:wikipedia": "en:Steak 'n Shake", "cuisine": "burger", "name": "Steak 'n Shake"}, "removeTags": {"amenity": "restaurant", "brand": "Steak 'n Shake", "brand:wikidata": "Q7605233", "brand:wikipedia": "en:Steak 'n Shake", "cuisine": "burger", "name": "Steak 'n Shake"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Sunset Grill": {"name": "Sunset Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7641264"}, "addTags": {"amenity": "restaurant", "brand": "Sunset Grill", "brand:wikidata": "Q7641264", "brand:wikipedia": "en:Sunset Grill (restaurant)", "name": "Sunset Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Sunset Grill", "brand:wikidata": "Q7641264", "brand:wikipedia": "en:Sunset Grill (restaurant)", "name": "Sunset Grill"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Swiss Chalet": {"name": "Swiss Chalet", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2372909"}, "addTags": {"amenity": "restaurant", "brand": "Swiss Chalet", "brand:wikidata": "Q2372909", "brand:wikipedia": "en:Swiss Chalet", "name": "Swiss Chalet"}, "removeTags": {"amenity": "restaurant", "brand": "Swiss Chalet", "brand:wikidata": "Q2372909", "brand:wikipedia": "en:Swiss Chalet", "name": "Swiss Chalet"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/TGI Friday's": {"name": "TGI Friday's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1524184"}, "addTags": {"amenity": "restaurant", "brand": "TGI Friday's", "brand:wikidata": "Q1524184", "brand:wikipedia": "en:TGI Fridays", "name": "TGI Friday's"}, "removeTags": {"amenity": "restaurant", "brand": "TGI Friday's", "brand:wikidata": "Q1524184", "brand:wikipedia": "en:TGI Fridays", "name": "TGI Friday's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Texas Roadhouse": {"name": "Texas Roadhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7707945"}, "addTags": {"amenity": "restaurant", "brand": "Texas Roadhouse", "brand:wikidata": "Q7707945", "brand:wikipedia": "en:Texas Roadhouse", "name": "Texas Roadhouse"}, "removeTags": {"amenity": "restaurant", "brand": "Texas Roadhouse", "brand:wikidata": "Q7707945", "brand:wikipedia": "en:Texas Roadhouse", "name": "Texas Roadhouse"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/The Cheesecake Factory": {"name": "The Cheesecake Factory", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1045842"}, "addTags": {"amenity": "restaurant", "brand": "The Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "The Cheesecake Factory"}, "removeTags": {"amenity": "restaurant", "brand": "The Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "The Cheesecake Factory"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/The Keg": {"name": "The Keg", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7744066"}, "addTags": {"amenity": "restaurant", "brand": "The Keg", "brand:wikidata": "Q7744066", "brand:wikipedia": "en:The Keg", "name": "The Keg"}, "removeTags": {"amenity": "restaurant", "brand": "The Keg", "brand:wikidata": "Q7744066", "brand:wikipedia": "en:The Keg", "name": "The Keg"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Toby Carvery": {"name": "Toby Carvery", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7811777"}, "addTags": {"amenity": "restaurant", "brand": "Toby Carvery", "brand:wikidata": "Q7811777", "brand:wikipedia": "en:Toby Carvery", "name": "Toby Carvery"}, "removeTags": {"amenity": "restaurant", "brand": "Toby Carvery", "brand:wikidata": "Q7811777", "brand:wikipedia": "en:Toby Carvery", "name": "Toby Carvery"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Toks": {"name": "Toks", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q48835586"}, "addTags": {"amenity": "restaurant", "brand": "Toks", "brand:wikidata": "Q48835586", "brand:wikipedia": "en:Toks", "name": "Toks"}, "removeTags": {"amenity": "restaurant", "brand": "Toks", "brand:wikidata": "Q48835586", "brand:wikipedia": "en:Toks", "name": "Toks"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Tony Roma's": {"name": "Tony Roma's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2213883"}, "addTags": {"amenity": "restaurant", "brand": "Tony Roma's", "brand:wikidata": "Q2213883", "brand:wikipedia": "en:Tony Roma's", "name": "Tony Roma's"}, "removeTags": {"amenity": "restaurant", "brand": "Tony Roma's", "brand:wikidata": "Q2213883", "brand:wikipedia": "en:Tony Roma's", "name": "Tony Roma's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Vapiano": {"name": "Vapiano", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q506252"}, "addTags": {"amenity": "restaurant", "brand": "Vapiano", "brand:wikidata": "Q506252", "brand:wikipedia": "en:Vapiano", "cuisine": "italian", "name": "Vapiano"}, "removeTags": {"amenity": "restaurant", "brand": "Vapiano", "brand:wikidata": "Q506252", "brand:wikipedia": "en:Vapiano", "cuisine": "italian", "name": "Vapiano"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Village Inn": {"name": "Village Inn", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7930659"}, "addTags": {"amenity": "restaurant", "brand": "Village Inn", "brand:wikidata": "Q7930659", "brand:wikipedia": "en:Village Inn", "name": "Village Inn"}, "removeTags": {"amenity": "restaurant", "brand": "Village Inn", "brand:wikidata": "Q7930659", "brand:wikipedia": "en:Village Inn", "name": "Village Inn"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Vips": {"name": "Vips", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q12599540"}, "addTags": {"amenity": "restaurant", "brand": "Vips", "brand:wikidata": "Q12599540", "brand:wikipedia": "en:VIPS (restaurant)", "name": "Vips"}, "removeTags": {"amenity": "restaurant", "brand": "Vips", "brand:wikidata": "Q12599540", "brand:wikipedia": "en:VIPS (restaurant)", "name": "Vips"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Waffle House": {"name": "Waffle House", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1701206"}, "addTags": {"amenity": "restaurant", "brand": "Waffle House", "brand:wikidata": "Q1701206", "brand:wikipedia": "en:Waffle House", "name": "Waffle House"}, "removeTags": {"amenity": "restaurant", "brand": "Waffle House", "brand:wikidata": "Q1701206", "brand:wikipedia": "en:Waffle House", "name": "Waffle House"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Wagamama": {"name": "Wagamama", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q503715"}, "addTags": {"amenity": "restaurant", "brand": "Wagamama", "brand:wikidata": "Q503715", "brand:wikipedia": "en:Wagamama", "name": "Wagamama"}, "removeTags": {"amenity": "restaurant", "brand": "Wagamama", "brand:wikidata": "Q503715", "brand:wikipedia": "en:Wagamama", "name": "Wagamama"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Wasabi": {"name": "Wasabi", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q23891278"}, "addTags": {"amenity": "restaurant", "brand": "Wasabi", "brand:wikidata": "Q23891278", "brand:wikipedia": "en:Wasabi (restaurant)", "name": "Wasabi"}, "removeTags": {"amenity": "restaurant", "brand": "Wasabi", "brand:wikidata": "Q23891278", "brand:wikipedia": "en:Wasabi (restaurant)", "name": "Wasabi"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/White Spot": {"name": "White Spot", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7995414"}, "addTags": {"amenity": "restaurant", "brand": "White Spot", "brand:wikidata": "Q7995414", "brand:wikipedia": "en:White Spot", "name": "White Spot"}, "removeTags": {"amenity": "restaurant", "brand": "White Spot", "brand:wikidata": "Q7995414", "brand:wikipedia": "en:White Spot", "name": "White Spot"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Wingstop": {"name": "Wingstop", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q8025339"}, "addTags": {"amenity": "restaurant", "brand": "Wingstop", "brand:wikidata": "Q8025339", "brand:wikipedia": "en:Wingstop", "name": "Wingstop"}, "removeTags": {"amenity": "restaurant", "brand": "Wingstop", "brand:wikidata": "Q8025339", "brand:wikipedia": "en:Wingstop", "name": "Wingstop"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/Zizzi": {"name": "Zizzi", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q8072944"}, "addTags": {"amenity": "restaurant", "brand": "Zizzi", "brand:wikidata": "Q8072944", "brand:wikipedia": "en:Zizzi", "name": "Zizzi"}, "removeTags": {"amenity": "restaurant", "brand": "Zizzi", "brand:wikidata": "Q8072944", "brand:wikipedia": "en:Zizzi", "name": "Zizzi"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/はなまるうどん": {"name": "はなまるうどん", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11275674"}, "addTags": {"amenity": "restaurant", "brand": "はなまるうどん", "brand:en": "Hanamarūdon", "brand:wikidata": "Q11275674", "brand:wikipedia": "ja:はなまるうどん", "name": "はなまるうどん", "name:en": "Hanamarūdon"}, "removeTags": {"amenity": "restaurant", "brand": "はなまるうどん", "brand:en": "Hanamarūdon", "brand:wikidata": "Q11275674", "brand:wikipedia": "ja:はなまるうどん", "name": "はなまるうどん", "name:en": "Hanamarūdon"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/びっくりドンキー": {"name": "びっくりドンキー", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11276815"}, "addTags": {"amenity": "restaurant", "brand": "びっくりドンキー", "brand:en": "Bikkuri Donkey", "brand:wikidata": "Q11276815", "brand:wikipedia": "ja:びっくりドンキー", "name": "びっくりドンキー", "name:en": "Bikkuri Donkey"}, "removeTags": {"amenity": "restaurant", "brand": "びっくりドンキー", "brand:en": "Bikkuri Donkey", "brand:wikidata": "Q11276815", "brand:wikipedia": "ja:びっくりドンキー", "name": "びっくりドンキー", "name:en": "Bikkuri Donkey"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/やよい軒": {"name": "やよい軒", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11280577"}, "addTags": {"amenity": "restaurant", "brand": "やよい軒", "brand:en": "YAYOI", "brand:wikidata": "Q11280577", "brand:wikipedia": "ja:やよい軒", "name": "やよい軒", "name:en": "YAYOI"}, "removeTags": {"amenity": "restaurant", "brand": "やよい軒", "brand:en": "YAYOI", "brand:wikidata": "Q11280577", "brand:wikipedia": "ja:やよい軒", "name": "やよい軒", "name:en": "YAYOI"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/ガスト": {"name": "ガスト", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11253593"}, "addTags": {"amenity": "restaurant", "brand": "ガスト", "brand:en": "Gusto", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "ガスト", "name:en": "Gusto"}, "removeTags": {"amenity": "restaurant", "brand": "ガスト", "brand:en": "Gusto", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "ガスト", "name:en": "Gusto"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/ココス": {"name": "ココス", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11301951"}, "addTags": {"amenity": "restaurant", "brand": "ココス", "brand:en": "Coco's", "brand:wikidata": "Q11301951", "brand:wikipedia": "ja:ココスジャパン", "name": "ココス", "name:en": "Coco's"}, "removeTags": {"amenity": "restaurant", "brand": "ココス", "brand:en": "Coco's", "brand:wikidata": "Q11301951", "brand:wikipedia": "ja:ココスジャパン", "name": "ココス", "name:en": "Coco's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/サイゼリヤ": {"name": "サイゼリヤ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q886564"}, "addTags": {"amenity": "restaurant", "brand": "サイゼリヤ", "brand:en": "Saizeriya", "brand:wikidata": "Q886564", "brand:wikipedia": "en:Saizeriya", "name": "サイゼリヤ", "name:en": "Saizeriya"}, "removeTags": {"amenity": "restaurant", "brand": "サイゼリヤ", "brand:en": "Saizeriya", "brand:wikidata": "Q886564", "brand:wikipedia": "en:Saizeriya", "name": "サイゼリヤ", "name:en": "Saizeriya"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/ジョイフル": {"name": "ジョイフル", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11310517"}, "addTags": {"amenity": "restaurant", "brand": "ジョイフル", "brand:en": "Joyfull", "brand:wikidata": "Q11310517", "brand:wikipedia": "ja:ジョイフル", "name": "ジョイフル", "name:en": "Joyfull"}, "removeTags": {"amenity": "restaurant", "brand": "ジョイフル", "brand:en": "Joyfull", "brand:wikidata": "Q11310517", "brand:wikipedia": "ja:ジョイフル", "name": "ジョイフル", "name:en": "Joyfull"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/ジョナサン": {"name": "ジョナサン", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11310628"}, "addTags": {"amenity": "restaurant", "brand": "ジョナサン", "brand:en": "Jonathan's", "brand:wikidata": "Q11310628", "brand:wikipedia": "ja:ジョナサン (ファミリーレストラン)", "name": "ジョナサン", "name:en": "Jonathan's"}, "removeTags": {"amenity": "restaurant", "brand": "ジョナサン", "brand:en": "Jonathan's", "brand:wikidata": "Q11310628", "brand:wikipedia": "ja:ジョナサン (ファミリーレストラン)", "name": "ジョナサン", "name:en": "Jonathan's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/ジョリーパスタ": {"name": "ジョリーパスタ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q10852718"}, "addTags": {"amenity": "restaurant", "brand": "ジョリーパスタ", "brand:en": "Jolly-Pasta", "brand:wikidata": "Q10852718", "brand:wikipedia": "ja:ジョリーパスタ", "name": "ジョリーパスタ", "name:en": "Jolly-Pasta"}, "removeTags": {"amenity": "restaurant", "brand": "ジョリーパスタ", "brand:en": "Jolly-Pasta", "brand:wikidata": "Q10852718", "brand:wikipedia": "ja:ジョリーパスタ", "name": "ジョリーパスタ", "name:en": "Jolly-Pasta"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/デニーズ": {"name": "デニーズ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11320661"}, "addTags": {"amenity": "restaurant", "brand": "デニーズ", "brand:en": "Denny's", "brand:wikidata": "Q11320661", "brand:wikipedia": "ja:デニーズ (日本)", "name": "デニーズ", "name:en": "Denny's"}, "removeTags": {"amenity": "restaurant", "brand": "デニーズ", "brand:en": "Denny's", "brand:wikidata": "Q11320661", "brand:wikipedia": "ja:デニーズ (日本)", "name": "デニーズ", "name:en": "Denny's"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/バーミヤン": {"name": "バーミヤン", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11328598"}, "addTags": {"amenity": "restaurant", "brand": "バーミヤン", "brand:en": "Bamiyan", "brand:wikidata": "Q11328598", "brand:wikipedia": "ja:バーミヤン (レストランチェーン)", "name": "バーミヤン", "name:en": "Bamiyan"}, "removeTags": {"amenity": "restaurant", "brand": "バーミヤン", "brand:en": "Bamiyan", "brand:wikidata": "Q11328598", "brand:wikipedia": "ja:バーミヤン (レストランチェーン)", "name": "バーミヤン", "name:en": "Bamiyan"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/ビッグボーイ": {"name": "ビッグボーイ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4386779"}, "addTags": {"amenity": "restaurant", "brand": "ビッグボーイ", "brand:en": "Big Boy Restaurants", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "ビッグボーイ", "name:en": "Big Boy Restaurants"}, "removeTags": {"amenity": "restaurant", "brand": "ビッグボーイ", "brand:en": "Big Boy Restaurants", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "ビッグボーイ", "name:en": "Big Boy Restaurants"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/リンガーハット": {"name": "リンガーハット", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7334856"}, "addTags": {"amenity": "restaurant", "brand": "リンガーハット", "brand:en": "Ringer Hut", "brand:wikidata": "Q7334856", "brand:wikipedia": "en:Ringer Hut", "name": "リンガーハット", "name:en": "Ringer Hut"}, "removeTags": {"amenity": "restaurant", "brand": "リンガーハット", "brand:en": "Ringer Hut", "brand:wikidata": "Q7334856", "brand:wikipedia": "en:Ringer Hut", "name": "リンガーハット", "name:en": "Ringer Hut"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/ロイヤルホスト": {"name": "ロイヤルホスト", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11120884"}, "addTags": {"amenity": "restaurant", "brand": "ロイヤルホスト", "brand:en": "Royal Host", "brand:wikidata": "Q11120884", "brand:wikipedia": "ja:ロイヤルホスト", "name": "ロイヤルホスト", "name:en": "Royal Host"}, "removeTags": {"amenity": "restaurant", "brand": "ロイヤルホスト", "brand:en": "Royal Host", "brand:wikidata": "Q11120884", "brand:wikipedia": "ja:ロイヤルホスト", "name": "ロイヤルホスト", "name:en": "Royal Host"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/丸亀製麺": {"name": "丸亀製麺", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q10877253"}, "addTags": {"amenity": "restaurant", "brand": "丸亀製麺", "brand:en": "Marugame Seimen", "brand:wikidata": "Q10877253", "brand:wikipedia": "ja:丸亀製麺", "cuisine": "noodle", "name": "丸亀製麺", "name:en": "Marugame Seimen", "name:ko": "마루가메 제면"}, "removeTags": {"amenity": "restaurant", "brand": "丸亀製麺", "brand:en": "Marugame Seimen", "brand:wikidata": "Q10877253", "brand:wikipedia": "ja:丸亀製麺", "cuisine": "noodle", "name": "丸亀製麺", "name:en": "Marugame Seimen", "name:ko": "마루가메 제면"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/和食さと": {"name": "和食さと", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11304897"}, "addTags": {"amenity": "restaurant", "brand": "和食さと", "brand:en": "Washoku Sato", "brand:wikidata": "Q11304897", "brand:wikipedia": "ja:SRSホールディングス", "name": "和食さと", "name:en": "Washoku Sato"}, "removeTags": {"amenity": "restaurant", "brand": "和食さと", "brand:en": "Washoku Sato", "brand:wikidata": "Q11304897", "brand:wikipedia": "ja:SRSホールディングス", "name": "和食さと", "name:en": "Washoku Sato"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/夢庵": {"name": "夢庵", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11253593"}, "addTags": {"amenity": "restaurant", "brand": "夢庵", "brand:en": "Yumean", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "夢庵", "name:en": "Yumean"}, "removeTags": {"amenity": "restaurant", "brand": "夢庵", "brand:en": "Yumean", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "夢庵", "name:en": "Yumean"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/大戸屋": {"name": "大戸屋", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11435522"}, "addTags": {"amenity": "restaurant", "brand": "大戸屋", "brand:en": "Ootoya", "brand:wikidata": "Q11435522", "brand:wikipedia": "ja:大戸屋ホールディングス", "cuisine": "japanese", "name": "大戸屋", "name:en": "Ootoya"}, "removeTags": {"amenity": "restaurant", "brand": "大戸屋", "brand:en": "Ootoya", "brand:wikidata": "Q11435522", "brand:wikipedia": "ja:大戸屋ホールディングス", "cuisine": "japanese", "name": "大戸屋", "name:en": "Ootoya"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/大阪王将": {"name": "大阪王将", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q48743717"}, "addTags": {"amenity": "restaurant", "brand": "大阪王将", "brand:en": "Osaka Ohsho", "brand:wikidata": "Q48743717", "brand:wikipedia": "ja:大阪王将", "name": "大阪王将", "name:en": "Osaka Ohsho"}, "removeTags": {"amenity": "restaurant", "brand": "大阪王将", "brand:en": "Osaka Ohsho", "brand:wikidata": "Q48743717", "brand:wikipedia": "ja:大阪王将", "name": "大阪王将", "name:en": "Osaka Ohsho"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/天下一品": {"name": "天下一品", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11442172"}, "addTags": {"amenity": "restaurant", "brand": "天下一品", "brand:en": "Tenkaippin", "brand:wikidata": "Q11442172", "brand:wikipedia": "en:Tenkaippin", "name": "天下一品", "name:en": "Tenkaippin"}, "removeTags": {"amenity": "restaurant", "brand": "天下一品", "brand:en": "Tenkaippin", "brand:wikidata": "Q11442172", "brand:wikipedia": "en:Tenkaippin", "name": "天下一品", "name:en": "Tenkaippin"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/安楽亭": {"name": "安楽亭", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11450866"}, "addTags": {"amenity": "restaurant", "brand": "安楽亭", "brand:en": "Anrakutei", "brand:wikidata": "Q11450866", "brand:wikipedia": "ja:安楽亭", "cuisine": "barbecue", "name": "安楽亭", "name:en": "Anrakutei"}, "removeTags": {"amenity": "restaurant", "brand": "安楽亭", "brand:en": "Anrakutei", "brand:wikidata": "Q11450866", "brand:wikipedia": "ja:安楽亭", "cuisine": "barbecue", "name": "安楽亭", "name:en": "Anrakutei"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/日高屋": {"name": "日高屋", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11326050"}, "addTags": {"amenity": "restaurant", "brand": "日高屋", "brand:en": "Hidakaya", "brand:wikidata": "Q11326050", "brand:wikipedia": "ja:ハイデイ日高", "cuisine": "noodle", "name": "日高屋", "name:en": "Hidakaya"}, "removeTags": {"amenity": "restaurant", "brand": "日高屋", "brand:en": "Hidakaya", "brand:wikidata": "Q11326050", "brand:wikipedia": "ja:ハイデイ日高", "cuisine": "noodle", "name": "日高屋", "name:en": "Hidakaya"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/牛角": {"name": "牛角", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11349387"}, "addTags": {"amenity": "restaurant", "brand": "牛角", "brand:en": "Gyū-Kaku", "brand:wikidata": "Q11349387", "brand:wikipedia": "en:Gyu-Kaku", "cuisine": "barbecue", "name": "牛角", "name:en": "Gyū-Kaku"}, "removeTags": {"amenity": "restaurant", "brand": "牛角", "brand:en": "Gyū-Kaku", "brand:wikidata": "Q11349387", "brand:wikipedia": "en:Gyu-Kaku", "cuisine": "barbecue", "name": "牛角", "name:en": "Gyū-Kaku"}, "matchScore": 2, "suggestion": true}, - "amenity/restaurant/餃子の王将": {"name": "餃子の王将", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11666805"}, "addTags": {"amenity": "restaurant", "brand": "餃子の王将", "brand:en": "Gyoza no Ohsho", "brand:wikidata": "Q11666805", "brand:wikipedia": "en:Gyoza no Ohsho", "name": "餃子の王将", "name:en": "Gyoza no Ohsho"}, "removeTags": {"amenity": "restaurant", "brand": "餃子の王将", "brand:en": "Gyoza no Ohsho", "brand:wikidata": "Q11666805", "brand:wikipedia": "en:Gyoza no Ohsho", "name": "餃子の王将", "name:en": "Gyoza no Ohsho"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/100 Montaditos": {"name": "100 Montaditos", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q8355805"}, "addTags": {"amenity": "restaurant", "brand": "100 Montaditos", "brand:wikidata": "Q8355805", "brand:wikipedia": "en:Cervecería 100 Montaditos", "name": "100 Montaditos"}, "removeTags": {"amenity": "restaurant", "brand": "100 Montaditos", "brand:wikidata": "Q8355805", "brand:wikipedia": "en:Cervecería 100 Montaditos", "name": "100 Montaditos"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Applebee’s Neighborhood Grill & Bar": {"name": "Applebee’s Neighborhood Grill & Bar", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q621532"}, "addTags": {"amenity": "restaurant", "brand": "Applebee’s Neighborhood Grill & Bar", "brand:wikidata": "Q621532", "brand:wikipedia": "en:Applebee's", "cuisine": "american", "name": "Applebee’s Neighborhood Grill & Bar"}, "removeTags": {"amenity": "restaurant", "brand": "Applebee’s Neighborhood Grill & Bar", "brand:wikidata": "Q621532", "brand:wikipedia": "en:Applebee's", "cuisine": "american", "name": "Applebee’s Neighborhood Grill & Bar"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Autogrill": {"name": "Autogrill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q786790"}, "addTags": {"amenity": "restaurant", "brand": "Autogrill", "brand:wikidata": "Q786790", "brand:wikipedia": "en:Autogrill", "name": "Autogrill"}, "removeTags": {"amenity": "restaurant", "brand": "Autogrill", "brand:wikidata": "Q786790", "brand:wikipedia": "en:Autogrill", "name": "Autogrill"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Bella Italia": {"name": "Bella Italia", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4883362"}, "addTags": {"amenity": "restaurant", "brand": "Bella Italia", "brand:wikidata": "Q4883362", "brand:wikipedia": "en:Bella Italia", "name": "Bella Italia"}, "removeTags": {"amenity": "restaurant", "brand": "Bella Italia", "brand:wikidata": "Q4883362", "brand:wikipedia": "en:Bella Italia", "name": "Bella Italia"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Big Boy": {"name": "Big Boy", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4386779"}, "addTags": {"amenity": "restaurant", "brand": "Big Boy", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "Big Boy"}, "removeTags": {"amenity": "restaurant", "brand": "Big Boy", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "Big Boy"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Black Bear Diner": {"name": "Black Bear Diner", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4920343"}, "addTags": {"amenity": "restaurant", "brand": "Black Bear Diner", "brand:wikidata": "Q4920343", "brand:wikipedia": "en:Black Bear Diner", "name": "Black Bear Diner"}, "removeTags": {"amenity": "restaurant", "brand": "Black Bear Diner", "brand:wikidata": "Q4920343", "brand:wikipedia": "en:Black Bear Diner", "name": "Black Bear Diner"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Bob Evans": {"name": "Bob Evans", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4932385"}, "addTags": {"amenity": "restaurant", "brand": "Bob Evans", "brand:wikidata": "Q4932385", "brand:wikipedia": "en:Bob Evans (restaurateur)", "name": "Bob Evans"}, "removeTags": {"amenity": "restaurant", "brand": "Bob Evans", "brand:wikidata": "Q4932385", "brand:wikipedia": "en:Bob Evans (restaurateur)", "name": "Bob Evans"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Bonefish Grill": {"name": "Bonefish Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4941599"}, "addTags": {"amenity": "restaurant", "brand": "Bonefish Grill", "brand:wikidata": "Q4941599", "brand:wikipedia": "en:Bonefish Grill", "name": "Bonefish Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Bonefish Grill", "brand:wikidata": "Q4941599", "brand:wikipedia": "en:Bonefish Grill", "name": "Bonefish Grill"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Boston Pizza": {"name": "Boston Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q894578"}, "addTags": {"amenity": "restaurant", "brand": "Boston Pizza", "brand:wikidata": "Q894578", "brand:wikipedia": "en:Boston Pizza", "cuisine": "pizza", "name": "Boston Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Boston Pizza", "brand:wikidata": "Q894578", "brand:wikipedia": "en:Boston Pizza", "cuisine": "pizza", "name": "Boston Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Buffalo Grill": {"name": "Buffalo Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q944655"}, "addTags": {"amenity": "restaurant", "brand": "Buffalo Grill", "brand:wikidata": "Q944655", "brand:wikipedia": "en:Buffalo Grill", "name": "Buffalo Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Buffalo Grill", "brand:wikidata": "Q944655", "brand:wikipedia": "en:Buffalo Grill", "name": "Buffalo Grill"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Buffalo Wild Wings": {"name": "Buffalo Wild Wings", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q509255"}, "addTags": {"amenity": "restaurant", "brand": "Buffalo Wild Wings", "brand:wikidata": "Q509255", "brand:wikipedia": "en:Buffalo Wild Wings", "name": "Buffalo Wild Wings"}, "removeTags": {"amenity": "restaurant", "brand": "Buffalo Wild Wings", "brand:wikidata": "Q509255", "brand:wikipedia": "en:Buffalo Wild Wings", "name": "Buffalo Wild Wings"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Cafe Rio": {"name": "Cafe Rio", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5017108"}, "addTags": {"amenity": "restaurant", "brand": "Cafe Rio", "brand:wikidata": "Q5017108", "brand:wikipedia": "en:Cafe Rio", "name": "Cafe Rio"}, "removeTags": {"amenity": "restaurant", "brand": "Cafe Rio", "brand:wikidata": "Q5017108", "brand:wikipedia": "en:Cafe Rio", "name": "Cafe Rio"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/California Pizza Kitchen": {"name": "California Pizza Kitchen", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q15109854"}, "addTags": {"amenity": "restaurant", "brand": "California Pizza Kitchen", "brand:wikidata": "Q15109854", "brand:wikipedia": "en:California Pizza Kitchen", "cuisine": "pizza", "name": "California Pizza Kitchen"}, "removeTags": {"amenity": "restaurant", "brand": "California Pizza Kitchen", "brand:wikidata": "Q15109854", "brand:wikipedia": "en:California Pizza Kitchen", "cuisine": "pizza", "name": "California Pizza Kitchen"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Carluccio's": {"name": "Carluccio's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q25111797"}, "addTags": {"amenity": "restaurant", "brand": "Carluccio's", "brand:wikidata": "Q25111797", "brand:wikipedia": "en:Carluccio's Ltd", "name": "Carluccio's"}, "removeTags": {"amenity": "restaurant", "brand": "Carluccio's", "brand:wikidata": "Q25111797", "brand:wikipedia": "en:Carluccio's Ltd", "name": "Carluccio's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Carrabba's Italian Grill": {"name": "Carrabba's Italian Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5045999"}, "addTags": {"amenity": "restaurant", "brand": "Carrabba's Italian Grill", "brand:wikidata": "Q5045999", "brand:wikipedia": "en:Carrabba's Italian Grill", "name": "Carrabba's Italian Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Carrabba's Italian Grill", "brand:wikidata": "Q5045999", "brand:wikipedia": "en:Carrabba's Italian Grill", "name": "Carrabba's Italian Grill"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Cheesecake Factory": {"name": "Cheesecake Factory", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1045842"}, "addTags": {"amenity": "restaurant", "brand": "Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "Cheesecake Factory"}, "removeTags": {"amenity": "restaurant", "brand": "Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "Cheesecake Factory"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Chili's": {"name": "Chili's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1072948"}, "addTags": {"amenity": "restaurant", "brand": "Chili's", "brand:wikidata": "Q1072948", "brand:wikipedia": "en:Chili's", "name": "Chili's"}, "removeTags": {"amenity": "restaurant", "brand": "Chili's", "brand:wikidata": "Q1072948", "brand:wikipedia": "en:Chili's", "name": "Chili's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Chiquito": {"name": "Chiquito", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5101775"}, "addTags": {"amenity": "restaurant", "brand": "Chiquito", "brand:wikidata": "Q5101775", "brand:wikipedia": "en:Chiquito (restaurant)", "name": "Chiquito"}, "removeTags": {"amenity": "restaurant", "brand": "Chiquito", "brand:wikidata": "Q5101775", "brand:wikipedia": "en:Chiquito (restaurant)", "name": "Chiquito"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Chuck E. Cheese's": {"name": "Chuck E. Cheese's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2438391"}, "addTags": {"amenity": "restaurant", "brand": "Chuck E. Cheese's", "brand:wikidata": "Q2438391", "brand:wikipedia": "en:Chuck E. Cheese's", "cuisine": "pizza", "name": "Chuck E. Cheese's"}, "removeTags": {"amenity": "restaurant", "brand": "Chuck E. Cheese's", "brand:wikidata": "Q2438391", "brand:wikipedia": "en:Chuck E. Cheese's", "cuisine": "pizza", "name": "Chuck E. Cheese's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Cici's Pizza": {"name": "Cici's Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2972189"}, "addTags": {"amenity": "restaurant", "brand": "Cici's Pizza", "brand:wikidata": "Q2972189", "brand:wikipedia": "en:Cicis", "cuisine": "pizza", "name": "Cici's Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Cici's Pizza", "brand:wikidata": "Q2972189", "brand:wikipedia": "en:Cicis", "cuisine": "pizza", "name": "Cici's Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Cracker Barrel": {"name": "Cracker Barrel", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4492609"}, "addTags": {"amenity": "restaurant", "brand": "Cracker Barrel", "brand:wikidata": "Q4492609", "brand:wikipedia": "en:Cracker Barrel", "name": "Cracker Barrel"}, "removeTags": {"amenity": "restaurant", "brand": "Cracker Barrel", "brand:wikidata": "Q4492609", "brand:wikipedia": "en:Cracker Barrel", "name": "Cracker Barrel"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Denny's": {"name": "Denny's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1189695"}, "addTags": {"amenity": "restaurant", "brand": "Denny's", "brand:wikidata": "Q1189695", "brand:wikipedia": "en:Denny's", "name": "Denny's"}, "removeTags": {"amenity": "restaurant", "brand": "Denny's", "brand:wikidata": "Q1189695", "brand:wikipedia": "en:Denny's", "name": "Denny's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Dickey's Barbecue Pit": {"name": "Dickey's Barbecue Pit", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q19880747"}, "addTags": {"amenity": "restaurant", "brand": "Dickey's Barbecue Pit", "brand:wikidata": "Q19880747", "brand:wikipedia": "en:Dickey's Barbecue Pit", "name": "Dickey's Barbecue Pit"}, "removeTags": {"amenity": "restaurant", "brand": "Dickey's Barbecue Pit", "brand:wikidata": "Q19880747", "brand:wikipedia": "en:Dickey's Barbecue Pit", "name": "Dickey's Barbecue Pit"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/East Side Mario's": {"name": "East Side Mario's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5329375"}, "addTags": {"amenity": "restaurant", "brand": "East Side Mario's", "brand:wikidata": "Q5329375", "brand:wikipedia": "en:East Side Mario's", "name": "East Side Mario's"}, "removeTags": {"amenity": "restaurant", "brand": "East Side Mario's", "brand:wikidata": "Q5329375", "brand:wikipedia": "en:East Side Mario's", "name": "East Side Mario's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Famous Dave's": {"name": "Famous Dave's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5433448"}, "addTags": {"amenity": "restaurant", "brand": "Famous Dave's", "brand:wikidata": "Q5433448", "brand:wikipedia": "en:Famous Dave's", "name": "Famous Dave's"}, "removeTags": {"amenity": "restaurant", "brand": "Famous Dave's", "brand:wikidata": "Q5433448", "brand:wikipedia": "en:Famous Dave's", "name": "Famous Dave's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Flunch": {"name": "Flunch", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q629326"}, "addTags": {"amenity": "restaurant", "brand": "Flunch", "brand:wikidata": "Q629326", "brand:wikipedia": "en:Flunch", "name": "Flunch"}, "removeTags": {"amenity": "restaurant", "brand": "Flunch", "brand:wikidata": "Q629326", "brand:wikipedia": "en:Flunch", "name": "Flunch"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Foster's Hollywood": {"name": "Foster's Hollywood", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5864366"}, "addTags": {"amenity": "restaurant", "brand": "Foster's Hollywood", "brand:wikidata": "Q5864366", "brand:wikipedia": "en:Foster's Hollywood", "name": "Foster's Hollywood"}, "removeTags": {"amenity": "restaurant", "brand": "Foster's Hollywood", "brand:wikidata": "Q5864366", "brand:wikipedia": "en:Foster's Hollywood", "name": "Foster's Hollywood"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Frankie & Benny's": {"name": "Frankie & Benny's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5490892"}, "addTags": {"amenity": "restaurant", "brand": "Frankie & Benny's", "brand:wikidata": "Q5490892", "brand:wikipedia": "en:Frankie & Benny's", "name": "Frankie & Benny's"}, "removeTags": {"amenity": "restaurant", "brand": "Frankie & Benny's", "brand:wikidata": "Q5490892", "brand:wikipedia": "en:Frankie & Benny's", "name": "Frankie & Benny's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Friendly's": {"name": "Friendly's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1464513"}, "addTags": {"amenity": "restaurant", "brand": "Friendly's", "brand:wikidata": "Q1464513", "brand:wikipedia": "en:Friendly's", "name": "Friendly's"}, "removeTags": {"amenity": "restaurant", "brand": "Friendly's", "brand:wikidata": "Q1464513", "brand:wikipedia": "en:Friendly's", "name": "Friendly's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Fuddruckers": {"name": "Fuddruckers", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5507056"}, "addTags": {"amenity": "restaurant", "brand": "Fuddruckers", "brand:wikidata": "Q5507056", "brand:wikipedia": "en:Fuddruckers", "name": "Fuddruckers"}, "removeTags": {"amenity": "restaurant", "brand": "Fuddruckers", "brand:wikidata": "Q5507056", "brand:wikipedia": "en:Fuddruckers", "name": "Fuddruckers"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Golden Corral": {"name": "Golden Corral", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4039560"}, "addTags": {"amenity": "restaurant", "brand": "Golden Corral", "brand:wikidata": "Q4039560", "brand:wikipedia": "en:Golden Corral", "name": "Golden Corral"}, "removeTags": {"amenity": "restaurant", "brand": "Golden Corral", "brand:wikidata": "Q4039560", "brand:wikipedia": "en:Golden Corral", "name": "Golden Corral"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Gourmet Burger Kitchen": {"name": "Gourmet Burger Kitchen", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5588445"}, "addTags": {"amenity": "restaurant", "brand": "Gourmet Burger Kitchen", "brand:wikidata": "Q5588445", "brand:wikipedia": "en:Gourmet Burger Kitchen", "name": "Gourmet Burger Kitchen"}, "removeTags": {"amenity": "restaurant", "brand": "Gourmet Burger Kitchen", "brand:wikidata": "Q5588445", "brand:wikipedia": "en:Gourmet Burger Kitchen", "name": "Gourmet Burger Kitchen"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Hard Rock Cafe": {"name": "Hard Rock Cafe", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q918151"}, "addTags": {"amenity": "restaurant", "brand": "Hard Rock Cafe", "brand:wikidata": "Q918151", "brand:wikipedia": "en:Hard Rock Cafe", "name": "Hard Rock Cafe"}, "removeTags": {"amenity": "restaurant", "brand": "Hard Rock Cafe", "brand:wikidata": "Q918151", "brand:wikipedia": "en:Hard Rock Cafe", "name": "Hard Rock Cafe"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Harvester": {"name": "Harvester", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5676915"}, "addTags": {"amenity": "restaurant", "brand": "Harvester", "brand:wikidata": "Q5676915", "brand:wikipedia": "en:Harvester (restaurant)", "name": "Harvester"}, "removeTags": {"amenity": "restaurant", "brand": "Harvester", "brand:wikidata": "Q5676915", "brand:wikipedia": "en:Harvester (restaurant)", "name": "Harvester"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Hippopotamus": {"name": "Hippopotamus", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3136174"}, "addTags": {"amenity": "restaurant", "brand": "Hippopotamus", "brand:wikidata": "Q3136174", "brand:wikipedia": "fr:Hippopotamus (restaurant)", "name": "Hippopotamus"}, "removeTags": {"amenity": "restaurant", "brand": "Hippopotamus", "brand:wikidata": "Q3136174", "brand:wikipedia": "fr:Hippopotamus (restaurant)", "name": "Hippopotamus"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Hooters": {"name": "Hooters", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1025921"}, "addTags": {"amenity": "restaurant", "brand": "Hooters", "brand:wikidata": "Q1025921", "brand:wikipedia": "en:Hooters", "name": "Hooters"}, "removeTags": {"amenity": "restaurant", "brand": "Hooters", "brand:wikidata": "Q1025921", "brand:wikipedia": "en:Hooters", "name": "Hooters"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Huddle House": {"name": "Huddle House", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5928324"}, "addTags": {"amenity": "restaurant", "brand": "Huddle House", "brand:wikidata": "Q5928324", "brand:wikipedia": "en:Huddle House", "name": "Huddle House"}, "removeTags": {"amenity": "restaurant", "brand": "Huddle House", "brand:wikidata": "Q5928324", "brand:wikipedia": "en:Huddle House", "name": "Huddle House"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/IHOP": {"name": "IHOP", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1185675"}, "addTags": {"amenity": "restaurant", "brand": "IHOP", "brand:wikidata": "Q1185675", "brand:wikipedia": "en:IHOP", "name": "IHOP"}, "removeTags": {"amenity": "restaurant", "brand": "IHOP", "brand:wikidata": "Q1185675", "brand:wikipedia": "en:IHOP", "name": "IHOP"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Jason's Deli": {"name": "Jason's Deli", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q16997641"}, "addTags": {"amenity": "restaurant", "brand": "Jason's Deli", "brand:wikidata": "Q16997641", "brand:wikipedia": "en:Jason's Deli", "name": "Jason's Deli"}, "removeTags": {"amenity": "restaurant", "brand": "Jason's Deli", "brand:wikidata": "Q16997641", "brand:wikipedia": "en:Jason's Deli", "name": "Jason's Deli"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Jet's Pizza": {"name": "Jet's Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q16997713"}, "addTags": {"amenity": "restaurant", "brand": "Jet's Pizza", "brand:wikidata": "Q16997713", "brand:wikipedia": "en:Jet's Pizza", "cuisine": "pizza", "name": "Jet's Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Jet's Pizza", "brand:wikidata": "Q16997713", "brand:wikipedia": "en:Jet's Pizza", "cuisine": "pizza", "name": "Jet's Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Joe's Crab Shack": {"name": "Joe's Crab Shack", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6208210"}, "addTags": {"amenity": "restaurant", "brand": "Joe's Crab Shack", "brand:wikidata": "Q6208210", "brand:wikipedia": "en:Joe's Crab Shack", "name": "Joe's Crab Shack"}, "removeTags": {"amenity": "restaurant", "brand": "Joe's Crab Shack", "brand:wikidata": "Q6208210", "brand:wikipedia": "en:Joe's Crab Shack", "name": "Joe's Crab Shack"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Kelsey's": {"name": "Kelsey's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6386459"}, "addTags": {"amenity": "restaurant", "brand": "Kelsey's", "brand:wikidata": "Q6386459", "brand:wikipedia": "en:Kelseys Original Roadhouse", "name": "Kelsey's"}, "removeTags": {"amenity": "restaurant", "brand": "Kelsey's", "brand:wikidata": "Q6386459", "brand:wikipedia": "en:Kelseys Original Roadhouse", "name": "Kelsey's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Logan's Roadhouse": {"name": "Logan's Roadhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6666872"}, "addTags": {"amenity": "restaurant", "brand": "Logan's Roadhouse", "brand:wikidata": "Q6666872", "brand:wikipedia": "en:Logan's Roadhouse", "name": "Logan's Roadhouse"}, "removeTags": {"amenity": "restaurant", "brand": "Logan's Roadhouse", "brand:wikidata": "Q6666872", "brand:wikipedia": "en:Logan's Roadhouse", "name": "Logan's Roadhouse"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/LongHorn Steakhouse": {"name": "LongHorn Steakhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3259007"}, "addTags": {"amenity": "restaurant", "brand": "LongHorn Steakhouse", "brand:wikidata": "Q3259007", "brand:wikipedia": "en:LongHorn Steakhouse", "name": "LongHorn Steakhouse"}, "removeTags": {"amenity": "restaurant", "brand": "LongHorn Steakhouse", "brand:wikidata": "Q3259007", "brand:wikipedia": "en:LongHorn Steakhouse", "name": "LongHorn Steakhouse"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Loving Hut": {"name": "Loving Hut", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3491655"}, "addTags": {"amenity": "restaurant", "brand": "Loving Hut", "brand:wikidata": "Q3491655", "brand:wikipedia": "en:Loving Hut", "name": "Loving Hut"}, "removeTags": {"amenity": "restaurant", "brand": "Loving Hut", "brand:wikidata": "Q3491655", "brand:wikipedia": "en:Loving Hut", "name": "Loving Hut"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Léon de Bruxelles": {"name": "Léon de Bruxelles", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q21041507"}, "addTags": {"amenity": "restaurant", "brand": "Léon de Bruxelles", "brand:wikidata": "Q21041507", "brand:wikipedia": "en:Léon de Bruxelles", "name": "Léon de Bruxelles"}, "removeTags": {"amenity": "restaurant", "brand": "Léon de Bruxelles", "brand:wikidata": "Q21041507", "brand:wikipedia": "en:Léon de Bruxelles", "name": "Léon de Bruxelles"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/MOD Pizza": {"name": "MOD Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q19903469"}, "addTags": {"amenity": "restaurant", "brand": "MOD Pizza", "brand:wikidata": "Q19903469", "brand:wikipedia": "en:MOD Pizza", "cuisine": "pizza", "name": "MOD Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "MOD Pizza", "brand:wikidata": "Q19903469", "brand:wikipedia": "en:MOD Pizza", "cuisine": "pizza", "name": "MOD Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Marco's Pizza": {"name": "Marco's Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6757382"}, "addTags": {"amenity": "restaurant", "brand": "Marco's Pizza", "brand:wikidata": "Q6757382", "brand:wikipedia": "en:Marco's Pizza", "cuisine": "pizza", "name": "Marco's Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Marco's Pizza", "brand:wikidata": "Q6757382", "brand:wikipedia": "en:Marco's Pizza", "cuisine": "pizza", "name": "Marco's Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Max's Restaurant": {"name": "Max's Restaurant", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6794477"}, "addTags": {"amenity": "restaurant", "brand": "Max's Restaurant", "brand:wikidata": "Q6794477", "brand:wikipedia": "en:Max's of Manila", "name": "Max's Restaurant"}, "removeTags": {"amenity": "restaurant", "brand": "Max's Restaurant", "brand:wikidata": "Q6794477", "brand:wikipedia": "en:Max's of Manila", "name": "Max's Restaurant"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/McAlister's Deli": {"name": "McAlister's Deli", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q17020829"}, "addTags": {"amenity": "restaurant", "brand": "McAlister's Deli", "brand:wikidata": "Q17020829", "brand:wikipedia": "en:McAlister's Deli", "name": "McAlister's Deli"}, "removeTags": {"amenity": "restaurant", "brand": "McAlister's Deli", "brand:wikidata": "Q17020829", "brand:wikipedia": "en:McAlister's Deli", "name": "McAlister's Deli"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Mellow Mushroom": {"name": "Mellow Mushroom", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q17021360"}, "addTags": {"amenity": "restaurant", "brand": "Mellow Mushroom", "brand:wikidata": "Q17021360", "brand:wikipedia": "en:Mellow Mushroom", "name": "Mellow Mushroom"}, "removeTags": {"amenity": "restaurant", "brand": "Mellow Mushroom", "brand:wikidata": "Q17021360", "brand:wikipedia": "en:Mellow Mushroom", "name": "Mellow Mushroom"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Nando's": {"name": "Nando's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3472954"}, "addTags": {"amenity": "restaurant", "brand": "Nando's", "brand:wikidata": "Q3472954", "brand:wikipedia": "en:Nando's", "name": "Nando's"}, "removeTags": {"amenity": "restaurant", "brand": "Nando's", "brand:wikidata": "Q3472954", "brand:wikipedia": "en:Nando's", "name": "Nando's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Noodles & Company": {"name": "Noodles & Company", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7049673"}, "addTags": {"amenity": "restaurant", "brand": "Noodles & Company", "brand:wikidata": "Q7049673", "brand:wikipedia": "en:Noodles & Company", "name": "Noodles & Company"}, "removeTags": {"amenity": "restaurant", "brand": "Noodles & Company", "brand:wikidata": "Q7049673", "brand:wikipedia": "en:Noodles & Company", "name": "Noodles & Company"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/O'Charley's": {"name": "O'Charley's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7071703"}, "addTags": {"amenity": "restaurant", "brand": "O'Charley's", "brand:wikidata": "Q7071703", "brand:wikipedia": "en:O'Charley's", "name": "O'Charley's"}, "removeTags": {"amenity": "restaurant", "brand": "O'Charley's", "brand:wikidata": "Q7071703", "brand:wikipedia": "en:O'Charley's", "name": "O'Charley's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Old Chicago": {"name": "Old Chicago", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5180522"}, "addTags": {"amenity": "restaurant", "brand": "Old Chicago", "brand:wikidata": "Q5180522", "brand:wikipedia": "en:CraftWorks Restaurants & Breweries", "name": "Old Chicago"}, "removeTags": {"amenity": "restaurant", "brand": "Old Chicago", "brand:wikidata": "Q5180522", "brand:wikipedia": "en:CraftWorks Restaurants & Breweries", "name": "Old Chicago"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Old Wild West": {"name": "Old Wild West", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q25402475"}, "addTags": {"amenity": "restaurant", "brand": "Old Wild West", "brand:wikidata": "Q25402475", "brand:wikipedia": "it:Old Wild West", "name": "Old Wild West"}, "removeTags": {"amenity": "restaurant", "brand": "Old Wild West", "brand:wikidata": "Q25402475", "brand:wikipedia": "it:Old Wild West", "name": "Old Wild West"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Olive Garden": {"name": "Olive Garden", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q3045312"}, "addTags": {"amenity": "restaurant", "brand": "Olive Garden", "brand:wikidata": "Q3045312", "brand:wikipedia": "en:Olive Garden", "name": "Olive Garden"}, "removeTags": {"amenity": "restaurant", "brand": "Olive Garden", "brand:wikidata": "Q3045312", "brand:wikipedia": "en:Olive Garden", "name": "Olive Garden"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Outback Steakhouse": {"name": "Outback Steakhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1064893"}, "addTags": {"amenity": "restaurant", "brand": "Outback Steakhouse", "brand:wikidata": "Q1064893", "brand:wikipedia": "en:Outback Steakhouse", "name": "Outback Steakhouse"}, "removeTags": {"amenity": "restaurant", "brand": "Outback Steakhouse", "brand:wikidata": "Q1064893", "brand:wikipedia": "en:Outback Steakhouse", "name": "Outback Steakhouse"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/P.F. Chang's": {"name": "P.F. Chang's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q5360181"}, "addTags": {"amenity": "restaurant", "brand": "P.F. Chang's", "brand:wikidata": "Q5360181", "brand:wikipedia": "en:P. F. Chang's China Bistro", "name": "P.F. Chang's"}, "removeTags": {"amenity": "restaurant", "brand": "P.F. Chang's", "brand:wikidata": "Q5360181", "brand:wikipedia": "en:P. F. Chang's China Bistro", "name": "P.F. Chang's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Pei Wei": {"name": "Pei Wei", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7160898"}, "addTags": {"amenity": "restaurant", "brand": "Pei Wei", "brand:wikidata": "Q7160898", "brand:wikipedia": "en:Pei Wei Asian Diner", "name": "Pei Wei"}, "removeTags": {"amenity": "restaurant", "brand": "Pei Wei", "brand:wikidata": "Q7160898", "brand:wikipedia": "en:Pei Wei Asian Diner", "name": "Pei Wei"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Pizza Factory": {"name": "Pizza Factory", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q39054369"}, "addTags": {"amenity": "restaurant", "brand": "Pizza Factory", "brand:wikidata": "Q39054369", "brand:wikipedia": "en:Pizza Factory", "cuisine": "pizza", "name": "Pizza Factory"}, "removeTags": {"amenity": "restaurant", "brand": "Pizza Factory", "brand:wikidata": "Q39054369", "brand:wikipedia": "en:Pizza Factory", "cuisine": "pizza", "name": "Pizza Factory"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Pizza Hut": {"name": "Pizza Hut", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q191615"}, "addTags": {"amenity": "restaurant", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut"}, "removeTags": {"amenity": "restaurant", "brand": "Pizza Hut", "brand:wikidata": "Q191615", "brand:wikipedia": "en:Pizza Hut", "cuisine": "pizza", "name": "Pizza Hut"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Pizza Ranch": {"name": "Pizza Ranch", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7199978"}, "addTags": {"amenity": "restaurant", "brand": "Pizza Ranch", "brand:wikidata": "Q7199978", "brand:wikipedia": "en:Pizza Ranch", "cuisine": "pizza", "name": "Pizza Ranch"}, "removeTags": {"amenity": "restaurant", "brand": "Pizza Ranch", "brand:wikidata": "Q7199978", "brand:wikipedia": "en:Pizza Ranch", "cuisine": "pizza", "name": "Pizza Ranch"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/PizzaExpress": {"name": "PizzaExpress", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q662845"}, "addTags": {"amenity": "restaurant", "brand": "PizzaExpress", "brand:wikipedia": "en:PizzaExpress", "brand:wikidata": "Q662845", "cuisine": "pizza", "name": "PizzaExpress"}, "removeTags": {"amenity": "restaurant", "brand": "PizzaExpress", "brand:wikipedia": "en:PizzaExpress", "brand:wikidata": "Q662845", "cuisine": "pizza", "name": "PizzaExpress"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Prezzo": {"name": "Prezzo", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7242489"}, "addTags": {"amenity": "restaurant", "brand": "Prezzo", "brand:wikidata": "Q7242489", "brand:wikipedia": "en:Prezzo (restaurant)", "name": "Prezzo"}, "removeTags": {"amenity": "restaurant", "brand": "Prezzo", "brand:wikidata": "Q7242489", "brand:wikipedia": "en:Prezzo (restaurant)", "name": "Prezzo"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Red Lobster": {"name": "Red Lobster", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q846301"}, "addTags": {"amenity": "restaurant", "brand": "Red Lobster", "brand:wikidata": "Q846301", "brand:wikipedia": "en:Red Lobster", "cuisine": "seafood", "name": "Red Lobster"}, "removeTags": {"amenity": "restaurant", "brand": "Red Lobster", "brand:wikidata": "Q846301", "brand:wikipedia": "en:Red Lobster", "cuisine": "seafood", "name": "Red Lobster"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Red Robin": {"name": "Red Robin", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7304886"}, "addTags": {"amenity": "restaurant", "brand": "Red Robin", "brand:wikidata": "Q7304886", "brand:wikipedia": "en:Red Robin", "name": "Red Robin"}, "removeTags": {"amenity": "restaurant", "brand": "Red Robin", "brand:wikidata": "Q7304886", "brand:wikipedia": "en:Red Robin", "name": "Red Robin"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Round Table Pizza": {"name": "Round Table Pizza", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7371139"}, "addTags": {"amenity": "restaurant", "brand": "Round Table Pizza", "brand:wikidata": "Q7371139", "brand:wikipedia": "en:Round Table Pizza", "cuisine": "pizza", "name": "Round Table Pizza"}, "removeTags": {"amenity": "restaurant", "brand": "Round Table Pizza", "brand:wikidata": "Q7371139", "brand:wikipedia": "en:Round Table Pizza", "cuisine": "pizza", "name": "Round Table Pizza"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Ruby Tuesday": {"name": "Ruby Tuesday", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7376400"}, "addTags": {"amenity": "restaurant", "brand": "Ruby Tuesday", "brand:wikidata": "Q7376400", "brand:wikipedia": "en:Ruby Tuesday (restaurant)", "name": "Ruby Tuesday"}, "removeTags": {"amenity": "restaurant", "brand": "Ruby Tuesday", "brand:wikidata": "Q7376400", "brand:wikipedia": "en:Ruby Tuesday (restaurant)", "name": "Ruby Tuesday"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Shakey's": {"name": "Shakey's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q6134929"}, "addTags": {"amenity": "restaurant", "brand": "Shakey's", "brand:wikidata": "Q6134929", "brand:wikipedia": "en:Shakey's Pizza", "name": "Shakey's"}, "removeTags": {"amenity": "restaurant", "brand": "Shakey's", "brand:wikidata": "Q6134929", "brand:wikipedia": "en:Shakey's Pizza", "name": "Shakey's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Shari's": {"name": "Shari's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7489612"}, "addTags": {"amenity": "restaurant", "brand": "Shari's", "brand:wikidata": "Q7489612", "brand:wikipedia": "en:Shari's Cafe & Pies", "name": "Shari's"}, "removeTags": {"amenity": "restaurant", "brand": "Shari's", "brand:wikidata": "Q7489612", "brand:wikipedia": "en:Shari's Cafe & Pies", "name": "Shari's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Shoney's": {"name": "Shoney's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7500392"}, "addTags": {"amenity": "restaurant", "brand": "Shoney's", "brand:wikidata": "Q7500392", "brand:wikipedia": "en:Shoney's", "name": "Shoney's"}, "removeTags": {"amenity": "restaurant", "brand": "Shoney's", "brand:wikidata": "Q7500392", "brand:wikipedia": "en:Shoney's", "name": "Shoney's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Sizzler": {"name": "Sizzler", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1848822"}, "addTags": {"amenity": "restaurant", "brand": "Sizzler", "brand:wikidata": "Q1848822", "brand:wikipedia": "en:Sizzler", "name": "Sizzler"}, "removeTags": {"amenity": "restaurant", "brand": "Sizzler", "brand:wikidata": "Q1848822", "brand:wikipedia": "en:Sizzler", "name": "Sizzler"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Skyline Chili": {"name": "Skyline Chili", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q151224"}, "addTags": {"amenity": "restaurant", "brand": "Skyline Chili", "brand:wikidata": "Q151224", "brand:wikipedia": "en:Skyline Chili", "name": "Skyline Chili"}, "removeTags": {"amenity": "restaurant", "brand": "Skyline Chili", "brand:wikidata": "Q151224", "brand:wikipedia": "en:Skyline Chili", "name": "Skyline Chili"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Smitty's": {"name": "Smitty's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7545728"}, "addTags": {"amenity": "restaurant", "brand": "Smitty's", "brand:wikidata": "Q7545728", "brand:wikipedia": "en:Smitty's", "name": "Smitty's"}, "removeTags": {"amenity": "restaurant", "brand": "Smitty's", "brand:wikidata": "Q7545728", "brand:wikipedia": "en:Smitty's", "name": "Smitty's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Spur": {"name": "Spur", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7581546"}, "addTags": {"amenity": "restaurant", "brand": "Spur", "brand:wikidata": "Q7581546", "brand:wikipedia": "en:Spur Steak Ranches", "name": "Spur"}, "removeTags": {"amenity": "restaurant", "brand": "Spur", "brand:wikidata": "Q7581546", "brand:wikipedia": "en:Spur Steak Ranches", "name": "Spur"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Steak 'n Shake": {"name": "Steak 'n Shake", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7605233"}, "addTags": {"amenity": "restaurant", "brand": "Steak 'n Shake", "brand:wikidata": "Q7605233", "brand:wikipedia": "en:Steak 'n Shake", "cuisine": "burger", "name": "Steak 'n Shake"}, "removeTags": {"amenity": "restaurant", "brand": "Steak 'n Shake", "brand:wikidata": "Q7605233", "brand:wikipedia": "en:Steak 'n Shake", "cuisine": "burger", "name": "Steak 'n Shake"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Sunset Grill": {"name": "Sunset Grill", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7641264"}, "addTags": {"amenity": "restaurant", "brand": "Sunset Grill", "brand:wikidata": "Q7641264", "brand:wikipedia": "en:Sunset Grill (restaurant)", "name": "Sunset Grill"}, "removeTags": {"amenity": "restaurant", "brand": "Sunset Grill", "brand:wikidata": "Q7641264", "brand:wikipedia": "en:Sunset Grill (restaurant)", "name": "Sunset Grill"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Swiss Chalet": {"name": "Swiss Chalet", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2372909"}, "addTags": {"amenity": "restaurant", "brand": "Swiss Chalet", "brand:wikidata": "Q2372909", "brand:wikipedia": "en:Swiss Chalet", "name": "Swiss Chalet"}, "removeTags": {"amenity": "restaurant", "brand": "Swiss Chalet", "brand:wikidata": "Q2372909", "brand:wikipedia": "en:Swiss Chalet", "name": "Swiss Chalet"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/TGI Friday's": {"name": "TGI Friday's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1524184"}, "addTags": {"amenity": "restaurant", "brand": "TGI Friday's", "brand:wikidata": "Q1524184", "brand:wikipedia": "en:TGI Fridays", "name": "TGI Friday's"}, "removeTags": {"amenity": "restaurant", "brand": "TGI Friday's", "brand:wikidata": "Q1524184", "brand:wikipedia": "en:TGI Fridays", "name": "TGI Friday's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Texas Roadhouse": {"name": "Texas Roadhouse", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7707945"}, "addTags": {"amenity": "restaurant", "brand": "Texas Roadhouse", "brand:wikidata": "Q7707945", "brand:wikipedia": "en:Texas Roadhouse", "name": "Texas Roadhouse"}, "removeTags": {"amenity": "restaurant", "brand": "Texas Roadhouse", "brand:wikidata": "Q7707945", "brand:wikipedia": "en:Texas Roadhouse", "name": "Texas Roadhouse"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/The Cheesecake Factory": {"name": "The Cheesecake Factory", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1045842"}, "addTags": {"amenity": "restaurant", "brand": "The Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "The Cheesecake Factory"}, "removeTags": {"amenity": "restaurant", "brand": "The Cheesecake Factory", "brand:wikidata": "Q1045842", "brand:wikipedia": "en:The Cheesecake Factory", "name": "The Cheesecake Factory"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/The Keg": {"name": "The Keg", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7744066"}, "addTags": {"amenity": "restaurant", "brand": "The Keg", "brand:wikidata": "Q7744066", "brand:wikipedia": "en:The Keg", "name": "The Keg"}, "removeTags": {"amenity": "restaurant", "brand": "The Keg", "brand:wikidata": "Q7744066", "brand:wikipedia": "en:The Keg", "name": "The Keg"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Toby Carvery": {"name": "Toby Carvery", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7811777"}, "addTags": {"amenity": "restaurant", "brand": "Toby Carvery", "brand:wikidata": "Q7811777", "brand:wikipedia": "en:Toby Carvery", "name": "Toby Carvery"}, "removeTags": {"amenity": "restaurant", "brand": "Toby Carvery", "brand:wikidata": "Q7811777", "brand:wikipedia": "en:Toby Carvery", "name": "Toby Carvery"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Toks": {"name": "Toks", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q48835586"}, "addTags": {"amenity": "restaurant", "brand": "Toks", "brand:wikidata": "Q48835586", "brand:wikipedia": "en:Toks", "name": "Toks"}, "removeTags": {"amenity": "restaurant", "brand": "Toks", "brand:wikidata": "Q48835586", "brand:wikipedia": "en:Toks", "name": "Toks"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Tony Roma's": {"name": "Tony Roma's", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q2213883"}, "addTags": {"amenity": "restaurant", "brand": "Tony Roma's", "brand:wikidata": "Q2213883", "brand:wikipedia": "en:Tony Roma's", "name": "Tony Roma's"}, "removeTags": {"amenity": "restaurant", "brand": "Tony Roma's", "brand:wikidata": "Q2213883", "brand:wikipedia": "en:Tony Roma's", "name": "Tony Roma's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Vapiano": {"name": "Vapiano", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q506252"}, "addTags": {"amenity": "restaurant", "brand": "Vapiano", "brand:wikidata": "Q506252", "brand:wikipedia": "en:Vapiano", "cuisine": "italian", "name": "Vapiano"}, "removeTags": {"amenity": "restaurant", "brand": "Vapiano", "brand:wikidata": "Q506252", "brand:wikipedia": "en:Vapiano", "cuisine": "italian", "name": "Vapiano"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Village Inn": {"name": "Village Inn", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7930659"}, "addTags": {"amenity": "restaurant", "brand": "Village Inn", "brand:wikidata": "Q7930659", "brand:wikipedia": "en:Village Inn", "name": "Village Inn"}, "removeTags": {"amenity": "restaurant", "brand": "Village Inn", "brand:wikidata": "Q7930659", "brand:wikipedia": "en:Village Inn", "name": "Village Inn"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Vips": {"name": "Vips", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q12599540"}, "addTags": {"amenity": "restaurant", "brand": "Vips", "brand:wikidata": "Q12599540", "brand:wikipedia": "en:VIPS (restaurant)", "name": "Vips"}, "removeTags": {"amenity": "restaurant", "brand": "Vips", "brand:wikidata": "Q12599540", "brand:wikipedia": "en:VIPS (restaurant)", "name": "Vips"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Waffle House": {"name": "Waffle House", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q1701206"}, "addTags": {"amenity": "restaurant", "brand": "Waffle House", "brand:wikidata": "Q1701206", "brand:wikipedia": "en:Waffle House", "name": "Waffle House"}, "removeTags": {"amenity": "restaurant", "brand": "Waffle House", "brand:wikidata": "Q1701206", "brand:wikipedia": "en:Waffle House", "name": "Waffle House"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Wagamama": {"name": "Wagamama", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q503715"}, "addTags": {"amenity": "restaurant", "brand": "Wagamama", "brand:wikidata": "Q503715", "brand:wikipedia": "en:Wagamama", "name": "Wagamama"}, "removeTags": {"amenity": "restaurant", "brand": "Wagamama", "brand:wikidata": "Q503715", "brand:wikipedia": "en:Wagamama", "name": "Wagamama"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Wasabi": {"name": "Wasabi", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q23891278"}, "addTags": {"amenity": "restaurant", "brand": "Wasabi", "brand:wikidata": "Q23891278", "brand:wikipedia": "en:Wasabi (restaurant)", "name": "Wasabi"}, "removeTags": {"amenity": "restaurant", "brand": "Wasabi", "brand:wikidata": "Q23891278", "brand:wikipedia": "en:Wasabi (restaurant)", "name": "Wasabi"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/White Spot": {"name": "White Spot", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7995414"}, "addTags": {"amenity": "restaurant", "brand": "White Spot", "brand:wikidata": "Q7995414", "brand:wikipedia": "en:White Spot", "name": "White Spot"}, "removeTags": {"amenity": "restaurant", "brand": "White Spot", "brand:wikidata": "Q7995414", "brand:wikipedia": "en:White Spot", "name": "White Spot"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Wingstop": {"name": "Wingstop", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q8025339"}, "addTags": {"amenity": "restaurant", "brand": "Wingstop", "brand:wikidata": "Q8025339", "brand:wikipedia": "en:Wingstop", "name": "Wingstop"}, "removeTags": {"amenity": "restaurant", "brand": "Wingstop", "brand:wikidata": "Q8025339", "brand:wikipedia": "en:Wingstop", "name": "Wingstop"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/Zizzi": {"name": "Zizzi", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q8072944"}, "addTags": {"amenity": "restaurant", "brand": "Zizzi", "brand:wikidata": "Q8072944", "brand:wikipedia": "en:Zizzi", "name": "Zizzi"}, "removeTags": {"amenity": "restaurant", "brand": "Zizzi", "brand:wikidata": "Q8072944", "brand:wikipedia": "en:Zizzi", "name": "Zizzi"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/はなまるうどん": {"name": "はなまるうどん", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11275674"}, "addTags": {"amenity": "restaurant", "brand": "はなまるうどん", "brand:en": "Hanamarūdon", "brand:wikidata": "Q11275674", "brand:wikipedia": "ja:はなまるうどん", "name": "はなまるうどん", "name:en": "Hanamarūdon"}, "removeTags": {"amenity": "restaurant", "brand": "はなまるうどん", "brand:en": "Hanamarūdon", "brand:wikidata": "Q11275674", "brand:wikipedia": "ja:はなまるうどん", "name": "はなまるうどん", "name:en": "Hanamarūdon"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/びっくりドンキー": {"name": "びっくりドンキー", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11276815"}, "addTags": {"amenity": "restaurant", "brand": "びっくりドンキー", "brand:en": "Bikkuri Donkey", "brand:wikidata": "Q11276815", "brand:wikipedia": "ja:びっくりドンキー", "name": "びっくりドンキー", "name:en": "Bikkuri Donkey"}, "removeTags": {"amenity": "restaurant", "brand": "びっくりドンキー", "brand:en": "Bikkuri Donkey", "brand:wikidata": "Q11276815", "brand:wikipedia": "ja:びっくりドンキー", "name": "びっくりドンキー", "name:en": "Bikkuri Donkey"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/やよい軒": {"name": "やよい軒", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11280577"}, "addTags": {"amenity": "restaurant", "brand": "やよい軒", "brand:en": "YAYOI", "brand:wikidata": "Q11280577", "brand:wikipedia": "ja:やよい軒", "name": "やよい軒", "name:en": "YAYOI"}, "removeTags": {"amenity": "restaurant", "brand": "やよい軒", "brand:en": "YAYOI", "brand:wikidata": "Q11280577", "brand:wikipedia": "ja:やよい軒", "name": "やよい軒", "name:en": "YAYOI"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/ガスト": {"name": "ガスト", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11253593"}, "addTags": {"amenity": "restaurant", "brand": "ガスト", "brand:en": "Gusto", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "ガスト", "name:en": "Gusto"}, "removeTags": {"amenity": "restaurant", "brand": "ガスト", "brand:en": "Gusto", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "ガスト", "name:en": "Gusto"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/ココス": {"name": "ココス", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11301951"}, "addTags": {"amenity": "restaurant", "brand": "ココス", "brand:en": "Coco's", "brand:wikidata": "Q11301951", "brand:wikipedia": "ja:ココスジャパン", "name": "ココス", "name:en": "Coco's"}, "removeTags": {"amenity": "restaurant", "brand": "ココス", "brand:en": "Coco's", "brand:wikidata": "Q11301951", "brand:wikipedia": "ja:ココスジャパン", "name": "ココス", "name:en": "Coco's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/サイゼリヤ": {"name": "サイゼリヤ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q886564"}, "addTags": {"amenity": "restaurant", "brand": "サイゼリヤ", "brand:en": "Saizeriya", "brand:wikidata": "Q886564", "brand:wikipedia": "en:Saizeriya", "name": "サイゼリヤ", "name:en": "Saizeriya"}, "removeTags": {"amenity": "restaurant", "brand": "サイゼリヤ", "brand:en": "Saizeriya", "brand:wikidata": "Q886564", "brand:wikipedia": "en:Saizeriya", "name": "サイゼリヤ", "name:en": "Saizeriya"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/ジョイフル": {"name": "ジョイフル", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11310517"}, "addTags": {"amenity": "restaurant", "brand": "ジョイフル", "brand:en": "Joyfull", "brand:wikidata": "Q11310517", "brand:wikipedia": "ja:ジョイフル", "name": "ジョイフル", "name:en": "Joyfull"}, "removeTags": {"amenity": "restaurant", "brand": "ジョイフル", "brand:en": "Joyfull", "brand:wikidata": "Q11310517", "brand:wikipedia": "ja:ジョイフル", "name": "ジョイフル", "name:en": "Joyfull"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/ジョナサン": {"name": "ジョナサン", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11310628"}, "addTags": {"amenity": "restaurant", "brand": "ジョナサン", "brand:en": "Jonathan's", "brand:wikidata": "Q11310628", "brand:wikipedia": "ja:ジョナサン (ファミリーレストラン)", "name": "ジョナサン", "name:en": "Jonathan's"}, "removeTags": {"amenity": "restaurant", "brand": "ジョナサン", "brand:en": "Jonathan's", "brand:wikidata": "Q11310628", "brand:wikipedia": "ja:ジョナサン (ファミリーレストラン)", "name": "ジョナサン", "name:en": "Jonathan's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/ジョリーパスタ": {"name": "ジョリーパスタ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q10852718"}, "addTags": {"amenity": "restaurant", "brand": "ジョリーパスタ", "brand:en": "Jolly-Pasta", "brand:wikidata": "Q10852718", "brand:wikipedia": "ja:ジョリーパスタ", "name": "ジョリーパスタ", "name:en": "Jolly-Pasta"}, "removeTags": {"amenity": "restaurant", "brand": "ジョリーパスタ", "brand:en": "Jolly-Pasta", "brand:wikidata": "Q10852718", "brand:wikipedia": "ja:ジョリーパスタ", "name": "ジョリーパスタ", "name:en": "Jolly-Pasta"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/デニーズ": {"name": "デニーズ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11320661"}, "addTags": {"amenity": "restaurant", "brand": "デニーズ", "brand:en": "Denny's", "brand:wikidata": "Q11320661", "brand:wikipedia": "ja:デニーズ (日本)", "name": "デニーズ", "name:en": "Denny's"}, "removeTags": {"amenity": "restaurant", "brand": "デニーズ", "brand:en": "Denny's", "brand:wikidata": "Q11320661", "brand:wikipedia": "ja:デニーズ (日本)", "name": "デニーズ", "name:en": "Denny's"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/バーミヤン": {"name": "バーミヤン", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11328598"}, "addTags": {"amenity": "restaurant", "brand": "バーミヤン", "brand:en": "Bamiyan", "brand:wikidata": "Q11328598", "brand:wikipedia": "ja:バーミヤン (レストランチェーン)", "name": "バーミヤン", "name:en": "Bamiyan"}, "removeTags": {"amenity": "restaurant", "brand": "バーミヤン", "brand:en": "Bamiyan", "brand:wikidata": "Q11328598", "brand:wikipedia": "ja:バーミヤン (レストランチェーン)", "name": "バーミヤン", "name:en": "Bamiyan"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/ビッグボーイ": {"name": "ビッグボーイ", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q4386779"}, "addTags": {"amenity": "restaurant", "brand": "ビッグボーイ", "brand:en": "Big Boy Restaurants", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "ビッグボーイ", "name:en": "Big Boy Restaurants"}, "removeTags": {"amenity": "restaurant", "brand": "ビッグボーイ", "brand:en": "Big Boy Restaurants", "brand:wikidata": "Q4386779", "brand:wikipedia": "en:Big Boy Restaurants", "name": "ビッグボーイ", "name:en": "Big Boy Restaurants"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/リンガーハット": {"name": "リンガーハット", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q7334856"}, "addTags": {"amenity": "restaurant", "brand": "リンガーハット", "brand:en": "Ringer Hut", "brand:wikidata": "Q7334856", "brand:wikipedia": "en:Ringer Hut", "name": "リンガーハット", "name:en": "Ringer Hut"}, "removeTags": {"amenity": "restaurant", "brand": "リンガーハット", "brand:en": "Ringer Hut", "brand:wikidata": "Q7334856", "brand:wikipedia": "en:Ringer Hut", "name": "リンガーハット", "name:en": "Ringer Hut"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/ロイヤルホスト": {"name": "ロイヤルホスト", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11120884"}, "addTags": {"amenity": "restaurant", "brand": "ロイヤルホスト", "brand:en": "Royal Host", "brand:wikidata": "Q11120884", "brand:wikipedia": "ja:ロイヤルホスト", "name": "ロイヤルホスト", "name:en": "Royal Host"}, "removeTags": {"amenity": "restaurant", "brand": "ロイヤルホスト", "brand:en": "Royal Host", "brand:wikidata": "Q11120884", "brand:wikipedia": "ja:ロイヤルホスト", "name": "ロイヤルホスト", "name:en": "Royal Host"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/丸亀製麺": {"name": "丸亀製麺", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q10877253"}, "addTags": {"amenity": "restaurant", "brand": "丸亀製麺", "brand:en": "Marugame Seimen", "brand:wikidata": "Q10877253", "brand:wikipedia": "ja:丸亀製麺", "cuisine": "noodle", "name": "丸亀製麺", "name:en": "Marugame Seimen", "name:ko": "마루가메 제면"}, "removeTags": {"amenity": "restaurant", "brand": "丸亀製麺", "brand:en": "Marugame Seimen", "brand:wikidata": "Q10877253", "brand:wikipedia": "ja:丸亀製麺", "cuisine": "noodle", "name": "丸亀製麺", "name:en": "Marugame Seimen", "name:ko": "마루가메 제면"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/和食さと": {"name": "和食さと", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11304897"}, "addTags": {"amenity": "restaurant", "brand": "和食さと", "brand:en": "Washoku Sato", "brand:wikidata": "Q11304897", "brand:wikipedia": "ja:SRSホールディングス", "name": "和食さと", "name:en": "Washoku Sato"}, "removeTags": {"amenity": "restaurant", "brand": "和食さと", "brand:en": "Washoku Sato", "brand:wikidata": "Q11304897", "brand:wikipedia": "ja:SRSホールディングス", "name": "和食さと", "name:en": "Washoku Sato"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/夢庵": {"name": "夢庵", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11253593"}, "addTags": {"amenity": "restaurant", "brand": "夢庵", "brand:en": "Yumean", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "夢庵", "name:en": "Yumean"}, "removeTags": {"amenity": "restaurant", "brand": "夢庵", "brand:en": "Yumean", "brand:wikidata": "Q11253593", "brand:wikipedia": "ja:すかいらーく", "name": "夢庵", "name:en": "Yumean"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/大戸屋": {"name": "大戸屋", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11435522"}, "addTags": {"amenity": "restaurant", "brand": "大戸屋", "brand:en": "Ootoya", "brand:wikidata": "Q11435522", "brand:wikipedia": "ja:大戸屋ホールディングス", "cuisine": "japanese", "name": "大戸屋", "name:en": "Ootoya"}, "removeTags": {"amenity": "restaurant", "brand": "大戸屋", "brand:en": "Ootoya", "brand:wikidata": "Q11435522", "brand:wikipedia": "ja:大戸屋ホールディングス", "cuisine": "japanese", "name": "大戸屋", "name:en": "Ootoya"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/大阪王将": {"name": "大阪王将", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q48743717"}, "addTags": {"amenity": "restaurant", "brand": "大阪王将", "brand:en": "Osaka Ohsho", "brand:wikidata": "Q48743717", "brand:wikipedia": "ja:大阪王将", "name": "大阪王将", "name:en": "Osaka Ohsho"}, "removeTags": {"amenity": "restaurant", "brand": "大阪王将", "brand:en": "Osaka Ohsho", "brand:wikidata": "Q48743717", "brand:wikipedia": "ja:大阪王将", "name": "大阪王将", "name:en": "Osaka Ohsho"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/天下一品": {"name": "天下一品", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11442172"}, "addTags": {"amenity": "restaurant", "brand": "天下一品", "brand:en": "Tenkaippin", "brand:wikidata": "Q11442172", "brand:wikipedia": "en:Tenkaippin", "name": "天下一品", "name:en": "Tenkaippin"}, "removeTags": {"amenity": "restaurant", "brand": "天下一品", "brand:en": "Tenkaippin", "brand:wikidata": "Q11442172", "brand:wikipedia": "en:Tenkaippin", "name": "天下一品", "name:en": "Tenkaippin"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/安楽亭": {"name": "安楽亭", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11450866"}, "addTags": {"amenity": "restaurant", "brand": "安楽亭", "brand:en": "Anrakutei", "brand:wikidata": "Q11450866", "brand:wikipedia": "ja:安楽亭", "cuisine": "barbecue", "name": "安楽亭", "name:en": "Anrakutei"}, "removeTags": {"amenity": "restaurant", "brand": "安楽亭", "brand:en": "Anrakutei", "brand:wikidata": "Q11450866", "brand:wikipedia": "ja:安楽亭", "cuisine": "barbecue", "name": "安楽亭", "name:en": "Anrakutei"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/日高屋": {"name": "日高屋", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11326050"}, "addTags": {"amenity": "restaurant", "brand": "日高屋", "brand:en": "Hidakaya", "brand:wikidata": "Q11326050", "brand:wikipedia": "ja:ハイデイ日高", "cuisine": "noodle", "name": "日高屋", "name:en": "Hidakaya"}, "removeTags": {"amenity": "restaurant", "brand": "日高屋", "brand:en": "Hidakaya", "brand:wikidata": "Q11326050", "brand:wikipedia": "ja:ハイデイ日高", "cuisine": "noodle", "name": "日高屋", "name:en": "Hidakaya"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/牛角": {"name": "牛角", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11349387"}, "addTags": {"amenity": "restaurant", "brand": "牛角", "brand:en": "Gyū-Kaku", "brand:wikidata": "Q11349387", "brand:wikipedia": "en:Gyu-Kaku", "cuisine": "barbecue", "name": "牛角", "name:en": "Gyū-Kaku"}, "removeTags": {"amenity": "restaurant", "brand": "牛角", "brand:en": "Gyū-Kaku", "brand:wikidata": "Q11349387", "brand:wikipedia": "en:Gyu-Kaku", "cuisine": "barbecue", "name": "牛角", "name:en": "Gyū-Kaku"}, "matchScore": 2, "suggestion": true}, + "amenity/restaurant/餃子の王将": {"name": "餃子の王将", "icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "capacity", "takeaway", "delivery", "smoking", "outdoor_seating"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "diet_multi"], "geometry": ["point", "area"], "tags": {"amenity": "restaurant", "brand:wikidata": "Q11666805"}, "addTags": {"amenity": "restaurant", "brand": "餃子の王将", "brand:en": "Gyoza no Ohsho", "brand:wikidata": "Q11666805", "brand:wikipedia": "en:Gyoza no Ohsho", "name": "餃子の王将", "name:en": "Gyoza no Ohsho"}, "removeTags": {"amenity": "restaurant", "brand": "餃子の王将", "brand:en": "Gyoza no Ohsho", "brand:wikidata": "Q11666805", "brand:wikipedia": "en:Gyoza no Ohsho", "name": "餃子の王将", "name:en": "Gyoza no Ohsho"}, "matchScore": 2, "suggestion": true}, "amenity/vending_machine/DHL Packstation": {"name": "DHL Packstation", "icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "tags": {"amenity": "vending_machine", "brand:wikidata": "Q489815"}, "addTags": {"amenity": "vending_machine", "brand": "DHL", "brand:wikidata": "Q489815", "brand:wikipedia": "en:DHL Express", "name": "DHL Packstation", "operator": "DHL", "vending": "parcel_pickup;parcel_mail_in"}, "removeTags": {"amenity": "vending_machine", "brand": "DHL", "brand:wikidata": "Q489815", "brand:wikipedia": "en:DHL Express", "name": "DHL Packstation", "operator": "DHL", "vending": "parcel_pickup;parcel_mail_in"}, "matchScore": 2, "suggestion": true}, "amenity/vending_machine/KKM": {"name": "KKM", "icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "tags": {"amenity": "vending_machine", "brand:wikidata": "Q57515549"}, "addTags": {"amenity": "vending_machine", "brand": "KKM", "brand:wikidata": "Q57515549", "name": "KKM", "vending": "public_transport_tickets"}, "removeTags": {"amenity": "vending_machine", "brand": "KKM", "brand:wikidata": "Q57515549", "name": "KKM", "vending": "public_transport_tickets"}, "matchScore": 2, "suggestion": true}, "amenity/vending_machine/Paczkomat InPost": {"name": "Paczkomat InPost", "icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "tags": {"amenity": "vending_machine", "brand:wikidata": "Q3182097"}, "addTags": {"amenity": "vending_machine", "brand": "InPost", "brand:wikidata": "Q3182097", "brand:wikipedia": "pl:InPost", "name": "Paczkomat InPost", "vending": "parcel_pickup;parcel_mail_in"}, "removeTags": {"amenity": "vending_machine", "brand": "InPost", "brand:wikidata": "Q3182097", "brand:wikipedia": "pl:InPost", "name": "Paczkomat InPost", "vending": "parcel_pickup;parcel_mail_in"}, "matchScore": 2, "suggestion": true}, diff --git a/data/presets/presets/amenity/cafe.json b/data/presets/presets/amenity/cafe.json index 64557f043..dfd77bec6 100644 --- a/data/presets/presets/amenity/cafe.json +++ b/data/presets/presets/amenity/cafe.json @@ -6,14 +6,15 @@ "address", "building_area", "opening_hours", - "internet_access", - "internet_access/fee", "smoking", "outdoor_seating", "takeaway" ], - "moreFields" : [ - "internet_access/ssid" + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" ], "geometry": [ "point", diff --git a/data/presets/presets/amenity/fast_food.json b/data/presets/presets/amenity/fast_food.json index 44e48f7d6..fecf1e245 100644 --- a/data/presets/presets/amenity/fast_food.json +++ b/data/presets/presets/amenity/fast_food.json @@ -13,6 +13,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/fast_food/burger.json b/data/presets/presets/amenity/fast_food/burger.json index c281c461e..47a2aba41 100644 --- a/data/presets/presets/amenity/fast_food/burger.json +++ b/data/presets/presets/amenity/fast_food/burger.json @@ -13,6 +13,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/fast_food/chicken.json b/data/presets/presets/amenity/fast_food/chicken.json index 8196fa817..34552a0e3 100644 --- a/data/presets/presets/amenity/fast_food/chicken.json +++ b/data/presets/presets/amenity/fast_food/chicken.json @@ -13,6 +13,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/fast_food/fish_and_chips.json b/data/presets/presets/amenity/fast_food/fish_and_chips.json index 94d0e32c3..406a7e164 100644 --- a/data/presets/presets/amenity/fast_food/fish_and_chips.json +++ b/data/presets/presets/amenity/fast_food/fish_and_chips.json @@ -13,6 +13,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/fast_food/kebab.json b/data/presets/presets/amenity/fast_food/kebab.json index 5bb700b80..06e30f3c5 100644 --- a/data/presets/presets/amenity/fast_food/kebab.json +++ b/data/presets/presets/amenity/fast_food/kebab.json @@ -13,6 +13,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/fast_food/pizza.json b/data/presets/presets/amenity/fast_food/pizza.json index 952b96700..1437cb3f1 100644 --- a/data/presets/presets/amenity/fast_food/pizza.json +++ b/data/presets/presets/amenity/fast_food/pizza.json @@ -13,6 +13,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/fast_food/sandwich.json b/data/presets/presets/amenity/fast_food/sandwich.json index e450dc1c0..39e82c6f9 100644 --- a/data/presets/presets/amenity/fast_food/sandwich.json +++ b/data/presets/presets/amenity/fast_food/sandwich.json @@ -13,6 +13,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/food_court.json b/data/presets/presets/amenity/food_court.json index 26b3e193b..01f0bb56c 100644 --- a/data/presets/presets/amenity/food_court.json +++ b/data/presets/presets/amenity/food_court.json @@ -9,6 +9,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/ice_cream.json b/data/presets/presets/amenity/ice_cream.json index 06f8dbdd8..1cc8adf7a 100644 --- a/data/presets/presets/amenity/ice_cream.json +++ b/data/presets/presets/amenity/ice_cream.json @@ -9,6 +9,12 @@ "delivery", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/pub.json b/data/presets/presets/amenity/pub.json index 029fb7f25..0e719340c 100644 --- a/data/presets/presets/amenity/pub.json +++ b/data/presets/presets/amenity/pub.json @@ -9,6 +9,12 @@ "outdoor_seating", "brewery" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant.json b/data/presets/presets/amenity/restaurant.json index 1955476e0..66abe6176 100644 --- a/data/presets/presets/amenity/restaurant.json +++ b/data/presets/presets/amenity/restaurant.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/american.json b/data/presets/presets/amenity/restaurant/american.json index 651cf04aa..c1f7568ff 100644 --- a/data/presets/presets/amenity/restaurant/american.json +++ b/data/presets/presets/amenity/restaurant/american.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/asian.json b/data/presets/presets/amenity/restaurant/asian.json index 750afc6af..8271a72d7 100644 --- a/data/presets/presets/amenity/restaurant/asian.json +++ b/data/presets/presets/amenity/restaurant/asian.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/chinese.json b/data/presets/presets/amenity/restaurant/chinese.json index 06dda6836..fcd76c922 100644 --- a/data/presets/presets/amenity/restaurant/chinese.json +++ b/data/presets/presets/amenity/restaurant/chinese.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/french.json b/data/presets/presets/amenity/restaurant/french.json index 3f25f6c77..9d949561b 100644 --- a/data/presets/presets/amenity/restaurant/french.json +++ b/data/presets/presets/amenity/restaurant/french.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/german.json b/data/presets/presets/amenity/restaurant/german.json index 5b408a003..c3c399714 100644 --- a/data/presets/presets/amenity/restaurant/german.json +++ b/data/presets/presets/amenity/restaurant/german.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/greek.json b/data/presets/presets/amenity/restaurant/greek.json index 71eac0bf2..58093600a 100644 --- a/data/presets/presets/amenity/restaurant/greek.json +++ b/data/presets/presets/amenity/restaurant/greek.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/indian.json b/data/presets/presets/amenity/restaurant/indian.json index bf301dac5..d319f7ca8 100644 --- a/data/presets/presets/amenity/restaurant/indian.json +++ b/data/presets/presets/amenity/restaurant/indian.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/italian.json b/data/presets/presets/amenity/restaurant/italian.json index cc92f9079..4ccff7151 100644 --- a/data/presets/presets/amenity/restaurant/italian.json +++ b/data/presets/presets/amenity/restaurant/italian.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/japanese.json b/data/presets/presets/amenity/restaurant/japanese.json index dbc7c786c..e441b46cd 100644 --- a/data/presets/presets/amenity/restaurant/japanese.json +++ b/data/presets/presets/amenity/restaurant/japanese.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/mexican.json b/data/presets/presets/amenity/restaurant/mexican.json index 6ce5c6a41..53430eb34 100644 --- a/data/presets/presets/amenity/restaurant/mexican.json +++ b/data/presets/presets/amenity/restaurant/mexican.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/noodle.json b/data/presets/presets/amenity/restaurant/noodle.json index 23c980cd3..5a5e28422 100644 --- a/data/presets/presets/amenity/restaurant/noodle.json +++ b/data/presets/presets/amenity/restaurant/noodle.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/pizza.json b/data/presets/presets/amenity/restaurant/pizza.json index d2a78d186..27eb3b3f5 100644 --- a/data/presets/presets/amenity/restaurant/pizza.json +++ b/data/presets/presets/amenity/restaurant/pizza.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/seafood.json b/data/presets/presets/amenity/restaurant/seafood.json index bba6a52a7..cd478406f 100644 --- a/data/presets/presets/amenity/restaurant/seafood.json +++ b/data/presets/presets/amenity/restaurant/seafood.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/steakhouse.json b/data/presets/presets/amenity/restaurant/steakhouse.json index ac23a2114..8b32c1655 100644 --- a/data/presets/presets/amenity/restaurant/steakhouse.json +++ b/data/presets/presets/amenity/restaurant/steakhouse.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/sushi.json b/data/presets/presets/amenity/restaurant/sushi.json index a8b7e6f2f..91e91a3d4 100644 --- a/data/presets/presets/amenity/restaurant/sushi.json +++ b/data/presets/presets/amenity/restaurant/sushi.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/thai.json b/data/presets/presets/amenity/restaurant/thai.json index fb98a9c36..720fcc71d 100644 --- a/data/presets/presets/amenity/restaurant/thai.json +++ b/data/presets/presets/amenity/restaurant/thai.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/turkish.json b/data/presets/presets/amenity/restaurant/turkish.json index 52428ebcf..3415b3f89 100644 --- a/data/presets/presets/amenity/restaurant/turkish.json +++ b/data/presets/presets/amenity/restaurant/turkish.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/amenity/restaurant/vietnamese.json b/data/presets/presets/amenity/restaurant/vietnamese.json index 45677d325..1eabfc2bb 100644 --- a/data/presets/presets/amenity/restaurant/vietnamese.json +++ b/data/presets/presets/amenity/restaurant/vietnamese.json @@ -12,6 +12,12 @@ "smoking", "outdoor_seating" ], + "moreFields": [ + "internet_access", + "internet_access/fee", + "internet_access/ssid", + "diet_multi" + ], "geometry": [ "point", "area" diff --git a/data/taginfo.json b/data/taginfo.json index c7e6f5aaf..4bccc6c58 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -7152,6 +7152,7 @@ {"key": "design", "description": "🄵 Design"}, {"key": "devices", "description": "🄵 Devices"}, {"key": "diaper", "description": "🄵 Diaper Changing Available"}, + {"key": "diet:", "description": "🄵 Diet Types"}, {"key": "direction", "value": "N", "description": "🄵 Direction"}, {"key": "direction", "value": "E", "description": "🄵 Direction"}, {"key": "direction", "value": "S", "description": "🄵 Direction"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index e1786907e..0af39740c 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1894,6 +1894,9 @@ "diaper": { "label": "Diaper Changing Available" }, + "diet_multi": { + "label": "Diet Types" + }, "direction_cardinal": { "label": "Direction", "options": { From 0b67629f1061c75b8aa3a86c1a40ebeb42cc6707 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 16 Dec 2018 10:28:03 +0000 Subject: [PATCH 09/12] chore(package): update rollup to version 0.68.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 784e26982..927a8033f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "osm-community-index": "0.5.0", "phantomjs-prebuilt": "~2.1.11", "request": "^2.88.0", - "rollup": "~0.67.1", + "rollup": "~0.68.0", "rollup-plugin-commonjs": "^9.0.0", "rollup-plugin-includepaths": "~0.2.3", "rollup-plugin-json": "^3.0.0", From 68a64211910a9e4fc7bde46d8966f1770ce5c577 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 16 Dec 2018 16:29:48 -0500 Subject: [PATCH 10/12] Add preset for Netball Court --- data/presets.yaml | 4 ++++ data/presets/presets.json | 1 + .../presets/leisure/pitch/netball.json | 22 +++++++++++++++++++ data/taginfo.json | 7 ++++++ dist/locales/en.json | 4 ++++ 5 files changed, 38 insertions(+) create mode 100644 data/presets/presets/leisure/pitch/netball.json diff --git a/data/presets.yaml b/data/presets.yaml index d372270bb..d1cece40b 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4598,6 +4598,10 @@ en: name: Riding Arena # 'terms: dressage,equestrian,horse,horseback,riding' terms: '' + leisure/pitch/netball: + # 'leisure=pitch, sport=netball' + name: Netball Court + terms: '' leisure/pitch/rugby_league: # 'leisure=pitch, sport=rugby_league' name: Rugby League Field diff --git a/data/presets/presets.json b/data/presets/presets.json index 83a215286..89b5ef238 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -565,6 +565,7 @@ "leisure/pitch/bowls": {"icon": "maki-pitch", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "bowls"}, "reference": {"key": "sport", "value": "bowls"}, "terms": [], "name": "Bowling Green"}, "leisure/pitch/cricket": {"icon": "maki-cricket", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "cricket"}, "reference": {"key": "sport", "value": "cricket"}, "terms": [], "name": "Cricket Field"}, "leisure/pitch/equestrian": {"icon": "maki-horse-riding", "fields": ["name", "surface", "lit", "building"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "equestrian"}, "reference": {"key": "sport", "value": "equestrian"}, "terms": ["dressage", "equestrian", "horse", "horseback", "riding"], "name": "Riding Arena"}, + "leisure/pitch/netball": {"icon": "maki-volleyball", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "netball"}, "reference": {"key": "sport", "value": "netball"}, "terms": [], "name": "Netball Court"}, "leisure/pitch/rugby_league": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "rugby_league"}, "reference": {"key": "sport", "value": "rugby_league"}, "terms": [], "name": "Rugby League Field"}, "leisure/pitch/rugby_union": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "rugby_union"}, "reference": {"key": "sport", "value": "rugby_union"}, "terms": [], "name": "Rugby Union Field"}, "leisure/pitch/skateboard": {"icon": "maki-skateboard", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "skateboard"}, "reference": {"key": "sport", "value": "skateboard"}, "terms": [], "name": "Skate Park"}, diff --git a/data/presets/presets/leisure/pitch/netball.json b/data/presets/presets/leisure/pitch/netball.json new file mode 100644 index 000000000..10880b55a --- /dev/null +++ b/data/presets/presets/leisure/pitch/netball.json @@ -0,0 +1,22 @@ +{ + "icon": "maki-volleyball", + "fields": [ + "name", + "surface", + "lit" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "leisure": "pitch", + "sport": "netball" + }, + "reference": { + "key": "sport", + "value": "netball" + }, + "terms": [], + "name": "Netball Court" +} diff --git a/data/taginfo.json b/data/taginfo.json index 4bccc6c58..8d8148c88 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -3785,6 +3785,13 @@ "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/horse-riding-15.svg?sanitize=true" }, + { + "key": "sport", + "value": "netball", + "description": "🄿 Netball Court", + "object_types": ["node", "area"], + "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/volleyball-15.svg?sanitize=true" + }, { "key": "sport", "value": "rugby_league", diff --git a/dist/locales/en.json b/dist/locales/en.json index 0af39740c..872e96319 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5459,6 +5459,10 @@ "name": "Riding Arena", "terms": "dressage,equestrian,horse,horseback,riding" }, + "leisure/pitch/netball": { + "name": "Netball Court", + "terms": "" + }, "leisure/pitch/rugby_league": { "name": "Rugby League Field", "terms": "" From 3f2cf672187dbc6d90a24255e6e73739f0c6e2b3 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 16 Dec 2018 16:34:53 -0500 Subject: [PATCH 11/12] Add preset for Australian Football field (closes #5605) --- data/presets.yaml | 6 +++++ data/presets/presets.json | 3 ++- .../leisure/pitch/american_football.json | 5 +++- .../leisure/pitch/australian_football.json | 26 +++++++++++++++++++ data/taginfo.json | 7 +++++ dist/locales/en.json | 6 ++++- 6 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 data/presets/presets/leisure/pitch/australian_football.json diff --git a/data/presets.yaml b/data/presets.yaml index d1cece40b..ff51afea7 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4562,7 +4562,13 @@ en: leisure/pitch/american_football: # 'leisure=pitch, sport=american_football' name: American Football Field + # 'terms: football,gridiron' terms: '' + leisure/pitch/australian_football: + # 'leisure=pitch, sport=australian_football' + name: Australian Football Field + # 'terms: Aussie,AFL,football' + terms: '' leisure/pitch/badminton: # 'leisure=pitch, sport=badminton' name: Badminton Court diff --git a/data/presets/presets.json b/data/presets/presets.json index 89b5ef238..e4b166154 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -556,7 +556,8 @@ "leisure/park": {"icon": "maki-park", "geometry": ["point", "area"], "fields": ["name"], "terms": ["esplanade", "estate", "forest", "garden", "grass", "green", "grounds", "lawn", "lot", "meadow", "parkland", "place", "playground", "plaza", "pleasure garden", "recreation area", "square", "tract", "village green", "woodland"], "tags": {"leisure": "park"}, "name": "Park"}, "leisure/picnic_table": {"icon": "maki-picnic-site", "geometry": ["point"], "tags": {"leisure": "picnic_table"}, "terms": ["bench"], "name": "Picnic Table"}, "leisure/pitch": {"icon": "maki-pitch", "fields": ["name", "sport", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch"}, "terms": ["field"], "name": "Sport Pitch"}, - "leisure/pitch/american_football": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "american_football"}, "reference": {"key": "sport", "value": "american_football"}, "terms": [], "name": "American Football Field"}, + "leisure/pitch/american_football": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "american_football"}, "reference": {"key": "sport", "value": "american_football"}, "terms": ["football", "gridiron"], "name": "American Football Field"}, + "leisure/pitch/australian_football": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "australian_football"}, "reference": {"key": "sport", "value": "australian_football"}, "terms": ["Aussie", "AFL", "football"], "name": "Australian Football Field"}, "leisure/pitch/badminton": {"icon": "maki-tennis", "fields": ["name", "surface", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "badminton"}, "reference": {"key": "sport", "value": "badminton"}, "terms": [], "name": "Badminton Court"}, "leisure/pitch/baseball": {"icon": "maki-baseball", "fields": ["name", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "baseball"}, "reference": {"key": "sport", "value": "baseball"}, "terms": [], "name": "Baseball Field"}, "leisure/pitch/basketball": {"icon": "maki-basketball", "fields": ["name", "surface", "hoops", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "basketball"}, "reference": {"key": "sport", "value": "basketball"}, "terms": [], "name": "Basketball Court"}, diff --git a/data/presets/presets/leisure/pitch/american_football.json b/data/presets/presets/leisure/pitch/american_football.json index a730713e1..7fc7d7772 100644 --- a/data/presets/presets/leisure/pitch/american_football.json +++ b/data/presets/presets/leisure/pitch/american_football.json @@ -17,6 +17,9 @@ "key": "sport", "value": "american_football" }, - "terms": [], + "terms": [ + "football", + "gridiron" + ], "name": "American Football Field" } diff --git a/data/presets/presets/leisure/pitch/australian_football.json b/data/presets/presets/leisure/pitch/australian_football.json new file mode 100644 index 000000000..07b9f3c47 --- /dev/null +++ b/data/presets/presets/leisure/pitch/australian_football.json @@ -0,0 +1,26 @@ +{ + "icon": "maki-american-football", + "fields": [ + "name", + "surface", + "lit" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "leisure": "pitch", + "sport": "australian_football" + }, + "reference": { + "key": "sport", + "value": "australian_football" + }, + "terms": [ + "Aussie", + "AFL", + "football" + ], + "name": "Australian Football Field" +} diff --git a/data/taginfo.json b/data/taginfo.json index 8d8148c88..4dad8dfbe 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -3729,6 +3729,13 @@ "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/american-football-15.svg?sanitize=true" }, + { + "key": "sport", + "value": "australian_football", + "description": "🄿 Australian Football Field", + "object_types": ["node", "area"], + "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/american-football-15.svg?sanitize=true" + }, { "key": "sport", "value": "badminton", diff --git a/dist/locales/en.json b/dist/locales/en.json index 872e96319..1434294ec 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5425,7 +5425,11 @@ }, "leisure/pitch/american_football": { "name": "American Football Field", - "terms": "" + "terms": "football,gridiron" + }, + "leisure/pitch/australian_football": { + "name": "Australian Football Field", + "terms": "Aussie,AFL,football" }, "leisure/pitch/badminton": { "name": "Badminton Court", From 029f702d9903265729ac72ec338dec75653f12f4 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 17 Dec 2018 17:53:55 -0500 Subject: [PATCH 12/12] Add Road Closed preset and render style (re: #5599) --- css/50_misc.css | 36 ++++++++++++++++--- data/presets.yaml | 11 ++++++ data/presets/fields.json | 2 ++ data/presets/fields/check_date.json | 5 +++ data/presets/fields/opening_date.json | 5 +++ data/presets/presets.json | 1 + .../presets/presets/highway/construction.json | 25 +++++++++++++ data/taginfo.json | 10 +++++- dist/locales/en.json | 10 ++++++ .../presets/highway-construction.svg | 9 +++++ 10 files changed, 109 insertions(+), 5 deletions(-) create mode 100644 data/presets/fields/check_date.json create mode 100644 data/presets/fields/opening_date.json create mode 100644 data/presets/presets/highway/construction.json create mode 100644 svg/iD-sprite/presets/highway-construction.svg diff --git a/css/50_misc.css b/css/50_misc.css index ee52751ce..bc33a5cfe 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -41,7 +41,6 @@ path.line.casing.tag-power { } /* pipeline */ - path.line.stroke.tag-man_made-pipeline { stroke: #cbd0d8; stroke-linecap: butt; @@ -84,7 +83,6 @@ path.line.casing.tag-natural-tree_row { path.line.stroke.tag-natural-tree_row { stroke-width: 5; } - .low-zoom path.line.shadow.tag-natural-tree_row { stroke-width: 12; } @@ -123,7 +121,6 @@ path.line.casing.tag-bridge { stroke-linecap: butt; stroke-dasharray: none; } - path.line.shadow.tag-bridge { stroke-width: 24; } @@ -250,7 +247,7 @@ path.line.casing.tag-bridge.tag-unpaved { } -/* Status (e.g. construction, proposed, abandoned) */ +/* Status (e.g. proposed, abandoned) */ path.area.stroke.tag-status, path.line.stroke.tag-status, path.area.casing.tag-status, @@ -265,6 +262,37 @@ path.line.casing.tag-status { stroke-dasharray: 5, 2; } +/* Road Closed Status */ +.preset-icon .icon.iD-highway-construction { + color: #fc6c14; + fill: #fff; +} +path.line.shadow.tag-status.tag-status-construction { + stroke-width: 20; +} +path.line.casing.tag-status.tag-status-construction { + stroke: #fff; + stroke-width: 10; + stroke-linecap: butt; + stroke-dasharray: none +} +path.line.stroke.tag-status.tag-status-construction { + stroke: #fc6c14; + stroke-width: 8; + stroke-linecap: butt; + stroke-dasharray: 10, 10; +} +.low-zoom path.line.shadow.tag-status.tag-status-construction { + stroke-width: 16; +} +.low-zoom path.line.casing.tag-status.tag-status-construction { + stroke-width: 7; +} +.low-zoom path.line.stroke.tag-status.tag-status-construction { + stroke-width: 5; + stroke-dasharray: 8, 8; +} + /* Buildings */ path.stroke.tag-building { diff --git a/data/presets.yaml b/data/presets.yaml index ff51afea7..f688c2572 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -317,6 +317,9 @@ en: castle_type: # castle_type=* label: Type + check_date: + # check_date=* + label: Last Checked Date clothes: # clothes=* label: Clothes @@ -1114,6 +1117,9 @@ en: undefined: Assumed to be Yes # oneway=yes 'yes': 'Yes' + opening_date: + # opening_date=* + label: Expected Opening Date opening_hours: # opening_hours=* label: Hours @@ -3826,6 +3832,11 @@ en: highway/bus_stop: # highway=bus_stop name: Bus Stop / Platform + highway/construction: + # 'highway=construction, access=no' + name: Road Closed + # 'terms: closed,closure,construction' + terms: '' highway/corridor: # highway=corridor name: Indoor Corridor diff --git a/data/presets/fields.json b/data/presets/fields.json index ee6904eda..7fa4892ee 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -51,6 +51,7 @@ "capacity": {"key": "capacity", "type": "number", "minValue": 0, "label": "Capacity", "placeholder": "50, 100, 200..."}, "cash_in": {"key": "cash_in", "type": "check", "label": "Cash In"}, "castle_type": {"key": "castle_type", "type": "combo", "label": "Type"}, + "check_date": {"key": "check_date", "type": "text", "label": "Last Checked Date"}, "clothes": {"key": "clothes", "type": "semiCombo", "label": "Clothes"}, "club": {"key": "club", "type": "typeCombo", "label": "Type"}, "collection_times": {"key": "collection_times", "type": "text", "label": "Collection Times"}, @@ -196,6 +197,7 @@ "office": {"key": "office", "type": "typeCombo", "label": "Type"}, "oneway_yes": {"key": "oneway", "type": "onewayCheck", "label": "One Way", "strings": {"options": {"undefined": "Assumed to be Yes", "yes": "Yes", "no": "No", "reversible": "Reversible", "alternating": "Alternating"}}}, "oneway": {"key": "oneway", "type": "onewayCheck", "label": "One Way", "strings": {"options": {"undefined": "Assumed to be No", "yes": "Yes", "no": "No", "reversible": "Reversible", "alternating": "Alternating"}}}, + "opening_date": {"key": "opening_date", "type": "text", "label": "Expected Opening Date"}, "opening_hours": {"key": "opening_hours", "type": "combo", "label": "Hours", "snake_case": false}, "operator": {"key": "operator", "type": "text", "label": "Operator"}, "outdoor_seating": {"key": "outdoor_seating", "type": "check", "label": "Outdoor Seating"}, diff --git a/data/presets/fields/check_date.json b/data/presets/fields/check_date.json new file mode 100644 index 000000000..53db3cc97 --- /dev/null +++ b/data/presets/fields/check_date.json @@ -0,0 +1,5 @@ +{ + "key": "check_date", + "type": "text", + "label": "Last Checked Date" +} diff --git a/data/presets/fields/opening_date.json b/data/presets/fields/opening_date.json new file mode 100644 index 000000000..a0fc80e02 --- /dev/null +++ b/data/presets/fields/opening_date.json @@ -0,0 +1,5 @@ +{ + "key": "opening_date", + "type": "text", + "label": "Expected Opening Date" +} diff --git a/data/presets/presets.json b/data/presets/presets.json index e4b166154..a942a9075 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -399,6 +399,7 @@ "highway/bus_stop": {"icon": "maki-bus", "fields": ["name", "network", "operator", "bench", "shelter"], "geometry": ["point", "vertex"], "tags": {"highway": "bus_stop"}, "name": "Bus Stop / Platform", "searchable": false}, "highway/bridleway": {"fields": ["name", "surface", "width", "structure", "access"], "icon": "iD-highway-bridleway", "geometry": ["line"], "tags": {"highway": "bridleway"}, "terms": ["bridleway", "equestrian", "horse", "trail"], "name": "Bridle Path"}, "highway/bus_guideway": {"icon": "iD-highway-bus-guideway", "fields": ["name", "operator", "oneway"], "geometry": ["line"], "tags": {"highway": "bus_guideway"}, "addTags": {"highway": "bus_guideway", "access": "no", "bus": "designated"}, "removeTags": {"highway": "bus_guideway", "access": "no", "bus": "designated"}, "terms": [], "name": "Bus Guideway"}, + "highway/construction": {"icon": "iD-highway-construction", "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": "iD-highway-footway", "fields": ["name", "width", "level", "access_simple"], "geometry": ["line"], "tags": {"highway": "corridor"}, "terms": ["gallery", "hall", "hallway", "indoor", "passage", "passageway"], "name": "Indoor Corridor"}, "highway/crossing/zebra-raised": {"icon": "temaki-pedestrian", "fields": ["crossing", "kerb", "tactile_paving"], "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", "kerb", "tactile_paving"], "geometry": ["vertex"], "tags": {"highway": "crossing", "crossing": "zebra"}, "reference": {"key": "highway", "value": "crossing"}, "terms": ["zebra crossing", "marked crossing", "crosswalk"], "name": "Marked Crosswalk", "searchable": false}, diff --git a/data/presets/presets/highway/construction.json b/data/presets/presets/highway/construction.json new file mode 100644 index 000000000..90fb4770c --- /dev/null +++ b/data/presets/presets/highway/construction.json @@ -0,0 +1,25 @@ +{ + "icon": "iD-highway-construction", + "fields": [ + "name", + "opening_date", + "check_date", + "note", + "oneway", + "structure", + "access" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "construction", + "access": "no" + }, + "terms": [ + "closed", + "closure", + "construction" + ], + "name": "Road Closed" +} diff --git a/data/taginfo.json b/data/taginfo.json index 4dad8dfbe..c15770ca4 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2707,6 +2707,13 @@ "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-bus-guideway.svg?sanitize=true" }, + { + "key": "access", + "value": "no", + "description": "🄿 Road Closed, 🄵 Allowed Access", + "object_types": ["way"], + "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-construction.svg?sanitize=true" + }, { "key": "highway", "value": "corridor", @@ -6876,7 +6883,6 @@ }, {"key": "access", "description": "🄵 Allowed Access"}, {"key": "access", "value": "yes", "description": "🄵 Allowed Access"}, - {"key": "access", "value": "no", "description": "🄵 Allowed Access"}, { "key": "access", "value": "permissive", @@ -7065,6 +7071,7 @@ {"key": "capacity", "description": "🄵 Capacity"}, {"key": "cash_in", "description": "🄵 Cash In"}, {"key": "castle_type", "description": "🄵 Type"}, + {"key": "check_date", "description": "🄵 Last Checked Date"}, {"key": "clothes", "description": "🄵 Clothes"}, {"key": "collection_times", "description": "🄵 Collection Times"}, {"key": "colour", "description": "🄵 Color"}, @@ -7506,6 +7513,7 @@ {"key": "oneway", "value": "no", "description": "🄵 One Way"}, {"key": "oneway", "value": "reversible", "description": "🄵 One Way"}, {"key": "oneway", "value": "alternating", "description": "🄵 One Way"}, + {"key": "opening_date", "description": "🄵 Expected Opening Date"}, {"key": "opening_hours", "description": "🄵 Hours"}, {"key": "operator", "description": "🄵 Operator"}, {"key": "outdoor_seating", "description": "🄵 Outdoor Seating"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 1434294ec..c4ae1b817 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1755,6 +1755,9 @@ "castle_type": { "label": "Type" }, + "check_date": { + "label": "Last Checked Date" + }, "clothes": { "label": "Clothes" }, @@ -2431,6 +2434,9 @@ "alternating": "Alternating" } }, + "opening_date": { + "label": "Expected Opening Date" + }, "opening_hours": { "label": "Hours" }, @@ -4795,6 +4801,10 @@ "name": "Bus Guideway", "terms": "" }, + "highway/construction": { + "name": "Road Closed", + "terms": "closed,closure,construction" + }, "highway/corridor": { "name": "Indoor Corridor", "terms": "gallery,hall,hallway,indoor,passage,passageway" diff --git a/svg/iD-sprite/presets/highway-construction.svg b/svg/iD-sprite/presets/highway-construction.svg new file mode 100644 index 000000000..2aa3d485a --- /dev/null +++ b/svg/iD-sprite/presets/highway-construction.svg @@ -0,0 +1,9 @@ + + + + + + + + +