]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD v1.6.0
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 6 Oct 2014 21:58:08 +0000 (14:58 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 6 Oct 2014 22:10:25 +0000 (15:10 -0700)
62 files changed:
vendor/assets/iD/iD.css.erb
vendor/assets/iD/iD.js
vendor/assets/iD/iD/img/arrow-icon.png [new file with mode: 0644]
vendor/assets/iD/iD/img/cursor-select-mapillary.png [new file with mode: 0644]
vendor/assets/iD/iD/img/cursor-select-mapillary2x.png [new file with mode: 0644]
vendor/assets/iD/iD/locales/af.json
vendor/assets/iD/iD/locales/ar-AA.json
vendor/assets/iD/iD/locales/ar.json
vendor/assets/iD/iD/locales/ast.json
vendor/assets/iD/iD/locales/bg-BG.json
vendor/assets/iD/iD/locales/bn.json
vendor/assets/iD/iD/locales/bs.json
vendor/assets/iD/iD/locales/ca.json
vendor/assets/iD/iD/locales/cs.json
vendor/assets/iD/iD/locales/da.json
vendor/assets/iD/iD/locales/de.json
vendor/assets/iD/iD/locales/el.json
vendor/assets/iD/iD/locales/en-GB.json
vendor/assets/iD/iD/locales/en.json
vendor/assets/iD/iD/locales/eo.json [new file with mode: 0644]
vendor/assets/iD/iD/locales/es.json
vendor/assets/iD/iD/locales/et.json
vendor/assets/iD/iD/locales/fa.json
vendor/assets/iD/iD/locales/fi.json
vendor/assets/iD/iD/locales/fr.json
vendor/assets/iD/iD/locales/gl.json
vendor/assets/iD/iD/locales/hr.json
vendor/assets/iD/iD/locales/hu.json
vendor/assets/iD/iD/locales/id.json
vendor/assets/iD/iD/locales/is.json
vendor/assets/iD/iD/locales/it.json
vendor/assets/iD/iD/locales/ja.json
vendor/assets/iD/iD/locales/km-KH.json [new file with mode: 0644]
vendor/assets/iD/iD/locales/km.json [new file with mode: 0644]
vendor/assets/iD/iD/locales/ko-KR.json
vendor/assets/iD/iD/locales/ko.json
vendor/assets/iD/iD/locales/lt.json
vendor/assets/iD/iD/locales/lv.json
vendor/assets/iD/iD/locales/nl.json
vendor/assets/iD/iD/locales/no.json
vendor/assets/iD/iD/locales/pl.json
vendor/assets/iD/iD/locales/pt-BR.json
vendor/assets/iD/iD/locales/pt.json
vendor/assets/iD/iD/locales/ro-RO.json
vendor/assets/iD/iD/locales/ru.json
vendor/assets/iD/iD/locales/si.json
vendor/assets/iD/iD/locales/sk.json
vendor/assets/iD/iD/locales/sl.json
vendor/assets/iD/iD/locales/sq-AL.json [new file with mode: 0644]
vendor/assets/iD/iD/locales/sr.json
vendor/assets/iD/iD/locales/sv.json
vendor/assets/iD/iD/locales/ta.json
vendor/assets/iD/iD/locales/te.json
vendor/assets/iD/iD/locales/tl.json
vendor/assets/iD/iD/locales/tr.json
vendor/assets/iD/iD/locales/uk.json
vendor/assets/iD/iD/locales/vi.json
vendor/assets/iD/iD/locales/yue.json
vendor/assets/iD/iD/locales/zh-CN.json
vendor/assets/iD/iD/locales/zh-HK.json
vendor/assets/iD/iD/locales/zh-TW.json
vendor/assets/iD/iD/locales/zh.json

index 25f79ef3d3a14b33bc124a82f354017337998321..a1348383ceb05e7504236367a48743c72a271e9e 100644 (file)
@@ -373,26 +373,27 @@ path.fill.tag-natural-water {
     background-color: rgba(119, 211, 222, 0.3);
 }
 
-path.stroke.tag-amenity-school {
-    stroke: rgb(255, 255, 148);
-}
-path.fill.tag-amenity-school {
-    fill: rgba(255, 255, 148, 0.2);
-}
-.preset-icon-fill-area.tag-amenity-school {
-    border-color: rgb(255, 255, 148);
-    background-color: rgba(255, 255, 148, 0.2);
-}
-
+path.stroke.tag-amenity-childcare,
+path.stroke.tag-amenity-kindergarten,
+path.stroke.tag-amenity-school,
+path.stroke.tag-amenity-college,
 path.stroke.tag-amenity-university {
     stroke: rgb(255, 255, 148);
 }
+path.fill.tag-amenity-childcare,
+path.fill.tag-amenity-kindergarten,
+path.fill.tag-amenity-school,
+path.fill.tag-amenity-college,
 path.fill.tag-amenity-university {
-    fill: rgba(255, 255, 148, 0.1);
+    fill: rgba(255, 255, 148, 0.15);
 }
+.preset-icon-fill-area.tag-amenity-childcare,
+.preset-icon-fill-area.tag-amenity-kindergarten,
+.preset-icon-fill-area.tag-amenity-school,
+.preset-icon-fill-area.tag-amenity-college,
 .preset-icon-fill-area.tag-amenity-university {
     border-color: rgb(255, 255, 148);
-    background-color: rgba(255, 255, 148, 0.1);
+    background-color: rgba(255, 255, 148, 0.15);
 }
 
 path.stroke.tag-landuse,
@@ -433,30 +434,30 @@ path.fill.tag-landuse-industrial {
 }
 
 path.stroke.tag-landuse-residential {
-    stroke: rgb(224, 110, 95);
+    stroke: rgb(196, 189, 25);
 }
 path.fill.tag-landuse-residential {
-    stroke: rgba(224, 110, 95, 0.3);
+    stroke: rgba(196, 189, 25, 0.3);
 }
 .preset-icon-fill-area.tag-landuse-residential {
-    border-color: rgb(224, 110, 95);
+    border-color: rgb(196, 189, 25);
     background: none;
-    box-shadow: inset 0 0 0 5px rgba(224, 110, 95, 0.3);
+    box-shadow: inset 0 0 0 5px rgba(196, 189, 25, 0.3);
 }
 
 path.stroke.tag-landuse-retail,
 path.stroke.tag-landuse-commercial {
-    stroke: rgb(234, 176, 86);
+    stroke: rgb(214, 136, 26);
 }
 path.fill.tag-landuse-retail,
 path.fill.tag-landuse-commercial {
-    stroke: rgba(234, 176, 86, 0.3);
+    stroke: rgba(214, 136, 26, 0.3);
 }
 .preset-icon-fill-area.tag-landuse-retail,
 .preset-icon-fill-area.tag-landuse-commercial {
-    border-color: rgb(234, 176, 86);
+    border-color: rgb(214, 136, 26);
     background: none;
-    box-shadow: inset 0 0 0 5px rgba(234, 176, 86, 0.3);
+    box-shadow: inset 0 0 0 5px rgba(214, 136, 26, 0.3);
 }
 
 path.stroke.tag-landuse-industrial {
@@ -508,22 +509,22 @@ path.fill.tag-landuse-landfill {
 }
 
 path.stroke.tag-landuse-construction {
-    stroke: rgb(224, 110, 95);
+    stroke: rgb(196, 189, 25);
 }
 .pattern-color-construction {
-    fill: rgba(224, 110, 95, 0.2);
+    fill: rgba(196, 189, 25, 0.2);
 }
 .preset-icon-fill-area.tag-landuse-construction {
-    border-color: rgb(224, 110, 95);
-    background-color: rgba(224, 110, 95, 0.2);
+    border-color: rgb(196, 189, 25);
+    background-color: rgba(196, 189, 25, 0.2);
 }
 
 path.stroke.tag-landuse-military {
-    stroke: rgb(224, 110, 95);
+    stroke: rgb(214, 136, 26);
 }
 .preset-icon-fill-area.tag-landuse-military {
-    border-color: rgb(224, 110, 95);
-    background-color: rgba(224, 110, 95, 0.2);
+    border-color: rgb(214, 136, 26);
+    background-color: rgba(214, 136, 26, 0.2);
 }
 
 path.stroke.tag-natural-wetland {
@@ -1302,6 +1303,36 @@ text.gpx {
     fill:#FF26D4;
 }
 
+/* Mapillary Layer */
+
+.layer-mapillary {
+    pointer-events: none;
+}
+
+.layer-mapillary g {
+    pointer-events: visible;
+    cursor: pointer; /* Opera */
+    cursor: url(<%= asset_path("iD/img/cursor-select-mapillary.png") %>) 6 1, pointer; /* FF */
+}
+
+.layer-mapillary g * {
+    stroke-width: 2;
+    stroke: #ffc600;
+    fill: #ffc600;
+}
+
+.layer-mapillary g:hover * {
+    stroke-width: 2;
+    stroke: #ff9900;
+    fill: #ff9900;
+}
+
+.layer-mapillary g.selected * {
+    stroke-width: 4;
+    stroke: #ff5800;
+    fill: #ff5800;
+}
+
 /* Modes */
 
 .mode-draw-line .vertex.active,
@@ -1667,6 +1698,7 @@ a.hide {
     right: -100%;
 }
 
+
 .pane {
     position:absolute;
     width:50%;
@@ -2043,6 +2075,48 @@ a:hover .icon.out-link   { background-position: -500px -14px;}
     bottom: 0;
 }
 
+.mapillary-image {
+    position: absolute;
+    right: 0;
+    bottom: 30px;
+    width: 330px;
+    height: 250px;
+    padding: 5px;
+    background-color: #fff;
+}
+
+.mapillary-image a {
+    display: block;
+    position: absolute;
+    height: auto;
+    background-color: rgba(0,0,0,.5);
+    bottom: 0;
+    right: 0;
+    padding: 5px 10px;
+}
+
+.mapillary-image img {
+    width: 100%;
+    height: auto;
+    display: block;
+}
+
+.mapillary-image.hidden {
+    visibility: hidden;
+}
+
+.mapillary-image.temp button {
+    display: none;
+}
+
+.mapillary-image button {
+    border-radius: 0;
+    padding: 5px;
+    position: absolute;
+    right: 0;
+    top: 0;
+}
+
 .feature-list-pane .inspector-body {
     top: 120px;
 }
index 11c3eb29ba1371f42429a41988249deac01098f3..6ce81633a3b329b632d15d01dc855655d7dc43da 100644 (file)
@@ -14188,7 +14188,7 @@ module.exports = function forEach (obj, fn, ctx) {
 function rbush(maxEntries, format) {
 
     // jshint newcap: false, validthis: true
-    if (!(this instanceof rbush)) { return new rbush(maxEntries, format); }
+    if (!(this instanceof rbush)) return new rbush(maxEntries, format);
 
     // max entries in a node is 9 by default; min node fill is 40% for best performance
     this._maxEntries = Math.max(4, maxEntries || 9);
@@ -14210,32 +14210,26 @@ rbush.prototype = {
     search: function (bbox) {
 
         var node = this.data,
-            result = [];
+            result = [],
+            toBBox = this.toBBox;
 
-        if (!this._intersects(bbox, node.bbox)) { return result; }
+        if (!intersects(bbox, node.bbox)) return result;
 
         var nodesToSearch = [],
             i, len, child, childBBox;
 
         while (node) {
             for (i = 0, len = node.children.length; i < len; i++) {
-                child = node.children[i];
-                childBBox = node.leaf ? this.toBBox(child) : child.bbox;
-
-                if (this._intersects(bbox, childBBox)) {
-
-                    if (node.leaf) {
-                        result.push(child);
 
-                    } else if (this._contains(bbox, childBBox)) {
-                        this._all(child, result);
+                child = node.children[i];
+                childBBox = node.leaf ? toBBox(child) : child.bbox;
 
-                    } else {
-                        nodesToSearch.push(child);
-                    }
+                if (intersects(bbox, childBBox)) {
+                    if (node.leaf) result.push(child);
+                    else if (contains(bbox, childBBox)) this._all(child, result);
+                    else nodesToSearch.push(child);
                 }
             }
-
             node = nodesToSearch.pop();
         }
 
@@ -14243,7 +14237,7 @@ rbush.prototype = {
     },
 
     load: function (data) {
-        if (!(data && data.length)) { return this; }
+        if (!(data && data.length)) return this;
 
         if (data.length < this._minEntries) {
             for (var i = 0, len = data.length; i < len; i++) {
@@ -14253,7 +14247,7 @@ rbush.prototype = {
         }
 
         // recursively build the tree with the given data from stratch using OMT algorithm
-        var node = this._build(data.slice(), 0);
+        var node = this._build(data.slice(), 0, data.length - 1, 0);
 
         if (!this.data.children.length) {
             // save as is if tree is empty
@@ -14279,24 +14273,22 @@ rbush.prototype = {
     },
 
     insert: function (item) {
-        if (item) {
-            this._insert(item, this.data.height - 1);
-        }
+        if (item) this._insert(item, this.data.height - 1);
         return this;
     },
 
     clear: function () {
         this.data = {
             children: [],
-            leaf: true,
-            bbox: this._empty(),
-            height: 1
+            height: 1,
+            bbox: empty(),
+            leaf: true
         };
         return this;
     },
 
     remove: function (item) {
-        if (!item) { return this; }
+        if (!item) return this;
 
         var node = this.data,
             bbox = this.toBBox(item),
@@ -14326,7 +14318,7 @@ rbush.prototype = {
                 }
             }
 
-            if (!goingUp && !node.leaf && this._intersects(bbox, node.bbox)) { // go down
+            if (!goingUp && !node.leaf && contains(node.bbox, bbox)) { // go down
                 path.push(node);
                 indexes.push(i);
                 i = 0;
@@ -14338,9 +14330,7 @@ rbush.prototype = {
                 node = parent.children[i];
                 goingUp = false;
 
-            } else { // nothing found
-                node = null;
-            }
+            } else node = null; // nothing found
         }
 
         return this;
@@ -14361,29 +14351,28 @@ rbush.prototype = {
     _all: function (node, result) {
         var nodesToSearch = [];
         while (node) {
-            if (node.leaf) {
-                result.push.apply(result, node.children);
-            } else {
-                nodesToSearch.push.apply(nodesToSearch, node.children);
-            }
+            if (node.leaf) result.push.apply(result, node.children);
+            else nodesToSearch.push.apply(nodesToSearch, node.children);
+
             node = nodesToSearch.pop();
         }
         return result;
     },
 
-    _build: function (items, level, height) {
+    _build: function (items, left, right, level, height) {
 
-        var N = items.length,
+        var N = right - left + 1,
             M = this._maxEntries,
             node;
 
         if (N <= M) {
             node = {
-                children: items,
-                leaf: true,
-                height: 1
+                children: items.slice(left, right + 1),
+                height: 1,
+                bbox: null,
+                leaf: true
             };
-            this._calcBBox(node);
+            calcBBox(node, this.toBBox);
             return node;
         }
 
@@ -14393,34 +14382,37 @@ rbush.prototype = {
 
             // target number of root entries to maximize storage utilization
             M = Math.ceil(N / Math.pow(M, height - 1));
-
-            items.sort(this.compareMinX);
         }
 
         // TODO eliminate recursion?
 
         node = {
             children: [],
-            height: height
+            height: height,
+            bbox: null
         };
 
-        var N1 = Math.ceil(N / M) * Math.ceil(Math.sqrt(M)),
-            N2 = Math.ceil(N / M),
-            compare = level % 2 === 1 ? this.compareMinX : this.compareMinY,
-            i, j, slice, sliceLen, childNode;
+        var N2 = Math.ceil(N / M),
+            N1 = N2 * Math.ceil(Math.sqrt(M)),
+            i, j, right2, childNode;
 
         // split the items into M mostly square tiles
-        for (i = 0; i < N; i += N1) {
-            slice = items.slice(i, i + N1).sort(compare);
+        for (i = left; i <= right; i += N1) {
+
+            if (i + N1 <= right) partitionSort(items, i, right, i + N1, this.compareMinX);
+            right2 = Math.min(i + N1 - 1, right);
+
+            for (j = i; j <= right2; j += N2) {
+
+                if (j + N2 <= right2) partitionSort(items, j, right2, j + N2, this.compareMinY);
 
-            for (j = 0, sliceLen = slice.length; j < sliceLen; j += N2) {
                 // pack each entry recursively
-                childNode = this._build(slice.slice(j, j + N2), level + 1, height - 1);
+                childNode = this._build(items, j, Math.min(j + N2 - 1, right2), level + 1, height - 1);
                 node.children.push(childNode);
             }
         }
 
-        this._calcBBox(node);
+        calcBBox(node, this.toBBox);
 
         return node;
     },
@@ -14432,14 +14424,14 @@ rbush.prototype = {
         while (true) {
             path.push(node);
 
-            if (node.leaf || path.length - 1 === level) { break; }
+            if (node.leaf || path.length - 1 === level) break;
 
             minArea = minEnlargement = Infinity;
 
             for (i = 0, len = node.children.length; i < len; i++) {
                 child = node.children[i];
-                area = this._area(child.bbox);
-                enlargement = this._enlargedArea(bbox, child.bbox) - area;
+                area = bboxArea(child.bbox);
+                enlargement = enlargedArea(bbox, child.bbox) - area;
 
                 // choose entry with the least area enlargement
                 if (enlargement < minEnlargement) {
@@ -14462,28 +14454,26 @@ rbush.prototype = {
         return node;
     },
 
-    _insert: function (item, level, isNode, root) {
+    _insert: function (item, level, isNode) {
 
-        var bbox = isNode ? item.bbox : this.toBBox(item),
+        var toBBox = this.toBBox,
+            bbox = isNode ? item.bbox : toBBox(item),
             insertPath = [];
 
         // find the best node for accommodating the item, saving all nodes along the path too
-        var node = this._chooseSubtree(bbox, root || this.data, level, insertPath),
-            splitOccured;
+        var node = this._chooseSubtree(bbox, this.data, level, insertPath);
 
         // put the item into the node
         node.children.push(item);
-        this._extend(node.bbox, bbox);
+        extend(node.bbox, bbox);
 
         // split on node overflow; propagate upwards if necessary
-        do {
-            splitOccured = false;
+        while (level >= 0) {
             if (insertPath[level].children.length > this._maxEntries) {
                 this._split(insertPath, level);
-                splitOccured = true;
                 level--;
-            }
-        } while (level >= 0 && splitOccured);
+            } else break;
+        }
 
         // adjust bboxes along the insertion path
         this._adjustParentBBoxes(bbox, insertPath, level);
@@ -14503,26 +14493,22 @@ rbush.prototype = {
             height: node.height
         };
 
-        if (node.leaf) {
-            newNode.leaf = true;
-        }
+        if (node.leaf) newNode.leaf = true;
 
-        this._calcBBox(node);
-        this._calcBBox(newNode);
+        calcBBox(node, this.toBBox);
+        calcBBox(newNode, this.toBBox);
 
-        if (level) {
-            insertPath[level - 1].children.push(newNode);
-        } else {
-            this._splitRoot(node, newNode);
-        }
+        if (level) insertPath[level - 1].children.push(newNode);
+        else this._splitRoot(node, newNode);
     },
 
     _splitRoot: function (node, newNode) {
         // split root node
-        this.data = {};
-        this.data.children = [node, newNode];
-        this.data.height = node.height + 1;
-        this._calcBBox(this.data);
+        this.data = {
+            children: [node, newNode],
+            height: node.height + 1
+        };
+        calcBBox(this.data, this.toBBox);
     },
 
     _chooseSplitIndex: function (node, m, M) {
@@ -14532,11 +14518,11 @@ rbush.prototype = {
         minOverlap = minArea = Infinity;
 
         for (i = m; i <= M - m; i++) {
-            bbox1 = this._distBBox(node, 0, i);
-            bbox2 = this._distBBox(node, i, M);
+            bbox1 = distBBox(node, 0, i, this.toBBox);
+            bbox2 = distBBox(node, i, M, this.toBBox);
 
-            overlap = this._intersectionArea(bbox1, bbox2);
-            area = this._area(bbox1) + this._area(bbox2);
+            overlap = intersectionArea(bbox1, bbox2);
+            area = bboxArea(bbox1) + bboxArea(bbox2);
 
             // choose distribution with minimum overlap
             if (overlap < minOverlap) {
@@ -14560,17 +14546,14 @@ rbush.prototype = {
     // sorts node children by the best axis for split
     _chooseSplitAxis: function (node, m, M) {
 
-        var compareMinX = node.leaf ? this.compareMinX : this._compareNodeMinX,
-            compareMinY = node.leaf ? this.compareMinY : this._compareNodeMinY,
+        var compareMinX = node.leaf ? this.compareMinX : compareNodeMinX,
+            compareMinY = node.leaf ? this.compareMinY : compareNodeMinY,
             xMargin = this._allDistMargin(node, m, M, compareMinX),
             yMargin = this._allDistMargin(node, m, M, compareMinY);
 
         // if total distributions margin value is minimal for x, sort by minX,
         // otherwise it's already sorted by minY
-
-        if (xMargin < yMargin) {
-            node.children.sort(compareMinX);
-        }
+        if (xMargin < yMargin) node.children.sort(compareMinX);
     },
 
     // total margin of all possible split distributions where each node is at least m full
@@ -14578,116 +14561,48 @@ rbush.prototype = {
 
         node.children.sort(compare);
 
-        var leftBBox = this._distBBox(node, 0, m),
-            rightBBox = this._distBBox(node, M - m, M),
-            margin = this._margin(leftBBox) + this._margin(rightBBox),
+        var toBBox = this.toBBox,
+            leftBBox = distBBox(node, 0, m, toBBox),
+            rightBBox = distBBox(node, M - m, M, toBBox),
+            margin = bboxMargin(leftBBox) + bboxMargin(rightBBox),
             i, child;
 
         for (i = m; i < M - m; i++) {
             child = node.children[i];
-            this._extend(leftBBox, node.leaf ? this.toBBox(child) : child.bbox);
-            margin += this._margin(leftBBox);
+            extend(leftBBox, node.leaf ? toBBox(child) : child.bbox);
+            margin += bboxMargin(leftBBox);
         }
 
-        for (i = M - m - 1; i >= 0; i--) {
+        for (i = M - m - 1; i >= m; i--) {
             child = node.children[i];
-            this._extend(rightBBox, node.leaf ? this.toBBox(child) : child.bbox);
-            margin += this._margin(rightBBox);
+            extend(rightBBox, node.leaf ? toBBox(child) : child.bbox);
+            margin += bboxMargin(rightBBox);
         }
 
         return margin;
     },
 
-    // min bounding rectangle of node children from k to p-1
-    _distBBox: function (node, k, p) {
-        var bbox = this._empty();
-
-        for (var i = k, child; i < p; i++) {
-            child = node.children[i];
-            this._extend(bbox, node.leaf ? this.toBBox(child) : child.bbox);
-        }
-
-        return bbox;
-    },
-
-    // calculate node's bbox from bboxes of its children
-    _calcBBox: function (node) {
-        node.bbox = this._empty();
-
-        for (var i = 0, len = node.children.length, child; i < len; i++) {
-            child = node.children[i];
-            this._extend(node.bbox, node.leaf ? this.toBBox(child) : child.bbox);
-        }
-    },
-
     _adjustParentBBoxes: function (bbox, path, level) {
         // adjust bboxes along the given tree path
         for (var i = level; i >= 0; i--) {
-            this._extend(path[i].bbox, bbox);
+            extend(path[i].bbox, bbox);
         }
     },
 
     _condense: function (path) {
         // go through the path, removing empty nodes and updating bboxes
-        for (var i = path.length - 1, parent; i >= 0; i--) {
+        for (var i = path.length - 1, siblings; i >= 0; i--) {
             if (path[i].children.length === 0) {
                 if (i > 0) {
-                    parent = path[i - 1].children;
-                    parent.splice(parent.indexOf(path[i]), 1);
-                } else {
-                    this.clear();
-                }
-            } else {
-                this._calcBBox(path[i]);
-            }
-        }
-    },
-
-    _contains: function(a, b) {
-        return a[0] <= b[0] &&
-               a[1] <= b[1] &&
-               b[2] <= a[2] &&
-               b[3] <= a[3];
-    },
-
-    _intersects: function (a, b) {
-        return b[0] <= a[2] &&
-               b[1] <= a[3] &&
-               b[2] >= a[0] &&
-               b[3] >= a[1];
-    },
-
-    _extend: function (a, b) {
-        a[0] = Math.min(a[0], b[0]);
-        a[1] = Math.min(a[1], b[1]);
-        a[2] = Math.max(a[2], b[2]);
-        a[3] = Math.max(a[3], b[3]);
-        return a;
-    },
-
-    _area:   function (a) { return (a[2] - a[0]) * (a[3] - a[1]); },
-    _margin: function (a) { return (a[2] - a[0]) + (a[3] - a[1]); },
-
-    _enlargedArea: function (a, b) {
-        return (Math.max(b[2], a[2]) - Math.min(b[0], a[0])) *
-               (Math.max(b[3], a[3]) - Math.min(b[1], a[1]));
-    },
+                    siblings = path[i - 1].children;
+                    siblings.splice(siblings.indexOf(path[i]), 1);
 
-    _intersectionArea: function (a, b) {
-        var minX = Math.max(a[0], b[0]),
-            minY = Math.max(a[1], b[1]),
-            maxX = Math.min(a[2], b[2]),
-            maxY = Math.min(a[3], b[3]);
+                } else this.clear();
 
-        return Math.max(0, maxX - minX) *
-               Math.max(0, maxY - minY);
+            } else calcBBox(path[i], this.toBBox);
+        }
     },
 
-    _empty: function () { return [Infinity, Infinity, -Infinity, -Infinity]; },
-
-    _compareNodeMinX: function (a, b) { return a.bbox[0] - b.bbox[0]; },
-    _compareNodeMinY: function (a, b) { return a.bbox[1] - b.bbox[1]; },
-
     _initFormat: function (format) {
         // data format (minX, minY, maxX, maxY accessors)
 
@@ -14706,20 +14621,116 @@ rbush.prototype = {
     }
 };
 
-if (typeof define === 'function' && define.amd) {
-    define(function() {
-        return rbush;
-    });
-} else if (typeof module !== 'undefined') {
-    module.exports = rbush;
-} else if (typeof self !== 'undefined') {
-    self.rbush = rbush;
-} else {
-    window.rbush = rbush;
+// calculate node's bbox from bboxes of its children
+function calcBBox(node, toBBox) {
+    node.bbox = distBBox(node, 0, node.children.length, toBBox);
 }
 
-})();
-(function(e){if("function"==typeof bootstrap)bootstrap("sexagesimal",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeSexagesimal=e}else"undefined"!=typeof window?window.sexagesimal=e():global.sexagesimal=e()})(function(){var define,ses,bootstrap,module,exports;
+// min bounding rectangle of node children from k to p-1
+function distBBox(node, k, p, toBBox) {
+    var bbox = empty();
+
+    for (var i = k, child; i < p; i++) {
+        child = node.children[i];
+        extend(bbox, node.leaf ? toBBox(child) : child.bbox);
+    }
+
+    return bbox;
+}
+
+
+function empty() { return [Infinity, Infinity, -Infinity, -Infinity]; }
+
+function extend(a, b) {
+    a[0] = Math.min(a[0], b[0]);
+    a[1] = Math.min(a[1], b[1]);
+    a[2] = Math.max(a[2], b[2]);
+    a[3] = Math.max(a[3], b[3]);
+    return a;
+}
+
+function compareNodeMinX(a, b) { return a.bbox[0] - b.bbox[0]; }
+function compareNodeMinY(a, b) { return a.bbox[1] - b.bbox[1]; }
+
+function bboxArea(a)   { return (a[2] - a[0]) * (a[3] - a[1]); }
+function bboxMargin(a) { return (a[2] - a[0]) + (a[3] - a[1]); }
+
+function enlargedArea(a, b) {
+    return (Math.max(b[2], a[2]) - Math.min(b[0], a[0])) *
+           (Math.max(b[3], a[3]) - Math.min(b[1], a[1]));
+}
+
+function intersectionArea (a, b) {
+    var minX = Math.max(a[0], b[0]),
+        minY = Math.max(a[1], b[1]),
+        maxX = Math.min(a[2], b[2]),
+        maxY = Math.min(a[3], b[3]);
+
+    return Math.max(0, maxX - minX) *
+           Math.max(0, maxY - minY);
+}
+
+function contains(a, b) {
+    return a[0] <= b[0] &&
+           a[1] <= b[1] &&
+           b[2] <= a[2] &&
+           b[3] <= a[3];
+}
+
+function intersects (a, b) {
+    return b[0] <= a[2] &&
+           b[1] <= a[3] &&
+           b[2] >= a[0] &&
+           b[3] >= a[1];
+}
+
+
+function partitionSort(arr, left, right, k, compare) {
+    var pivot;
+
+    while (true) {
+        pivot = Math.floor((left + right) / 2);
+        pivot = partition(arr, left, right, pivot, compare);
+
+        if (k === pivot) break;
+        else if (k < pivot) right = pivot - 1;
+        else left = pivot + 1;
+    }
+
+    partition(arr, left, right, k, compare);
+}
+
+function partition(arr, left, right, pivot, compare) {
+    var k = left,
+        value = arr[pivot];
+
+    swap(arr, pivot, right);
+
+    for (var i = left; i < right; i++) {
+        if (compare(arr[i], value) < 0) {
+            swap(arr, k, i);
+            k++;
+        }
+    }
+    swap(arr, right, k);
+
+    return k;
+}
+
+function swap(arr, i, j) {
+    var tmp = arr[i];
+    arr[i] = arr[j];
+    arr[j] = tmp;
+}
+
+
+// export as AMD/CommonJS module or global variable
+if (typeof define === 'function' && define.amd) define(function() { return rbush; });
+else if (typeof module !== 'undefined') module.exports = rbush;
+else if (typeof self !== 'undefined') self.rbush = rbush;
+else window.rbush = rbush;
+
+})();(function(e){if("function"==typeof bootstrap)bootstrap("sexagesimal",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeSexagesimal=e}else"undefined"!=typeof window?window.sexagesimal=e():global.sexagesimal=e()})(function(){var define,ses,bootstrap,module,exports;
 return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
 module.exports = element;
 module.exports.pair = pair;
@@ -16411,7 +16422,7 @@ window.iD = function () {
     return d3.rebind(context, dispatch, 'on');
 };
 
-iD.version = '1.5.4';
+iD.version = '1.6.0';
 
 (function() {
     var detected = {};
@@ -16571,7 +16582,7 @@ iD.taginfo = function() {
 
     taginfo.keys = function(parameters, callback) {
         var debounce = parameters.debounce;
-        parameters = clean(shorten(setSort(setFilter(parameters))));
+        parameters = clean(shorten(setSort(parameters)));
         request(endpoint + 'keys/all?' +
             iD.util.qsString(_.extend({
                 rp: 10,
@@ -17091,9 +17102,20 @@ iD.geo.polygonContainsPolygon = function(outer, inner) {
 };
 
 iD.geo.polygonIntersectsPolygon = function(outer, inner) {
+    function testSegments(outer, inner) {
+        for (var i = 0; i < outer.length - 1; i++) {
+            for (var j = 0; j < inner.length - 1; j++) {
+                var a = [ outer[i], outer[i+1] ],
+                    b = [ inner[j], inner[j+1] ];
+                if (iD.geo.lineIntersection(a, b)) return true;
+            }
+        }
+        return false;
+    }
+
     return _.some(inner, function(point) {
         return iD.geo.pointInPolygon(point, outer);
-    });
+    }) || testSegments(outer, inner);
 };
 
 iD.geo.pathLength = function(path) {
@@ -17310,25 +17332,35 @@ iD.geo.Intersection = function(graph, vertexId) {
     return intersection;
 };
 
-iD.geo.inferRestriction = function(from, via, to, projection) {
-    var angle = iD.geo.angle(via, from, projection) -
-                iD.geo.angle(via, to, projection);
+
+iD.geo.inferRestriction = function(graph, from, via, to, projection) {
+    var fromWay = graph.entity(from.way),
+        fromNode = graph.entity(from.node),
+        toWay = graph.entity(to.way),
+        toNode = graph.entity(to.node),
+        viaNode = graph.entity(via.node),
+        fromOneWay = (fromWay.tags.oneway === 'yes' && fromWay.last() === via.node) ||
+            (fromWay.tags.oneway === '-1' && fromWay.first() === via.node),
+        toOneWay = (toWay.tags.oneway === 'yes' && toWay.first() === via.node) ||
+            (toWay.tags.oneway === '-1' && toWay.last() === via.node),
+        angle = iD.geo.angle(viaNode, fromNode, projection) -
+                iD.geo.angle(viaNode, toNode, projection);
 
     angle = angle * 180 / Math.PI;
 
     while (angle < 0)
         angle += 360;
 
-    if (angle < 23)
+    if (fromNode === toNode)
+        return 'no_u_turn';
+    if ((angle < 23 || angle > 336) && fromOneWay && toOneWay)
         return 'no_u_turn';
     if (angle < 158)
         return 'no_right_turn';
-    if (angle < 202)
-        return 'no_straight_on';
-    if (angle < 336)
+    if (angle > 202)
         return 'no_left_turn';
 
-    return 'no_u_turn';
+    return 'no_straight_on';
 };
 // For fixing up rendering of multipolygons with tags on the outer member.
 // https://github.com/openstreetmap/iD/issues/613
@@ -18580,14 +18612,8 @@ iD.actions.Orthogonalize = function(wayId, projection) {
 // `from.node` in `from.way` toward `to.node` in `to.way` via `via.node`.
 // (The action does not check that these entities form a valid intersection.)
 //
-// If `restriction` is not provided, it is automatically determined by the
-// angle of the turn:
-//
-//    0-23  degrees: no_u_turn
-//   23-158 degrees: no_right_turn
-//  158-202 degrees: no_straight_on
-//  202-326 degrees: no_left_turn
-//  336-360 degrees: no_u_turn
+// If `restriction` is not provided, it is automatically determined by
+// iD.geo.inferRestriction.
 //
 // If necessary, the `from` and `to` ways are split. In these cases, `from.node`
 // and `to.node` are used to determine which portion of the split ways become
@@ -18643,9 +18669,10 @@ iD.actions.RestrictTurn = function(turn, projection, restrictionId) {
                 type: 'restriction',
                 restriction: turn.restriction ||
                     iD.geo.inferRestriction(
-                        graph.entity(turn.from.node),
-                        via,
-                        graph.entity(turn.to.node),
+                        graph,
+                        turn.from,
+                        turn.via,
+                        turn.to,
                         projection)
             },
             members: [
@@ -19666,7 +19693,7 @@ iD.behavior.Hash = function(context) {
             center = map.center(),
             zoom = map.zoom(),
             precision = Math.max(0, Math.ceil(Math.log(zoom) / Math.LN2)),
-            q = iD.util.stringQs(location.hash.substring(1)),
+            q = _.omit(iD.util.stringQs(location.hash.substring(1)), 'comment'),
             newParams = {};
 
         if (mode && mode.id === 'browse') {
@@ -19714,6 +19741,7 @@ iD.behavior.Hash = function(context) {
         if (location.hash) {
             var q = iD.util.stringQs(location.hash.substring(1));
             if (q.id) context.loadEntity(q.id.split(',')[0], !q.map);
+            if (q.comment) context.storage('comment', q.comment);
             hashchange();
             if (q.map) hash.hadHash = true;
         }
@@ -21567,6 +21595,7 @@ iD.areaKeys = {
         "atm": true,
         "bbq": true,
         "bench": true,
+        "bureau_de_change": true,
         "clock": true,
         "drinking_water": true,
         "parking_entrance": true,
@@ -21606,6 +21635,7 @@ iD.areaKeys = {
     "landuse": {},
     "leisure": {
         "picnic_table": true,
+        "track": true,
         "slipway": true
     },
     "man_made": {
@@ -23643,6 +23673,7 @@ iD.Background = function(context) {
             .projection(context.projection),
         gpxLayer = iD.GpxLayer(context, dispatch)
             .projection(context.projection),
+        mapillaryLayer = iD.MapillaryLayer(context),
         overlayLayers = [];
 
     var backgroundSources = iD.data.imagery.map(function(source) {
@@ -23730,6 +23761,14 @@ iD.Background = function(context) {
 
         overlays.exit()
             .remove();
+
+        var mapillary = selection.selectAll('.layer-mapillary')
+            .data([0]);
+
+        mapillary.enter().insert('div')
+            .attr('class', 'layer-layer layer-mapillary');
+
+        mapillary.call(mapillaryLayer);
     }
 
     background.sources = function(extent) {
@@ -23741,6 +23780,7 @@ iD.Background = function(context) {
     background.dimensions = function(_) {
         baseLayer.dimensions(_);
         gpxLayer.dimensions(_);
+        mapillaryLayer.dimensions(_);
 
         overlayLayers.forEach(function(layer) {
             layer.dimensions(_);
@@ -23805,6 +23845,15 @@ iD.Background = function(context) {
         dispatch.change();
     };
 
+    background.showsMapillaryLayer = function() {
+        return mapillaryLayer.enable();
+    };
+
+    background.toggleMapillaryLayer = function() {
+        mapillaryLayer.enable(!mapillaryLayer.enable());
+        dispatch.change();
+    };
+
     background.showsLayer = function(d) {
         return d === baseLayer.source() ||
             (d.id === 'custom' && baseLayer.source().id === 'custom') ||
@@ -24165,8 +24214,6 @@ iD.Map = function(context) {
         supersurface = selection.append('div')
             .attr('id', 'supersurface');
 
-        supersurface.call(context.background());
-
         // Need a wrapper div because Opera can't cope with an absolutely positioned
         // SVG element: http://bl.ocks.org/jfirebaugh/6fbfbd922552bf776c16
         var dataLayer = supersurface.append('div')
@@ -24184,6 +24231,8 @@ iD.Map = function(context) {
             .attr('id', 'surface')
             .call(iD.svg.Surface(context));
 
+        supersurface.call(context.background());
+
         surface.on('mousemove.map', function() {
             mousemove = d3.event;
         });
@@ -24534,6 +24583,165 @@ iD.Map = function(context) {
 
     return d3.rebind(map, dispatch, 'on');
 };
+iD.MapillaryLayer = function (context) {
+    var enable = false,
+        currentImage,
+        svg, div, request;
+
+    function show(image) {
+        svg.selectAll('g')
+            .classed('selected', function(d) {
+                return currentImage && d.key === currentImage.key;
+            });
+
+        div.classed('hidden', false)
+            .classed('temp', image !== currentImage);
+
+        div.selectAll('img')
+            .attr('src', 'https://d1cuyjsrcm0gby.cloudfront.net/' + image.key + '/thumb-320.jpg');
+
+        div.selectAll('a')
+            .attr('href', 'http://mapillary.com/map/im/' + image.key);
+    }
+
+    function hide() {
+        currentImage = undefined;
+
+        svg.selectAll('g')
+            .classed('selected', false);
+
+        div.classed('hidden', true);
+    }
+
+    function transform(image) {
+        var t = 'translate(' + context.projection(image.loc) + ')';
+        if (image.ca) t += 'rotate(' + image.ca + ',0,0)';
+        return t;
+    }
+
+    function render(selection) {
+        svg = selection.selectAll('svg')
+            .data([0]);
+
+        svg.enter().append('svg')
+            .on('click', function() {
+                var image = d3.event.target.__data__;
+                if (currentImage === image) {
+                    hide();
+                } else {
+                    currentImage = image;
+                    show(image);
+                }
+            })
+            .on('mouseover', function() {
+                show(d3.event.target.__data__);
+            })
+            .on('mouseout', function() {
+                if (currentImage) {
+                    show(currentImage);
+                } else {
+                    hide();
+                }
+            });
+
+        svg.style('display', enable ? 'block' : 'none');
+
+        div = context.container().selectAll('.mapillary-image')
+            .data([0]);
+
+        var enter = div.enter().append('div')
+            .attr('class', 'mapillary-image');
+
+        enter.append('button')
+            .on('click', hide)
+            .append('div')
+            .attr('class', 'icon close');
+
+        enter.append('img');
+
+        var link = enter.append('a')
+            .attr('class', 'link')
+            .attr('target', '_blank');
+
+        link.append('span')
+            .attr('class', 'icon icon-pre-text out-link');
+
+        link.append('span')
+            .text(t('mapillary.view_on_mapillary'));
+
+        if (!enable) {
+            hide();
+
+            svg.selectAll('g')
+                .remove();
+
+            return;
+        }
+
+        // Update existing images while waiting for new ones to load.
+        svg.selectAll('g')
+            .attr('transform', transform);
+
+        var extent = context.map().extent();
+
+        if (request)
+            request.abort();
+
+        request = d3.json('https://mapillary-read-api.herokuapp.com/v1/s/search?min-lat=' +
+            extent[0][1] + '&max-lat=' + extent[1][1] + '&min-lon=' +
+            extent[0][0] + '&max-lon=' + extent[1][0] + '&max-results=100&geojson=true',
+            function (error, data) {
+                if (error) return;
+
+                var images = [];
+
+                for (var i = 0; i < data.features.length; i++) {
+                    var sequence = data.features[i];
+                    for (var j = 0; j < sequence.geometry.coordinates.length; j++) {
+                        images.push({
+                            key: sequence.properties.keys[j],
+                            ca: sequence.properties.cas[j],
+                            loc: sequence.geometry.coordinates[j]
+                        });
+                        if (images.length >= 1000) break;
+                    }
+                }
+
+                var g = svg.selectAll('g')
+                    .data(images, function(d) { return d.key; });
+
+                var enter = g.enter().append('g')
+                    .attr('class', 'image');
+
+                enter.append('path')
+                    .attr('d', 'M 0,-5 l 0,-20 l -5,30 l 10,0 l -5,-30');
+
+                enter.append('circle')
+                    .attr('dx', '0')
+                    .attr('dy', '0')
+                    .attr('r', '8');
+
+                g.attr('transform', transform);
+
+                g.exit()
+                    .remove();
+            });
+    }
+
+    render.enable = function(_) {
+        if (!arguments.length) return enable;
+        enable = _;
+        return render;
+    };
+
+    render.dimensions = function(_) {
+        if (!arguments.length) return svg.dimensions();
+        svg.dimensions(_);
+        return render;
+    };
+
+    return render;
+};
 iD.TileLayer = function() {
     var tileSize = 256,
         tile = d3.geo.tile(),
@@ -26555,6 +26763,11 @@ iD.ui.Background = function(context) {
             update();
         }
 
+        function clickMapillary() {
+            context.background().toggleMapillaryLayer();
+            update();
+        }
+
         function drawList(layerList, type, change, filter) {
             var sources = context.background()
                 .sources(context.map().extent())
@@ -26602,6 +26815,13 @@ iD.ui.Background = function(context) {
                 .property('disabled', !hasGpx)
                 .property('checked', showsGpx);
 
+            var showsMapillary = context.background().showsMapillaryLayer();
+
+            mapillaryLayerItem
+                .classed('active', showsMapillary)
+                .selectAll('input')
+                .property('checked', showsMapillary);
+
             selectLayer();
 
             var source = context.background().baseLayerSource();
@@ -26742,6 +26962,20 @@ iD.ui.Background = function(context) {
         var overlayList = content.append('ul')
             .attr('class', 'layer-list');
 
+        var mapillaryLayerItem = overlayList.append('li');
+
+        label = mapillaryLayerItem.append('label')
+            .call(bootstrap.tooltip()
+                .title(t('mapillary.tooltip'))
+                .placement('top'));
+
+        label.append('input')
+            .attr('type', 'checkbox')
+            .on('change', clickMapillary);
+
+        label.append('span')
+            .text(t('mapillary.title'));
+
         var gpxLayerItem = content.append('ul')
             .style('display', iD.detect().filedrop ? 'block' : 'none')
             .attr('class', 'layer-list')
@@ -26836,6 +27070,9 @@ iD.ui.Background = function(context) {
 
         var keybinding = d3.keybinding('background');
         keybinding.on(key, toggle);
+        keybinding.on('m', function() {
+            context.enter(iD.modes.SelectImage(context));
+        });
 
         d3.select(document)
             .call(keybinding);
@@ -31572,9 +31809,10 @@ iD.ui.preset.restrictions = function(field, context) {
                 } else {
                     preset = presets.item('type/restriction/' +
                         iD.geo.inferRestriction(
-                            graph.entity(datum.from.node),
-                            graph.entity(datum.via.node),
-                            graph.entity(datum.to.node),
+                            graph,
+                            datum.from,
+                            datum.via,
+                            datum.to,
                             projection));
                 }
 
@@ -37077,6 +37315,404 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "terms_text": "geoimage.at",
             "id": "geoimage.at"
         },
+        {
+            "name": "Geoportal.gov.pl (Orthophotomap)",
+            "type": "tms",
+            "template": "http://wms.misek.pl/geoportal.orto/tms/{zoom}/{x}/{y}",
+            "scaleExtent": [
+                6,
+                24
+            ],
+            "polygon": [
+                [
+                    [
+                        15.9751041,
+                        54.3709213
+                    ],
+                    [
+                        16.311164,
+                        54.5561775
+                    ],
+                    [
+                        17.1391878,
+                        54.7845723
+                    ],
+                    [
+                        18.3448458,
+                        54.9022727
+                    ],
+                    [
+                        19.6613689,
+                        54.4737213
+                    ],
+                    [
+                        20.2815206,
+                        54.4213456
+                    ],
+                    [
+                        21.4663914,
+                        54.3406369
+                    ],
+                    [
+                        22.7759855,
+                        54.3769755
+                    ],
+                    [
+                        22.8625989,
+                        54.4233613
+                    ],
+                    [
+                        23.2956657,
+                        54.2678633
+                    ],
+                    [
+                        23.5347186,
+                        54.0955258
+                    ],
+                    [
+                        23.5208604,
+                        53.9775182
+                    ],
+                    [
+                        23.7183389,
+                        53.4629603
+                    ],
+                    [
+                        23.9296755,
+                        53.1856735
+                    ],
+                    [
+                        23.9296755,
+                        52.6887269
+                    ],
+                    [
+                        23.732197,
+                        52.6067497
+                    ],
+                    [
+                        23.5658994,
+                        52.5878101
+                    ],
+                    [
+                        23.2090523,
+                        52.3302642
+                    ],
+                    [
+                        23.1951942,
+                        52.2370089
+                    ],
+                    [
+                        23.5035377,
+                        52.1860596
+                    ],
+                    [
+                        23.6906226,
+                        52.0030113
+                    ],
+                    [
+                        23.5970802,
+                        51.739903
+                    ],
+                    [
+                        23.6629063,
+                        51.3888562
+                    ],
+                    [
+                        23.9366046,
+                        50.9827781
+                    ],
+                    [
+                        24.1687284,
+                        50.8604752
+                    ],
+                    [
+                        24.0197534,
+                        50.8035823
+                    ],
+                    [
+                        24.1098313,
+                        50.6610467
+                    ],
+                    [
+                        24.0578633,
+                        50.4188439
+                    ],
+                    [
+                        23.6178674,
+                        50.3083403
+                    ],
+                    [
+                        22.6824431,
+                        49.5163532
+                    ],
+                    [
+                        22.7378756,
+                        49.2094935
+                    ],
+                    [
+                        22.9041733,
+                        49.0780441
+                    ],
+                    [
+                        22.8625989,
+                        48.9940062
+                    ],
+                    [
+                        22.6096878,
+                        49.0371785
+                    ],
+                    [
+                        22.0761495,
+                        49.2004392
+                    ],
+                    [
+                        21.8474902,
+                        49.3721872
+                    ],
+                    [
+                        21.3763135,
+                        49.4488281
+                    ],
+                    [
+                        21.1026153,
+                        49.3721872
+                    ],
+                    [
+                        20.9120659,
+                        49.3022043
+                    ],
+                    [
+                        20.6452967,
+                        49.3902311
+                    ],
+                    [
+                        20.1845136,
+                        49.3315641
+                    ],
+                    [
+                        20.1186875,
+                        49.2004392
+                    ],
+                    [
+                        19.9419962,
+                        49.1302123
+                    ],
+                    [
+                        19.765305,
+                        49.2117568
+                    ],
+                    [
+                        19.7479823,
+                        49.3992506
+                    ],
+                    [
+                        19.6024718,
+                        49.4150307
+                    ],
+                    [
+                        19.5089294,
+                        49.5815389
+                    ],
+                    [
+                        19.4292451,
+                        49.5905232
+                    ],
+                    [
+                        19.2317666,
+                        49.4150307
+                    ],
+                    [
+                        18.9961783,
+                        49.387976
+                    ],
+                    [
+                        18.9338167,
+                        49.4916048
+                    ],
+                    [
+                        18.8368097,
+                        49.4938552
+                    ],
+                    [
+                        18.8021643,
+                        49.6623381
+                    ],
+                    [
+                        18.6427958,
+                        49.7094091
+                    ],
+                    [
+                        18.521537,
+                        49.8994693
+                    ],
+                    [
+                        18.0815412,
+                        50.0109209
+                    ],
+                    [
+                        17.8875272,
+                        49.9886512
+                    ],
+                    [
+                        17.7385522,
+                        50.0687739
+                    ],
+                    [
+                        17.6068999,
+                        50.1709584
+                    ],
+                    [
+                        17.7454813,
+                        50.2153184
+                    ],
+                    [
+                        17.710836,
+                        50.3017019
+                    ],
+                    [
+                        17.4163505,
+                        50.2640668
+                    ],
+                    [
+                        16.9486384,
+                        50.4453265
+                    ],
+                    [
+                        16.8932058,
+                        50.4033889
+                    ],
+                    [
+                        17.0006064,
+                        50.3105529
+                    ],
+                    [
+                        17.017929,
+                        50.2241854
+                    ],
+                    [
+                        16.8135215,
+                        50.186489
+                    ],
+                    [
+                        16.6402948,
+                        50.0976742
+                    ],
+                    [
+                        16.4324227,
+                        50.2862087
+                    ],
+                    [
+                        16.1968344,
+                        50.4276731
+                    ],
+                    [
+                        16.4220291,
+                        50.5885165
+                    ],
+                    [
+                        16.3388803,
+                        50.6632429
+                    ],
+                    [
+                        16.2280152,
+                        50.6368824
+                    ],
+                    [
+                        16.0547884,
+                        50.6127057
+                    ],
+                    [
+                        15.5732181,
+                        50.7641544
+                    ],
+                    [
+                        15.2683391,
+                        50.8976368
+                    ],
+                    [
+                        15.2440873,
+                        50.980597
+                    ],
+                    [
+                        15.0292862,
+                        51.0133036
+                    ],
+                    [
+                        15.0015699,
+                        50.8582883
+                    ],
+                    [
+                        14.8110205,
+                        50.8735944
+                    ],
+                    [
+                        14.956531,
+                        51.0721176
+                    ],
+                    [
+                        15.0188926,
+                        51.2914636
+                    ],
+                    [
+                        14.9392083,
+                        51.4601459
+                    ],
+                    [
+                        14.7209426,
+                        51.5571799
+                    ],
+                    [
+                        14.7521234,
+                        51.6260562
+                    ],
+                    [
+                        14.5996839,
+                        51.8427626
+                    ],
+                    [
+                        14.70362,
+                        52.0733396
+                    ],
+                    [
+                        14.5581095,
+                        52.2497371
+                    ],
+                    [
+                        14.5165351,
+                        52.425436
+                    ],
+                    [
+                        14.6031485,
+                        52.5878101
+                    ],
+                    [
+                        14.1146491,
+                        52.8208272
+                    ],
+                    [
+                        14.152759,
+                        52.9733951
+                    ],
+                    [
+                        14.3502374,
+                        53.0734212
+                    ],
+                    [
+                        14.4229927,
+                        53.2665624
+                    ],
+                    [
+                        14.1977979,
+                        53.8734759
+                    ],
+                    [
+                        14.2220497,
+                        53.9958517
+                    ]
+                ]
+            ],
+            "terms_text": "Copyright © Główny Urząd Geodezji i Kartografii."
+        },
         {
             "name": "Imagerie Drone (Haiti)",
             "type": "tms",
@@ -42382,8 +43018,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     ]
                 ]
             ],
-            "id": "kelowna_2012",
-            "default": true
+            "id": "kelowna_2012"
         },
         {
             "name": "Kelowna Roads overlay",
@@ -42814,7 +43449,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         {
             "name": "Latest southwest British Columbia Landsat",
             "type": "tms",
-            "description": "Recent lower-resolution landwsat imagery for southwest British Columbia",
+            "description": "Recent lower-resolution landsat imagery for southwest British Columbia",
             "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_047026/{zoom}/{x}/{y}.png",
             "scaleExtent": [
                 5,
@@ -47701,7 +48336,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "name": "New & Misaligned TIGER Roads",
             "type": "tms",
             "description": "At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",
-            "template": "http://{switch:a,b,c}.tiles.mapbox.com/v3/enf.y5c4ygb9,enf.ho20a3n1,enf.game1617/{zoom}/{x}/{y}.png",
+            "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/enf.e0b8291e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJhNVlHd29ZIn0.ti6wATGDWOmCnCYen-Ip7Q",
             "scaleExtent": [
                 0,
                 22
@@ -52237,7 +52872,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "name": "OpenStreetMap (Mapnik)",
             "type": "tms",
             "description": "The default OpenStreetMap layer.",
-            "template": "http://tile.openstreetmap.org/{zoom}/{x}/{y}.png",
+            "template": "http://{switch:a,b,c}.tile.openstreetmap.org/{zoom}/{x}/{y}.png",
             "scaleExtent": [
                 0,
                 19
@@ -54038,6 +54673,36 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             ],
             "terms_text": "Stadt Uster Vermessung Orthophoto 2008"
         },
+        {
+            "name": "Stadt Zürich Luftbild 2011",
+            "type": "tms",
+            "template": "http://mapproxy.sosm.ch:8080/tiles/zh_luftbild2011/EPSG900913/{z}/{x}/{y}.png?origin=nw",
+            "polygon": [
+                [
+                    [
+                        8.4441,
+                        47.3141
+                    ],
+                    [
+                        8.4441,
+                        47.4411
+                    ],
+                    [
+                        8.6284,
+                        47.4411
+                    ],
+                    [
+                        8.6284,
+                        47.3141
+                    ],
+                    [
+                        8.4441,
+                        47.3141
+                    ]
+                ]
+            ],
+            "terms_text": "Stadt Zürich Luftbild 2011"
+        },
         {
             "name": "Stevns (Denmark)",
             "type": "tms",
@@ -64399,26 +65064,25 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "*"
                 },
+                "searchable": false,
                 "name": "Amenity"
             },
             "amenity/arts_centre": {
-                "name": "Arts Center",
+                "icon": "theatre",
+                "fields": [
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "arts",
-                    "arts centre"
-                ],
+                "terms": [],
                 "tags": {
                     "amenity": "arts_centre"
                 },
-                "icon": "theatre",
-                "fields": [
-                    "building_area",
-                    "address"
-                ]
+                "name": "Arts Center"
             },
             "amenity/atm": {
                 "icon": "bank",
@@ -64429,6 +65093,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "point",
                     "vertex"
                 ],
+                "terms": [
+                    "money",
+                    "cash",
+                    "machine"
+                ],
                 "tags": {
                     "amenity": "atm"
                 },
@@ -64438,36 +65107,28 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "coffer",
-                    "countinghouse",
                     "credit union",
-                    "depository",
-                    "exchequer",
+                    "check",
+                    "deposit",
                     "fund",
-                    "hoard",
-                    "investment firm",
+                    "investment",
                     "repository",
                     "reserve",
-                    "reservoir",
                     "safe",
                     "savings",
                     "stock",
-                    "stockpile",
-                    "store",
-                    "storehouse",
-                    "thrift",
                     "treasury",
-                    "trust company",
+                    "trust",
                     "vault"
                 ],
                 "tags": {
@@ -64478,41 +65139,47 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "amenity/bar": {
                 "icon": "bar",
                 "fields": [
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "dive",
+                    "beer",
+                    "bier",
+                    "booze"
+                ],
                 "tags": {
                     "amenity": "bar"
                 },
-                "terms": [],
                 "name": "Bar"
             },
             "amenity/bbq": {
-                "geometry": [
-                    "point"
-                ],
-                "tags": {
-                    "amenity": "bbq"
-                },
                 "fields": [
                     "covered",
                     "fuel"
                 ],
+                "geometry": [
+                    "point"
+                ],
                 "terms": [
-                    "barbecue",
-                    "bbq",
-                    "grill"
+                    "bbq"
                 ],
+                "tags": {
+                    "amenity": "bbq"
+                },
                 "name": "Barbecue/Grill"
             },
             "amenity/bench": {
+                "fields": [
+                    "backrest"
+                ],
                 "geometry": [
                     "point",
                     "vertex",
@@ -64521,9 +65188,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "bench"
                 },
-                "fields": [
-                    "backrest"
-                ],
                 "name": "Bench"
             },
             "amenity/bicycle_parking": {
@@ -64540,6 +65204,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
+                "terms": [
+                    "bike"
+                ],
                 "tags": {
                     "amenity": "bicycle_parking"
                 },
@@ -64557,12 +65224,18 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
+                "terms": [
+                    "bike"
+                ],
                 "tags": {
                     "amenity": "bicycle_rental"
                 },
                 "name": "Bicycle Rental"
             },
             "amenity/boat_rental": {
+                "fields": [
+                    "operator"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -64570,12 +65243,30 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "boat_rental"
                 },
+                "name": "Boat Rental"
+            },
+            "amenity/bureau_de_change": {
+                "icon": "bank",
                 "fields": [
                     "operator"
                 ],
-                "name": "Boat Rental"
+                "geometry": [
+                    "point",
+                    "vertex"
+                ],
+                "terms": [
+                    "bureau de change",
+                    "money changer"
+                ],
+                "tags": {
+                    "amenity": "bureau_de_change"
+                },
+                "name": "Currency Exchange"
             },
             "amenity/bus_station": {
+                "fields": [
+                    "operator"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -64583,9 +65274,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "bus_station"
                 },
-                "fields": [
-                    "operator"
-                ],
                 "name": "Bus Station"
             },
             "amenity/cafe": {
@@ -64593,20 +65281,18 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
                     "coffee",
-                    "tea",
-                    "coffee shop"
+                    "tea"
                 ],
                 "tags": {
                     "amenity": "cafe"
@@ -64615,6 +65301,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             },
             "amenity/car_rental": {
                 "icon": "car",
+                "fields": [
+                    "operator"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -64622,13 +65311,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "car_rental"
                 },
-                "fields": [
-                    "operator"
-                ],
                 "name": "Car Rental"
             },
             "amenity/car_sharing": {
                 "icon": "car",
+                "fields": [
+                    "operator",
+                    "capacity"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -64636,14 +65326,15 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "car_sharing"
                 },
-                "fields": [
-                    "operator",
-                    "capacity"
-                ],
                 "name": "Car Sharing"
             },
             "amenity/car_wash": {
                 "icon": "car",
+                "fields": [
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -64651,13 +65342,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "car_wash"
                 },
-                "fields": [
-                    "building_area"
-                ],
                 "name": "Car Wash"
             },
             "amenity/charging_station": {
                 "icon": "car",
+                "fields": [
+                    "operator"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -64665,9 +65356,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "charging_station"
                 },
-                "fields": [
-                    "operator"
-                ],
                 "terms": [
                     "EV",
                     "Electric Vehicle",
@@ -64678,53 +65366,45 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "amenity/childcare": {
                 "icon": "school",
                 "fields": [
+                    "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "nursery",
+                    "daycare",
                     "orphanage",
                     "playgroup"
                 ],
                 "tags": {
                     "amenity": "childcare"
                 },
-                "name": "Childcare"
+                "name": "Nursery/Childcare"
             },
             "amenity/cinema": {
                 "icon": "cinema",
                 "fields": [
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "big screen",
-                    "bijou",
-                    "cine",
                     "drive-in",
                     "film",
-                    "flicks",
-                    "motion pictures",
-                    "movie house",
-                    "movie theater",
-                    "moving pictures",
-                    "nabes",
-                    "photoplay",
-                    "picture show",
-                    "pictures",
-                    "playhouse",
+                    "flick",
+                    "movie",
+                    "theater",
+                    "picture",
                     "show",
-                    "silver screen"
+                    "screen"
                 ],
                 "tags": {
                     "amenity": "cinema"
@@ -64732,24 +65412,24 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Cinema"
             },
             "amenity/clinic": {
-                "name": "Clinic",
+                "icon": "hospital",
+                "fields": [
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "clinic",
-                    "medical clinic"
+                    "medical",
+                    "urgentcare"
                 ],
                 "tags": {
                     "amenity": "clinic"
                 },
-                "icon": "hospital",
-                "fields": [
-                    "building_area",
-                    "address",
-                    "opening_hours"
-                ]
+                "name": "Clinic"
             },
             "amenity/clock": {
                 "geometry": [
@@ -64771,11 +65451,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "point",
                     "area"
                 ],
+                "terms": [
+                    "university"
+                ],
                 "tags": {
                     "amenity": "college"
                 },
-                "terms": [],
-                "name": "College"
+                "name": "College Grounds"
             },
             "amenity/compressed_air": {
                 "icon": "car",
@@ -64789,14 +65471,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Compressed Air"
             },
             "amenity/courthouse": {
+                "icon": "town-hall",
                 "fields": [
                     "operator",
-                    "building_area",
-                    "address"
+                    "address",
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -64805,63 +65487,63 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Courthouse"
             },
             "amenity/dentist": {
-                "name": "Dentist",
+                "icon": "hospital",
+                "fields": [
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "dentist",
-                    "dentist's office"
+                    "tooth",
+                    "teeth"
                 ],
                 "tags": {
                     "amenity": "dentist"
                 },
+                "name": "Dentist"
+            },
+            "amenity/doctor": {
                 "icon": "hospital",
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "amenity/doctor": {
-                "name": "Doctor",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "doctor",
-                    "doctor's office"
+                    "medic*"
                 ],
                 "tags": {
                     "amenity": "doctors"
                 },
-                "icon": "hospital",
-                "fields": [
-                    "building_area",
-                    "address",
-                    "opening_hours"
-                ]
+                "name": "Doctor"
             },
             "amenity/dojo": {
                 "icon": "pitch",
+                "fields": [
+                    "sport",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
                     "martial arts",
-                    "dojo",
                     "dojang"
                 ],
                 "tags": {
                     "amenity": "dojo"
                 },
-                "fields": [
-                    "address",
-                    "sport"
-                ],
                 "name": "Dojo / Martial Arts Academy"
             },
             "amenity/drinking_water": {
@@ -64873,62 +65555,64 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "amenity": "drinking_water"
                 },
                 "terms": [
-                    "water fountain",
-                    "potable water"
+                    "fountain",
+                    "potable"
                 ],
                 "name": "Drinking Water"
             },
             "amenity/embassy": {
+                "icon": "embassy",
+                "fields": [
+                    "country",
+                    "address",
+                    "building_area"
+                ],
                 "geometry": [
-                    "area",
-                    "point"
+                    "point",
+                    "area"
                 ],
                 "tags": {
                     "amenity": "embassy"
                 },
-                "fields": [
-                    "country",
-                    "building_area"
-                ],
-                "icon": "embassy",
                 "name": "Embassy"
             },
             "amenity/fast_food": {
                 "icon": "fast-food",
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "amenity": "fast_food"
                 },
-                "terms": [],
+                "terms": [
+                    "restaurant"
+                ],
                 "name": "Fast Food"
             },
             "amenity/fire_station": {
                 "icon": "fire-station",
                 "fields": [
                     "operator",
-                    "building_area",
-                    "address"
+                    "address",
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [],
                 "tags": {
                     "amenity": "fire_station"
                 },
-                "terms": [],
                 "name": "Fire Station"
             },
             "amenity/fountain": {
@@ -64946,11 +65630,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
@@ -64975,7 +65659,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -64986,26 +65669,26 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "amenity/hospital": {
                 "icon": "hospital",
                 "fields": [
-                    "emergency",
-                    "address"
+                    "operator",
+                    "address",
+                    "emergency"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
                     "clinic",
+                    "doctor",
                     "emergency room",
                     "health service",
                     "hospice",
                     "infirmary",
                     "institution",
                     "nursing home",
-                    "rest home",
                     "sanatorium",
                     "sanitarium",
-                    "sick bay",
+                    "sick",
                     "surgery",
                     "ward"
                 ],
@@ -65017,65 +65700,69 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "amenity/kindergarten": {
                 "icon": "school",
                 "fields": [
+                    "operator",
                     "address"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "nursery",
-                    "preschool"
+                    "kindergarden",
+                    "pre-school"
                 ],
                 "tags": {
                     "amenity": "kindergarten"
                 },
-                "name": "Kindergarten Grounds"
+                "name": "Preschool/Kindergarten Grounds"
             },
             "amenity/library": {
                 "icon": "library",
                 "fields": [
                     "operator",
                     "building_area",
-                    "address"
+                    "address",
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "book"
+                ],
                 "tags": {
                     "amenity": "library"
                 },
-                "terms": [],
                 "name": "Library"
             },
             "amenity/marketplace": {
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "amenity": "marketplace"
                 },
-                "fields": [
-                    "building_area"
-                ],
                 "name": "Marketplace"
             },
             "amenity/nightclub": {
                 "icon": "bar",
                 "fields": [
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -65092,6 +65779,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "amenity/parking": {
                 "icon": "parking",
                 "fields": [
+                    "operator",
                     "parking",
                     "capacity",
                     "fee",
@@ -65113,35 +65801,37 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             },
             "amenity/parking_entrance": {
                 "icon": "entrance",
+                "fields": [
+                    "access_simple",
+                    "ref"
+                ],
                 "geometry": [
                     "vertex"
                 ],
                 "tags": {
                     "amenity": "parking_entrance"
                 },
-                "fields": [
-                    "access_simple",
-                    "ref"
-                ],
                 "name": "Parking Garage Entrance/Exit"
             },
             "amenity/pharmacy": {
                 "icon": "pharmacy",
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "amenity": "pharmacy"
                 },
-                "terms": [],
+                "terms": [
+                    "drug",
+                    "medicine"
+                ],
                 "name": "Pharmacy"
             },
             "amenity/place_of_worship": {
@@ -65149,12 +65839,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "fields": [
                     "religion",
                     "denomination",
-                    "building_area",
-                    "address"
+                    "address",
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
@@ -65196,7 +65885,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
@@ -65223,7 +65911,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
@@ -65235,7 +65922,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "chancel",
                     "chantry",
                     "chapel",
-                    "church",
                     "fold",
                     "house of God",
                     "house of prayer",
@@ -65265,12 +65951,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "jewish",
-                    "synagogue"
+                    "jewish"
                 ],
                 "tags": {
                     "amenity": "place_of_worship",
@@ -65287,12 +65971,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "muslim",
-                    "mosque"
+                    "muslim"
                 ],
                 "tags": {
                     "amenity": "place_of_worship",
@@ -65304,43 +65986,24 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "police",
                 "fields": [
                     "operator",
-                    "building_area",
-                    "address"
+                    "address",
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
                     "badge",
-                    "bear",
-                    "blue",
-                    "bluecoat",
-                    "bobby",
-                    "boy scout",
-                    "bull",
                     "constable",
                     "constabulary",
                     "cop",
-                    "copper",
-                    "corps",
-                    "county mounty",
                     "detective",
                     "fed",
-                    "flatfoot",
-                    "force",
-                    "fuzz",
-                    "gendarme",
-                    "gumshoe",
-                    "heat",
                     "law",
-                    "law enforcement",
-                    "man",
-                    "narc",
-                    "officers",
-                    "patrolman",
-                    "police"
+                    "enforcement",
+                    "officer",
+                    "patrol"
                 ],
                 "tags": {
                     "amenity": "police"
@@ -65361,12 +66024,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "amenity": "post_box"
                 },
                 "terms": [
-                    "letter drop",
-                    "letterbox",
-                    "mail drop",
-                    "mailbox",
-                    "pillar box",
-                    "postbox"
+                    "letter",
+                    "post"
                 ],
                 "name": "Mailbox"
             },
@@ -65374,14 +66033,18 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "post",
                 "fields": [
                     "operator",
-                    "collection_times",
-                    "building_area"
+                    "address",
+                    "building_area",
+                    "collection_times"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "letter",
+                    "mail"
+                ],
                 "tags": {
                     "amenity": "post_office"
                 },
@@ -65390,28 +66053,32 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "amenity/pub": {
                 "icon": "beer",
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "amenity": "pub"
                 },
-                "terms": [],
+                "terms": [
+                    "dive",
+                    "beer",
+                    "bier",
+                    "booze"
+                ],
                 "name": "Pub"
             },
             "amenity/ranger_station": {
                 "fields": [
-                    "building_area",
-                    "opening_hours",
                     "operator",
-                    "phone"
+                    "address",
+                    "building_area",
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
@@ -65434,6 +66101,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "amenity/recycling": {
                 "icon": "recycling",
                 "fields": [
+                    "operator",
+                    "address",
                     "recycling/cans",
                     "recycling/glass",
                     "recycling/paper",
@@ -65441,10 +66110,15 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
-                "terms": [],
+                "terms": [
+                    "can",
+                    "bottle",
+                    "garbage",
+                    "scrap",
+                    "trash"
+                ],
                 "tags": {
                     "amenity": "recycling"
                 },
@@ -65454,50 +66128,31 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
                     "bar",
-                    "cafeteria",
+                    "breakfast",
+                    "cafe",
                     "café",
                     "canteen",
-                    "chophouse",
-                    "coffee shop",
-                    "diner",
-                    "dining room",
-                    "dive*",
-                    "doughtnut shop",
+                    "coffee",
+                    "dine",
+                    "dining",
+                    "dinner",
                     "drive-in",
-                    "eatery",
-                    "eating house",
-                    "eating place",
-                    "fast-food place",
-                    "fish and chips",
-                    "greasy spoon",
+                    "eat",
                     "grill",
-                    "hamburger stand",
-                    "hashery",
-                    "hideaway",
-                    "hotdog stand",
-                    "inn",
-                    "joint*",
-                    "luncheonette",
-                    "lunchroom",
-                    "night club",
-                    "outlet*",
-                    "pizzeria",
-                    "saloon",
-                    "soda fountain",
-                    "watering hole"
+                    "lunch",
+                    "table"
                 ],
                 "tags": {
                     "amenity": "restaurant"
@@ -65512,26 +66167,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
                     "academy",
-                    "alma mater",
-                    "blackboard",
-                    "college",
-                    "department",
-                    "discipline",
-                    "establishment",
-                    "faculty",
-                    "hall",
-                    "halls of ivy",
-                    "institute",
-                    "institution",
-                    "jail*",
-                    "schoolhouse",
-                    "seminary",
-                    "university"
+                    "elementary school",
+                    "middle school",
+                    "high school"
                 ],
                 "tags": {
                     "amenity": "school"
@@ -65547,16 +66189,25 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
+                "terms": [
+                    "lean-to",
+                    "gazebo",
+                    "picnic"
+                ],
                 "tags": {
                     "amenity": "shelter"
                 },
-                "terms": [
-                    "lean-to"
-                ],
                 "name": "Shelter"
             },
             "amenity/social_facility": {
-                "name": "Social Facility",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours",
+                    "wheelchair",
+                    "social_facility_for"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -65565,17 +66216,16 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "social_facility"
                 },
+                "name": "Social Facility"
+            },
+            "amenity/social_facility/food_bank": {
                 "fields": [
-                    "social_facility_for",
+                    "operator",
                     "address",
-                    "phone",
+                    "building_area",
                     "opening_hours",
-                    "wheelchair",
-                    "operator"
-                ]
-            },
-            "amenity/social_facility/food_bank": {
-                "name": "Food Bank",
+                    "social_facility_for"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -65585,42 +66235,42 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "amenity": "social_facility",
                     "social_facility": "food_bank"
                 },
+                "name": "Food Bank"
+            },
+            "amenity/social_facility/group_home": {
                 "fields": [
-                    "social_facility_for",
+                    "operator",
                     "address",
-                    "phone",
+                    "building_area",
                     "opening_hours",
                     "wheelchair",
-                    "operator"
-                ]
-            },
-            "amenity/social_facility/group_home": {
-                "name": "Group Home",
+                    "social_facility_for"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "elderly",
                     "old",
-                    "senior living"
+                    "senior",
+                    "living"
                 ],
                 "tags": {
                     "amenity": "social_facility",
                     "social_facility": "group_home",
                     "social_facility_for": "senior"
                 },
+                "name": "Elderly Group Home"
+            },
+            "amenity/social_facility/homeless_shelter": {
                 "fields": [
-                    "social_facility_for",
+                    "operator",
                     "address",
-                    "phone",
+                    "building_area",
                     "opening_hours",
                     "wheelchair",
-                    "operator"
-                ]
-            },
-            "amenity/social_facility/homeless_shelter": {
-                "name": "Homeless Shelter",
+                    "social_facility_for"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -65635,40 +66285,31 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "social_facility": "shelter",
                     "social_facility:for": "homeless"
                 },
-                "fields": [
-                    "social_facility_for",
-                    "address",
-                    "phone",
-                    "opening_hours",
-                    "wheelchair",
-                    "operator"
-                ]
+                "name": "Homeless Shelter"
             },
             "amenity/studio": {
-                "name": "Studio",
+                "icon": "music",
+                "fields": [
+                    "studio_type",
+                    "address",
+                    "building_area"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "recording studio",
-                    "studio",
+                    "recording",
                     "radio",
-                    "radio studio",
-                    "television",
-                    "television studio"
+                    "television"
                 ],
                 "tags": {
                     "amenity": "studio"
                 },
-                "icon": "music",
-                "fields": [
-                    "building_area",
-                    "studio_type",
-                    "address"
-                ]
+                "name": "Studio"
             },
             "amenity/swimming_pool": {
+                "icon": "swimming",
                 "geometry": [
                     "point",
                     "vertex",
@@ -65677,11 +66318,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "swimming_pool"
                 },
-                "icon": "swimming",
-                "searchable": false,
-                "name": "Swimming Pool"
+                "name": "Swimming Pool",
+                "searchable": false
             },
             "amenity/taxi": {
+                "icon": "car",
                 "fields": [
                     "operator",
                     "capacity"
@@ -65717,12 +66358,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "theatre",
                 "fields": [
                     "operator",
-                    "building_area",
-                    "address"
+                    "address",
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
@@ -65737,6 +66377,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Theater"
             },
             "amenity/toilets": {
+                "icon": "toilets",
                 "fields": [
                     "toilets/disposal",
                     "operator",
@@ -65763,27 +66404,25 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "amenity": "toilets"
                 },
-                "icon": "toilets",
                 "name": "Toilets"
             },
             "amenity/townhall": {
                 "icon": "town-hall",
                 "fields": [
-                    "building_area",
-                    "address"
+                    "operator",
+                    "address",
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "village hall",
-                    "city government",
+                    "village",
+                    "city",
+                    "government",
                     "courthouse",
-                    "municipal building",
-                    "municipal center",
-                    "municipal centre"
+                    "municipal"
                 ],
                 "tags": {
                     "amenity": "townhall"
@@ -65798,16 +66437,15 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
-                "tags": {
-                    "amenity": "university"
-                },
                 "terms": [
                     "college"
                 ],
-                "name": "University"
+                "tags": {
+                    "amenity": "university"
+                },
+                "name": "University Grounds"
             },
             "amenity/vending_machine": {
                 "fields": [
@@ -65817,13 +66455,24 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "geometry": [
                     "point"
                 ],
+                "terms": [
+                    "snack",
+                    "soda",
+                    "ticket"
+                ],
                 "tags": {
                     "amenity": "vending_machine"
                 },
                 "name": "Vending Machine"
             },
             "amenity/veterinary": {
-                "fields": [],
+                "icon": "dog-park",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -65849,10 +66498,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "amenity": "waste_basket"
                 },
                 "terms": [
-                    "rubbish bin",
-                    "litter bin",
-                    "trash can",
-                    "garbage can"
+                    "rubbish",
+                    "litter",
+                    "trash",
+                    "garbage"
                 ],
                 "name": "Waste Basket"
             },
@@ -66099,7 +66748,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66115,7 +66763,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66130,7 +66777,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66147,7 +66793,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66163,7 +66808,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66179,7 +66823,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66195,7 +66838,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66203,6 +66845,24 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Church"
             },
+            "building/college": {
+                "icon": "building",
+                "fields": [
+                    "address",
+                    "levels"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "university"
+                ],
+                "tags": {
+                    "building": "college"
+                },
+                "name": "College Building"
+            },
             "building/commercial": {
                 "icon": "commercial",
                 "fields": [
@@ -66211,7 +66871,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66227,7 +66886,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66243,7 +66901,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66260,7 +66917,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66285,7 +66941,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66301,7 +66956,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66317,7 +66971,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66333,7 +66986,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66350,7 +67002,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66376,7 +67027,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "building/hut": {
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66392,7 +67042,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66400,6 +67049,25 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Industrial Building"
             },
+            "building/kindergarten": {
+                "icon": "building",
+                "fields": [
+                    "address",
+                    "levels"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "kindergarden",
+                    "pre-school"
+                ],
+                "tags": {
+                    "building": "kindergarten"
+                },
+                "name": "Preschool/Kindergarten Building"
+            },
             "building/public": {
                 "icon": "building",
                 "fields": [
@@ -66409,7 +67077,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66425,7 +67092,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66442,7 +67108,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66453,12 +67118,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "building/roof": {
                 "icon": "building",
                 "fields": [
-                    "address",
-                    "levels"
+                    "address"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66474,9 +67137,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "academy",
+                    "elementary school",
+                    "middle school",
+                    "high school"
+                ],
                 "tags": {
                     "building": "school"
                 },
@@ -66490,7 +67158,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66506,7 +67173,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66522,7 +67188,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66538,7 +67203,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66571,9 +67235,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "college"
+                ],
                 "tags": {
                     "building": "university"
                 },
@@ -66587,7 +67253,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -66595,948 +67260,871 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Warehouse"
             },
-            "craft/basket_maker": {
-                "name": "Basket Maker",
+            "craft": {
+                "icon": "marker-stroked",
+                "fields": [
+                    "craft",
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "basket",
-                    "basketry",
-                    "basket maker",
-                    "basket weaver"
-                ],
                 "tags": {
-                    "craft": "basket_maker"
+                    "craft": "*"
                 },
+                "terms": [],
+                "name": "Craft"
+            },
+            "craft/basket_maker": {
                 "icon": "art-gallery",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "craft": "basket_maker"
+                },
+                "name": "Basket Maker"
             },
             "craft/beekeeper": {
-                "name": "Beekeeper",
+                "icon": "farm",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "bees",
-                    "beekeeper",
-                    "bee box"
-                ],
                 "tags": {
                     "craft": "beekeeper"
                 },
+                "name": "Beekeeper"
+            },
+            "craft/blacksmith": {
                 "icon": "farm",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/blacksmith": {
-                "name": "Blacksmith",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "blacksmith"
-                ],
                 "tags": {
                     "craft": "blacksmith"
                 },
-                "icon": "farm",
+                "name": "Blacksmith"
+            },
+            "craft/boatbuilder": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/boatbuilder": {
-                "name": "Boat Builder",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "boat builder"
-                ],
                 "tags": {
                     "craft": "boatbuilder"
                 },
-                "icon": "marker-stroked",
+                "name": "Boat Builder"
+            },
+            "craft/bookbinder": {
+                "icon": "library",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/bookbinder": {
-                "name": "Bookbinder",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "bookbinder",
                     "book repair"
                 ],
                 "tags": {
                     "craft": "bookbinder"
                 },
-                "icon": "library",
+                "name": "Bookbinder"
+            },
+            "craft/brewery": {
+                "icon": "beer",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/brewery": {
-                "name": "Brewery",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "brewery"
+                    "beer",
+                    "bier"
                 ],
                 "tags": {
                     "craft": "brewery"
                 },
-                "icon": "beer",
+                "name": "Brewery"
+            },
+            "craft/carpenter": {
+                "icon": "logging",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/carpenter": {
-                "name": "Carpenter",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "carpenter",
                     "woodworker"
                 ],
                 "tags": {
                     "craft": "carpenter"
                 },
-                "icon": "logging",
+                "name": "Carpenter"
+            },
+            "craft/carpet_layer": {
+                "icon": "square",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/carpet_layer": {
-                "name": "Carpet Layer",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "carpet layer"
-                ],
                 "tags": {
                     "craft": "carpet_layer"
                 },
-                "icon": "square",
+                "name": "Carpet Layer"
+            },
+            "craft/caterer": {
+                "icon": "bakery",
                 "fields": [
-                    "building_area",
-                    "address",
+                    "cuisine",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/caterer": {
-                "name": "Caterer",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "Caterer",
-                    "Catering"
-                ],
                 "tags": {
                     "craft": "caterer"
                 },
-                "icon": "bakery",
+                "name": "Caterer"
+            },
+            "craft/clockmaker": {
+                "icon": "circle-stroked",
                 "fields": [
-                    "cuisine",
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/clockmaker": {
-                "name": "Clockmaker",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "clock",
-                    "clockmaker",
-                    "clock repair"
-                ],
                 "tags": {
                     "craft": "clockmaker"
                 },
-                "icon": "circle-stroked",
+                "name": "Clockmaker"
+            },
+            "craft/confectionary": {
+                "icon": "bakery",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/confectionary": {
-                "name": "Confectionary",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "confectionary",
                     "sweets",
                     "candy"
                 ],
                 "tags": {
                     "craft": "confectionary"
                 },
-                "icon": "bakery",
+                "name": "Confectionary"
+            },
+            "craft/dressmaker": {
+                "icon": "clothing-store",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/dressmaker": {
-                "name": "Dressmaker",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "dress",
-                    "dressmaker"
+                    "seamstress"
                 ],
                 "tags": {
                     "craft": "dressmaker"
                 },
-                "icon": "clothing-store",
+                "name": "Dressmaker"
+            },
+            "craft/electrician": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/electrician": {
-                "name": "Electrician",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "electrician"
+                    "power",
+                    "wire"
                 ],
                 "tags": {
                     "craft": "electrician"
                 },
-                "icon": "marker-stroked",
+                "name": "Electrician"
+            },
+            "craft/gardener": {
+                "icon": "garden",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/gardener": {
-                "name": "Gardener",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "gardener",
                     "landscaper",
                     "grounds keeper"
                 ],
                 "tags": {
                     "craft": "gardener"
                 },
-                "icon": "garden",
+                "name": "Gardener"
+            },
+            "craft/glaziery": {
+                "icon": "fire-station",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/glaziery": {
-                "name": "Glaziery",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
                     "glass",
-                    "glass foundry",
                     "stained-glass",
                     "window"
                 ],
                 "tags": {
                     "craft": "glaziery"
                 },
-                "icon": "fire-station",
+                "name": "Glaziery"
+            },
+            "craft/handicraft": {
+                "icon": "art-gallery",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/handicraft": {
-                "name": "Handicraft",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "handicraft"
-                ],
                 "tags": {
                     "craft": "handicraft"
                 },
-                "icon": "art-gallery",
+                "name": "Handicraft"
+            },
+            "craft/hvac": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/hvac": {
-                "name": "HVAC",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "heating",
-                    "ventilating",
-                    "air-conditioning",
+                    "heat*",
+                    "vent*",
                     "air conditioning"
                 ],
                 "tags": {
                     "craft": "hvac"
                 },
+                "name": "HVAC"
+            },
+            "craft/insulator": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/insulator": {
-                "name": "Insulator",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "insulation",
-                    "insulator"
-                ],
                 "tags": {
                     "craft": "insulation"
                 },
+                "name": "Insulator"
+            },
+            "craft/jeweler": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/jeweler": {
-                "name": "Jeweler",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "jeweler",
-                    "gem",
-                    "diamond"
-                ],
                 "tags": {
                     "craft": "jeweler"
                 },
+                "name": "Jeweler",
+                "searchable": false
+            },
+            "craft/key_cutter": {
                 "icon": "marker-stroked",
-                "searchable": false,
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/key_cutter": {
-                "name": "Key Cutter",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "key",
-                    "key cutter"
-                ],
                 "tags": {
                     "craft": "key_cutter"
                 },
+                "name": "Key Cutter"
+            },
+            "craft/locksmith": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/locksmith": {
-                "name": "Locksmith",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "locksmith",
-                    "lock"
-                ],
                 "tags": {
                     "craft": "locksmith"
                 },
+                "name": "Locksmith",
+                "searchable": false
+            },
+            "craft/metal_construction": {
                 "icon": "marker-stroked",
-                "searchable": false,
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/metal_construction": {
-                "name": "Metal Construction",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "metal construction"
-                ],
                 "tags": {
                     "craft": "metal_construction"
                 },
+                "name": "Metal Construction"
+            },
+            "craft/optician": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/optician": {
-                "name": "Optician",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "glasses",
-                    "optician"
-                ],
                 "tags": {
                     "craft": "optician"
                 },
-                "icon": "marker-stroked",
-                "searchable": false,
+                "name": "Optician",
+                "searchable": false
+            },
+            "craft/painter": {
+                "icon": "art-gallery",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/painter": {
-                "name": "Painter",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "painter"
-                ],
                 "tags": {
                     "craft": "painter"
                 },
-                "icon": "art-gallery",
+                "name": "Painter"
+            },
+            "craft/photographer": {
+                "icon": "camera",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/photographer": {
-                "name": "Photographer",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "photographer"
-                ],
                 "tags": {
                     "craft": "photographer"
                 },
+                "name": "Photographer"
+            },
+            "craft/photographic_laboratory": {
                 "icon": "camera",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/photographic_laboratory": {
-                "name": "Photographic Laboratory",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "photographic laboratory",
-                    "film developer"
+                    "film"
                 ],
                 "tags": {
                     "craft": "photographic_laboratory"
                 },
-                "icon": "camera",
+                "name": "Photographic Laboratory"
+            },
+            "craft/plasterer": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/plasterer": {
-                "name": "Plasterer",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "plasterer"
-                ],
                 "tags": {
                     "craft": "plasterer"
                 },
+                "name": "Plasterer"
+            },
+            "craft/plumber": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/plumber": {
-                "name": "Plumber",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "pumber"
+                    "pipe"
                 ],
                 "tags": {
                     "craft": "plumber"
                 },
-                "icon": "marker-stroked",
+                "name": "Plumber"
+            },
+            "craft/pottery": {
+                "icon": "art-gallery",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/pottery": {
-                "name": "Pottery",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "pottery",
-                    "potter"
+                    "ceramic"
                 ],
                 "tags": {
                     "craft": "pottery"
                 },
-                "icon": "art-gallery",
+                "name": "Pottery"
+            },
+            "craft/rigger": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/rigger": {
-                "name": "Rigger",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "rigger"
-                ],
                 "tags": {
                     "craft": "rigger"
                 },
+                "name": "Rigger"
+            },
+            "craft/roofer": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/roofer": {
-                "name": "Roofer",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "roofer"
-                ],
                 "tags": {
                     "craft": "roofer"
                 },
+                "name": "Roofer"
+            },
+            "craft/saddler": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/saddler": {
-                "name": "Saddler",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "saddler"
-                ],
                 "tags": {
                     "craft": "saddler"
                 },
+                "name": "Saddler"
+            },
+            "craft/sailmaker": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/sailmaker": {
-                "name": "Sailmaker",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "sailmaker"
-                ],
                 "tags": {
                     "craft": "sailmaker"
                 },
-                "icon": "marker-stroked",
+                "name": "Sailmaker"
+            },
+            "craft/sawmill": {
+                "icon": "park",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/sawmill": {
-                "name": "Sawmill",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "sawmill",
                     "lumber"
                 ],
                 "tags": {
                     "craft": "sawmill"
                 },
-                "icon": "park",
+                "name": "Sawmill"
+            },
+            "craft/scaffolder": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/scaffolder": {
-                "name": "Scaffolder",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "scaffolder"
-                ],
                 "tags": {
                     "craft": "scaffolder"
                 },
-                "icon": "marker-stroked",
+                "name": "Scaffolder"
+            },
+            "craft/sculpter": {
+                "icon": "art-gallery",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/sculpter": {
-                "name": "Sculpter",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "sculpter"
-                ],
                 "tags": {
                     "craft": "sculpter"
                 },
-                "icon": "art-gallery",
+                "name": "Sculpter"
+            },
+            "craft/shoemaker": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/shoemaker": {
-                "name": "Shoemaker",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "shoe repair",
-                    "shoemaker"
+                    "cobbler"
                 ],
                 "tags": {
                     "craft": "shoemaker"
                 },
+                "name": "Shoemaker"
+            },
+            "craft/stonemason": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/stonemason": {
-                "name": "Stonemason",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "stonemason",
                     "masonry"
                 ],
                 "tags": {
                     "craft": "stonemason"
                 },
+                "name": "Stonemason"
+            },
+            "craft/sweep": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/sweep": {
-                "name": "Chimney Sweep",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "sweep",
-                    "chimney sweep"
-                ],
                 "tags": {
                     "craft": "sweep"
                 },
-                "icon": "marker-stroked",
+                "name": "Chimney Sweep"
+            },
+            "craft/tailor": {
+                "icon": "clothing-store",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/tailor": {
-                "name": "Tailor",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "tailor",
-                    "clothes"
+                    "clothes",
+                    "suit"
                 ],
                 "tags": {
                     "craft": "tailor"
                 },
-                "icon": "clothing-store",
+                "name": "Tailor",
+                "searchable": false
+            },
+            "craft/tiler": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
                 ],
-                "searchable": false
-            },
-            "craft/tiler": {
-                "name": "Tiler",
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "tiler"
-                ],
                 "tags": {
                     "craft": "tiler"
                 },
+                "name": "Tiler"
+            },
+            "craft/tinsmith": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/tinsmith": {
-                "name": "Tinsmith",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "tinsmith"
-                ],
                 "tags": {
                     "craft": "tinsmith"
                 },
+                "name": "Tinsmith"
+            },
+            "craft/upholsterer": {
                 "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/upholsterer": {
-                "name": "Upholsterer",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "upholsterer"
-                ],
                 "tags": {
                     "craft": "upholsterer"
                 },
-                "icon": "marker-stroked",
+                "name": "Upholsterer"
+            },
+            "craft/watchmaker": {
+                "icon": "circle-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/watchmaker": {
-                "name": "Watchmaker",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "terms": [
-                    "watch",
-                    "watchmaker",
-                    "watch repair"
-                ],
                 "tags": {
                     "craft": "watchmaker"
                 },
-                "icon": "circle-stroked",
+                "name": "Watchmaker"
+            },
+            "craft/window_construction": {
+                "icon": "marker-stroked",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
-            },
-            "craft/window_construction": {
-                "name": "Window Construction",
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "window",
-                    "window maker",
-                    "window construction"
+                    "glass"
                 ],
                 "tags": {
                     "craft": "window_construction"
                 },
-                "icon": "marker-stroked",
+                "name": "Window Construction"
+            },
+            "craft/winery": {
+                "icon": "alcohol-shop",
                 "fields": [
-                    "building_area",
-                    "address",
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "craft": "winery"
+                },
+                "name": "Winery"
             },
             "embankment": {
                 "geometry": [
@@ -67549,13 +68137,20 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "matchScore": 0.2
             },
             "emergency/ambulance_station": {
+                "icon": "hospital",
                 "fields": [
-                    "operator"
+                    "operator",
+                    "building_area",
+                    "address"
                 ],
                 "geometry": [
-                    "area",
                     "point",
-                    "vertex"
+                    "area"
+                ],
+                "terms": [
+                    "EMS",
+                    "EMT",
+                    "rescue"
                 ],
                 "tags": {
                     "emergency": "ambulance_station"
@@ -67639,7 +68234,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "crossing": "zebra"
                 },
                 "terms": [
-                    "crosswalk",
                     "zebra crossing"
                 ],
                 "name": "Crosswalk"
@@ -67708,9 +68302,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "leisure": "pitch",
                     "sport": "golf"
                 },
-                "terms": [
-                    "putting green"
-                ],
                 "name": "Putting Green"
             },
             "golf/hole": {
@@ -67808,10 +68399,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "terms": [
                     "bridleway",
-                    "equestrian trail",
-                    "horse riding path",
-                    "bridle road",
-                    "horse trail"
+                    "equestrian",
+                    "horse"
                 ],
                 "name": "Bridle Path"
             },
@@ -67860,7 +68449,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "crossing": "zebra"
                 },
                 "terms": [
-                    "crosswalk",
                     "zebra crossing"
                 ],
                 "name": "Crosswalk"
@@ -67881,7 +68469,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "highway": "cycleway"
                 },
-                "terms": [],
+                "terms": [
+                    "bike"
+                ],
                 "name": "Cycle Path"
             },
             "highway/footway": {
@@ -67898,29 +68488,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "area"
                 ],
                 "terms": [
-                    "beaten path",
-                    "boulevard",
-                    "clearing",
-                    "course",
-                    "cut*",
-                    "drag*",
-                    "footpath",
-                    "highway",
-                    "lane",
-                    "line",
-                    "orbit",
-                    "passage",
-                    "pathway",
-                    "rail",
-                    "rails",
-                    "road",
-                    "roadway",
-                    "route",
-                    "street",
-                    "thoroughfare",
+                    "hike",
+                    "hiking",
                     "trackway",
                     "trail",
-                    "trajectory",
                     "walk"
                 ],
                 "tags": {
@@ -68030,10 +68601,16 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "geometry": [
                     "line"
                 ],
+                "terms": [
+                    "hike",
+                    "hiking",
+                    "trackway",
+                    "trail",
+                    "walk"
+                ],
                 "tags": {
                     "highway": "path"
                 },
-                "terms": [],
                 "name": "Path"
             },
             "highway/pedestrian": {
@@ -68098,6 +68675,31 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 ],
                 "name": "Primary Link"
             },
+            "highway/raceway": {
+                "icon": "highway-unclassified",
+                "fields": [
+                    "oneway",
+                    "surface",
+                    "sport_racing",
+                    "structure"
+                ],
+                "geometry": [
+                    "line"
+                ],
+                "tags": {
+                    "highway": "raceway"
+                },
+                "addTags": {
+                    "highway": "raceway",
+                    "sport": "motor"
+                },
+                "terms": [
+                    "auto*",
+                    "race*",
+                    "nascar"
+                ],
+                "name": "Motor Raceway"
+            },
             "highway/residential": {
                 "icon": "highway-residential",
                 "fields": [
@@ -68126,9 +68728,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "highway": "rest_area"
                 },
                 "terms": [
-                    "rest stop",
-                    "turnout",
-                    "lay-by"
+                    "rest stop"
                 ],
                 "name": "Rest Area"
             },
@@ -68424,7 +69024,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "highway": "track"
                 },
-                "terms": [],
+                "terms": [
+                    "woods road",
+                    "fire road"
+                ],
                 "name": "Track"
             },
             "highway/traffic_signals": {
@@ -68492,7 +69095,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "highway": "turning_circle"
                 },
-                "terms": [],
+                "terms": [
+                    "cul-de-sac"
+                ],
                 "name": "Turning Circle"
             },
             "highway/unclassified": {
@@ -68551,7 +69156,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "historic/castle": {
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -68915,6 +69519,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Common"
             },
             "leisure/dog_park": {
+                "icon": "dog-park",
                 "geometry": [
                     "point",
                     "area"
@@ -68923,8 +69528,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "leisure": "dog_park"
                 },
-                "name": "Dog Park",
-                "icon": "dog-park"
+                "name": "Dog Park"
             },
             "leisure/firepit": {
                 "geometry": [
@@ -68956,26 +69560,30 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "golf",
                 "fields": [
                     "operator",
-                    "address"
+                    "address",
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "tags": {
-                    "leisure": "golf_course"
-                },
                 "terms": [
                     "links"
                 ],
+                "tags": {
+                    "leisure": "golf_course"
+                },
                 "name": "Golf Course"
             },
             "leisure/ice_rink": {
                 "icon": "pitch",
                 "fields": [
-                    "building_area",
                     "seasonal",
-                    "sport_ice"
+                    "sport_ice",
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
@@ -68998,6 +69606,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
+                "terms": [
+                    "boat"
+                ],
                 "tags": {
                     "leisure": "marina"
                 },
@@ -69044,8 +69655,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "leisure": "picnic_table"
                 },
                 "terms": [
-                    "bench",
-                    "table"
+                    "bench"
                 ],
                 "name": "Picnic Table"
             },
@@ -69063,7 +69673,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "leisure": "pitch"
                 },
-                "terms": [],
+                "terms": [
+                    "field"
+                ],
                 "name": "Sport Pitch"
             },
             "leisure/pitch/american_football": {
@@ -69191,20 +69803,43 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "point",
                     "area"
                 ],
-                "tags": {
-                    "leisure": "playground"
-                },
-                "name": "Playground",
                 "terms": [
                     "jungle gym",
                     "play area"
-                ]
+                ],
+                "tags": {
+                    "leisure": "playground"
+                },
+                "name": "Playground"
+            },
+            "leisure/running_track": {
+                "icon": "pitch",
+                "fields": [
+                    "surface",
+                    "sport_racing",
+                    "lit",
+                    "width",
+                    "lanes"
+                ],
+                "geometry": [
+                    "point",
+                    "line"
+                ],
+                "tags": {
+                    "leisure": "track",
+                    "sport": "running"
+                },
+                "name": "Running Track"
             },
             "leisure/slipway": {
                 "geometry": [
                     "point",
                     "line"
                 ],
+                "terms": [
+                    "boat launch",
+                    "boat ramp"
+                ],
                 "tags": {
                     "leisure": "slipway"
                 },
@@ -69212,6 +69847,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             },
             "leisure/sports_center": {
                 "icon": "pitch",
+                "fields": [
+                    "sport",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -69222,13 +69863,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "terms": [
                     "gym"
                 ],
-                "fields": [
-                    "sport"
-                ],
                 "name": "Sports Center / Gym"
             },
             "leisure/stadium": {
                 "icon": "pitch",
+                "fields": [
+                    "sport",
+                    "address"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -69236,14 +69878,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "leisure": "stadium"
                 },
-                "fields": [
-                    "sport"
-                ],
                 "name": "Stadium"
             },
             "leisure/swimming_pool": {
+                "icon": "swimming",
                 "fields": [
-                    "access_simple"
+                    "access_simple",
+                    "operator",
+                    "address"
                 ],
                 "geometry": [
                     "point",
@@ -69253,25 +69895,25 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "leisure": "swimming_pool"
                 },
-                "icon": "swimming",
                 "name": "Swimming Pool"
             },
             "leisure/track": {
-                "icon": "pitch",
+                "icon": "highway-road",
                 "fields": [
                     "surface",
+                    "sport_racing",
                     "lit",
-                    "width"
+                    "width",
+                    "lanes"
                 ],
                 "geometry": [
                     "point",
-                    "line",
-                    "area"
+                    "line"
                 ],
                 "tags": {
                     "leisure": "track"
                 },
-                "name": "Race Track"
+                "name": "Racetrack (non-Motorsport)"
             },
             "line": {
                 "name": "Line",
@@ -69336,6 +69978,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "embassy"
             },
             "man_made/lighthouse": {
+                "icon": "lighthouse",
                 "geometry": [
                     "point",
                     "area"
@@ -69343,8 +69986,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "man_made": "lighthouse"
                 },
-                "name": "Lighthouse",
-                "icon": "lighthouse"
+                "name": "Lighthouse"
             },
             "man_made/observation": {
                 "geometry": [
@@ -69372,21 +70014,24 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Pier"
             },
             "man_made/pipeline": {
+                "icon": "pipeline",
+                "fields": [
+                    "location",
+                    "operator"
+                ],
                 "geometry": [
                     "line"
                 ],
                 "tags": {
                     "man_made": "pipeline"
                 },
-                "fields": [
-                    "location",
-                    "operator"
-                ],
-                "name": "Pipeline",
-                "icon": "pipeline"
+                "name": "Pipeline"
             },
             "man_made/survey_point": {
                 "icon": "monument",
+                "fields": [
+                    "ref"
+                ],
                 "geometry": [
                     "point",
                     "vertex"
@@ -69394,12 +70039,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "man_made": "survey_point"
                 },
-                "fields": [
-                    "ref"
-                ],
                 "name": "Survey Point"
             },
             "man_made/tower": {
+                "fields": [
+                    "towertype"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -69407,30 +70052,33 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "man_made": "tower"
                 },
-                "fields": [
-                    "towertype"
-                ],
                 "name": "Tower"
             },
             "man_made/wastewater_plant": {
                 "icon": "water",
+                "fields": [
+                    "operator",
+                    "address"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
-                "tags": {
-                    "man_made": "wastewater_plant"
-                },
-                "name": "Wastewater Plant",
                 "terms": [
-                    "sewage works",
-                    "sewage treatment plant",
+                    "sewage*",
                     "water treatment plant",
                     "reclamation plant"
-                ]
+                ],
+                "tags": {
+                    "man_made": "wastewater_plant"
+                },
+                "name": "Wastewater Plant"
             },
             "man_made/water_tower": {
                 "icon": "water",
+                "fields": [
+                    "operator"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -69441,6 +70089,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Water Tower"
             },
             "man_made/water_well": {
+                "fields": [
+                    "operator"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -69448,10 +70099,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "man_made": "water_well"
                 },
-                "name": "Water well"
+                "name": "Water Well"
             },
             "man_made/water_works": {
                 "icon": "water",
+                "fields": [
+                    "operator",
+                    "address"
+                ],
                 "geometry": [
                     "point",
                     "area"
@@ -69462,17 +70117,17 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Water Works"
             },
             "military/airfield": {
+                "icon": "airfield",
                 "geometry": [
                     "point",
                     "vertex",
                     "area"
                 ],
+                "terms": [],
                 "tags": {
                     "military": "airfield"
                 },
-                "terms": [],
-                "name": "Airfield",
-                "icon": "airfield"
+                "name": "Airfield"
             },
             "military/barracks": {
                 "geometry": [
@@ -69480,10 +70135,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
+                "terms": [],
                 "tags": {
                     "military": "barracks"
                 },
-                "terms": [],
                 "name": "Barracks"
             },
             "military/bunker": {
@@ -69492,10 +70147,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
+                "terms": [],
                 "tags": {
                     "military": "bunker"
                 },
-                "terms": [],
                 "name": "Bunker"
             },
             "military/range": {
@@ -69504,10 +70159,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
+                "terms": [],
                 "tags": {
                     "military": "range"
                 },
-                "terms": [],
                 "name": "Military Range"
             },
             "natural": {
@@ -69786,6 +70441,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "fields": [
                     "office",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -69804,6 +70460,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69821,6 +70478,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69838,6 +70496,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69855,6 +70514,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -69873,6 +70533,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69890,6 +70551,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69900,13 +70562,16 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "office": "employment_agency"
                 },
-                "terms": [],
+                "terms": [
+                    "job"
+                ],
                 "name": "Employment Agency"
             },
             "office/estate_agent": {
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69924,6 +70589,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69941,6 +70607,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69958,6 +70625,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69975,6 +70643,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -69992,6 +70661,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70009,6 +70679,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70026,6 +70697,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -70044,6 +70716,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70061,6 +70734,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70078,6 +70752,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70095,6 +70770,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70112,6 +70788,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "commercial",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70129,6 +70806,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "suitcase",
                 "fields": [
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
@@ -70344,7 +71022,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Power"
             },
             "power/generator": {
-                "name": "Power Generator",
+                "fields": [
+                    "operator",
+                    "generator/source",
+                    "generator/method",
+                    "generator/type"
+                ],
                 "geometry": [
                     "point",
                     "vertex",
@@ -70353,11 +71036,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "tags": {
                     "power": "generator"
                 },
-                "fields": [
-                    "generator/source",
-                    "generator/method",
-                    "generator/type"
-                ]
+                "name": "Power Generator"
             },
             "power/line": {
                 "geometry": [
@@ -70620,6 +71299,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "railway/station": {
                 "icon": "rail",
                 "fields": [
+                    "operator",
+                    "address",
                     "building_area"
                 ],
                 "geometry": [
@@ -70706,12 +71387,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "fields": [
                     "shop",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -70723,54 +71405,125 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/alcohol": {
                 "icon": "alcohol-shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "alcohol",
+                    "beer",
+                    "booze",
+                    "wine"
+                ],
                 "tags": {
                     "shop": "alcohol"
                 },
-                "terms": [
-                    "alcohol"
-                ],
                 "name": "Liquor Store"
             },
+            "shop/anime": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "anime"
+                },
+                "name": "Anime Shop"
+            },
+            "shop/antiques": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "antiques"
+                },
+                "name": "Antiques Shop"
+            },
             "shop/art": {
                 "icon": "art-gallery",
                 "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "art"
+                },
+                "name": "Art Gallery"
+            },
+            "shop/baby_goods": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "baby_goods"
+                },
+                "name": "Baby Goods Store"
+            },
+            "shop/bag": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "art store",
-                    "art gallery"
+                    "handbag",
+                    "purse"
                 ],
                 "tags": {
-                    "shop": "art"
+                    "shop": "bag"
                 },
-                "name": "Art Shop"
+                "name": "Bag/Luggage Store"
             },
             "shop/bakery": {
                 "icon": "bakery",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -70778,16 +71531,33 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Bakery"
             },
+            "shop/bathroom_furnishing": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "bathroom_furnishing"
+                },
+                "name": "Bathroom Furnishing Store"
+            },
             "shop/beauty": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
@@ -70801,16 +71571,33 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Beauty Shop"
             },
+            "shop/bed": {
+                "icon": "lodging",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "bed"
+                },
+                "name": "Bedding/Mattress Store"
+            },
             "shop/beverages": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -70821,13 +71608,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/bicycle": {
                 "icon": "bicycle",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -70838,13 +71625,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/bookmaker": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -70855,30 +71642,30 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/books": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "shop": "books"
                 },
-                "name": "Bookstore"
+                "name": "Book Store"
             },
             "shop/boutique": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -70889,31 +71676,55 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/butcher": {
                 "icon": "slaughterhouse",
                 "fields": [
+                    "operator",
+                    "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
-                "terms": [],
+                "terms": [
+                    "meat"
+                ],
                 "tags": {
                     "shop": "butcher"
                 },
                 "name": "Butcher"
             },
+            "shop/candles": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "candles"
+                },
+                "name": "Candle Shop"
+            },
             "shop/car": {
                 "icon": "car",
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "auto"
+                ],
                 "tags": {
                     "shop": "car"
                 },
@@ -70922,15 +71733,18 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/car_parts": {
                 "icon": "car",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "auto"
+                ],
                 "tags": {
                     "shop": "car_parts"
                 },
@@ -70939,404 +71753,735 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/car_repair": {
                 "icon": "car",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "auto"
+                ],
                 "tags": {
                     "shop": "car_repair"
                 },
                 "name": "Car Repair Shop"
             },
-            "shop/chemist": {
-                "icon": "chemist",
+            "shop/carpet": {
+                "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "rug"
+                ],
                 "tags": {
-                    "shop": "chemist"
+                    "shop": "carpet"
                 },
-                "name": "Chemist"
+                "name": "Carpet Store"
             },
-            "shop/clothes": {
-                "icon": "clothing-store",
+            "shop/cheese": {
+                "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "clothes"
+                    "shop": "cheese"
                 },
-                "name": "Clothing Store"
+                "name": "Cheese Store"
             },
-            "shop/computer": {
-                "icon": "shop",
+            "shop/chemist": {
+                "icon": "chemist",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "computer"
+                    "shop": "chemist"
                 },
-                "name": "Computer Store"
+                "name": "Chemist"
             },
-            "shop/confectionery": {
+            "shop/chocolate": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "confectionery"
+                    "shop": "chocolate"
                 },
-                "name": "Confectionery"
+                "name": "Chocolate Store"
             },
-            "shop/convenience": {
-                "icon": "shop",
+            "shop/clothes": {
+                "icon": "clothing-store",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "convenience"
+                    "shop": "clothes"
                 },
-                "name": "Convenience Store"
+                "name": "Clothing Store"
             },
-            "shop/deli": {
-                "icon": "restaurant",
+            "shop/computer": {
+                "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "deli"
+                    "shop": "computer"
                 },
-                "name": "Deli"
+                "name": "Computer Store"
             },
-            "shop/department_store": {
+            "shop/confectionery": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "department_store"
+                    "shop": "confectionery"
                 },
-                "name": "Department Store"
+                "name": "Candy Store"
             },
-            "shop/doityourself": {
+            "shop/convenience": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "doityourself"
+                    "shop": "convenience"
                 },
-                "name": "DIY Store"
+                "name": "Convenience Store"
             },
-            "shop/dry_cleaning": {
+            "shop/copyshop": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "dry_cleaning"
+                    "shop": "copyshop"
                 },
-                "name": "Dry Cleaners"
+                "name": "Copy Store"
             },
-            "shop/electronics": {
+            "shop/cosmetics": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "electronics"
+                    "shop": "cosmetics"
                 },
-                "name": "Electronics Store"
+                "name": "Cosmetics Store"
             },
-            "shop/farm": {
-                "icon": "shop",
+            "shop/craft": {
+                "icon": "art-gallery",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "farm"
+                    "shop": "craft"
                 },
-                "terms": [
-                    "farm shop",
-                    "farm stand"
-                ],
-                "name": "Produce Stand"
+                "name": "Arts and Crafts Store"
             },
-            "shop/fishmonger": {
+            "shop/curtain": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "drape*",
+                    "window"
+                ],
                 "tags": {
-                    "shop": "fishmonger"
+                    "shop": "curtain"
                 },
-                "name": "Fishmonger",
-                "searchable": false
+                "name": "Curtain Store"
             },
-            "shop/florist": {
+            "shop/dairy": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "milk",
+                    "egg",
+                    "cheese"
+                ],
                 "tags": {
-                    "shop": "florist"
+                    "shop": "dairy"
                 },
-                "name": "Florist"
+                "name": "Dairy Store"
             },
-            "shop/funeral_directors": {
-                "icon": "cemetery",
+            "shop/deli": {
+                "icon": "restaurant",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
-                    "religion",
-                    "denomination"
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
-                "tags": {
-                    "shop": "funeral_directors"
-                },
                 "terms": [
-                    "undertaker",
-                    "funeral parlour",
-                    "funeral parlor",
-                    "memorial home"
+                    "lunch",
+                    "meat",
+                    "sandwich"
                 ],
-                "name": "Funeral Home"
+                "tags": {
+                    "shop": "deli"
+                },
+                "name": "Deli"
             },
-            "shop/furniture": {
+            "shop/department_store": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "furniture"
+                    "shop": "department_store"
                 },
-                "name": "Furniture Store"
+                "name": "Department Store"
             },
-            "shop/garden_centre": {
+            "shop/doityourself": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
-                "terms": [
-                    "garden centre"
-                ],
                 "tags": {
-                    "shop": "garden_centre"
+                    "shop": "doityourself"
                 },
-                "name": "Garden Center"
+                "name": "DIY Store"
             },
-            "shop/gift": {
+            "shop/dry_cleaning": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "gift"
+                    "shop": "dry_cleaning"
                 },
-                "name": "Gift Shop"
+                "name": "Dry Cleaner"
             },
-            "shop/greengrocer": {
+            "shop/electronics": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "appliance",
+                    "audio",
+                    "computer",
+                    "tv"
+                ],
                 "tags": {
-                    "shop": "greengrocer"
+                    "shop": "electronics"
                 },
-                "name": "Greengrocer"
+                "name": "Electronics Store"
             },
-            "shop/hairdresser": {
-                "icon": "hairdresser",
+            "shop/erotic": {
+                "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "sex",
+                    "porn"
+                ],
                 "tags": {
-                    "shop": "hairdresser"
+                    "shop": "erotic"
                 },
-                "name": "Hairdresser"
+                "name": "Erotic Store"
             },
-            "shop/hardware": {
+            "shop/fabric": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "sew"
+                ],
                 "tags": {
-                    "shop": "hardware"
+                    "shop": "fabric"
                 },
-                "name": "Hardware Store"
+                "name": "Fabric Store"
             },
-            "shop/hifi": {
+            "shop/farm": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "farm shop",
+                    "farm stand"
+                ],
+                "tags": {
+                    "shop": "farm"
+                },
+                "name": "Produce Stand"
+            },
+            "shop/fashion": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "fashion"
+                },
+                "name": "Fashion Store"
+            },
+            "shop/fishmonger": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "fishmonger"
+                },
+                "name": "Fishmonger",
+                "searchable": false
+            },
+            "shop/florist": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "flower"
+                ],
+                "tags": {
+                    "shop": "florist"
+                },
+                "name": "Florist"
+            },
+            "shop/frame": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "frame"
+                },
+                "name": "Framing Shop"
+            },
+            "shop/funeral_directors": {
+                "icon": "cemetery",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "religion",
+                    "denomination"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "undertaker",
+                    "memorial home"
+                ],
+                "tags": {
+                    "shop": "funeral_directors"
+                },
+                "name": "Funeral Home"
+            },
+            "shop/furnace": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "oven",
+                    "stove"
+                ],
+                "tags": {
+                    "shop": "furnace"
+                },
+                "name": "Furnace Store"
+            },
+            "shop/furniture": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "chair",
+                    "sofa",
+                    "table"
+                ],
+                "tags": {
+                    "shop": "furniture"
+                },
+                "name": "Furniture Store"
+            },
+            "shop/garden_centre": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "landscape",
+                    "mulch",
+                    "shrub",
+                    "tree"
+                ],
+                "tags": {
+                    "shop": "garden_centre"
+                },
+                "name": "Garden Center"
+            },
+            "shop/gift": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "gift"
+                },
+                "name": "Gift Shop"
+            },
+            "shop/greengrocer": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "fruit",
+                    "vegetable"
+                ],
+                "tags": {
+                    "shop": "greengrocer"
+                },
+                "name": "Greengrocer"
+            },
+            "shop/hairdresser": {
+                "icon": "hairdresser",
+                "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "tags": {
+                    "shop": "hairdresser"
+                },
+                "name": "Hairdresser"
+            },
+            "shop/hardware": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "hardware"
+                },
+                "name": "Hardware Store"
+            },
+            "shop/hearing_aids": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "hearing_aids"
+                },
+                "name": "Hearing Aids Store"
+            },
+            "shop/herbalist": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "herbalist"
+                },
+                "name": "Herbalist"
+            },
+            "shop/hifi": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "stereo",
+                    "video"
+                ],
                 "tags": {
                     "shop": "hifi"
                 },
                 "name": "Hifi Store"
             },
+            "shop/interior_decoration": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "interior_decoration"
+                },
+                "name": "Interior Decoration Store"
+            },
             "shop/jewelry": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "diamond",
+                    "gem",
+                    "ring"
+                ],
                 "tags": {
                     "shop": "jewelry"
                 },
@@ -71345,30 +72490,47 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/kiosk": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "shop": "kiosk"
                 },
-                "name": "Kiosk"
+                "name": "News Kiosk"
+            },
+            "shop/kitchen": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "kitchen"
+                },
+                "name": "Kitchen Design Store"
             },
             "shop/laundry": {
                 "icon": "laundry",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71376,20 +72538,38 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Laundry"
             },
+            "shop/leather": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "leather"
+                },
+                "name": "Leather Store"
+            },
             "shop/locksmith": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "keys"
+                    "key",
+                    "lockpick"
                 ],
                 "tags": {
                     "shop": "locksmith"
@@ -71399,13 +72579,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/lottery": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71416,13 +72596,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/mall": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71430,16 +72610,50 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Mall"
             },
+            "shop/massage": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "massage"
+                },
+                "name": "Massage Shop"
+            },
+            "shop/medical_supply": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "medical_supply"
+                },
+                "name": "Medical Supply Store"
+            },
             "shop/mobile_phone": {
                 "icon": "mobilephone",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71447,16 +72661,33 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "name": "Mobile Phone Store"
             },
+            "shop/money_lender": {
+                "icon": "bank",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "money_lender"
+                },
+                "name": "Money Lender"
+            },
             "shop/motorcycle": {
                 "icon": "scooter",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71467,83 +72698,170 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/music": {
                 "icon": "music",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "CD",
+                    "vinyl"
+                ],
                 "tags": {
                     "shop": "music"
                 },
                 "name": "Music Store"
             },
+            "shop/musical_instrument": {
+                "icon": "music",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "musical_instrument"
+                },
+                "name": "Musical Instrument Store"
+            },
             "shop/newsagent": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "shop": "newsagent"
                 },
-                "name": "Newsagent"
+                "name": "Newspaper/Magazine Shop"
             },
             "shop/optician": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "eye",
+                    "glasses"
+                ],
                 "tags": {
                     "shop": "optician"
                 },
                 "name": "Optician"
             },
+            "shop/organic": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "supermarket",
+                    "organic": "only"
+                },
+                "name": "Organic Goods Store"
+            },
             "shop/outdoor": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "camping",
+                    "climbing",
+                    "hiking"
+                ],
                 "tags": {
                     "shop": "outdoor"
                 },
-                "name": "Outdoor Store"
+                "name": "Outdoors Store"
+            },
+            "shop/paint": {
+                "icon": "water",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "paint"
+                },
+                "name": "Paint Store"
+            },
+            "shop/pawnbroker": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "pawnbroker"
+                },
+                "name": "Pawn Shop"
             },
             "shop/pet": {
                 "icon": "dog-park",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "cat",
+                    "dog",
+                    "fish"
+                ],
                 "tags": {
                     "shop": "pet"
                 },
@@ -71552,50 +72870,148 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/photo": {
                 "icon": "camera",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "camera",
+                    "film"
+                ],
                 "tags": {
                     "shop": "photo"
                 },
                 "name": "Photography Store"
             },
-            "shop/seafood": {
+            "shop/pyrotechnics": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "seafood"
+                    "shop": "pyrotechnics"
+                },
+                "name": "Fireworks Store"
+            },
+            "shop/radiotechnics": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "radiotechnics"
+                },
+                "name": "Radio/Electronic Component Store"
+            },
+            "shop/religion": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours",
+                    "religion",
+                    "denomination"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "religion"
                 },
+                "name": "Religious Store"
+            },
+            "shop/scuba_diving": {
+                "icon": "swimming",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "scuba_diving"
+                },
+                "name": "Scuba Diving Shop"
+            },
+            "shop/seafood": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
                 "terms": [
                     "fishmonger"
                 ],
+                "tags": {
+                    "shop": "seafood"
+                },
                 "name": "Seafood Shop"
             },
+            "shop/second_hand": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "secondhand",
+                    "second hand",
+                    "resale",
+                    "thrift",
+                    "used"
+                ],
+                "tags": {
+                    "shop": "second_hand"
+                },
+                "name": "Consignment/Thrift Store"
+            },
             "shop/shoes": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71606,13 +73022,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/sports": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71623,15 +73039,19 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/stationery": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "card",
+                    "paper"
+                ],
                 "tags": {
                     "shop": "stationery"
                 },
@@ -71641,37 +73061,18 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
-                    "bazaar",
-                    "boutique",
-                    "chain",
-                    "co-op",
-                    "cut-rate store",
-                    "discount store",
-                    "five-and-dime",
-                    "flea market",
-                    "galleria",
-                    "grocery store",
-                    "mall",
-                    "mart",
-                    "outlet",
-                    "outlet store",
-                    "shop",
-                    "shopping center",
-                    "shopping centre",
-                    "shopping plaza",
-                    "stand",
+                    "grocery",
                     "store",
-                    "supermarket",
-                    "thrift shop"
+                    "shop"
                 ],
                 "tags": {
                     "shop": "supermarket"
@@ -71679,36 +73080,104 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Supermarket"
             },
             "shop/tailor": {
-                "name": "Tailor",
+                "icon": "clothing-store",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
                 "geometry": [
                     "point",
                     "area"
                 ],
                 "terms": [
-                    "tailor",
-                    "clothes"
+                    "clothes",
+                    "suit"
                 ],
                 "tags": {
                     "shop": "tailor"
                 },
-                "icon": "clothing-store",
+                "name": "Tailor"
+            },
+            "shop/tattoo": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "tattoo"
+                },
+                "name": "Tattoo Parlor"
+            },
+            "shop/tea": {
+                "icon": "cafe",
                 "fields": [
+                    "operator",
+                    "address",
                     "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "tea"
+                },
+                "name": "Tea Store"
+            },
+            "shop/ticket": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
                     "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "ticket"
+                },
+                "name": "Ticket Seller"
+            },
+            "shop/tobacco": {
+                "icon": "shop",
+                "fields": [
                     "operator",
+                    "address",
+                    "building_area",
                     "opening_hours"
-                ]
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "tobacco"
+                },
+                "name": "Tobacco Shop"
             },
             "shop/toys": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71719,13 +73188,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/travel_agency": {
                 "icon": "suitcase",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71736,13 +73205,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/tyres": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71753,30 +73222,46 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/vacant": {
                 "icon": "shop",
                 "fields": [
+                    "address",
+                    "building_area"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "vacant"
+                },
+                "name": "Vacant Shop",
+                "searchable": false
+            },
+            "shop/vacuum_cleaner": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
-                    "shop": "vacant"
+                    "shop": "vacuum_cleaner"
                 },
-                "name": "Vacant Shop"
+                "name": "Vacuum Cleaner Store"
             },
             "shop/variety_store": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71787,38 +73272,112 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "shop/video": {
                 "icon": "shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
+                "terms": [
+                    "DVD"
+                ],
                 "tags": {
                     "shop": "video"
                 },
                 "name": "Video Store"
             },
+            "shop/video_games": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "video_games"
+                },
+                "name": "Video Game Store"
+            },
+            "shop/water_sports": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "water_sports"
+                },
+                "name": "Watersport/Swim Shop"
+            },
+            "shop/weapons": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "terms": [
+                    "ammo",
+                    "gun",
+                    "knife",
+                    "knives"
+                ],
+                "tags": {
+                    "shop": "weapons"
+                },
+                "name": "Weapon Shop"
+            },
+            "shop/window_blind": {
+                "icon": "shop",
+                "fields": [
+                    "operator",
+                    "address",
+                    "building_area",
+                    "opening_hours"
+                ],
+                "geometry": [
+                    "point",
+                    "area"
+                ],
+                "tags": {
+                    "shop": "window_blind"
+                },
+                "name": "Window Blind Store"
+            },
             "shop/wine": {
                 "icon": "alcohol-shop",
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
                     "shop": "wine"
                 },
-                "terms": [
-                    "winery"
-                ],
                 "name": "Wine Shop"
             },
             "tourism": {
@@ -71839,11 +73398,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "lodging",
                 "fields": [
                     "operator",
-                    "address"
+                    "address",
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71852,11 +73411,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Alpine Hut"
             },
             "tourism/artwork": {
+                "icon": "art-gallery",
                 "fields": [
                     "artwork_type",
                     "artist"
                 ],
-                "icon": "art-gallery",
                 "geometry": [
                     "point",
                     "vertex",
@@ -71900,9 +73459,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
-                "terms": [
-                    "camping"
-                ],
                 "tags": {
                     "tourism": "camp_site"
                 },
@@ -71928,13 +73484,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "lodging",
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71947,11 +73502,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "fields": [
                     "operator",
                     "address",
+                    "building_area",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71959,7 +73514,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "terms": [
                     "B&B",
-                    "Bed & Breakfast",
                     "Bed and Breakfast"
                 ],
                 "name": "Guest House"
@@ -71968,13 +73522,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "lodging",
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -71986,16 +73539,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "lodging",
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
-                "terms": [],
                 "tags": {
                     "tourism": "hotel"
                 },
@@ -72004,9 +73555,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "tourism/information": {
                 "fields": [
                     "information",
-                    "building_area",
+                    "operator",
                     "address",
-                    "operator"
+                    "building_area"
                 ],
                 "geometry": [
                     "point",
@@ -72022,13 +73573,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "lodging",
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "smoking"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -72040,28 +73590,20 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "museum",
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "terms": [
                     "exhibition",
-                    "exhibits archive",
                     "foundation",
                     "gallery",
                     "hall",
-                    "institution",
-                    "library",
-                    "menagerie",
-                    "repository",
-                    "salon",
-                    "storehouse",
-                    "treasury",
-                    "vault"
+                    "institution"
                 ],
                 "tags": {
                     "tourism": "museum"
@@ -72080,7 +73622,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "vertex",
                     "area"
                 ],
-                "terms": [],
+                "terms": [
+                    "camp"
+                ],
                 "tags": {
                     "tourism": "picnic_site"
                 },
@@ -72089,11 +73633,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "tourism/theme_park": {
                 "fields": [
                     "operator",
-                    "address"
+                    "address",
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -72115,11 +73659,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "zoo",
                 "fields": [
                     "operator",
-                    "address"
+                    "address",
+                    "opening_hours"
                 ],
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "tags": {
@@ -72428,7 +73972,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "name": "Road Route",
                 "icon": "route-road",
                 "fields": [
-                    "ref"
+                    "ref",
+                    "network"
                 ]
             },
             "type/route/train": {
@@ -72652,13 +74197,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72671,13 +74216,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72690,13 +74235,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72709,13 +74254,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72728,13 +74273,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72747,13 +74292,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72766,13 +74311,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72785,13 +74330,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72804,13 +74349,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72823,13 +74368,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72842,13 +74387,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72861,13 +74406,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72880,13 +74425,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72899,13 +74444,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72918,13 +74463,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72937,13 +74482,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72956,13 +74501,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72975,13 +74520,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -72994,13 +74539,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73013,13 +74558,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73032,13 +74577,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73051,13 +74596,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73070,13 +74615,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73089,13 +74634,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73108,13 +74653,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73127,13 +74672,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73146,13 +74691,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73165,13 +74710,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73184,13 +74729,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73203,13 +74748,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73222,13 +74767,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73241,13 +74786,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73260,13 +74805,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73279,13 +74824,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73298,13 +74843,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73317,13 +74862,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73336,13 +74881,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73355,13 +74900,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73374,13 +74919,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73393,13 +74938,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73412,13 +74957,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73431,13 +74976,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73450,13 +74995,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73469,13 +75014,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73488,13 +75033,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73507,13 +75052,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73526,13 +75071,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73545,13 +75090,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73564,13 +75109,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73583,13 +75128,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73602,13 +75147,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73621,13 +75166,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73640,13 +75185,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73659,13 +75204,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73678,13 +75223,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73697,13 +75242,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73716,13 +75261,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73735,13 +75280,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73754,13 +75299,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73773,13 +75318,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73792,13 +75337,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73811,13 +75356,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73830,13 +75375,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73849,13 +75394,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73868,13 +75413,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73887,13 +75432,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73906,13 +75451,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73925,13 +75470,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73944,13 +75489,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73963,13 +75508,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -73982,13 +75527,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74001,13 +75546,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74020,13 +75565,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74039,13 +75584,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74058,13 +75603,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74077,13 +75622,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74096,13 +75641,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74115,13 +75660,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74134,13 +75679,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74153,13 +75698,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74172,13 +75717,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74191,13 +75736,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74210,13 +75755,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74229,13 +75774,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74248,13 +75793,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74267,13 +75812,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74286,13 +75831,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74305,13 +75850,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74324,13 +75869,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74343,13 +75888,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74362,13 +75907,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74381,13 +75926,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74400,13 +75945,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74419,13 +75964,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74438,13 +75983,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74457,13 +76002,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74476,13 +76021,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74495,13 +76040,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74514,13 +76059,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74533,13 +76078,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74552,13 +76097,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74571,13 +76116,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74590,13 +76135,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74609,13 +76154,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74628,13 +76173,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74647,13 +76192,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74666,13 +76211,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74685,13 +76230,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74704,13 +76249,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74723,13 +76268,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74742,13 +76287,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74761,13 +76306,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74780,13 +76325,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74799,13 +76344,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74818,13 +76363,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74837,13 +76382,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74856,13 +76401,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74875,13 +76420,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74894,13 +76439,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74913,13 +76458,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74932,13 +76477,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74951,13 +76496,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74970,13 +76515,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -74989,13 +76534,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75008,13 +76553,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75027,13 +76572,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75046,13 +76591,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75065,13 +76610,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75084,13 +76629,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75103,13 +76648,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75122,13 +76667,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75141,13 +76686,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75160,13 +76705,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75179,13 +76724,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75198,13 +76743,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75217,13 +76762,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75236,13 +76781,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75255,13 +76800,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75274,13 +76819,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75293,13 +76838,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75313,13 +76858,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75332,13 +76877,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75351,13 +76896,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75370,13 +76915,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75389,13 +76934,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75408,13 +76953,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75427,13 +76972,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75446,13 +76991,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75465,13 +77010,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75484,13 +77029,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75503,13 +77048,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75522,13 +77067,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75541,13 +77086,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75560,13 +77105,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75579,13 +77124,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75598,13 +77143,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75617,13 +77162,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75636,13 +77181,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75655,13 +77200,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75674,13 +77219,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75693,13 +77238,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75712,13 +77257,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75731,13 +77276,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75750,13 +77295,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75769,13 +77314,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75788,13 +77333,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75807,13 +77352,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75826,13 +77371,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75845,13 +77390,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75864,13 +77409,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fuel",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
                     "address",
-                    "building_area"
+                    "building_area",
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -75883,12 +77428,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -75903,12 +77447,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -75923,12 +77466,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -75943,12 +77485,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -75963,12 +77504,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -75983,12 +77523,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76003,12 +77542,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76023,12 +77561,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76043,12 +77580,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76063,12 +77599,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76083,12 +77618,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76103,12 +77637,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76123,12 +77656,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76143,12 +77675,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76163,12 +77694,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76183,12 +77713,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76203,12 +77732,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76223,12 +77751,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76243,12 +77770,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76263,12 +77789,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76283,12 +77808,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76303,12 +77827,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76323,12 +77846,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76343,12 +77865,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76363,12 +77884,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76383,12 +77903,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76403,12 +77922,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76423,12 +77941,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76443,12 +77960,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76463,12 +77979,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76483,12 +77998,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76503,12 +78017,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76523,12 +78036,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76543,12 +78055,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76563,12 +78074,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76583,12 +78093,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76603,12 +78112,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76623,12 +78131,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76643,12 +78150,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76663,12 +78169,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76683,12 +78188,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76703,12 +78207,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76723,12 +78226,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76743,12 +78245,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76763,12 +78264,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "beer",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76783,13 +78283,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76805,13 +78305,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76827,13 +78327,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76849,13 +78349,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76870,13 +78370,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76892,13 +78392,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76913,13 +78413,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76935,13 +78435,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76957,13 +78457,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76978,13 +78478,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -76999,13 +78499,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77020,13 +78520,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77041,13 +78541,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77063,13 +78563,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77084,13 +78584,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77105,13 +78605,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77127,13 +78627,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77148,13 +78648,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77169,13 +78669,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77190,13 +78690,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77211,13 +78711,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77232,13 +78732,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77253,13 +78753,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77274,13 +78774,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77295,13 +78795,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77316,13 +78816,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77338,13 +78838,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77359,13 +78859,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77380,13 +78880,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77401,13 +78901,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77422,13 +78922,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77443,13 +78943,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77465,13 +78965,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77487,13 +78987,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77508,13 +79008,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77530,13 +79030,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77551,13 +79051,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77572,13 +79072,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77594,13 +79094,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77615,13 +79115,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77636,13 +79136,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77657,13 +79157,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77679,13 +79179,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77700,13 +79200,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77721,13 +79221,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77743,13 +79243,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77766,13 +79266,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77787,13 +79287,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77808,13 +79308,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77829,13 +79329,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77850,13 +79350,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77871,13 +79371,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77894,13 +79394,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77915,13 +79415,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77936,13 +79436,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77958,13 +79458,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -77979,13 +79479,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78000,13 +79500,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78021,13 +79521,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78042,13 +79542,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78063,13 +79563,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78085,13 +79585,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78106,13 +79606,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78127,13 +79627,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78148,13 +79648,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78169,13 +79669,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78190,13 +79690,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78211,13 +79711,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78232,13 +79732,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78254,13 +79754,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78275,13 +79775,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78296,13 +79796,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78317,13 +79817,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78339,13 +79839,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78361,13 +79861,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78382,13 +79882,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78403,13 +79903,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "fast-food",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -78424,13 +79924,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78446,13 +79945,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78468,13 +79966,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78490,13 +79987,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78512,13 +80008,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78534,13 +80029,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78556,13 +80050,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78578,13 +80071,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78600,13 +80092,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78622,13 +80113,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78644,13 +80134,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78666,13 +80155,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78688,13 +80176,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78710,13 +80197,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78732,13 +80218,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78754,13 +80239,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78776,13 +80260,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78798,13 +80281,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78820,13 +80302,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78842,13 +80323,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78864,13 +80344,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78886,13 +80365,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78908,13 +80386,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78930,13 +80407,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78952,13 +80428,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78974,13 +80449,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -78996,13 +80470,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79018,13 +80491,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79040,13 +80512,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79062,13 +80533,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79084,13 +80554,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79106,13 +80575,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79128,13 +80596,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79150,13 +80617,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79172,13 +80638,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79194,13 +80659,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79216,13 +80680,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79238,13 +80701,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79260,13 +80722,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79282,13 +80743,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79304,13 +80764,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79326,13 +80785,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79348,13 +80806,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79370,13 +80827,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79392,13 +80848,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79414,13 +80869,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79436,13 +80890,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79458,13 +80911,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79480,13 +80932,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79502,13 +80953,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79524,13 +80974,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79546,13 +80995,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79568,13 +81016,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79590,13 +81037,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79612,13 +81058,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79634,13 +81079,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79656,13 +81100,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79678,13 +81121,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79700,13 +81142,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79722,13 +81163,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79744,13 +81184,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79766,13 +81205,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79788,13 +81226,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79810,13 +81247,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79832,13 +81268,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79854,13 +81289,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79876,13 +81310,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79898,13 +81331,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79920,13 +81352,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79942,13 +81373,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79964,13 +81394,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -79986,13 +81415,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80008,13 +81436,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80030,13 +81457,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80052,13 +81478,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80074,13 +81499,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80096,13 +81520,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80118,13 +81541,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80140,13 +81562,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80162,13 +81583,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80184,13 +81604,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80206,13 +81625,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80228,13 +81646,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80250,13 +81667,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80272,13 +81688,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80294,13 +81709,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80316,13 +81730,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80338,13 +81751,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80360,13 +81772,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80382,13 +81793,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80404,13 +81814,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80426,13 +81835,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80448,13 +81856,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80470,13 +81877,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80492,13 +81898,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80514,13 +81919,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80536,13 +81940,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80558,13 +81961,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80580,13 +81982,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80602,13 +82003,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80624,13 +82024,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80646,13 +82045,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80668,13 +82066,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80691,13 +82088,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80713,13 +82109,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80735,13 +82130,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80757,13 +82151,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80779,13 +82172,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80801,13 +82193,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80823,13 +82214,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80845,13 +82235,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80867,13 +82256,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80889,13 +82277,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80911,13 +82298,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80933,13 +82319,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80955,13 +82340,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80977,13 +82361,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -80999,13 +82382,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81021,13 +82403,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81043,13 +82424,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81065,13 +82445,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81087,13 +82466,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81109,13 +82487,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81131,13 +82508,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81153,13 +82529,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "restaurant",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "capacity",
                     "smoking"
@@ -81175,13 +82550,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81195,13 +82570,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81215,13 +82590,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81235,13 +82610,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81255,13 +82630,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81275,13 +82650,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81295,13 +82670,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81315,13 +82690,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81335,13 +82710,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81355,13 +82730,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81375,13 +82750,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81395,13 +82770,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81415,13 +82790,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81435,13 +82810,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81455,13 +82830,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81475,13 +82850,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81495,13 +82870,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81515,13 +82890,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81535,13 +82910,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81555,13 +82930,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81575,13 +82950,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81595,13 +82970,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81615,13 +82990,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81635,13 +83010,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81655,13 +83030,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81675,13 +83050,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81695,13 +83070,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81715,13 +83090,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81735,13 +83110,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81755,13 +83130,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81775,13 +83150,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81795,13 +83170,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81815,13 +83190,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81835,13 +83210,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81855,13 +83230,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81875,13 +83250,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81895,13 +83270,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81915,13 +83290,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81935,13 +83310,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81955,13 +83330,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81975,13 +83350,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -81995,13 +83370,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82015,13 +83390,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82035,13 +83410,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82055,13 +83430,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82075,13 +83450,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82095,13 +83470,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82115,13 +83490,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82135,13 +83510,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82155,13 +83530,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82175,13 +83550,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82195,13 +83570,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82215,13 +83590,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82235,13 +83610,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82255,13 +83630,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82275,13 +83650,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82295,13 +83670,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82315,13 +83690,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82335,13 +83710,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82355,13 +83730,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82375,13 +83750,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82395,13 +83770,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82415,13 +83790,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82435,13 +83810,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82455,13 +83830,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82475,13 +83850,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82495,13 +83870,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82515,13 +83890,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82535,13 +83910,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82555,13 +83930,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82575,13 +83950,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82595,13 +83970,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82615,13 +83990,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82635,13 +84010,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82655,13 +84030,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82675,13 +84050,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82695,13 +84070,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82715,13 +84090,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82735,13 +84110,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82755,13 +84130,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82775,13 +84150,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82795,13 +84170,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82815,13 +84190,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82835,13 +84210,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82855,13 +84230,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82875,13 +84250,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82895,13 +84270,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82915,13 +84290,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82935,13 +84310,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82955,13 +84330,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82975,13 +84350,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -82995,13 +84370,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83015,13 +84390,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83035,13 +84410,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83055,13 +84430,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83075,13 +84450,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83095,13 +84470,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83115,13 +84490,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83135,13 +84510,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83155,13 +84530,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83175,13 +84550,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83195,13 +84570,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83215,13 +84590,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83235,13 +84610,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83255,13 +84630,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83275,13 +84650,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83295,13 +84670,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83315,13 +84690,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83335,13 +84710,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83355,13 +84730,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83375,13 +84750,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83395,13 +84770,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83415,13 +84790,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83435,13 +84810,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83455,13 +84830,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83475,13 +84850,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83495,13 +84870,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83515,13 +84890,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83535,13 +84910,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83555,13 +84930,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83575,13 +84950,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83595,13 +84970,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83615,13 +84990,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83635,13 +85010,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83655,13 +85030,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83675,13 +85050,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83695,13 +85070,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83715,13 +85090,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83735,13 +85110,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83755,13 +85130,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83775,13 +85150,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83795,13 +85170,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83815,13 +85190,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83835,13 +85210,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83855,13 +85230,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83875,13 +85250,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83895,13 +85270,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83915,13 +85290,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83935,13 +85310,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83955,13 +85330,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83975,13 +85350,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -83995,13 +85370,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84015,13 +85390,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84035,13 +85410,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84055,13 +85430,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84075,13 +85450,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84095,13 +85470,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84115,13 +85490,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84135,13 +85510,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84155,13 +85530,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84175,13 +85550,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84195,13 +85570,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84215,13 +85590,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84235,13 +85610,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84255,13 +85630,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84275,13 +85650,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84295,13 +85670,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84315,13 +85690,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84335,13 +85710,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84355,13 +85730,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84375,13 +85750,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84395,13 +85770,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84415,13 +85790,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84435,13 +85810,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84455,13 +85830,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84475,13 +85850,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84495,13 +85870,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84515,13 +85890,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84535,13 +85910,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84555,13 +85930,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84575,13 +85950,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84595,13 +85970,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84615,13 +85990,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84635,13 +86010,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84655,13 +86030,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84675,13 +86050,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84695,13 +86070,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84715,13 +86090,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84735,13 +86110,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84755,13 +86130,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84775,13 +86150,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84795,13 +86170,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84815,13 +86190,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84835,13 +86210,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84855,13 +86230,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84875,13 +86250,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84895,13 +86270,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84915,13 +86290,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84935,13 +86310,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84955,13 +86330,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84975,13 +86350,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -84995,13 +86370,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85015,13 +86390,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85035,13 +86410,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85055,13 +86430,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85075,13 +86450,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85095,13 +86470,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85115,13 +86490,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85135,13 +86510,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85155,13 +86530,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85175,13 +86550,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85195,13 +86570,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85215,13 +86590,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85235,13 +86610,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85255,13 +86630,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85275,13 +86650,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85295,13 +86670,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85315,13 +86690,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85335,13 +86710,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85355,13 +86730,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85375,13 +86750,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85395,13 +86770,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85416,13 +86791,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85437,13 +86812,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85458,13 +86833,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85479,13 +86854,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85500,13 +86875,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85520,13 +86895,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85540,13 +86915,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85560,13 +86935,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85580,13 +86955,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85600,13 +86975,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85620,13 +86995,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85640,13 +87015,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85661,13 +87036,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85681,13 +87056,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85701,13 +87076,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85721,13 +87096,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85741,13 +87116,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85761,13 +87136,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85781,13 +87156,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85801,13 +87176,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85821,13 +87196,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85841,13 +87216,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85861,13 +87236,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85881,13 +87256,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85901,13 +87276,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85921,13 +87296,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85941,13 +87316,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85961,13 +87336,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -85981,13 +87356,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86001,13 +87376,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86021,13 +87396,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86041,13 +87416,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86062,13 +87437,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86082,13 +87457,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86102,13 +87477,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86122,13 +87497,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86142,13 +87517,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86162,13 +87537,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86182,13 +87557,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86202,13 +87577,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bank",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "atm",
-                    "building_area",
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86334,13 +87709,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86354,13 +87728,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86374,13 +87747,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86394,13 +87766,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86414,13 +87785,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86434,13 +87804,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86454,13 +87823,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86474,13 +87842,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86494,13 +87861,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86514,13 +87880,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86534,13 +87899,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86554,13 +87918,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86574,13 +87937,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86594,13 +87956,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86614,13 +87975,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86634,13 +87994,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86654,13 +88013,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86674,13 +88032,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86694,13 +88051,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86714,13 +88070,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86734,13 +88089,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86754,13 +88108,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86774,13 +88127,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86794,13 +88146,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86814,13 +88165,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86834,13 +88184,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86854,13 +88203,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86874,13 +88222,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86894,13 +88241,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86914,13 +88260,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86934,13 +88279,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86954,13 +88298,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86974,13 +88317,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -86994,13 +88336,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87014,13 +88355,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87034,13 +88374,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87054,13 +88393,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87074,13 +88412,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87094,13 +88431,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87114,13 +88450,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87134,13 +88469,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87154,13 +88488,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87174,13 +88507,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87194,13 +88526,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87214,13 +88545,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87234,13 +88564,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87254,13 +88583,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87274,13 +88602,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87294,13 +88621,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87314,13 +88640,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87334,13 +88659,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87354,13 +88678,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87374,13 +88697,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87394,13 +88716,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87414,13 +88735,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87434,13 +88754,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87454,13 +88773,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87474,13 +88792,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87494,13 +88811,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87514,13 +88830,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87534,13 +88849,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87554,13 +88868,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87574,13 +88887,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87594,13 +88906,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87614,13 +88925,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87634,13 +88944,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87654,13 +88963,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87674,13 +88982,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87694,13 +89001,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87714,13 +89020,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87734,13 +89039,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87754,13 +89058,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87774,13 +89077,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87794,13 +89096,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "pharmacy",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -87815,14 +89116,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87837,14 +89137,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87859,14 +89158,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87881,14 +89179,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87903,14 +89200,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87925,14 +89221,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87947,14 +89242,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87969,14 +89263,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -87992,14 +89285,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88014,14 +89306,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88036,14 +89327,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88058,14 +89348,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88080,14 +89369,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88102,14 +89390,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88125,14 +89412,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88147,14 +89433,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88169,14 +89454,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88191,14 +89475,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88214,14 +89497,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88236,14 +89518,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88258,14 +89539,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88280,14 +89560,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88302,14 +89581,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88324,14 +89602,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88346,14 +89623,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88368,14 +89644,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88391,14 +89666,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88413,14 +89687,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "cafe",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "cuisine",
                     "internet_access",
-                    "building_area",
                     "address",
+                    "building_area",
                     "opening_hours",
                     "smoking"
                 ],
@@ -88435,13 +89708,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88454,13 +89727,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88473,13 +89746,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88492,13 +89765,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88511,13 +89784,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88530,13 +89803,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88549,13 +89822,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88568,13 +89841,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88587,13 +89860,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88606,13 +89879,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88625,13 +89898,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88644,13 +89917,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88663,13 +89936,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88682,13 +89955,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88701,13 +89974,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88720,13 +89993,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88739,13 +90012,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88758,13 +90031,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88777,13 +90050,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88796,13 +90069,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88815,13 +90088,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88834,13 +90107,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88853,13 +90126,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88872,13 +90145,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88891,13 +90164,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88910,13 +90183,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88929,13 +90202,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88948,13 +90221,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88967,13 +90240,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -88986,13 +90259,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89005,13 +90278,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89024,13 +90297,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89043,13 +90316,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89062,13 +90335,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89081,13 +90354,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89100,13 +90373,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89119,13 +90392,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89138,13 +90411,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89157,13 +90430,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89176,13 +90449,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89195,13 +90468,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89214,13 +90487,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89233,13 +90506,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89252,13 +90525,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89271,13 +90544,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89290,13 +90563,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89309,13 +90582,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89328,13 +90601,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89347,13 +90620,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89366,13 +90639,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89385,13 +90658,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89404,13 +90677,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89423,13 +90696,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89442,13 +90715,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89461,13 +90734,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89480,13 +90753,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89499,13 +90772,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89518,13 +90791,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89537,13 +90810,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89556,13 +90829,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89575,13 +90848,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89594,13 +90867,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89613,13 +90886,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89632,13 +90905,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89651,13 +90924,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89670,13 +90943,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89689,13 +90962,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89708,13 +90981,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89727,13 +91000,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89746,13 +91019,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89765,13 +91038,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89784,13 +91057,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89803,13 +91076,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89822,13 +91095,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89841,13 +91114,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89860,13 +91133,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89879,13 +91152,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89898,13 +91171,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89917,13 +91190,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89936,13 +91209,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89955,13 +91228,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89974,13 +91247,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -89993,13 +91266,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90012,13 +91285,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90031,13 +91304,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90050,13 +91323,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90069,13 +91342,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90088,13 +91361,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90107,13 +91380,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90126,13 +91399,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90145,13 +91418,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90164,13 +91437,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90183,13 +91456,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90202,13 +91475,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90221,13 +91494,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90240,13 +91513,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90259,13 +91532,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90278,13 +91551,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90297,13 +91570,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90316,13 +91589,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90335,13 +91608,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90354,13 +91627,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90373,13 +91646,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90392,13 +91665,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90411,13 +91684,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90430,13 +91703,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90449,13 +91722,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90468,13 +91741,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90487,13 +91760,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90506,13 +91779,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90525,13 +91798,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90544,13 +91817,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90563,13 +91836,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90582,13 +91855,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90601,13 +91874,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90620,13 +91893,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90639,13 +91912,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90658,13 +91931,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90677,13 +91950,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90696,13 +91969,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90715,13 +91988,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90734,13 +92007,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90753,13 +92026,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90772,13 +92045,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90791,13 +92064,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90810,13 +92083,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90829,13 +92102,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90848,13 +92121,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90867,13 +92140,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90886,13 +92159,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90905,13 +92178,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90924,13 +92197,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90943,13 +92216,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90962,13 +92235,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -90981,13 +92254,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91000,13 +92273,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91019,13 +92292,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91038,13 +92311,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91057,13 +92330,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91076,13 +92349,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91095,13 +92368,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91114,13 +92387,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91133,13 +92406,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91152,13 +92425,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91171,13 +92444,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91190,13 +92463,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91209,13 +92482,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91228,13 +92501,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91247,13 +92520,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91266,13 +92539,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91285,13 +92558,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91304,13 +92577,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91323,13 +92596,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91342,13 +92615,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91361,13 +92634,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91380,13 +92653,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91399,13 +92672,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91418,13 +92691,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91437,13 +92710,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91456,13 +92729,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91475,13 +92748,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91494,13 +92767,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91513,13 +92786,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91532,13 +92805,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91551,13 +92824,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91570,13 +92843,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91589,13 +92862,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91608,13 +92881,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91627,13 +92900,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91646,13 +92919,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91665,13 +92938,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91684,13 +92957,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91703,13 +92976,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91722,13 +92995,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91741,13 +93014,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91760,13 +93033,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91779,13 +93052,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91798,13 +93071,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91817,13 +93090,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91836,13 +93109,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91855,13 +93128,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91874,13 +93147,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91893,13 +93166,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91912,13 +93185,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91931,13 +93204,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91950,13 +93223,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91969,13 +93242,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -91988,13 +93261,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92007,13 +93280,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92026,13 +93299,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92045,13 +93318,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92064,13 +93337,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92083,13 +93356,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92102,13 +93375,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92121,13 +93394,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92140,13 +93413,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92159,13 +93432,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92178,13 +93451,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92197,13 +93470,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92216,13 +93489,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92235,13 +93508,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92254,13 +93527,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92273,13 +93546,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92292,13 +93565,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92311,13 +93584,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92330,13 +93603,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92349,13 +93622,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92368,13 +93641,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92387,13 +93660,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92406,13 +93679,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92425,13 +93698,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92444,13 +93717,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92463,13 +93736,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92482,13 +93755,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92501,13 +93774,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92520,13 +93793,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92539,13 +93812,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92558,13 +93831,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92577,13 +93850,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92596,13 +93869,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92615,13 +93888,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92634,13 +93907,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92653,13 +93926,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92672,13 +93945,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92691,13 +93964,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92710,13 +93983,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92729,13 +94002,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92748,13 +94021,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92767,13 +94040,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92786,13 +94059,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92805,13 +94078,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92824,13 +94097,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "grocery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
                     "operator",
+                    "address",
                     "building_area",
-                    "address"
+                    "opening_hours"
                 ],
                 "suggestion": true
             },
@@ -92843,10 +94116,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92862,10 +94135,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92881,10 +94154,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92900,10 +94173,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92919,10 +94192,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92938,10 +94211,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92957,10 +94230,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92976,10 +94249,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -92995,10 +94268,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93014,10 +94287,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93033,10 +94306,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93052,10 +94325,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93071,10 +94344,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93090,10 +94363,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93109,10 +94382,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93128,10 +94401,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93147,10 +94420,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93166,10 +94439,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93185,10 +94458,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93204,10 +94477,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93223,10 +94496,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93242,10 +94515,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93261,10 +94534,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93280,10 +94553,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93299,10 +94572,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93318,10 +94591,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93337,10 +94610,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93356,10 +94629,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93376,10 +94649,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93396,10 +94669,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93415,10 +94688,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93434,10 +94707,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93453,10 +94726,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93472,10 +94745,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93491,10 +94764,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93510,10 +94783,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93529,10 +94802,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93548,10 +94821,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93567,10 +94840,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93586,10 +94859,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93605,10 +94878,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93624,10 +94897,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93643,10 +94916,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93663,10 +94936,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93683,10 +94956,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93702,10 +94975,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93721,10 +94994,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93740,10 +95013,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93759,10 +95032,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93778,10 +95051,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93797,10 +95070,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93817,10 +95090,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93836,10 +95109,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93855,10 +95128,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93874,10 +95147,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93893,10 +95166,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93912,10 +95185,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93931,10 +95204,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93950,10 +95223,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93970,10 +95243,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -93989,10 +95262,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94008,10 +95281,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94027,10 +95300,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94046,10 +95319,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94065,10 +95338,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94084,10 +95357,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94103,10 +95376,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94122,10 +95395,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94141,10 +95414,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94160,10 +95433,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94179,10 +95452,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94198,10 +95471,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94217,10 +95490,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94236,10 +95509,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94255,10 +95528,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94274,10 +95547,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94293,10 +95566,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94312,10 +95585,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94331,10 +95604,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94350,10 +95623,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94369,10 +95642,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94388,10 +95661,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94407,10 +95680,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94426,10 +95699,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94445,10 +95718,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94464,10 +95737,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94483,10 +95756,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94502,10 +95775,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94521,10 +95794,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94540,10 +95813,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94559,10 +95832,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94578,10 +95851,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94597,10 +95870,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94616,10 +95889,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94635,10 +95908,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94654,10 +95927,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94673,10 +95946,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94692,10 +95965,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94711,10 +95984,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94730,10 +96003,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94749,10 +96022,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94768,10 +96041,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94787,10 +96060,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94806,10 +96079,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94825,10 +96098,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94844,10 +96117,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94863,10 +96136,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94882,10 +96155,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94901,10 +96174,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94920,10 +96193,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94939,10 +96212,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94958,10 +96231,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94977,10 +96250,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -94996,10 +96269,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95015,10 +96288,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95034,10 +96307,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95053,10 +96326,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95072,10 +96345,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95091,10 +96364,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95110,10 +96383,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95129,10 +96402,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95148,10 +96421,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95167,10 +96440,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95186,10 +96459,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95205,10 +96478,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95224,10 +96497,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95243,10 +96516,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95262,10 +96535,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95281,10 +96554,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "chemist",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95300,10 +96573,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95319,10 +96592,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95338,10 +96611,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95357,10 +96630,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95376,10 +96649,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95395,10 +96668,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95414,10 +96687,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95433,10 +96706,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95452,10 +96725,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95471,10 +96744,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95490,10 +96763,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95509,10 +96782,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95528,10 +96801,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95547,10 +96820,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95566,10 +96839,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95585,10 +96858,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95604,10 +96877,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95623,10 +96896,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95642,10 +96915,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95661,10 +96934,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95680,10 +96953,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95699,10 +96972,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95718,10 +96991,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95737,10 +97010,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95756,10 +97029,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95775,10 +97048,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95794,10 +97067,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95813,10 +97086,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95832,10 +97105,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95851,10 +97124,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95870,10 +97143,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95889,10 +97162,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95908,10 +97181,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95927,10 +97200,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95946,10 +97219,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95965,10 +97238,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -95984,10 +97257,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96003,10 +97276,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96022,10 +97295,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96041,10 +97314,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96060,10 +97333,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96079,10 +97352,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96098,10 +97371,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96117,10 +97390,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96136,10 +97409,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96155,10 +97428,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96174,10 +97447,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96193,10 +97466,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96212,10 +97485,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96231,10 +97504,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96250,10 +97523,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96269,10 +97542,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96288,10 +97561,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96307,10 +97580,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96326,10 +97599,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96345,10 +97618,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96364,10 +97637,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96383,10 +97656,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96402,10 +97675,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96421,10 +97694,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96440,10 +97713,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96459,10 +97732,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96478,10 +97751,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96497,10 +97770,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96516,10 +97789,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96535,10 +97808,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96554,11 +97827,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96572,11 +97846,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96590,11 +97865,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96608,11 +97884,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96626,11 +97903,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96644,11 +97922,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96662,11 +97941,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96680,11 +97960,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96698,11 +97979,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96716,11 +97998,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96734,11 +98017,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96752,11 +98036,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96770,11 +98055,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96788,11 +98074,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96806,11 +98093,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96824,11 +98112,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96842,11 +98131,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96860,11 +98150,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96878,11 +98169,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96896,11 +98188,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96914,11 +98207,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96932,11 +98226,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96950,11 +98245,12 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "car",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
+                    "building_area",
                     "opening_hours"
                 ],
                 "suggestion": true
@@ -96968,10 +98264,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -96987,10 +98283,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97006,10 +98302,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97025,10 +98321,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97044,10 +98340,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97063,10 +98359,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97082,10 +98378,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97101,10 +98397,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97120,10 +98416,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97139,10 +98435,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97158,10 +98454,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97177,10 +98473,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97196,10 +98492,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97215,10 +98511,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97234,10 +98530,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97253,10 +98549,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97272,10 +98568,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97291,10 +98587,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97310,10 +98606,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97329,10 +98625,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97348,10 +98644,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97367,10 +98663,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97386,10 +98682,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97405,10 +98701,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97424,10 +98720,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97443,10 +98739,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97462,10 +98758,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97481,10 +98777,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97500,10 +98796,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97519,10 +98815,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97538,10 +98834,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97557,10 +98853,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97576,10 +98872,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97595,10 +98891,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97614,10 +98910,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97633,10 +98929,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97652,10 +98948,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97671,10 +98967,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97690,10 +98986,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97709,10 +99005,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97728,10 +99024,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97747,10 +99043,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97766,10 +99062,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97785,10 +99081,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97804,10 +99100,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97823,10 +99119,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97842,10 +99138,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97861,10 +99157,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97880,10 +99176,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97899,10 +99195,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97918,10 +99214,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97937,10 +99233,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97956,10 +99252,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97975,10 +99271,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -97994,10 +99290,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98013,10 +99309,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98032,10 +99328,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98051,10 +99347,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98070,10 +99366,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98089,10 +99385,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98108,10 +99404,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98127,10 +99423,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98146,10 +99442,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98165,10 +99461,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98184,10 +99480,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98203,10 +99499,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98222,10 +99518,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98241,10 +99537,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98260,10 +99556,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98279,10 +99575,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98298,10 +99594,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98317,10 +99613,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98336,10 +99632,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98355,10 +99651,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "clothing-store",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98374,10 +99670,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98393,10 +99689,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98412,10 +99708,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98431,10 +99727,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98450,10 +99746,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98469,10 +99765,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98488,10 +99784,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98507,10 +99803,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98526,10 +99822,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98545,10 +99841,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98564,10 +99860,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98583,10 +99879,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98602,10 +99898,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98621,10 +99917,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98640,10 +99936,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98659,10 +99955,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98678,10 +99974,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98697,10 +99993,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98716,10 +100012,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98735,10 +100031,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98754,10 +100050,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98773,10 +100069,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98792,10 +100088,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98811,10 +100107,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98830,10 +100126,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98849,10 +100145,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98868,10 +100164,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98887,10 +100183,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98906,10 +100202,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98925,10 +100221,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98944,10 +100240,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98963,10 +100259,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "alcohol-shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -98982,10 +100278,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99001,10 +100297,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99020,10 +100316,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99039,10 +100335,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99058,10 +100354,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99077,10 +100373,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99096,10 +100392,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99115,10 +100411,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99134,10 +100430,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99153,10 +100449,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99172,10 +100468,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99191,10 +100487,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99210,10 +100506,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99229,10 +100525,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99248,10 +100544,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99267,10 +100563,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99286,10 +100582,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99305,10 +100601,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99324,10 +100620,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99343,10 +100639,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99362,10 +100658,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99381,10 +100677,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99400,10 +100696,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99419,10 +100715,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99438,10 +100734,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99457,10 +100753,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99476,10 +100772,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99495,10 +100791,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "bakery",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99514,10 +100810,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99533,10 +100829,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99552,10 +100848,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99571,10 +100867,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99590,10 +100886,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99609,10 +100905,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99628,10 +100924,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99647,10 +100943,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99666,10 +100962,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99685,10 +100981,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99704,10 +101000,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99723,10 +101019,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "dog-park",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99742,10 +101038,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "dog-park",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99761,10 +101057,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "dog-park",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99780,10 +101076,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "dog-park",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99799,10 +101095,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "dog-park",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99818,10 +101114,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "dog-park",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99837,10 +101133,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99856,10 +101152,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99875,10 +101171,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99894,10 +101190,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99913,10 +101209,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99932,10 +101228,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99951,10 +101247,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99970,10 +101266,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -99989,10 +101285,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100008,10 +101304,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100027,10 +101323,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100046,10 +101342,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100065,10 +101361,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100084,10 +101380,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100103,10 +101399,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100122,10 +101418,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100141,10 +101437,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100160,10 +101456,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100179,10 +101475,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100198,10 +101494,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100217,10 +101513,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100236,10 +101532,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "suitcase",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100255,10 +101551,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "suitcase",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100274,10 +101570,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100293,10 +101589,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100312,10 +101608,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100331,10 +101627,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100350,10 +101646,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100369,10 +101665,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100388,10 +101684,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100407,10 +101703,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100426,10 +101722,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100445,10 +101741,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100464,10 +101760,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100483,10 +101779,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100502,10 +101798,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100521,10 +101817,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100540,10 +101836,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100559,10 +101855,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100578,10 +101874,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100597,10 +101893,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100616,10 +101912,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100635,10 +101931,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100654,10 +101950,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100673,10 +101969,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100692,10 +101988,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100711,10 +102007,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100730,10 +102026,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100749,10 +102045,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100768,10 +102064,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100787,10 +102083,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100806,10 +102102,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100825,10 +102121,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100844,10 +102140,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100863,10 +102159,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100882,10 +102178,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100901,10 +102197,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100920,10 +102216,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "mobilephone",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100939,10 +102235,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100958,10 +102254,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100977,10 +102273,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -100996,10 +102292,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101015,10 +102311,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101034,10 +102330,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101053,10 +102349,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101072,10 +102368,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101091,10 +102387,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101110,10 +102406,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101129,10 +102425,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "hairdresser",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101148,10 +102444,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101167,10 +102463,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "shop",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101186,10 +102482,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "icon": "scooter",
                 "geometry": [
                     "point",
-                    "vertex",
                     "area"
                 ],
                 "fields": [
+                    "operator",
                     "address",
                     "building_area",
                     "opening_hours"
@@ -101684,6 +102980,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "type": "check",
                 "label": "Covered"
             },
+            "craft": {
+                "key": "craft",
+                "type": "typeCombo",
+                "label": "Type"
+            },
             "crop": {
                 "key": "crop",
                 "type": "combo",
@@ -102376,6 +103677,20 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "ice_stock"
                 ]
             },
+            "sport_racing": {
+                "key": "sport",
+                "type": "combo",
+                "label": "Sport",
+                "options": [
+                    "cycling",
+                    "dog_racing",
+                    "horse_racing",
+                    "karting",
+                    "motor",
+                    "motocross",
+                    "running"
+                ]
+            },
             "structure": {
                 "type": "radio",
                 "keys": [
@@ -114518,6 +115833,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
     "locales": [
         "af",
         "sq",
+        "sq-AL",
         "ar",
         "ar-AA",
         "hy",
@@ -114538,6 +115854,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         "da",
         "nl",
         "en-GB",
+        "eo",
         "et",
         "fi",
         "fr",
@@ -114550,6 +115867,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         "it",
         "ja",
         "kn",
+        "km",
+        "km-KH",
         "ko",
         "ko-KR",
         "lv",
@@ -114933,6 +116252,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "zoom": "Zoom to GPX track",
             "browse": "Browse for a .gpx file"
         },
+        "mapillary": {
+            "tooltip": "Street-level photos from Mapillary",
+            "title": "Photo Overlay (Mapillary)",
+            "view_on_mapillary": "View this image on Mapillary"
+        },
         "help": {
             "title": "Help",
             "help": "# Help\n\nThis is an editor for [OpenStreetMap](http://www.openstreetmap.org/), the\nfree and editable map of the world. You can use it to add and update\ndata in your area, making an open-source and open-data map of the world\nbetter for everyone.\n\nEdits that you make on this map will be visible to everyone who uses\nOpenStreetMap. In order to make an edit, you'll need a\n[free OpenStreetMap account](https://www.openstreetmap.org/user/new).\n\nThe [iD editor](http://ideditor.com/) is a collaborative project with [source\ncode available on GitHub](https://github.com/openstreetmap/iD).\n",
@@ -114968,7 +116292,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             },
             "areas": {
                 "title": "Areas",
-                "add": "Areas are a more detailed way to represent features. They provide information on the boundaries of the feature. Areas can be used for most feature types points can be used for, and are often preferred. **Click the Area button to add a new area.**",
+                "add": "Areas are used to show the boundaries of features like lakes, buildings, and residential areas. They can be also be used for more detailed mapping of many features you might normally map as points. **Click the Area button to add a new area.**",
                 "corner": "Areas are drawn by placing nodes that mark the boundary of the area. **Place the starting node on one of the corners of the playground.**",
                 "place": "Draw the area by placing more nodes. Finish the area by clicking on the starting node. **Draw an area for the playground.**",
                 "search": "**Search for '{name}'.**",
@@ -115207,6 +116531,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "covered": {
                     "label": "Covered"
                 },
+                "craft": {
+                    "label": "Type"
+                },
                 "crop": {
                     "label": "Crop"
                 },
@@ -115633,6 +116960,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "sport_ice": {
                     "label": "Sport"
                 },
+                "sport_racing": {
+                    "label": "Sport"
+                },
                 "structure": {
                     "label": "Structure",
                     "placeholder": "Unknown",
@@ -115819,23 +117149,23 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/arts_centre": {
                     "name": "Arts Center",
-                    "terms": "arts,arts centre"
+                    "terms": ""
                 },
                 "amenity/atm": {
                     "name": "ATM",
-                    "terms": ""
+                    "terms": "money,cash,machine"
                 },
                 "amenity/bank": {
                     "name": "Bank",
-                    "terms": "coffer,countinghouse,credit union,depository,exchequer,fund,hoard,investment firm,repository,reserve,reservoir,safe,savings,stock,stockpile,store,storehouse,thrift,treasury,trust company,vault"
+                    "terms": "credit union,check,deposit,fund,investment,repository,reserve,safe,savings,stock,treasury,trust,vault"
                 },
                 "amenity/bar": {
                     "name": "Bar",
-                    "terms": ""
+                    "terms": "dive,beer,bier,booze"
                 },
                 "amenity/bbq": {
                     "name": "Barbecue/Grill",
-                    "terms": "barbecue,bbq,grill"
+                    "terms": "bbq"
                 },
                 "amenity/bench": {
                     "name": "Bench",
@@ -115843,23 +117173,27 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/bicycle_parking": {
                     "name": "Bicycle Parking",
-                    "terms": ""
+                    "terms": "bike"
                 },
                 "amenity/bicycle_rental": {
                     "name": "Bicycle Rental",
-                    "terms": ""
+                    "terms": "bike"
                 },
                 "amenity/boat_rental": {
                     "name": "Boat Rental",
                     "terms": ""
                 },
+                "amenity/bureau_de_change": {
+                    "name": "Currency Exchange",
+                    "terms": "bureau de change,money changer"
+                },
                 "amenity/bus_station": {
                     "name": "Bus Station",
                     "terms": ""
                 },
                 "amenity/cafe": {
                     "name": "Cafe",
-                    "terms": "coffee,tea,coffee shop"
+                    "terms": "coffee,tea"
                 },
                 "amenity/car_rental": {
                     "name": "Car Rental",
@@ -115878,24 +117212,24 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": "EV,Electric Vehicle,Supercharger"
                 },
                 "amenity/childcare": {
-                    "name": "Childcare",
-                    "terms": "nursery,orphanage,playgroup"
+                    "name": "Nursery/Childcare",
+                    "terms": "daycare,orphanage,playgroup"
                 },
                 "amenity/cinema": {
                     "name": "Cinema",
-                    "terms": "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen"
+                    "terms": "drive-in,film,flick,movie,theater,picture,show,screen"
                 },
                 "amenity/clinic": {
                     "name": "Clinic",
-                    "terms": "clinic,medical clinic"
+                    "terms": "medical,urgentcare"
                 },
                 "amenity/clock": {
                     "name": "Clock",
                     "terms": ""
                 },
                 "amenity/college": {
-                    "name": "College",
-                    "terms": ""
+                    "name": "College Grounds",
+                    "terms": "university"
                 },
                 "amenity/compressed_air": {
                     "name": "Compressed Air",
@@ -115907,19 +117241,19 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/dentist": {
                     "name": "Dentist",
-                    "terms": "dentist,dentist's office"
+                    "terms": "tooth,teeth"
                 },
                 "amenity/doctor": {
                     "name": "Doctor",
-                    "terms": "doctor,doctor's office"
+                    "terms": "medic*"
                 },
                 "amenity/dojo": {
                     "name": "Dojo / Martial Arts Academy",
-                    "terms": "martial arts,dojo,dojang"
+                    "terms": "martial arts,dojang"
                 },
                 "amenity/drinking_water": {
                     "name": "Drinking Water",
-                    "terms": "water fountain,potable water"
+                    "terms": "fountain,potable"
                 },
                 "amenity/embassy": {
                     "name": "Embassy",
@@ -115927,7 +117261,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/fast_food": {
                     "name": "Fast Food",
-                    "terms": ""
+                    "terms": "restaurant"
                 },
                 "amenity/fire_station": {
                     "name": "Fire Station",
@@ -115947,15 +117281,15 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/hospital": {
                     "name": "Hospital Grounds",
-                    "terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
+                    "terms": "clinic,doctor,emergency room,health service,hospice,infirmary,institution,nursing home,sanatorium,sanitarium,sick,surgery,ward"
                 },
                 "amenity/kindergarten": {
-                    "name": "Kindergarten Grounds",
-                    "terms": "nursery,preschool"
+                    "name": "Preschool/Kindergarten Grounds",
+                    "terms": "kindergarden,pre-school"
                 },
                 "amenity/library": {
                     "name": "Library",
-                    "terms": ""
+                    "terms": "book"
                 },
                 "amenity/marketplace": {
                     "name": "Marketplace",
@@ -115975,7 +117309,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/pharmacy": {
                     "name": "Pharmacy",
-                    "terms": ""
+                    "terms": "drug,medicine"
                 },
                 "amenity/place_of_worship": {
                     "name": "Place of Worship",
@@ -115987,31 +117321,31 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/place_of_worship/christian": {
                     "name": "Church",
-                    "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
+                    "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
                 },
                 "amenity/place_of_worship/jewish": {
                     "name": "Synagogue",
-                    "terms": "jewish,synagogue"
+                    "terms": "jewish"
                 },
                 "amenity/place_of_worship/muslim": {
                     "name": "Mosque",
-                    "terms": "muslim,mosque"
+                    "terms": "muslim"
                 },
                 "amenity/police": {
                     "name": "Police",
-                    "terms": "badge,bear,blue,bluecoat,bobby,boy scout,bull,constable,constabulary,cop,copper,corps,county mounty,detective,fed,flatfoot,force,fuzz,gendarme,gumshoe,heat,law,law enforcement,man,narc,officers,patrolman,police"
+                    "terms": "badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"
                 },
                 "amenity/post_box": {
                     "name": "Mailbox",
-                    "terms": "letter drop,letterbox,mail drop,mailbox,pillar box,postbox"
+                    "terms": "letter,post"
                 },
                 "amenity/post_office": {
                     "name": "Post Office",
-                    "terms": ""
+                    "terms": "letter,mail"
                 },
                 "amenity/pub": {
                     "name": "Pub",
-                    "terms": ""
+                    "terms": "dive,beer,bier,booze"
                 },
                 "amenity/ranger_station": {
                     "name": "Ranger Station",
@@ -116019,19 +117353,19 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/recycling": {
                     "name": "Recycling",
-                    "terms": ""
+                    "terms": "can,bottle,garbage,scrap,trash"
                 },
                 "amenity/restaurant": {
                     "name": "Restaurant",
-                    "terms": "bar,cafeteria,café,canteen,chophouse,coffee shop,diner,dining room,dive*,doughtnut shop,drive-in,eatery,eating house,eating place,fast-food place,fish and chips,greasy spoon,grill,hamburger stand,hashery,hideaway,hotdog stand,inn,joint*,luncheonette,lunchroom,night club,outlet*,pizzeria,saloon,soda fountain,watering hole"
+                    "terms": "bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"
                 },
                 "amenity/school": {
                     "name": "School Grounds",
-                    "terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university"
+                    "terms": "academy,elementary school,middle school,high school"
                 },
                 "amenity/shelter": {
                     "name": "Shelter",
-                    "terms": "lean-to"
+                    "terms": "lean-to,gazebo,picnic"
                 },
                 "amenity/social_facility": {
                     "name": "Social Facility",
@@ -116042,8 +117376,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "amenity/social_facility/group_home": {
-                    "name": "Group Home",
-                    "terms": "elderly,old,senior living"
+                    "name": "Elderly Group Home",
+                    "terms": "old,senior,living"
                 },
                 "amenity/social_facility/homeless_shelter": {
                     "name": "Homeless Shelter",
@@ -116051,7 +117385,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/studio": {
                     "name": "Studio",
-                    "terms": "recording studio,studio,radio,radio studio,television,television studio"
+                    "terms": "recording,radio,television"
                 },
                 "amenity/swimming_pool": {
                     "name": "Swimming Pool",
@@ -116075,15 +117409,15 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/townhall": {
                     "name": "Town Hall",
-                    "terms": "village hall,city government,courthouse,municipal building,municipal center,municipal centre"
+                    "terms": "village,city,government,courthouse,municipal"
                 },
                 "amenity/university": {
-                    "name": "University",
+                    "name": "University Grounds",
                     "terms": "college"
                 },
                 "amenity/vending_machine": {
                     "name": "Vending Machine",
-                    "terms": ""
+                    "terms": "snack,soda,ticket"
                 },
                 "amenity/veterinary": {
                     "name": "Veterinary",
@@ -116091,7 +117425,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "amenity/waste_basket": {
                     "name": "Waste Basket",
-                    "terms": "rubbish bin,litter bin,trash can,garbage can"
+                    "terms": "rubbish,litter,trash,garbage"
                 },
                 "area": {
                     "name": "Area",
@@ -116201,6 +117535,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Church",
                     "terms": ""
                 },
+                "building/college": {
+                    "name": "College Building",
+                    "terms": "university"
+                },
                 "building/commercial": {
                     "name": "Commercial Building",
                     "terms": ""
@@ -116253,6 +117591,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Industrial Building",
                     "terms": ""
                 },
+                "building/kindergarten": {
+                    "name": "Preschool/Kindergarten Building",
+                    "terms": "kindergarden,pre-school"
+                },
                 "building/public": {
                     "name": "Public Building",
                     "terms": ""
@@ -116271,7 +117613,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "building/school": {
                     "name": "School Building",
-                    "terms": ""
+                    "terms": "academy,elementary school,middle school,high school"
                 },
                 "building/shed": {
                     "name": "Shed",
@@ -116295,191 +117637,199 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "building/university": {
                     "name": "University Building",
-                    "terms": ""
+                    "terms": "college"
                 },
                 "building/warehouse": {
                     "name": "Warehouse",
                     "terms": ""
                 },
+                "craft": {
+                    "name": "Craft",
+                    "terms": ""
+                },
                 "craft/basket_maker": {
                     "name": "Basket Maker",
-                    "terms": "basket,basketry,basket maker,basket weaver"
+                    "terms": ""
                 },
                 "craft/beekeeper": {
                     "name": "Beekeeper",
-                    "terms": "bees,beekeeper,bee box"
+                    "terms": ""
                 },
                 "craft/blacksmith": {
                     "name": "Blacksmith",
-                    "terms": "blacksmith"
+                    "terms": ""
                 },
                 "craft/boatbuilder": {
                     "name": "Boat Builder",
-                    "terms": "boat builder"
+                    "terms": ""
                 },
                 "craft/bookbinder": {
                     "name": "Bookbinder",
-                    "terms": "bookbinder,book repair"
+                    "terms": "book repair"
                 },
                 "craft/brewery": {
                     "name": "Brewery",
-                    "terms": "brewery"
+                    "terms": "beer,bier"
                 },
                 "craft/carpenter": {
                     "name": "Carpenter",
-                    "terms": "carpenter,woodworker"
+                    "terms": "woodworker"
                 },
                 "craft/carpet_layer": {
                     "name": "Carpet Layer",
-                    "terms": "carpet layer"
+                    "terms": ""
                 },
                 "craft/caterer": {
                     "name": "Caterer",
-                    "terms": "Caterer,Catering"
+                    "terms": ""
                 },
                 "craft/clockmaker": {
                     "name": "Clockmaker",
-                    "terms": "clock,clockmaker,clock repair"
+                    "terms": ""
                 },
                 "craft/confectionary": {
                     "name": "Confectionary",
-                    "terms": "confectionary,sweets,candy"
+                    "terms": "sweets,candy"
                 },
                 "craft/dressmaker": {
                     "name": "Dressmaker",
-                    "terms": "dress,dressmaker"
+                    "terms": "seamstress"
                 },
                 "craft/electrician": {
                     "name": "Electrician",
-                    "terms": "electrician"
+                    "terms": "power,wire"
                 },
                 "craft/gardener": {
                     "name": "Gardener",
-                    "terms": "gardener,landscaper,grounds keeper"
+                    "terms": "landscaper,grounds keeper"
                 },
                 "craft/glaziery": {
                     "name": "Glaziery",
-                    "terms": "glass,glass foundry,stained-glass,window"
+                    "terms": "glass,stained-glass,window"
                 },
                 "craft/handicraft": {
                     "name": "Handicraft",
-                    "terms": "handicraft"
+                    "terms": ""
                 },
                 "craft/hvac": {
                     "name": "HVAC",
-                    "terms": "heating,ventilating,air-conditioning,air conditioning"
+                    "terms": "heat*,vent*,air conditioning"
                 },
                 "craft/insulator": {
                     "name": "Insulator",
-                    "terms": "insulation,insulator"
+                    "terms": ""
                 },
                 "craft/jeweler": {
                     "name": "Jeweler",
-                    "terms": "jeweler,gem,diamond"
+                    "terms": ""
                 },
                 "craft/key_cutter": {
                     "name": "Key Cutter",
-                    "terms": "key,key cutter"
+                    "terms": ""
                 },
                 "craft/locksmith": {
                     "name": "Locksmith",
-                    "terms": "locksmith,lock"
+                    "terms": ""
                 },
                 "craft/metal_construction": {
                     "name": "Metal Construction",
-                    "terms": "metal construction"
+                    "terms": ""
                 },
                 "craft/optician": {
                     "name": "Optician",
-                    "terms": "glasses,optician"
+                    "terms": ""
                 },
                 "craft/painter": {
                     "name": "Painter",
-                    "terms": "painter"
+                    "terms": ""
                 },
                 "craft/photographer": {
                     "name": "Photographer",
-                    "terms": "photographer"
+                    "terms": ""
                 },
                 "craft/photographic_laboratory": {
                     "name": "Photographic Laboratory",
-                    "terms": "photographic laboratory,film developer"
+                    "terms": "film"
                 },
                 "craft/plasterer": {
                     "name": "Plasterer",
-                    "terms": "plasterer"
+                    "terms": ""
                 },
                 "craft/plumber": {
                     "name": "Plumber",
-                    "terms": "pumber"
+                    "terms": "pipe"
                 },
                 "craft/pottery": {
                     "name": "Pottery",
-                    "terms": "pottery,potter"
+                    "terms": "ceramic"
                 },
                 "craft/rigger": {
                     "name": "Rigger",
-                    "terms": "rigger"
+                    "terms": ""
                 },
                 "craft/roofer": {
                     "name": "Roofer",
-                    "terms": "roofer"
+                    "terms": ""
                 },
                 "craft/saddler": {
                     "name": "Saddler",
-                    "terms": "saddler"
+                    "terms": ""
                 },
                 "craft/sailmaker": {
                     "name": "Sailmaker",
-                    "terms": "sailmaker"
+                    "terms": ""
                 },
                 "craft/sawmill": {
                     "name": "Sawmill",
-                    "terms": "sawmill,lumber"
+                    "terms": "lumber"
                 },
                 "craft/scaffolder": {
                     "name": "Scaffolder",
-                    "terms": "scaffolder"
+                    "terms": ""
                 },
                 "craft/sculpter": {
                     "name": "Sculpter",
-                    "terms": "sculpter"
+                    "terms": ""
                 },
                 "craft/shoemaker": {
                     "name": "Shoemaker",
-                    "terms": "shoe repair,shoemaker"
+                    "terms": "cobbler"
                 },
                 "craft/stonemason": {
                     "name": "Stonemason",
-                    "terms": "stonemason,masonry"
+                    "terms": "masonry"
                 },
                 "craft/sweep": {
                     "name": "Chimney Sweep",
-                    "terms": "sweep,chimney sweep"
+                    "terms": ""
                 },
                 "craft/tailor": {
                     "name": "Tailor",
-                    "terms": "tailor,clothes"
+                    "terms": "clothes,suit"
                 },
                 "craft/tiler": {
                     "name": "Tiler",
-                    "terms": "tiler"
+                    "terms": ""
                 },
                 "craft/tinsmith": {
                     "name": "Tinsmith",
-                    "terms": "tinsmith"
+                    "terms": ""
                 },
                 "craft/upholsterer": {
                     "name": "Upholsterer",
-                    "terms": "upholsterer"
+                    "terms": ""
                 },
                 "craft/watchmaker": {
                     "name": "Watchmaker",
-                    "terms": "watch,watchmaker,watch repair"
+                    "terms": ""
                 },
                 "craft/window_construction": {
                     "name": "Window Construction",
-                    "terms": "window,window maker,window construction"
+                    "terms": "glass"
+                },
+                "craft/winery": {
+                    "name": "Winery",
+                    "terms": ""
                 },
                 "embankment": {
                     "name": "Embankment",
@@ -116487,7 +117837,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "emergency/ambulance_station": {
                     "name": "Ambulance Station",
-                    "terms": ""
+                    "terms": "EMS,EMT,rescue"
                 },
                 "emergency/fire_hydrant": {
                     "name": "Fire Hydrant",
@@ -116507,7 +117857,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "footway/crosswalk": {
                     "name": "Crosswalk",
-                    "terms": "crosswalk,zebra crossing"
+                    "terms": "zebra crossing"
                 },
                 "footway/sidewalk": {
                     "name": "Sidewalk",
@@ -116527,7 +117877,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "golf/green": {
                     "name": "Putting Green",
-                    "terms": "putting green"
+                    "terms": ""
                 },
                 "golf/hole": {
                     "name": "Golf Hole",
@@ -116555,7 +117905,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "highway/bridleway": {
                     "name": "Bridle Path",
-                    "terms": "bridleway,equestrian trail,horse riding path,bridle road,horse trail"
+                    "terms": "bridleway,equestrian,horse"
                 },
                 "highway/bus_stop": {
                     "name": "Bus Stop",
@@ -116567,15 +117917,15 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "highway/crosswalk": {
                     "name": "Crosswalk",
-                    "terms": "crosswalk,zebra crossing"
+                    "terms": "zebra crossing"
                 },
                 "highway/cycleway": {
                     "name": "Cycle Path",
-                    "terms": ""
+                    "terms": "bike"
                 },
                 "highway/footway": {
                     "name": "Foot Path",
-                    "terms": "beaten path,boulevard,clearing,course,cut*,drag*,footpath,highway,lane,line,orbit,passage,pathway,rail,rails,road,roadway,route,street,thoroughfare,trackway,trail,trajectory,walk"
+                    "terms": "hike,hiking,trackway,trail,walk"
                 },
                 "highway/living_street": {
                     "name": "Living Street",
@@ -116599,7 +117949,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "highway/path": {
                     "name": "Path",
-                    "terms": ""
+                    "terms": "hike,hiking,trackway,trail,walk"
                 },
                 "highway/pedestrian": {
                     "name": "Pedestrian",
@@ -116613,13 +117963,17 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Primary Link",
                     "terms": "ramp,on ramp,off ramp"
                 },
+                "highway/raceway": {
+                    "name": "Motor Raceway",
+                    "terms": "auto*,race*,nascar"
+                },
                 "highway/residential": {
                     "name": "Residential Road",
                     "terms": ""
                 },
                 "highway/rest_area": {
                     "name": "Rest Area",
-                    "terms": "rest stop,turnout,lay-by"
+                    "terms": "rest stop"
                 },
                 "highway/road": {
                     "name": "Unknown Road",
@@ -116683,7 +118037,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "highway/track": {
                     "name": "Track",
-                    "terms": ""
+                    "terms": "woods road,fire road"
                 },
                 "highway/traffic_signals": {
                     "name": "Traffic Signals",
@@ -116699,7 +118053,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "highway/turning_circle": {
                     "name": "Turning Circle",
-                    "terms": ""
+                    "terms": "cul-de-sac"
                 },
                 "highway/unclassified": {
                     "name": "Unclassified Road",
@@ -116855,7 +118209,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "leisure/marina": {
                     "name": "Marina",
-                    "terms": ""
+                    "terms": "boat"
                 },
                 "leisure/park": {
                     "name": "Park",
@@ -116863,11 +118217,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "leisure/picnic_table": {
                     "name": "Picnic Table",
-                    "terms": "bench,table"
+                    "terms": "bench"
                 },
                 "leisure/pitch": {
                     "name": "Sport Pitch",
-                    "terms": ""
+                    "terms": "field"
                 },
                 "leisure/pitch/american_football": {
                     "name": "American Football Field",
@@ -116901,9 +118255,13 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Playground",
                     "terms": "jungle gym,play area"
                 },
+                "leisure/running_track": {
+                    "name": "Running Track",
+                    "terms": ""
+                },
                 "leisure/slipway": {
                     "name": "Slipway",
-                    "terms": ""
+                    "terms": "boat launch,boat ramp"
                 },
                 "leisure/sports_center": {
                     "name": "Sports Center / Gym",
@@ -116918,7 +118276,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "leisure/track": {
-                    "name": "Race Track",
+                    "name": "Racetrack (non-Motorsport)",
                     "terms": ""
                 },
                 "line": {
@@ -116971,14 +118329,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "man_made/wastewater_plant": {
                     "name": "Wastewater Plant",
-                    "terms": "sewage works,sewage treatment plant,water treatment plant,reclamation plant"
+                    "terms": "sewage*,water treatment plant,reclamation plant"
                 },
                 "man_made/water_tower": {
                     "name": "Water Tower",
                     "terms": ""
                 },
                 "man_made/water_well": {
-                    "name": "Water well",
+                    "name": "Water Well",
                     "terms": ""
                 },
                 "man_made/water_works": {
@@ -117107,7 +118465,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "office/employment_agency": {
                     "name": "Employment Agency",
-                    "terms": ""
+                    "terms": "job"
                 },
                 "office/estate_agent": {
                     "name": "Real Estate Office",
@@ -117323,20 +118681,44 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "shop/alcohol": {
                     "name": "Liquor Store",
-                    "terms": "alcohol"
+                    "terms": "alcohol,beer,booze,wine"
+                },
+                "shop/anime": {
+                    "name": "Anime Shop",
+                    "terms": ""
+                },
+                "shop/antiques": {
+                    "name": "Antiques Shop",
+                    "terms": ""
                 },
                 "shop/art": {
-                    "name": "Art Shop",
-                    "terms": "art store,art gallery"
+                    "name": "Art Gallery",
+                    "terms": ""
+                },
+                "shop/baby_goods": {
+                    "name": "Baby Goods Store",
+                    "terms": ""
+                },
+                "shop/bag": {
+                    "name": "Bag/Luggage Store",
+                    "terms": "handbag,purse"
                 },
                 "shop/bakery": {
                     "name": "Bakery",
                     "terms": ""
                 },
+                "shop/bathroom_furnishing": {
+                    "name": "Bathroom Furnishing Store",
+                    "terms": ""
+                },
                 "shop/beauty": {
                     "name": "Beauty Shop",
                     "terms": "nail spa,spa,salon,tanning"
                 },
+                "shop/bed": {
+                    "name": "Bedding/Mattress Store",
+                    "terms": ""
+                },
                 "shop/beverages": {
                     "name": "Beverage Store",
                     "terms": ""
@@ -117350,7 +118732,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "shop/books": {
-                    "name": "Bookstore",
+                    "name": "Book Store",
                     "terms": ""
                 },
                 "shop/boutique": {
@@ -117359,24 +118741,40 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "shop/butcher": {
                     "name": "Butcher",
+                    "terms": "meat"
+                },
+                "shop/candles": {
+                    "name": "Candle Shop",
                     "terms": ""
                 },
                 "shop/car": {
                     "name": "Car Dealership",
-                    "terms": ""
+                    "terms": "auto"
                 },
                 "shop/car_parts": {
                     "name": "Car Parts Store",
-                    "terms": ""
+                    "terms": "auto"
                 },
                 "shop/car_repair": {
                     "name": "Car Repair Shop",
+                    "terms": "auto"
+                },
+                "shop/carpet": {
+                    "name": "Carpet Store",
+                    "terms": "rug"
+                },
+                "shop/cheese": {
+                    "name": "Cheese Store",
                     "terms": ""
                 },
                 "shop/chemist": {
                     "name": "Chemist",
                     "terms": ""
                 },
+                "shop/chocolate": {
+                    "name": "Chocolate Store",
+                    "terms": ""
+                },
                 "shop/clothes": {
                     "name": "Clothing Store",
                     "terms": ""
@@ -117386,16 +118784,36 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "shop/confectionery": {
-                    "name": "Confectionery",
+                    "name": "Candy Store",
                     "terms": ""
                 },
                 "shop/convenience": {
                     "name": "Convenience Store",
                     "terms": ""
                 },
+                "shop/copyshop": {
+                    "name": "Copy Store",
+                    "terms": ""
+                },
+                "shop/cosmetics": {
+                    "name": "Cosmetics Store",
+                    "terms": ""
+                },
+                "shop/craft": {
+                    "name": "Arts and Crafts Store",
+                    "terms": ""
+                },
+                "shop/curtain": {
+                    "name": "Curtain Store",
+                    "terms": "drape*,window"
+                },
+                "shop/dairy": {
+                    "name": "Dairy Store",
+                    "terms": "milk,egg,cheese"
+                },
                 "shop/deli": {
                     "name": "Deli",
-                    "terms": ""
+                    "terms": "lunch,meat,sandwich"
                 },
                 "shop/department_store": {
                     "name": "Department Store",
@@ -117406,36 +118824,56 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "shop/dry_cleaning": {
-                    "name": "Dry Cleaners",
+                    "name": "Dry Cleaner",
                     "terms": ""
                 },
                 "shop/electronics": {
                     "name": "Electronics Store",
-                    "terms": ""
+                    "terms": "appliance,audio,computer,tv"
+                },
+                "shop/erotic": {
+                    "name": "Erotic Store",
+                    "terms": "sex,porn"
+                },
+                "shop/fabric": {
+                    "name": "Fabric Store",
+                    "terms": "sew"
                 },
                 "shop/farm": {
                     "name": "Produce Stand",
                     "terms": "farm shop,farm stand"
                 },
+                "shop/fashion": {
+                    "name": "Fashion Store",
+                    "terms": ""
+                },
                 "shop/fishmonger": {
                     "name": "Fishmonger",
                     "terms": ""
                 },
                 "shop/florist": {
                     "name": "Florist",
+                    "terms": "flower"
+                },
+                "shop/frame": {
+                    "name": "Framing Shop",
                     "terms": ""
                 },
                 "shop/funeral_directors": {
                     "name": "Funeral Home",
-                    "terms": "undertaker,funeral parlour,funeral parlor,memorial home"
+                    "terms": "undertaker,memorial home"
+                },
+                "shop/furnace": {
+                    "name": "Furnace Store",
+                    "terms": "oven,stove"
                 },
                 "shop/furniture": {
                     "name": "Furniture Store",
-                    "terms": ""
+                    "terms": "chair,sofa,table"
                 },
                 "shop/garden_centre": {
                     "name": "Garden Center",
-                    "terms": "garden centre"
+                    "terms": "landscape,mulch,shrub,tree"
                 },
                 "shop/gift": {
                     "name": "Gift Shop",
@@ -117443,7 +118881,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "shop/greengrocer": {
                     "name": "Greengrocer",
-                    "terms": ""
+                    "terms": "fruit,vegetable"
                 },
                 "shop/hairdresser": {
                     "name": "Hairdresser",
@@ -117453,25 +118891,45 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Hardware Store",
                     "terms": ""
                 },
+                "shop/hearing_aids": {
+                    "name": "Hearing Aids Store",
+                    "terms": ""
+                },
+                "shop/herbalist": {
+                    "name": "Herbalist",
+                    "terms": ""
+                },
                 "shop/hifi": {
                     "name": "Hifi Store",
+                    "terms": "stereo,video"
+                },
+                "shop/interior_decoration": {
+                    "name": "Interior Decoration Store",
                     "terms": ""
                 },
                 "shop/jewelry": {
                     "name": "Jeweler",
-                    "terms": ""
+                    "terms": "diamond,gem,ring"
                 },
                 "shop/kiosk": {
-                    "name": "Kiosk",
+                    "name": "News Kiosk",
+                    "terms": ""
+                },
+                "shop/kitchen": {
+                    "name": "Kitchen Design Store",
                     "terms": ""
                 },
                 "shop/laundry": {
                     "name": "Laundry",
                     "terms": ""
                 },
+                "shop/leather": {
+                    "name": "Leather Store",
+                    "terms": ""
+                },
                 "shop/locksmith": {
                     "name": "Locksmith",
-                    "terms": "keys"
+                    "terms": "key,lockpick"
                 },
                 "shop/lottery": {
                     "name": "Lottery Shop",
@@ -117481,42 +118939,90 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Mall",
                     "terms": ""
                 },
+                "shop/massage": {
+                    "name": "Massage Shop",
+                    "terms": ""
+                },
+                "shop/medical_supply": {
+                    "name": "Medical Supply Store",
+                    "terms": ""
+                },
                 "shop/mobile_phone": {
                     "name": "Mobile Phone Store",
                     "terms": ""
                 },
+                "shop/money_lender": {
+                    "name": "Money Lender",
+                    "terms": ""
+                },
                 "shop/motorcycle": {
                     "name": "Motorcycle Dealership",
                     "terms": ""
                 },
                 "shop/music": {
                     "name": "Music Store",
+                    "terms": "CD,vinyl"
+                },
+                "shop/musical_instrument": {
+                    "name": "Musical Instrument Store",
                     "terms": ""
                 },
                 "shop/newsagent": {
-                    "name": "Newsagent",
+                    "name": "Newspaper/Magazine Shop",
                     "terms": ""
                 },
                 "shop/optician": {
                     "name": "Optician",
+                    "terms": "eye,glasses"
+                },
+                "shop/organic": {
+                    "name": "Organic Goods Store",
                     "terms": ""
                 },
                 "shop/outdoor": {
-                    "name": "Outdoor Store",
+                    "name": "Outdoors Store",
+                    "terms": "camping,climbing,hiking"
+                },
+                "shop/paint": {
+                    "name": "Paint Store",
+                    "terms": ""
+                },
+                "shop/pawnbroker": {
+                    "name": "Pawn Shop",
                     "terms": ""
                 },
                 "shop/pet": {
                     "name": "Pet Store",
-                    "terms": ""
+                    "terms": "cat,dog,fish"
                 },
                 "shop/photo": {
                     "name": "Photography Store",
+                    "terms": "camera,film"
+                },
+                "shop/pyrotechnics": {
+                    "name": "Fireworks Store",
+                    "terms": ""
+                },
+                "shop/radiotechnics": {
+                    "name": "Radio/Electronic Component Store",
+                    "terms": ""
+                },
+                "shop/religion": {
+                    "name": "Religious Store",
+                    "terms": ""
+                },
+                "shop/scuba_diving": {
+                    "name": "Scuba Diving Shop",
                     "terms": ""
                 },
                 "shop/seafood": {
                     "name": "Seafood Shop",
                     "terms": "fishmonger"
                 },
+                "shop/second_hand": {
+                    "name": "Consignment/Thrift Store",
+                    "terms": "secondhand,second hand,resale,thrift,used"
+                },
                 "shop/shoes": {
                     "name": "Shoe Store",
                     "terms": ""
@@ -117527,15 +119033,31 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "shop/stationery": {
                     "name": "Stationery Store",
-                    "terms": ""
+                    "terms": "card,paper"
                 },
                 "shop/supermarket": {
                     "name": "Supermarket",
-                    "terms": "bazaar,boutique,chain,co-op,cut-rate store,discount store,five-and-dime,flea market,galleria,grocery store,mall,mart,outlet,outlet store,shop,shopping center,shopping centre,shopping plaza,stand,store,supermarket,thrift shop"
+                    "terms": "grocery,store,shop"
                 },
                 "shop/tailor": {
                     "name": "Tailor",
-                    "terms": "tailor,clothes"
+                    "terms": "clothes,suit"
+                },
+                "shop/tattoo": {
+                    "name": "Tattoo Parlor",
+                    "terms": ""
+                },
+                "shop/tea": {
+                    "name": "Tea Store",
+                    "terms": ""
+                },
+                "shop/ticket": {
+                    "name": "Ticket Seller",
+                    "terms": ""
+                },
+                "shop/tobacco": {
+                    "name": "Tobacco Shop",
+                    "terms": ""
                 },
                 "shop/toys": {
                     "name": "Toy Store",
@@ -117553,17 +119075,37 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Vacant Shop",
                     "terms": ""
                 },
+                "shop/vacuum_cleaner": {
+                    "name": "Vacuum Cleaner Store",
+                    "terms": ""
+                },
                 "shop/variety_store": {
                     "name": "Variety Store",
                     "terms": ""
                 },
                 "shop/video": {
                     "name": "Video Store",
+                    "terms": "DVD"
+                },
+                "shop/video_games": {
+                    "name": "Video Game Store",
+                    "terms": ""
+                },
+                "shop/water_sports": {
+                    "name": "Watersport/Swim Shop",
+                    "terms": ""
+                },
+                "shop/weapons": {
+                    "name": "Weapon Shop",
+                    "terms": "ammo,gun,knife,knives"
+                },
+                "shop/window_blind": {
+                    "name": "Window Blind Store",
                     "terms": ""
                 },
                 "shop/wine": {
                     "name": "Wine Shop",
-                    "terms": "winery"
+                    "terms": ""
                 },
                 "tourism": {
                     "name": "Tourism",
@@ -117583,7 +119125,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "tourism/camp_site": {
                     "name": "Camp Site",
-                    "terms": "camping"
+                    "terms": ""
                 },
                 "tourism/caravan_site": {
                     "name": "RV Park",
@@ -117595,7 +119137,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "tourism/guest_house": {
                     "name": "Guest House",
-                    "terms": "B&B,Bed & Breakfast,Bed and Breakfast"
+                    "terms": "B&B,Bed and Breakfast"
                 },
                 "tourism/hostel": {
                     "name": "Hostel",
@@ -117615,11 +119157,11 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "tourism/museum": {
                     "name": "Museum",
-                    "terms": "exhibition,exhibits archive,foundation,gallery,hall,institution,library,menagerie,repository,salon,storehouse,treasury,vault"
+                    "terms": "exhibition,foundation,gallery,hall,institution"
                 },
                 "tourism/picnic_site": {
                     "name": "Picnic Site",
-                    "terms": ""
+                    "terms": "camp"
                 },
                 "tourism/theme_park": {
                     "name": "Theme Park",
diff --git a/vendor/assets/iD/iD/img/arrow-icon.png b/vendor/assets/iD/iD/img/arrow-icon.png
new file mode 100644 (file)
index 0000000..891492c
Binary files /dev/null and b/vendor/assets/iD/iD/img/arrow-icon.png differ
diff --git a/vendor/assets/iD/iD/img/cursor-select-mapillary.png b/vendor/assets/iD/iD/img/cursor-select-mapillary.png
new file mode 100644 (file)
index 0000000..5bf5c3f
Binary files /dev/null and b/vendor/assets/iD/iD/img/cursor-select-mapillary.png differ
diff --git a/vendor/assets/iD/iD/img/cursor-select-mapillary2x.png b/vendor/assets/iD/iD/img/cursor-select-mapillary2x.png
new file mode 100644 (file)
index 0000000..a21d868
Binary files /dev/null and b/vendor/assets/iD/iD/img/cursor-select-mapillary2x.png differ
index b515c6616bc91f480bb591afe9b6bb08e5b80802..f7de629275581c50441072c13824fb35683262d0 100644 (file)
@@ -65,7 +65,6 @@
         },
         "delete": {
             "title": "Verwyder",
-            "description": "Verwyder van die kaart.",
             "annotation": {
                 "point": "Verwyder 'n punt.",
                 "vertex": "Verwyder 'n punt van 'n weg.",
             },
             "category-route": {
                 "name": "Roete"
+            },
+            "category-water-area": {
+                "name": "Water"
+            },
+            "category-water-line": {
+                "name": "Water"
             }
         },
         "fields": {
                     }
                 }
             },
+            "access_simple": {
+                "label": "Toegang",
+                "placeholder": "ja"
+            },
             "address": {
                 "label": "Adres",
                 "placeholders": {
+                    "housename": "Huisnaam",
                     "street": "Straat",
-                    "city": "Tipe"
+                    "city": "Tipe",
+                    "postcode": "Poskode",
+                    "place": "Plek"
                 }
             },
             "admin_level": {
                 "label": "Administratiewe vlak"
             },
+            "aerialway/capacity": {
+                "placeholder": "500, 2500, 5000..."
+            },
+            "aerialway/duration": {
+                "placeholder": "1, 2, 3..."
+            },
+            "aerialway/occupancy": {
+                "placeholder": "2, 4, 8..."
+            },
+            "aerialway/summer/access": {
+                "options": {
+                    "both": "Beide"
+                }
+            },
             "aeroway": {
                 "label": "Tipe"
             },
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Rigting"
+                "label": "Rigting",
+                "options": {
+                    "N": "Noord",
+                    "E": "Oos",
+                    "S": "Suid",
+                    "W": "Wes",
+                    "NE": "Noordoos",
+                    "SE": "Suidoos",
+                    "SW": "Suidwes",
+                    "NW": "Noordwes"
+                }
             },
             "clock_direction": {
                 "label": "Rigting",
             "fixme": {
                 "label": "Maak My Reg"
             },
+            "fuel/diesel": {
+                "label": "Verkoop diesel"
+            },
             "highway": {
                 "label": "Tipe"
             },
                 "name": "Fliek",
                 "terms": "Fliek, Inry, Movie, Silverdoek"
             },
-            "amenity/college": {
-                "name": "Kollege",
-                "terms": "kollege, landboukollege, raad, genootskap"
-            },
             "amenity/courthouse": {
                 "name": "Hof"
             },
             "amenity/townhall": {
                 "name": "Stadsaal"
             },
-            "amenity/university": {
-                "name": "Universiteit"
-            },
             "amenity/waste_basket": {
                 "name": "Asblik"
             },
                 "name": "Watertoring",
                 "terms": "Watertoring"
             },
-            "man_made/water_well": {
-                "name": "Put",
-                "terms": "put"
-            },
             "man_made/water_works": {
                 "name": "Waterwerke",
                 "terms": "waterwerke"
             "shop/bicycle": {
                 "name": "Fietswinkel"
             },
-            "shop/books": {
-                "name": "Boekwinkel"
-            },
             "shop/boutique": {
                 "name": "Boetiek"
             },
             "shop/computer": {
                 "name": "Rekenaarwinkel"
             },
-            "shop/confectionery": {
-                "name": "Lekkergoedwinkel"
-            },
             "shop/convenience": {
                 "name": "Geriefswinkel"
             },
             "shop/doityourself": {
                 "name": "Selfdoenwinkel"
             },
-            "shop/dry_cleaning": {
-                "name": "Droogskoonmakers"
-            },
             "shop/electronics": {
                 "name": "Elektronikawinkel"
             },
             "shop/jewelry": {
                 "name": "Juwelier"
             },
-            "shop/kiosk": {
-                "name": "Kiosk"
-            },
             "shop/laundry": {
                 "name": "Wassery"
             },
             "shop/music": {
                 "name": "Musiekwinkel"
             },
-            "shop/newsagent": {
-                "name": "Nuusagentskap"
-            },
             "shop/optician": {
                 "name": "Oogarts"
             },
-            "shop/outdoor": {
-                "name": "Buitelewewinkel"
-            },
             "shop/pet": {
                 "name": "Troeteldierwinkel"
             },
index 3c78f484d8a6af029a0acad31c2c885379e1f42d..d608c37d717bd5187b91d257b0bdaadab1044dd6 100644 (file)
@@ -66,7 +66,6 @@
         },
         "delete": {
             "title": "حذف",
-            "description": ".إزالة هذا من الخريطة",
             "annotation": {
                 "point": ".حذف نقطة",
                 "vertex": ".حذف عقدة من الطريق",
index d54bbf56305f4f4ef3eec8baf259e0d0139947f1..080d03bd7e96b7997422b7743f631fe2efd691c8 100644 (file)
@@ -3,7 +3,7 @@
         "add_area": {
             "title": "المساحة",
             "description": "أضف مواقف أو مباني أو بحيرات أو مناطق أخرى إلى الخارطة.",
-            "tail": "اضغط على الخارطة للبدء في رسم منطقة، كحديقة أو بجيرة أو مبنى."
+            "tail": "انقر على الخارطة للبدء في رسم منطقة، كحديقة, بجيرة أو مبنى."
         },
         "add_line": {
             "title": "خط",
         "add": {
             "annotation": {
                 "point": "أضف نقطة",
-                "vertex": "أضف عقدة إلى طريق",
-                "relation": "أضف علاقة"
+                "vertex": "أضفت عقدة إلى طريق.",
+                "relation": "أضفت علاقة."
             }
         },
         "start": {
             "annotation": {
-                "line": "ابدأ Ø®Ø·Ø§",
-                "area": "ابدأ Ù\85ساحة"
+                "line": "بدأ Ø®Ø·Ù\91",
+                "area": "بدأت Ù\85Ù\86Ø·Ù\82Ø©."
             }
         },
         "continue": {
-            "title": "اﻹستمرار",
-            "description": "أكمل هذا الخط.",
+            "title": "استمر",
+            "description": "مواصلة هذا الخط.",
             "not_eligible": "لا يوجد خط يمكن تكملته هنا.",
-            "multiple": "Ù\8aÙ\85Ù\83Ù\86 Ø§Ø³ØªÙ\85رارÙ\8aØ© Ø¹Ø¯Ø© Ø®Ø·Ù\88Ø· Ù\87Ù\86ا. Ù\84اختÙ\8aار Ø®Ø·Ø\8c Ø§Ø¶ØºØ· Ø¹Ù\84Ù\89 Ù\85Ù\81تاح Shift Ù\88انقر عليه لتحديده.",
+            "multiple": "Ù\8aÙ\85Ù\83Ù\86 Ø£Ù\86 ØªØ³ØªÙ\85ر Ø¹Ø¯Ø© Ø£Ø³Ø·Ø± Ù\87Ù\86ا. Ù\84اختÙ\8aار Ø®Ø·Ø\8c Ø§Ø¶ØºØ· Ø¹Ù\84Ù\89 Ù\85Ù\81تاح Shift Ø«Ù\85 انقر عليه لتحديده.",
             "annotation": {
                 "line": "استمر في الخط",
                 "area": "استمر في مساحة"
@@ -88,7 +88,6 @@
         },
         "delete": {
             "title": "حذف",
-            "description": "احذف هذه من الخريطة",
             "annotation": {
                 "point": "احذف نقطة",
                 "vertex": "احذف عقدة من طريق",
                 "name": "غسيل سيارات",
                 "terms": "غسيل السيارات"
             },
-            "amenity/childcare": {
-                "name": "رعاية الأطفال",
-                "terms": "رعاية الأطفال, حماية الطفولة"
-            },
             "amenity/cinema": {
                 "name": "سينما",
                 "terms": "سينما,صالة سينما, دار السينما "
             },
-            "amenity/college": {
-                "name": "كلية",
-                "terms": "كلية, مبنى الكلية, حشد, مجمع"
-            },
             "amenity/courthouse": {
                 "name": "دار العدل",
                 "terms": "مجمع المحاكم, دار العدل, دار القضاء"
                 "name": "قاعة البلدة",
                 "terms": "قاعة البلدة"
             },
-            "amenity/university": {
-                "name": "جامعة",
-                "terms": "جامعة"
-            },
             "amenity/vending_machine": {
                 "name": "آلة بيع",
                 "terms": "آلة بيع، نقطة بيع"
                 "name": "حوض سباحة",
                 "terms": "حوض سباحة"
             },
-            "leisure/track": {
-                "name": "ميدان سباق",
-                "terms": "ميدان سباق"
-            },
             "line": {
                 "name": "طريق",
                 "terms": "طريق"
                 "name": "خزان مائي",
                 "terms": "خزان مائي"
             },
-            "man_made/water_well": {
-                "name": "بئر مياه",
-                "terms": "بئر ماء"
-            },
             "man_made/water_works": {
                 "name": "محطة مياه",
                 "terms": "محطة مياه"
                 "name": "محل دراجات هوائية",
                 "terms": "محل دراجات هوائية"
             },
-            "shop/books": {
-                "name": "محل بيع كتب",
-                "terms": "محل بيع كتب"
-            },
             "shop/boutique": {
                 "name": "بوتيك",
                 "terms": "بوتيك"
                 "name": "محل حاسوب",
                 "terms": "محل حاسوب"
             },
-            "shop/confectionery": {
-                "name": "محل حلويات",
-                "terms": "محل حلويات"
-            },
             "shop/convenience": {
                 "name": "بقالة",
                 "terms": "بقالة"
                 "name": "محل افعلها بنفسك",
                 "terms": "محل افعلها بنفسك"
             },
-            "shop/dry_cleaning": {
-                "name": "محل غسيل جاف",
-                "terms": "محل غسيل الجاف"
-            },
             "shop/electronics": {
                 "name": "محل إلكترونيات",
                 "terms": "محل إلكترونيات"
                 "name": "محل بيع مجوهرات",
                 "terms": "محل بيع المجوهرات, محل بيع الذهب"
             },
-            "shop/kiosk": {
-                "name": "كشك",
-                "terms": "كشك"
-            },
             "shop/laundry": {
                 "name": "محل غسيل ملابس",
                 "terms": "غسيل ملابس"
                 "name": "محل بيع موسيقى",
                 "terms": "محل بيع الموسيقى"
             },
-            "shop/newsagent": {
-                "name": "محل بيع صحف",
-                "terms": "محل بيع صحف"
-            },
             "shop/optician": {
                 "name": "محل بيع نظارات",
                 "terms": "محل بيع نظارات"
             },
-            "shop/outdoor": {
-                "name": "محل بيع مستلزمات التخييم",
-                "terms": "محل بيع مستلزمات التخييم"
-            },
             "shop/pet": {
                 "name": "محل حيوانات أليفة",
                 "terms": "محل حيوانات أليفة"
index b8874d46c50c4a61b703810489d0202b345bda12..af74a498bba0c326036049ff7863a7bbc0df0a47 100644 (file)
@@ -90,7 +90,6 @@
         },
         "delete": {
             "title": "Desaniciar",
-            "description": "Desaniciar esto del mapa.",
             "annotation": {
                 "point": "Desaniciáu un puntu.",
                 "vertex": "Desaniciáu un nuedu d'una vía.",
             "close": "L'editor de carauterístiques pue zarrase calcando nel botón zarrar. **Zarra l'editor de carauterístiques**"
         },
         "areas": {
-            "title": "Árees",
-            "add": "Les árees son una manera más detallada de representar carauterístiques. Ufren información de les llendes de la carauterística. Les árees puen usase pa la mayoría de tipos de carauterística pa los que puen usase puntos, y de vezu prefierense. **Calque nel botón Área p'amestar un área nueva.**"
+            "title": "Árees"
         },
         "lines": {
             "title": "Llinies"
                 "name": "Antoxana d'hospital",
                 "terms": "Zona hospitalaria, terrenu d'hospital"
             },
-            "amenity/kindergarten": {
-                "name": "Antoxana de guardería"
-            },
             "amenity/library": {
                 "name": "Biblioteca",
                 "terms": "Llibros,Centru de llectura"
             "amenity/social_facility/food_bank": {
                 "name": "Bancu d'alimentos"
             },
-            "amenity/social_facility/group_home": {
-                "name": "Albergue pa grupos"
-            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Albergue de probes"
             },
                 "name": "Edificiu municipal",
                 "terms": "Casa del Conceyu, Ayuntamientu"
             },
-            "amenity/university": {
-                "name": "Universidá"
-            },
             "amenity/vending_machine": {
                 "name": "Máquina de venta automática",
                 "terms": "Máquina,Autoventa"
             "leisure/swimming_pool": {
                 "name": "Piscina"
             },
-            "leisure/track": {
-                "name": "Pista de carreres",
-                "terms": "Circuitu"
-            },
             "line": {
                 "name": "Llinia"
             },
             "man_made/water_tower": {
                 "name": "Torre de depósitu"
             },
-            "man_made/water_well": {
-                "name": "Pozu d'agua"
-            },
             "man_made/water_works": {
                 "name": "Captación d'agua"
             },
             "shop/bicycle": {
                 "name": "Tienda de ciclismu"
             },
-            "shop/books": {
-                "name": "Llibrería"
-            },
             "shop/boutique": {
                 "name": "Boutique"
             },
             "shop/computer": {
                 "name": "Informática"
             },
-            "shop/confectionery": {
-                "name": "Confitería"
-            },
             "shop/convenience": {
                 "name": "Tienda d'ultramarinos"
             },
             "shop/doityourself": {
                 "name": "Bricolage"
             },
-            "shop/dry_cleaning": {
-                "name": "Tintorería"
-            },
             "shop/electronics": {
                 "name": "Electrónica"
             },
             "shop/jewelry": {
                 "name": "Xoyería"
             },
-            "shop/kiosk": {
-                "name": "Quioscu"
-            },
             "shop/laundry": {
                 "name": "Llavandería"
             },
             "shop/music": {
                 "name": "Tienda de música"
             },
-            "shop/newsagent": {
-                "name": "Puestu de periódicos"
-            },
             "shop/optician": {
                 "name": "Óptica"
             },
-            "shop/outdoor": {
-                "name": "Material d'aire llibre"
-            },
             "shop/pet": {
                 "name": "Tienda de mascotes"
             },
index 9491e6ac3e7b955ed8566837860427da648b3ee9..f4d5d41f247c6fa58a5f8b5de13e03f7baa1e36e 100644 (file)
@@ -41,6 +41,7 @@
             }
         },
         "continue": {
+            "key": "А",
             "title": "Продължи",
             "description": "Продължи тази линия.",
             "annotation": {
                 "area": "Изправихте ъглите на площен обект."
             }
         },
+        "straighten": {
+            "key": "S"
+        },
         "delete": {
             "title": "Изтриване",
-            "description": "Ð\9fÑ\80емаÑ\85неÑ\82е Ñ\82ова Ð¾Ñ\82 ÐºÐ°Ñ\80Ñ\82аÑ\82а.",
+            "description": "Ð\98зÑ\82Ñ\80ива Ð¾Ð±ÐµÐºÑ\82а Ð¾ÐºÐ¾Ð½Ñ\87аÑ\82елно",
             "annotation": {
                 "point": "Изтрита е точка.",
                 "vertex": "Изтрит е възел от път.",
         },
         "restriction": {
             "help": {
-                "select": "Клик за селекция на пътен сегмент"
+                "select": "Клик за селекция на пътен сегмент",
+                "toggle": "Натиснете за обръщане на ограниченията за завиване",
+                "toggle_on": "Натиснете за добавяне на \"{restriction}\" ограничение.",
+                "toggle_off": "Натиснете за премахване на \"{restriction}\" ограничение."
             },
             "annotation": {
-                "create": "Добавено ограничение в завойте"
+                "create": "Добавено ограничение в завойте",
+                "delete": "Изтрийте ограничение за завиване."
             }
         }
     },
         },
         "areas": {
             "title": "Площи",
-            "add": "Площите са по-подробен начин за изобразяване на обектите на картата. Те дават информация за границите на обекта. Площите могат да бъдат използвани за повечето обекти изобразявани с точка и често това се предпочита. **Натиснете бутона 'Площ', за да добавите нов площен обект.",
             "corner": "Площни обекти се чертаят чрез поставяне на възли, които маркират контура на площния обект. **Поставете началния възел върху един от краищата на детската площадка.**",
             "place": "Начертайте площния обект като поставите още възли. Завършете площния обект като щракнете върху началния възел. **Начертайте площ за детската площадка.**",
             "search": "**Потърсете '{name}'**",
             "amenity/cinema": {
                 "name": "Кино"
             },
-            "amenity/college": {
-                "name": "Колеж"
-            },
             "amenity/courthouse": {
                 "name": "Съд"
             },
             "amenity/townhall": {
                 "name": "Кметство"
             },
-            "amenity/university": {
-                "name": "Университет"
-            },
             "amenity/waste_basket": {
                 "name": "Кош за боклук"
             },
             "man_made/water_tower": {
                 "name": "Водна кула"
             },
-            "man_made/water_well": {
-                "name": "Кладенец"
-            },
             "man_made/water_works": {
                 "name": "Помпена станция"
             },
             "shop/bicycle": {
                 "name": "Магазин за велосипеди"
             },
-            "shop/books": {
-                "name": "Книжарница"
-            },
             "shop/boutique": {
                 "name": "Бутик"
             },
             "shop/computer": {
                 "name": "Компютърен магазин"
             },
-            "shop/confectionery": {
-                "name": "Сладкарница"
-            },
             "shop/convenience": {
                 "name": "Магазин за хранителни стоки"
             },
             "shop/doityourself": {
                 "name": "Магазин \"Направи си сам\""
             },
-            "shop/dry_cleaning": {
-                "name": "Химическо чистене"
-            },
             "shop/electronics": {
                 "name": "Магазин за електроника"
             },
             "shop/jewelry": {
                 "name": "Бижутер"
             },
-            "shop/kiosk": {
-                "name": "Будка за вестници"
-            },
             "shop/laundry": {
                 "name": "Пералня"
             },
             "shop/music": {
                 "name": "Музикален магазин"
             },
-            "shop/newsagent": {
-                "name": "Продавач на вестници"
-            },
             "shop/optician": {
                 "name": "Оптика"
             },
-            "shop/outdoor": {
-                "name": "Магазин за екипировка"
-            },
             "shop/pet": {
                 "name": "Зоо магазин"
             },
index 51106a6191fd9f1c1bf7e8b380cb2662a206f156..ae46324f1b5ce1365233a5f7063e29c894692c0a 100644 (file)
@@ -88,7 +88,6 @@
         },
         "delete": {
             "title": "মুছে ফেলুন",
-            "description": "ম্যাপ থেকে এটিকে মুছে ফেলুন।",
             "annotation": {
                 "point": "একটি বিন্দু মুছে ফেলা হয়েছে।",
                 "vertex": "একটি গমনপথ থেকে একটি নোড মুছে ফেলা হয়েছে।",
     },
     "presets": {
         "categories": {
+            "category-building": {
+                "name": "দালান"
+            },
+            "category-golf": {
+                "name": "গল্ফ"
+            },
+            "category-landuse": {
+                "name": "ভুমির ব্যবহার"
+            },
             "category-path": {
                 "name": "পথ"
             },
             },
             "category-road": {
                 "name": "রাস্তা"
+            },
+            "category-water-area": {
+                "name": "জল"
+            },
+            "category-water-line": {
+                "name": "জল"
             }
         },
         "fields": {
                 },
                 "options": {
                     "yes": {
-                        "title": "অনুমোদিত"
+                        "title": "অনুমোদিত",
+                        "description": "অাইনানুসারে প্রবেশ অনুমোদিত"
                     },
                     "no": {
                         "title": "নিষিদ্ধ",
                     }
                 }
             },
+            "access_simple": {
+                "label": "প্রবেশ করা",
+                "placeholder": "হ্যা"
+            },
+            "access_toilets": {
+                "label": "প্রবেশ করা"
+            },
             "address": {
                 "label": "ঠিকানা",
                 "placeholders": {
+                    "housename": "বাড়ির নাম",
+                    "housenumber": "১২৩",
                     "street": "স্ট্রীট",
-                    "city": "শহর"
+                    "city": "শহর",
+                    "postcode": "পিনকোড",
+                    "place": "জায়গা",
+                    "suburb": "শহরতলি",
+                    "subdistrict": "উপজেলা",
+                    "district": "জেলা",
+                    "state": "রাজ্য",
+                    "country": "দেশ"
+                }
+            },
+            "aerialway": {
+                "label": "টাইপ"
+            },
+            "aerialway/access": {
+                "label": "প্রবেশ করা",
+                "options": {
+                    "entry": "প্রবেশ",
+                    "exit": "প্রস্থাণ",
+                    "both": "উভয়"
+                }
+            },
+            "aerialway/capacity": {
+                "placeholder": "৫০০, ২৫০০, ৫০০০ ..."
+            },
+            "aerialway/duration": {
+                "placeholder": "১, ২, ৩..."
+            },
+            "aerialway/occupancy": {
+                "placeholder": "২, ৪, ৮..."
+            },
+            "aerialway/summer/access": {
+                "options": {
+                    "entry": "প্রবেশ",
+                    "exit": "প্রস্থাণ",
+                    "both": "উভয়"
                 }
             },
             "aeroway": {
                 "placeholder": "৫০, ১০০, ২০০..."
             },
             "cardinal_direction": {
-                "label": "দিক/অভিমুখ"
+                "label": "দিক/অভিমুখ",
+                "options": {
+                    "N": "উত্তর",
+                    "E": "পূর্ব",
+                    "S": "দক্ষিণ",
+                    "W": "পশ্চিম",
+                    "NE": "উত্তরপূর্ব"
+                }
             },
             "clock_direction": {
                 "label": "দিক/অভিমুখ",
             "entrance": {
                 "label": "টাইপ"
             },
+            "except": {
+                "label": "ব্যতিক্রম"
+            },
             "fax": {
                 "label": "ফ্যাক্স",
                 "placeholder": "+৩১ ৪২ ১২৩ ৪৫৬৭"
                 "label": "মূল্য"
             },
             "fire_hydrant/type": {
-                "label": "টাইপ"
+                "label": "টাইপ",
+                "options": {
+                    "wall": "দেয়াল",
+                    "pond": "পুকুর"
+                }
             },
             "fixme": {
                 "label": "অামাকে ঠিক করুন"
             },
+            "fuel": {
+                "label": "জ্বালানি"
+            },
             "generator/method": {
                 "label": "পদ্ধতি"
             },
+            "generator/source": {
+                "label": "উৎস"
+            },
             "generator/type": {
                 "label": "টাইপ"
             },
+            "handicap": {
+                "label": "বিকলাঙ্গ",
+                "placeholder": "১-১৮"
+            },
             "highway": {
                 "label": "টাইপ"
             },
             "historic": {
                 "label": "টাইপ"
             },
+            "hoops": {
+                "placeholder": "১, ২, ৪..."
+            },
             "incline": {
                 "label": "ঝোকা"
             },
+            "information": {
+                "label": "টাইপ"
+            },
             "internet_access": {
                 "label": "ইন্টারনেট সুবিধা",
                 "options": {
+                    "yes": "হ্যা",
+                    "no": "না",
                     "wlan": "তারবিহীন",
                     "wired": "তারযুক্ত",
                     "terminal": "টার্মিনাল"
             "leisure": {
                 "label": "টাইপ"
             },
+            "length": {
+                "label": "দৈর্ঘ্য (মিটার)"
+            },
             "levels": {
                 "label": "স্তর",
                 "placeholder": "২, ৪, ৬..."
             "amenity/car_rental": {
                 "name": "গাড়ি ভাড়া"
             },
-            "amenity/childcare": {
-                "name": "শিশুপালন"
-            },
             "amenity/cinema": {
                 "name": "সিনেমা"
             },
-            "amenity/college": {
-                "name": "কলেজ/মহাবিদ্যালয়"
-            },
             "amenity/drinking_water": {
                 "name": "পানীয় জল"
             },
             "amenity/townhall": {
                 "name": "টাউন হল"
             },
-            "amenity/university": {
-                "name": "বিশ্ববিদ্যালয়"
-            },
             "area": {
                 "name": "এলাকা"
             },
             "man_made/water_tower": {
                 "name": "জল স্তম্ভ"
             },
-            "man_made/water_well": {
-                "name": "নলকুপ"
-            },
             "natural": {
                 "name": "প্রাকৃতিক"
             },
             "shop/bicycle": {
                 "name": "সাইকেল-এর দোকান"
             },
-            "shop/books": {
-                "name": "বই-এর দোকান"
-            },
             "shop/boutique": {
                 "name": "বুটিক"
             },
             "shop/computer": {
                 "name": "কম্পিউটার-এর দোকান"
             },
-            "shop/confectionery": {
-                "name": "কনফেকশনারি"
-            },
             "shop/department_store": {
                 "name": "ডিপার্টমেন্ট স্টোর"
             },
index e78766a4824de675180447ad42f95c748beeff72..988cd9a6b914a26f54ab724ee0da7b498bc7c9b3 100644 (file)
@@ -95,7 +95,6 @@
         },
         "delete": {
             "title": "Izbrišite",
-            "description": "Uklonite ovo sa karte.",
             "annotation": {
                 "point": "Izbrisana tačka.",
                 "vertex": "Izbrisan čvor sa putanje.",
         },
         "areas": {
             "title": "Područja",
-            "add": "Područja su detaljniji način da se predstave značajke. Ona pružaju informacije o granicama značajke. Područja mogu biti korištena za većinu vrsta značajki za koje se koriste tačke, i često su preferirane. **Kliknite na dugme 'Područje' da dodate novo područje.**",
             "corner": "Područja se crtaju postavljanjem čvorova koji označavaju granicu područja. **Postavite početni čvor na uglovima igrališta.**",
             "place": "Nacrtati područje postavljanjem više čvorova. Završiti područje klikom na početni čvor. **Nacrtati područje za igralište.**",
             "search": "**Tražiti '{name}'.**",
                 "name": "Autopraonica",
                 "terms": "autopraonica,samouslužna autopraonica,praonica automobila"
             },
-            "amenity/childcare": {
-                "name": "Briga o djeci",
-                "terms": "čuvanje djece,dnevni boravak djece,briga o djeci"
-            },
             "amenity/cinema": {
                 "name": "Kino",
                 "terms": "kino,kino dvorana,multipleks"
             "amenity/clinic": {
                 "name": "Klinika"
             },
-            "amenity/college": {
-                "name": "Koledž",
-                "terms": "koledž,fakultet,faks"
-            },
             "amenity/courthouse": {
                 "name": "Sudnica",
                 "terms": "sudnica,zgrada suda"
                 "name": "Gradska vijećnica",
                 "terms": "gradska vijećnica,vijećnica"
             },
-            "amenity/university": {
-                "name": "Univerzitet",
-                "terms": "univerzitet,koledž"
-            },
             "amenity/vending_machine": {
                 "name": "Automat",
                 "terms": "automat,automat za prodaju pića,automat sa pićem,automat sa slatkišima"
                 "name": "Bazen",
                 "terms": "bazen,bazen za plivanje,plivački bazen"
             },
-            "leisure/track": {
-                "name": "Staza za utrku",
-                "terms": "staza za utrku,trkaća staza"
-            },
             "line": {
                 "name": "Linija",
                 "terms": "linija"
                 "name": "Vodo-toranj",
                 "terms": "vodo-toranj,vodeni toranj"
             },
-            "man_made/water_well": {
-                "name": "Bunar",
-                "terms": "bunar,umjetni rezervoar za vodu"
-            },
             "man_made/water_works": {
                 "name": "Vodosnadbjevanje",
                 "terms": "vodosnadbjevanje,snadbjevanje vodom"
                 "name": "Prodavnica bicikala",
                 "terms": "prodavnica bicikala,radnja za prodaju bicikala"
             },
-            "shop/books": {
-                "name": "Knjižara",
-                "terms": "knjižara,radnja za prodaju knjiga"
-            },
             "shop/boutique": {
                 "name": "Butik",
                 "terms": "butik,radnja za prodaju odjeće"
                 "name": "Prodavnica računara",
                 "terms": "radnja za prodaju računara,prodaja računara i računarske opreme"
             },
-            "shop/confectionery": {
-                "name": "Slastičarna",
-                "terms": "slastičarna,slatki butik"
-            },
             "shop/convenience": {
                 "name": "Bakalnica",
                 "terms": "bakalnica,dragstor,prodavnica,granap"
                 "name": "Sve za kuću",
                 "terms": "sve za kuću,prodaja dijelova za \"uradi sam\" radove"
             },
-            "shop/dry_cleaning": {
-                "name": "Hemijsko čišćenje",
-                "terms": "hemijska čistionica,hemijsko čišćenje odjeće"
-            },
             "shop/electronics": {
                 "name": "Prodavnica elektronike",
                 "terms": "prodavnica elektronike,radnja za prodaju elektronskih uređaja"
                 "name": "Zlatar",
                 "terms": "zlatara,radnja za prodaju nakita"
             },
-            "shop/kiosk": {
-                "name": "Trafika",
-                "terms": "trafika,kiosk"
-            },
             "shop/laundry": {
                 "name": "Praonica",
                 "terms": "praonica,servis za pranje rublja"
                 "name": "Muzička prodavnica",
                 "terms": "muzička prodavnica,prodaja muzičke opreme i muzike"
             },
-            "shop/newsagent": {
-                "name": "Kiosk",
-                "terms": "trafika,kiosk"
-            },
             "shop/optician": {
                 "name": "Optičar",
                 "terms": "optičar,optičarska radnja"
             },
-            "shop/outdoor": {
-                "name": "Prodavnica opreme za rekreaciju",
-                "terms": "prodavnica planinarske opreme,prodaja kamp opreme,prodaja GPS uređaja"
-            },
             "shop/pet": {
                 "name": "Prodavnica kućnih ljubnimaca",
                 "terms": "prodavnica kućnih ljubimaca,prodaja hrane za kućne ljubimce"
index e05fc204eb3320cc2220f4f66f6ae48e5402e14e..13684afd7e5567ad5482171939a0096dd851ce27 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Eliminar",
-            "description": "Elimineu això del mapa.",
+            "description": "Eliminar permanentment l'objecte",
             "annotation": {
                 "point": "Heu eliminat un punt.",
                 "vertex": "Heu eliminat un node d'una via.",
         "description_placeholder": "Breu descripció de les vostres contribucions",
         "message_label": "Afegiu un comentari",
         "upload_explanation": "Els canvis que deseu seran visibles a tots els mapes que utilitzin dades d'OpenStreetMap.",
-        "upload_explanation_with_user": "Els canvis que desis com a {user} seran visibles en tots els mapes que utilitzin dades d'OpenStreetMap.",
+        "upload_explanation_with_user": "Els canvis que deseu com a {user} seran visibles en tots els mapes que utilitzin dades d'OpenStreetMap.",
         "save": "Desar",
         "cancel": "Cancel·lar",
         "warnings": "Avisos",
         "zoom": "Ajusteu la vista a la traça GPX",
         "browse": "Buscar el fitxer .gpx"
     },
+    "mapillary": {
+        "tooltip": "Fotografies a peu de carrer de Mapillary",
+        "title": "Capa de fotografia (Mapillary)",
+        "view_on_mapillary": "Visualitzeu la imatge a Mapillary"
+    },
     "help": {
         "title": "Ajuda",
         "help": "# Ajuda\n\nAixò és un editor per al [OpenStreetMap](http://www.openstreetmap.org/), el mapa lliure i editable del món. Podeu utilitzar-lo per afegir i actualitzar\nles dades a la vostra àrea, contibuint així a fer un mapa de codi obert i amb dades lliures del món\nmillor per a tothom.\n\nLes edicions que feu en aquest mapa seran visibles per tothom que faci servir OpenStreetMap. per tal de començar a editar, necessitareu un\n[compte gratuït d'OpenStreetMap](https://www.openstreetmap.org/user/new).\n\n L'[Editor iD](http://ideditor.com/) iés un projecte cooperatiu que té el [codi font\ndisponible a GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Àrees",
-            "add": "Les àrees són una forma més detallada de representar característiques. Donen informació sobre els límits d'aquestes. Les àrees poden fer-se servir per representar quasi bé els mateixos tipus de característiques que els punts, i moltes vegades, s'escull fer servir l'àrea. **Cliqueu el botó Àrea per afegir una nova àrea**",
+            "add": "Les àrees s'usen per mostrar els límits de característiques com ara llacs, edificis i àrees residencials. També es poden fer servir per cartografiar més al detall moltes característiques que potser s'inclourien com a punts. **Cliqueu al botó Àrea per afegir-ne una**",
             "corner": "Les àrees es dibuixen col·locant nodes que marquen els límits de l'àrea. **Col·loqueu el node inicial en una de les cantonades del parc.**",
             "place": "Dibuixeu l'àrea col·locant més nodes. Acabeu l'àrea clicant al node inicial. **Dibuixeu\nuna àrea per al parc.**",
             "search": "**Cerqueu «{name}»**",
                 "name": "Aprofitament del terreny"
             },
             "category-path": {
-                "name": "Camí"
+                "name": "Sender"
             },
             "category-rail": {
                 "name": "Rail"
             "covered": {
                 "label": "Cobert"
             },
+            "craft": {
+                "label": "Tipus"
+            },
             "crop": {
                 "label": "Plantació"
             },
             "sport_ice": {
                 "label": "Esport"
             },
+            "sport_racing": {
+                "label": "Esport"
+            },
             "structure": {
                 "label": "Estructura",
                 "placeholder": "Desconegut",
             "amenity/boat_rental": {
                 "name": "Lloguer d'embarcacions"
             },
+            "amenity/bureau_de_change": {
+                "name": "Canvi de divisa"
+            },
             "amenity/bus_station": {
                 "name": "Estació d'autobusos"
             },
                 "name": "Estació de càrrega"
             },
             "amenity/childcare": {
-                "name": "Servei de guarderia",
-                "terms": "Servei de guarderia, Servei de cangur, Servei de cura de la infància"
+                "name": "Llar d'Infants"
             },
             "amenity/cinema": {
                 "name": "Cinema",
                 "name": "Rellotge"
             },
             "amenity/college": {
-                "name": "Campus universitari",
-                "terms": "Col·legi, Campus universitàri, universitat, facultat"
+                "name": "Escola professional"
             },
             "amenity/compressed_air": {
                 "name": "Aire comprimit"
                 "terms": "Cementiri, Camp de tombes, necròpoli, ciutat dels difunts"
             },
             "amenity/hospital": {
-                "name": "Terrenys hospitalaris",
-                "terms": "Hospital, centre hospitalari, policlínica, clínica"
+                "name": "Hospital",
+                "terms": "Hospital, centre hospitalari, policlínica, clínica, CAP, Centre d'atenció primària, Centre de salut, Centre, Atenció, Primària, Centre d'Atenció Primària."
             },
             "amenity/kindergarten": {
-                "name": "Terrenys de Jardí d'infància",
-                "terms": "Parc infantil"
+                "name": "Centre preescolar"
             },
             "amenity/library": {
                 "name": "Biblioteca",
                 "terms": "Restaurant, Lloc per menjar, Bistro, Wok, Trattoria, Pizzeria"
             },
             "amenity/school": {
-                "name": "Terrenys d'escola",
+                "name": "Escola",
                 "terms": "Escola, CEIP, IES, Col·legi, Institut, Centre educatiu, Guarderia"
             },
             "amenity/shelter": {
                 "name": "Banc d'aliments"
             },
             "amenity/social_facility/group_home": {
-                "name": "Residència social"
+                "name": "Residència d'avis"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Refugi per a indigents"
                 "terms": "Ajuntament, casa consistorial, consistori, govern local, seu del govern local,  "
             },
             "amenity/university": {
-                "name": "Universitat",
-                "terms": "Universitat, Campus universitàri, Grau, facultat, Llicenciatura, càtedra, seminari, "
+                "name": "Campus universitari"
             },
             "amenity/vending_machine": {
                 "name": "Màquina de vending"
             "building/church": {
                 "name": "Església"
             },
+            "building/college": {
+                "name": "Edifici d'escola professional"
+            },
             "building/commercial": {
                 "name": "Edifici comercial",
                 "terms": "Edifici comercial"
                 "name": "Hivernacle"
             },
             "building/hospital": {
-                "name": "Edifici hospitalari"
+                "name": "Edifici hospitalari",
+                "terms": "Edifici hospitalari, hospital, urgències, planta, consultes externes, UCI, UVI, quiròfans"
             },
             "building/hotel": {
                 "name": "Edifici hoteler"
                 "name": "Edifici industrial",
                 "terms": "Edifici industrial"
             },
+            "building/kindergarten": {
+                "name": "Edifici de preescolar"
+            },
             "building/public": {
                 "name": "Edifici públic"
             },
                 "name": "Teulada"
             },
             "building/school": {
-                "name": "Edifici escolar"
+                "name": "Edifici escolar",
+                "terms": "Escola, Gimnàs, Poliesportiu, Aulari, Seminaris, Pati, Esbarjo, Aules, Despatxos, Tallers, Ateliers, Aules d'informàtica, Classes, Classe, Sala de música, Corredors, Corredor, Pasillo, Pasillos, Passadís, Passadissos, Sala de professors, Recepció"
             },
             "building/shed": {
                 "name": "Traster"
             "building/warehouse": {
                 "name": "Magatzem"
             },
+            "craft": {
+                "name": "Artesà"
+            },
             "craft/basket_maker": {
                 "name": "Cistellaire"
             },
             "craft/window_construction": {
                 "name": "Fabricant de finestres"
             },
+            "craft/winery": {
+                "name": "Celler"
+            },
             "embankment": {
                 "name": "Terraplè "
             },
                 "name": "Enllaç de carretera primària",
                 "terms": "Enllaç amb primària"
             },
+            "highway/raceway": {
+                "name": "Circuit de curses de motor"
+            },
             "highway/residential": {
                 "name": "Carrer",
                 "terms": "Carrer"
                 "terms": "Enllaç amb terciària"
             },
             "highway/track": {
-                "name": "Pista",
+                "name": "Pista,Camí",
                 "terms": "Pista, Traça"
             },
             "highway/traffic_signals": {
                 "terms": "En construcció"
             },
             "landuse/farm": {
-                "name": "Terrenys de granja",
+                "name": "Granja",
                 "terms": "Granja"
             },
             "landuse/farmland": {
-                "name": "Terrenys de Granja"
+                "name": "Terrenys de Granja",
+                "terms": "Camps de conreu, Pastures, Erm, Erms, Guaret, Camp de blat, Blat, Hort, Horts, Camp, Camps, Camps de cultiu, Cultiu"
             },
             "landuse/farmyard": {
-                "name": "Granja",
-                "terms": "Pati,Jardí"
+                "name": "Edificis de Granja",
+                "terms": "Granja, Granges, Galliner, Estable, Mas, Masia, Masoveria, Ranxo, Nau, Naus,  Dipòsit, Femta, Fems, Fem, Porc, Porcs, Purí, Purins, Gallina, Gallines, Conill, Conills, Pinso, Tancat, Tanca, Valles, Valla"
             },
             "landuse/forest": {
                 "name": "Bosc",
                 "terms": "Herba,Gespa"
             },
             "landuse/industrial": {
-                "name": "Zona Industrial",
+                "name": "Zona industrial",
                 "terms": "Indústria, Industrial,Fàbrica"
             },
             "landuse/landfill": {
                 "terms": "Prat,Prada,Natural"
             },
             "landuse/military": {
-                "name": "Militar"
+                "name": "Zona militar"
             },
             "landuse/orchard": {
                 "name": "Verger",
                 "name": "Zona de jocs infantils",
                 "terms": "Parc Infantil"
             },
+            "leisure/running_track": {
+                "name": "Pista per córrer"
+            },
             "leisure/slipway": {
                 "name": "Pendent per a embarcacions",
                 "terms": "Varador"
                 "terms": "Piscina"
             },
             "leisure/track": {
-                "name": "Circuit de carreres"
+                "name": "Circuit de curses (sense motor)"
             },
             "line": {
                 "name": "Línia",
                 "name": "Botiga de licors",
                 "terms": "Licoreria, Botiga de licors"
             },
+            "shop/anime": {
+                "name": "Botiga de còmics"
+            },
+            "shop/antiques": {
+                "name": "Botiga d'antiguitats"
+            },
             "shop/art": {
-                "name": "Botiga d'art"
+                "name": "Galeria d'art"
+            },
+            "shop/baby_goods": {
+                "name": "Botiga per a nadons"
+            },
+            "shop/bag": {
+                "name": "Botiga d'equipatges"
             },
             "shop/bakery": {
                 "name": "Fleca",
                 "terms": "Forn de pa, Panaderia"
             },
+            "shop/bathroom_furnishing": {
+                "name": "Botiga de mobles de bany"
+            },
             "shop/beauty": {
                 "name": "Botiga de cosmètics"
             },
+            "shop/bed": {
+                "name": "Botiga de matalassos"
+            },
             "shop/beverages": {
                 "name": "botiga de begudes"
             },
                 "name": "Cusidor de llibres"
             },
             "shop/books": {
-                "name": "Llibreria",
-                "terms": "Botiga de llibres, Llibreria"
+                "name": "Llibreria"
             },
             "shop/boutique": {
                 "name": "Boutique"
             "shop/butcher": {
                 "name": "Carnisseria"
             },
+            "shop/candles": {
+                "name": "Botiga d'espelmes"
+            },
             "shop/car": {
                 "name": "Concessionari de cotxes"
             },
             "shop/car_repair": {
                 "name": "Taller d'automòbils"
             },
+            "shop/carpet": {
+                "name": "Botiga de catifes"
+            },
+            "shop/cheese": {
+                "name": "Botiga de formatge"
+            },
             "shop/chemist": {
                 "name": "Farmàcia",
                 "terms": "Farmàcia"
             },
+            "shop/chocolate": {
+                "name": "Botiga de xocolata"
+            },
             "shop/clothes": {
                 "name": "Botiga de roba",
                 "terms": "Botiga de roba"
                 "terms": "Botiga d'informàtica, Botiga d'ordinadors"
             },
             "shop/confectionery": {
-                "name": "Confiteria"
+                "name": "Botiga de llaminadures"
             },
             "shop/convenience": {
                 "name": "Botiga d'ultramarins"
             },
+            "shop/copyshop": {
+                "name": "Copisteria",
+                "terms": "Botiga, fotocòpies, fulls, impressora"
+            },
+            "shop/cosmetics": {
+                "name": "Botiga de cosmètics"
+            },
+            "shop/craft": {
+                "name": "Botiga per a les arts plàstiques"
+            },
+            "shop/curtain": {
+                "name": "Botiga de cortines"
+            },
+            "shop/dairy": {
+                "name": "Botiga de productes làctics"
+            },
             "shop/deli": {
                 "name": "Botiga de comestibles"
             },
                 "terms": "Botiga de bricolatge"
             },
             "shop/dry_cleaning": {
-                "name": "Centre de neteja en sec"
+                "name": "Tintoreria"
             },
             "shop/electronics": {
                 "name": "Botiga d'electrònica",
                 "terms": "Botiga d'electrònica, Botiga de components electrònics"
             },
+            "shop/erotic": {
+                "name": "Botiga d'articles eròtics",
+                "terms": "sex, shop, sexshop"
+            },
+            "shop/fabric": {
+                "name": "Botiga de teles"
+            },
             "shop/farm": {
                 "name": "Estand productiu",
                 "terms": "Grades"
             },
+            "shop/fashion": {
+                "name": "Botiga de roba"
+            },
             "shop/fishmonger": {
                 "name": "Peixateria"
             },
                 "name": "Floristeria",
                 "terms": "Floristeria, Botiga de plantes, Botiga de jardineria"
             },
+            "shop/frame": {
+                "name": "Botiga de marcs"
+            },
             "shop/funeral_directors": {
                 "name": "Tanatori"
             },
+            "shop/furnace": {
+                "name": "Botiga de mobles"
+            },
             "shop/furniture": {
                 "name": "Botiga de mobles",
                 "terms": "Botiga de mobles"
             "shop/hardware": {
                 "name": "Drogueria"
             },
+            "shop/hearing_aids": {
+                "name": "Centre d'audició"
+            },
+            "shop/herbalist": {
+                "name": "Herborista"
+            },
             "shop/hifi": {
                 "name": "Botiga d'alta fidelitat"
             },
+            "shop/interior_decoration": {
+                "name": "Botiga d'Interiorisme"
+            },
             "shop/jewelry": {
                 "name": "Joieria"
             },
             "shop/kiosk": {
-                "name": "Quiosc",
-                "terms": "Quiosc, Quiosquet, Paradeta"
+                "name": "Quiosc de diaris"
+            },
+            "shop/kitchen": {
+                "name": "Botiga de disseny de cuines"
             },
             "shop/laundry": {
                 "name": "Bugaderia"
             },
+            "shop/leather": {
+                "name": "Botiga de cuirs"
+            },
             "shop/locksmith": {
                 "name": "Copisteria de claus"
             },
             "shop/mall": {
                 "name": "Centre comercial"
             },
+            "shop/massage": {
+                "name": "Centre de massatges"
+            },
+            "shop/medical_supply": {
+                "name": "Farmàcia"
+            },
             "shop/mobile_phone": {
                 "name": "Botiga de telefonia mòbil"
             },
+            "shop/money_lender": {
+                "name": "Prestamista"
+            },
             "shop/motorcycle": {
                 "name": "Botiga de motocicletes"
             },
             "shop/music": {
                 "name": "Botiga de música"
             },
+            "shop/musical_instrument": {
+                "name": "Botiga d'instruments musicals"
+            },
             "shop/newsagent": {
-                "name": "Quiosc de premsa"
+                "name": "Botiga de diaris i revistes"
             },
             "shop/optician": {
                 "name": "Òptica"
             },
+            "shop/organic": {
+                "name": "Botiga de menjar orgànic"
+            },
             "shop/outdoor": {
-                "name": "Botiga a l'aire lliure"
+                "name": "Botiga per a activitats a l'aire lliure"
+            },
+            "shop/paint": {
+                "name": "Botiga de pintura"
+            },
+            "shop/pawnbroker": {
+                "name": "Botiga d'empenyoraments"
             },
             "shop/pet": {
                 "name": "Botiga d'animals"
             "shop/photo": {
                 "name": "Botiga de fotografia"
             },
+            "shop/pyrotechnics": {
+                "name": "Botiga d'articles pirotècnics"
+            },
+            "shop/radiotechnics": {
+                "name": "Botiga d'articles electrònics"
+            },
+            "shop/religion": {
+                "name": "Botiga d'articles religiosos"
+            },
+            "shop/scuba_diving": {
+                "name": "Botiga de submarinisme"
+            },
             "shop/seafood": {
                 "name": "Marisqueria"
             },
+            "shop/second_hand": {
+                "name": "Consigna"
+            },
             "shop/shoes": {
                 "name": "Sabateria",
                 "terms": "Sabateria, Botiga de sabates, Sabater"
             "shop/tailor": {
                 "name": "Sastreria"
             },
+            "shop/tattoo": {
+                "name": "Centre de tatuatges"
+            },
+            "shop/tea": {
+                "name": "Botiga de te"
+            },
+            "shop/ticket": {
+                "name": "Venedor de tiquets"
+            },
+            "shop/tobacco": {
+                "name": "Estanc"
+            },
             "shop/toys": {
                 "name": "Botiga de joguines",
                 "terms": "Botiga de joguines, Botiga de jocs, Joguineria"
             "shop/vacant": {
                 "name": "Botiga per ocupar"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Botiga d'aspiradors"
+            },
             "shop/variety_store": {
                 "name": "Botiga de tot a 100"
             },
             "shop/video": {
                 "name": "Botiga de vídeos"
             },
+            "shop/video_games": {
+                "name": "Botiga de videojocs"
+            },
+            "shop/water_sports": {
+                "name": "Botiga d'esports aquàtics"
+            },
+            "shop/weapons": {
+                "name": "Armeria"
+            },
+            "shop/window_blind": {
+                "name": "Botiga de persianes"
+            },
             "shop/wine": {
-                "name": "Botiga de vins"
+                "name": "Botiga de vins",
+                "terms": "Celler, Licoreria"
             },
             "tourism": {
-                "name": "Turisme"
+                "name": "Turisme",
+                "terms": "Turisme, Visita"
             },
             "tourism/alpine_hut": {
                 "name": "Refugi de muntanya"
                 "terms": "Restricció"
             },
             "type/restriction/no_left_turn": {
-                "name": "Prohibició del gir a l'esquerra"
+                "name": "Prohibició del gir a l'esquerra",
+                "terms": "Prohibit girar a l'esquerra"
             },
             "type/restriction/no_right_turn": {
-                "name": "Prohibició del gir a la dreta"
+                "name": "Prohibició del gir a la dreta",
+                "terms": "Prohibit girar a la dreta"
             },
             "type/restriction/no_straight_on": {
-                "name": "Prohibició de seguir recte"
+                "name": "Prohibició de seguir recte",
+                "terms": "Prohibit continuar recte"
             },
             "type/restriction/no_u_turn": {
-                "name": "Prohibició del gir total"
+                "name": "Prohibició del gir total",
+                "terms": "Prohibit canviar de sentit"
             },
             "type/restriction/only_left_turn": {
-                "name": "Només gir a l'esquerra"
+                "name": "Només gir a l'esquerra",
+                "terms": "Gir a l'esquerra obligatori"
             },
             "type/restriction/only_right_turn": {
-                "name": "Només gir a la dreta"
+                "name": "Només gir a la dreta",
+                "terms": "Gir a la dreta obligatori"
             },
             "type/restriction/only_straight_on": {
                 "name": "Prohibició de tots els girs",
                 "terms": "Altre, Altres"
             },
             "waterway": {
-                "name": "Via aqüífera"
+                "name": "Via aqüífera",
+                "terms": "Curs fluvial"
             },
             "waterway/canal": {
                 "name": "Canal ",
                 "terms": "Canal, Sèquia, Séquia"
             },
             "waterway/dam": {
-                "name": "Presa"
+                "name": "Presa",
+                "terms": "Presa, Pantà, Embassament"
             },
             "waterway/ditch": {
-                "name": "Sèquia"
+                "name": "Sèquia",
+                "terms": "Sèquia, Rara, Canal, Aigua, Via aquífera, Torrent, Conducció d'aigua, Aquífer, Rierol"
             },
             "waterway/drain": {
                 "name": "Torrent"
                 "terms": "Riu"
             },
             "waterway/riverbank": {
-                "name": "Banc fluvial"
+                "name": "Banc fluvial",
+                "terms": "Riba del riu,ribera"
             },
             "waterway/stream": {
                 "name": "Rierol",
index c392a638c4736835533c41ed79116ccb906c3010..8ecb3c47d8f9e91bfab0c807a52b4a5c72d3e866 100644 (file)
@@ -97,7 +97,6 @@
         },
         "delete": {
             "title": "Smazat",
-            "description": "Odstranit objekt z mapy.",
             "annotation": {
                 "point": "Smazán uzel.",
                 "vertex": "Smazán uzel z cesty.",
         },
         "areas": {
             "title": "Plochy",
-            "add": "Reálný objekt lze podrobněji reprezentovat pomocí plochy, která opisuje jeho hranici. Pro většinu typů objektů lze místo uzlu použít plochu - a často je to tak lepší. **Klikněte na tlačítko Plocha a přidejte tak novou plochu.**",
             "corner": "Plochu nakreslíte tak, že postupně nanášíte jeden uzel za druhým podél hranice plochy. **Umístěte první uzel na jeden z rohů hřiště.**",
             "place": "Plochu zakreslíte tak, že přidáte další uzly. Kreslení zakončíte kliknutím na počáteční uzel. **Nakreslete plochu hřiště.**",
             "search": "**Dejte hledat '{name}'.**",
                 "name": "Mytí aut",
                 "terms": "myčka,automyčka,mytí,čistění,umývání,čistírna"
             },
-            "amenity/childcare": {
-                "name": "Mimoškolní péče",
-                "terms": "družina,školka,péče o děti,kroužek,tábor"
-            },
             "amenity/cinema": {
                 "name": "Kino",
                 "terms": "kino,film,cinema,multikino,bio,biograf,kinematograf"
                 "name": "Hodiny",
                 "terms": "hodiny,orloj,hodinky,chronometr,ciferník,čas,ukazatel času"
             },
-            "amenity/college": {
-                "name": "College",
-                "terms": "Vysoká škola,univerzita,akademie"
-            },
             "amenity/courthouse": {
                 "name": "Soud",
                 "terms": "soud,soudní budova,soudní dvůr"
             "amenity/hospital": {
                 "name": "Prostor nemocnice"
             },
-            "amenity/kindergarten": {
-                "name": "Dětské Hriště"
-            },
             "amenity/library": {
                 "name": "Knihovna",
                 "terms": "knihovna"
                 "name": "Radnice",
                 "terms": "radnice,místní správa,obecní správa,obecní úřad"
             },
-            "amenity/university": {
-                "name": "Vysoká škola",
-                "terms": "vysoká škola,univerzita,universita,vyšší odborná škola,VOŠ,college"
-            },
             "amenity/vending_machine": {
                 "name": "Prodejní automat",
                 "terms": "automat,prodejní automat"
                 "name": "Plavecký bazén",
                 "terms": "plovárna,koupaliště"
             },
-            "leisure/track": {
-                "name": "Závodní dráha",
-                "terms": "závodní dráha, závodiště, dráha, ovál, stadion, areál"
-            },
             "line": {
                 "name": "Cesta",
                 "terms": "čára,cesta,trať,kanál,trasa"
                 "name": "Vodárenská věž",
                 "terms": "vodojem,věž s vodojemem,věž,vodárenská věž"
             },
-            "man_made/water_well": {
-                "name": "Studna",
-                "terms": "studna,studánka,čerpadlo,vodní zdroj,pramen"
-            },
             "man_made/water_works": {
                 "name": "Vodárna",
                 "terms": "vodárna,úpravna vody"
                 "name": "Cykloprodejna",
                 "terms": "obchod s koly,kola,horská kola,jízdní kola,cyklistika,cykloprodejna"
             },
-            "shop/books": {
-                "name": "Knihkupectví",
-                "terms": "Knihovnictví"
-            },
             "shop/boutique": {
                 "name": "Módní butik",
                 "terms": "oblečení,šaty,oděv,oděvy,butik,móda,módní"
                 "name": "Počítače",
                 "terms": "obchod s výpočetní technikou,počítače,elektro,elektronika,výpočetní technika"
             },
-            "shop/confectionery": {
-                "name": "Cukrovinky",
-                "terms": "cukrárna,cukrovinky,cukrářství,cukrářské zboží,sladkosti,cukroví"
-            },
             "shop/convenience": {
                 "name": "Smíšené zboží",
                 "terms": "smíšené zboží,krám,obchod,potraviny,večerka"
                 "name": "Obchod pro kutily",
                 "terms": "obchod pro kutily,stavební materiál,stavebniny,staviva,potřeby pro kutily,zahradní potřeby,železářství,kutil"
             },
-            "shop/dry_cleaning": {
-                "name": "Čistírna",
-                "terms": "čistírna,chemické čištění,čištění oděvů za sucha"
-            },
             "shop/electronics": {
                 "name": "Elektro",
                 "terms": "Elektronika"
                 "name": "Klenotnictví",
                 "terms": "zlatnictví,šperky,klenotník,klenoty,klenotnictví,bižutérie,náramky,náušnice,prsteny"
             },
-            "shop/kiosk": {
-                "name": "Stánek",
-                "terms": "stánek,noviny,kiosek,občerstvení,tabák"
-            },
             "shop/laundry": {
                 "name": "Prádelna",
                 "terms": "prádelna,čistírna,prádlo"
                 "name": "Obchod s hudbou",
                 "terms": "hudební obchod,obchod s hudbou,cd,lp"
             },
-            "shop/newsagent": {
-                "name": "Trafika",
-                "terms": "prodavač novin,trafikant,trafika,noviny,časopisy,tabák"
-            },
             "shop/optician": {
                 "name": "Optika",
                 "terms": "optik,optika,brýle,zrak,kontaktní čočky,čočky"
             },
-            "shop/outdoor": {
-                "name": "Vybavení do přírody",
-                "terms": "obchod s vybavením pro pobyt v přírodě,stany,spacáky,outdoor"
-            },
             "shop/pet": {
                 "name": "Chovatelské potřeby",
                 "terms": "obchod pro domácí zvířata,obchod pro domácí mazlíčky,zverimex"
index e07eacfdd0f4cb579e938a2de3b123fec8b18234..0d8c4a97106c8ccee45302e445ee32c947e20430 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Slet",
-            "description": "Fjern dette fra kortet.",
+            "description": "Slet objekt permanent.",
             "annotation": {
                 "point": "Slettede et punkt.",
                 "vertex": "Slettede et punkt på en vej.",
         "zoom": "Zoom hen til GPX spor",
         "browse": "Browse efter en .gpx fil"
     },
+    "mapillary": {
+        "tooltip": "Gadeniveau billeder fra Mapillary",
+        "title": "Fotolag (Mapillary)",
+        "view_on_mapillary": "Vis dette billede på Mapillary"
+    },
     "help": {
         "title": "Hjælp",
         "help": "# Hjælp\n\nDette er et redigeringsværktøj for [OpenStreetMap](http://www.openstreetmap.org/), det\nåbne og redigeringsbare verdenskort. Du kan bruge dette værktøj til at opdatere\ngeodata i dit lokalområde. Derved skaber du et bedre verdenskort med open source og frie geodata\ntil gavn for alle.\n\nDine ændringer på kortet vil blive synligt for alle og enhver der benytter\nOpenStreetMap. For at lave redigeringer skal du oprette\n[en gratis OpenStreetMap konto](https://www.openstreetmap.org/user/new).\n\nDette [iD redigeringsværktøj](http://ideditor.com/) er et kollaborativ projekt og [kildekoden\ner tilgængelig på GitHub](https://github.com/systemed/iD). \n",
         },
         "areas": {
             "title": "Områder",
-            "add": "Områder er en mere detaljeret måde at repræsentere objekter på. De yder information om objektets afgrænsning. Områder kan bruges for de fleste objekttyper punkter kan bruges til og foretrækkes ofte.**Klik på område knappen for at tilføje et nyt område.**",
+            "add": "Områder bruges til at vise omkredsen af objekter som fx søer, bygninger og beboelsesområder. De kan også bruges til mere detaljeret kortlægning af objekter som du normalt kortlægger som punkter. *'Klik på Område knappen for at tilføje et nyt område.**",
             "corner": "Områder indtegnes ved at placere punkter der markerer områdets afgrænsning. **Placerer startpunktet på et af legepladsens hjørner.**",
             "place": "Tegn området ved at placere flere punkter. Afslut området ved at klikke på det først indtegnede punkt.**Tegn legepladsens område.**",
             "search": "**Søg efter  '{name}'.**",
             "covered": {
                 "label": "Overdækket"
             },
+            "craft": {
+                "label": "Type"
+            },
             "crop": {
                 "label": "Afgrøde"
             },
                 "options": {
                     "pillar": "Brandhane/Overjordisk",
                     "underground": "Underjordisk",
-                    "wall": "Mur"
+                    "wall": "Mur",
+                    "pond": "Dam"
                 }
             },
             "fixme": {
                 "placeholder": "40, 50, 60..."
             },
             "mtb/scale": {
-                "placeholder": "0, 1, 2, 3..."
+                "label": "Mountain bike vanskelighedsniveau",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Fast grus/ pakket jord, ingen forhindringer, brede kurver",
+                    "1": "1: Noget løst overflade, små forhindringer, brede kurver",
+                    "2": "2: Meget løs overflade, store forhindringer, nemme hårnåle sving",
+                    "3": "3: Glat overflade, store forhindringer, stramme hårnåle sving",
+                    "4": "4: løs overflade eller kampesten, farlige hårnåle sving",
+                    "5": "5: Maksimal sværhedsgrad, kampestensområder, jordskred",
+                    "6": "6: Ikke farbar område undtagen for de allerbedste mountainbikere"
+                }
             },
             "mtb/scale/imba": {
+                "label": "IMBA spor vanskelighedsniveau",
+                "placeholder": "Nemt, Medium, Svært",
                 "options": {
                     "0": "Nemmeste (hvid cirkel)",
                     "1": "Let (grøn cirkel)",
                 }
             },
             "mtb/scale/uphill": {
-                "placeholder": "0, 1, 2, 3..."
+                "label": "Mountainbike op ad bakke Sværhedsgrad",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Gennemsnitlig hældning <10%, grus / hård jord, ingen forhindringer",
+                    "1": "1: Gennemsnitlig hældning <15%, grus / hård jord, nogle små genstande",
+                    "2": "2: Gennemsnitlig hældning <20%, stabil overflade, klipperstykker/trærødder",
+                    "3": "3: Gennemsnitlig hældning <25%, variabel overflade, klippestykker/træstykker",
+                    "4": "4: Gennemsnitlig  hældning <30%, dårlige forhold, store sten /træstykker",
+                    "5": "5: Meget stejlt, cykel er generelt nødvendigt blive skubbet eller bæres"
+                }
             },
             "name": {
                 "label": "Navn",
                 "label": "Type",
                 "options": {
                     "surface": "Overflade",
+                    "multi-storey": "Multiniveau",
                     "underground": "Underjordisk",
                     "sheds": "Skur",
                     "carports": "Carporte",
-                    "garage_boxes": "Garagebokse"
+                    "garage_boxes": "Garagebokse",
+                    "lane": "Vejsidespor"
                 }
             },
             "phone": {
             },
             "piste/difficulty": {
                 "label": "Vanskelighedsniveau",
+                "placeholder": "Let, Mellemsvært, Avanceret...",
                 "options": {
                     "novice": "Nybegynder (instruktioner)",
                     "easy": "Nemt (grøn cirkel)",
-                    "freeride": "Freeride (off-piste)"
+                    "intermediate": "Mellemsvært (blå firkant)",
+                    "advanced": "Avanceret (sort diamant)",
+                    "expert": "Ekspert (dobbelt sort diamant)",
+                    "freeride": "Freeride (off-piste)",
+                    "extreme": "Ekstremt (klatreudstyr påkrævet)"
                 }
             },
             "piste/grooming": {
                 "options": {
                     "downhill": "Styrtløb",
                     "nordic": "Nordisk",
+                    "skitour": "Skirute",
                     "sled": "Slæde",
                     "hike": "Skivandretur",
                     "sleigh": "Kælk",
+                    "ice_skate": "Skøjter",
+                    "snow_park": "Snepark",
                     "playground": "Legeplads"
                 }
             },
             },
             "smoking": {
                 "label": "Rygning",
+                "placeholder": "Nej, Separeret, Ja...",
                 "options": {
+                    "no": "Rygning forbudt overalt",
+                    "separated": "I rygeområder, ikke fysisk isolerede",
+                    "isolated": "I rygeområder, fysisk isolerede",
                     "outside": "Tilladt udenfor",
-                    "yes": "Tilladt alle steder"
+                    "yes": "Tilladt alle steder",
+                    "dedicated": "Dedikeret til rygere (fx rygeres klub)"
                 }
             },
             "smoothness": {
+                "label": "Glathed",
+                "placeholder": "Tynd hjul, Hjul, Off-Road...",
                 "options": {
-                    "very_horrible": "Specialiseret off-road: traktor, ATV"
+                    "excellent": "Tynde hjul: rulleskøjter, skateboard",
+                    "good": "Tynde hjul: racercykel",
+                    "intermediate": "Hjul: citybike, kørestol, scooter",
+                    "bad": "Robuste hjul:  mountainbikecykel, bil, rickshaw",
+                    "very_bad": "Høj frihøjde: lettere terrængående køretøj",
+                    "horrible": "Off-Road: terrængående køretøj",
+                    "very_horrible": "Specialiseret off-road: traktor, ATV",
+                    "impassible": "Ufremkommelige / Ingen køretøjer på hjem"
                 }
             },
             "social_facility_for": {
             "sport_ice": {
                 "label": "Sport"
             },
+            "sport_racing": {
+                "label": "Sport"
+            },
             "structure": {
                 "label": "Struktur",
                 "placeholder": "Ukendt",
                 "label": "Tårn type"
             },
             "tracktype": {
-                "label": "Sportype"
+                "label": "Sportype",
+                "placeholder": "Solid, for det meste solid, blød",
+                "options": {
+                    "grade1": "Solid: hårdt vejbelagt eller stærkt komprimeret overflade",
+                    "grade2": "Overvejende solid: grus / småsten med nogle bløde materiale blandet i",
+                    "grade3": "En blanding af hårde og bløde materialer",
+                    "grade4": "Overvejende blødt: jord / sand / græs med nogle hårde materialer blandet i",
+                    "grade5": "Blødt: jord/sand/græs"
+                }
             },
             "trail_visibility": {
-                "label": "Spor synlighed"
+                "label": "Spor synlighed",
+                "placeholder": "Udmærket, God, Dårlig...",
+                "options": {
+                    "excellent": "Udmærket: entydig sti eller markører overalt",
+                    "good": "Godt: markører synlige, undertiden kræves at lave lidt søgning",
+                    "intermediate": "Mellemsværhedsgrad: få markører, sti for det meste synlig",
+                    "bad": "Dårlig: ​​ingen markører, sti til tider usynlig /sporløse",
+                    "horrible": "Horrible: ofte sporløse, kræves nogle orientering færdigheder",
+                    "no": "Nej: sporløse, kræves glimrende orientering færdigheder"
+                }
             },
             "tree_type": {
                 "label": "Type"
                 "name": "Bådudlejning",
                 "terms": "Bådudlejning, lystbådudlejning"
             },
+            "amenity/bureau_de_change": {
+                "name": "Valutaveksling",
+                "terms": "Valutaveksling"
+            },
             "amenity/bus_station": {
                 "name": "Busstation",
                 "terms": "Busstation, Rutebilsstation"
                 "terms": "Opladerstation, elbilopladerstation"
             },
             "amenity/childcare": {
-                "name": "Børnepasning",
-                "terms": "Børnehave, Børnepasning, Vuggestue, Dagpleje, Fritidshjem"
+                "name": "Dagpleje/Vuggestue",
+                "terms": "Dagpleje/Vuggestue"
             },
             "amenity/cinema": {
                 "name": "Biograf",
                 "terms": "Ur"
             },
             "amenity/college": {
-                "name": "Gymnasie",
-                "terms": "Gymnasie, Handelsgymnasie"
+                "name": "Universitetsområder",
+                "terms": "Universitetsområder"
             },
             "amenity/compressed_air": {
                 "name": "Luftpumpe",
                 "terms": "Hospitalsområde"
             },
             "amenity/kindergarten": {
-                "name": "Børnehaveområde",
-                "terms": "Børnehaveområde"
+                "name": "Børnehavegrund",
+                "terms": "Børnehavegrund"
             },
             "amenity/library": {
                 "name": "Bibliotek",
                 "terms": "Fødevarebank, folkekøkken"
             },
             "amenity/social_facility/group_home": {
-                "name": "Gruppehjem",
-                "terms": "Gruppehjem"
+                "name": "Plejehjem",
+                "terms": "Plejehjem, Alderdomshjem"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Hjemmeløsskur",
                 "terms": "Rådhus, Kommunerådhus"
             },
             "amenity/university": {
-                "name": "Universitet",
-                "terms": "Universitet"
+                "name": "Universitetsområde",
+                "terms": "Universitetsområde"
             },
             "amenity/vending_machine": {
                 "name": "Automat",
                 "name": "Kirke",
                 "terms": "Kirke"
             },
+            "building/college": {
+                "name": "Universitetsbygning",
+                "terms": "Universitetsbygning"
+            },
             "building/commercial": {
                 "name": "Indkøbscenter",
                 "terms": "Indkøbscenter, Storcenter"
                 "name": "Industribygning",
                 "terms": "Industribygning"
             },
+            "building/kindergarten": {
+                "name": "Børnehavebygning",
+                "terms": "Børnehavebygning"
+            },
             "building/public": {
                 "name": "Offentlig bygning",
                 "terms": "Offentlig bygning"
                 "name": "Lager",
                 "terms": "Lager, Lagerhotel, Varelager"
             },
+            "craft": {
+                "name": "Håndværk",
+                "terms": "Håndværk"
+            },
             "craft/basket_maker": {
                 "name": "Kurvemager",
                 "terms": "Kurvemager"
                 "name": "Vinduebygger",
                 "terms": "Vinduebygger"
             },
+            "craft/winery": {
+                "name": "Vingård",
+                "terms": "Vingård"
+            },
             "embankment": {
                 "name": "Forhøjning til tog, vej",
                 "terms": "Forhøjning"
                 "name": "Link til primær vej",
                 "terms": "Link til primær vej"
             },
+            "highway/raceway": {
+                "name": "Racerbane",
+                "terms": "Racerbane, Motorsportsbane"
+            },
             "highway/residential": {
                 "name": "Villavej",
                 "terms": "Villavej"
                 "name": "Legeplads",
                 "terms": "Legeplads, Naturlegeplads, Børnelegeplads"
             },
+            "leisure/running_track": {
+                "name": "Løberute",
+                "terms": "Løberute, Løbespor, Motionsløberute"
+            },
             "leisure/slipway": {
                 "name": "Bådrampe",
                 "terms": "Bådrampe, Skibsrampe"
                 "terms": "Svømmebassin, Swimming Pool, Pool"
             },
             "leisure/track": {
-                "name": "Racerbane",
-                "terms": "Racerbane"
+                "name": "Racebane (ej motorspor)",
+                "terms": "Racebane (ej motorspor)"
             },
             "line": {
                 "name": "Linje",
                 "terms": "Vandtårn"
             },
             "man_made/water_well": {
-                "name": "Brønd",
-                "terms": "Brønd, Vandbrønd"
+                "name": "Vandbrønd",
+                "terms": "Vandbrønd"
             },
             "man_made/water_works": {
                 "name": "Vandforsyning",
                 "name": "Vinforhandler",
                 "terms": "Vinforhandler, Vinbutik, Vinforretning"
             },
+            "shop/anime": {
+                "name": "Animebutik",
+                "terms": "Animebutik, Animeforretning"
+            },
+            "shop/antiques": {
+                "name": "Antikvitetsforretning",
+                "terms": "Antikvitetsforretning, Antikvitetsbutik"
+            },
             "shop/art": {
-                "name": "Kunstbutik",
-                "terms": "Kunstbutik, Kunstforretning"
+                "name": "Kunstgalleri",
+                "terms": "Kunstgalleri"
+            },
+            "shop/baby_goods": {
+                "name": "Babyudstyrsbutik",
+                "terms": "Babyudstyrsbutik, Babyudstyrsforretning"
+            },
+            "shop/bag": {
+                "name": "Taske/Kuffertbutik",
+                "terms": "Taske/Kuffertbutik"
             },
             "shop/bakery": {
                 "name": "Bager",
                 "terms": "Bager, Bageri"
             },
+            "shop/bathroom_furnishing": {
+                "name": "Badeværelseindretningsbutik",
+                "terms": "Badeværelseindretningsbutik"
+            },
             "shop/beauty": {
                 "name": "Parfumebutik",
                 "terms": "Parfumebutik, Skønhedbutik"
             },
+            "shop/bed": {
+                "name": "Sengetøj / Madras forhandler",
+                "terms": "Sengetøj / Madras forhandler"
+            },
             "shop/beverages": {
                 "name": "Vinforhandler",
                 "terms": "Vinforretning"
                 "name": "Slagter",
                 "terms": "Slagter, Slagterbutik, Slagterforretning"
             },
+            "shop/candles": {
+                "name": "Stearinlysforhandler",
+                "terms": "Stearinlysforhandler, Stearinlysbutik"
+            },
             "shop/car": {
                 "name": "Bilforhandler",
                 "terms": "Bilforhandler"
                 "name": "Autoværksted",
                 "terms": "Autoværksted, Bilværksted"
             },
+            "shop/carpet": {
+                "name": "Tæppeforhandler",
+                "terms": "Tæppeforhandler, Tæppeforretning"
+            },
+            "shop/cheese": {
+                "name": "Ostehandler",
+                "terms": "Ostehandler, Ostebutik, Osteforretning"
+            },
             "shop/chemist": {
                 "name": "Kemiforhandler",
                 "terms": "Kemiforhandler"
             },
+            "shop/chocolate": {
+                "name": "Chokoladeforretning",
+                "terms": "Chokoladeforretning, Chokoladebutik"
+            },
             "shop/clothes": {
                 "name": "Tøjbutik",
                 "terms": "Tøjbutik, Herretøjsbutik, Dametøjsbutik, Børnetøjsbutik"
             },
             "shop/confectionery": {
                 "name": "Slikbutik",
-                "terms": "Slikbutik, Chokoladeforretning, Chokoladebutik, Slikforretning"
+                "terms": "Slikbutik, Slikforretning"
             },
             "shop/convenience": {
                 "name": "Minimarked",
                 "terms": "Minimarked, Minikøbmand"
             },
+            "shop/copyshop": {
+                "name": "Fotokopishop",
+                "terms": "Fotokopishop"
+            },
+            "shop/cosmetics": {
+                "name": "Kosmetikbutik",
+                "terms": "Kosmetikbutik, Kosmetikforretning"
+            },
+            "shop/craft": {
+                "name": "Kunst- og håndværksbutik",
+                "terms": "Kunst- og håndværksbutik"
+            },
+            "shop/curtain": {
+                "name": "Gardinbutik",
+                "terms": "Gardinbutik, Gardinforretning"
+            },
+            "shop/dairy": {
+                "name": "Ismejeri",
+                "terms": "Ismejeri, Mejeri"
+            },
             "shop/deli": {
                 "name": "Deli",
                 "terms": "Deli"
                 "terms": "Gør-det-selv butik"
             },
             "shop/dry_cleaning": {
-                "name": "Tøjrenseri",
-                "terms": "Tøjrenseri, Renseri"
+                "name": "Renseri",
+                "terms": "Renseri"
             },
             "shop/electronics": {
                 "name": "Elektronikbutik",
                 "terms": "Elektronikbutik"
             },
+            "shop/erotic": {
+                "name": "Erotikbutik",
+                "terms": "Erotikbutik, Sexlegetøjsbutik, Erotiklegetøjsforretning"
+            },
+            "shop/fabric": {
+                "name": "Fabriksudsalg",
+                "terms": "Fabriksudsalg"
+            },
             "shop/farm": {
                 "name": "Produktionstand",
                 "terms": "Produktionstand"
             },
+            "shop/fashion": {
+                "name": "Modebutik",
+                "terms": "Modebutik"
+            },
             "shop/fishmonger": {
                 "name": "Fiskeforretning",
                 "terms": "Fiskeforretning, Fiskebutik"
                 "name": "Blomsterbutik",
                 "terms": "Blomsterbutik, Blomsterforretning"
             },
+            "shop/frame": {
+                "name": "Rammebutik",
+                "terms": "Rammebutik"
+            },
             "shop/funeral_directors": {
                 "name": "Bedemandsforretning",
                 "terms": "Bedemandsforretning, Begravelsesbutik"
             },
+            "shop/furnace": {
+                "name": "Ovnbutik",
+                "terms": "Ovnbutik, Ovnforreting, Komfurhandler, Komfurbutik"
+            },
             "shop/furniture": {
                 "name": "Møbelforhandler",
                 "terms": "Møbelbutik, Møbelhandler"
                 "name": "Værktøjsbutik",
                 "terms": "Værktøjsbutik"
             },
+            "shop/hearing_aids": {
+                "name": "Høreapparatbutik",
+                "terms": "Høreapparatbutik"
+            },
+            "shop/herbalist": {
+                "name": "Homopat",
+                "terms": "Homopat"
+            },
             "shop/hifi": {
                 "name": "Radioforhandler",
                 "terms": "Værktøjsbutik"
             },
+            "shop/interior_decoration": {
+                "name": "Indendørsudsmykningsbutik",
+                "terms": "Indendørsudsmykningsbutik"
+            },
             "shop/jewelry": {
                 "name": "Juvelér",
                 "terms": "Juvelér, Smykkeforretning"
             },
             "shop/kiosk": {
-                "name": "Kiosk",
-                "terms": "Kiosk"
+                "name": "Aviskiosk",
+                "terms": "Aviskiosk"
+            },
+            "shop/kitchen": {
+                "name": "Køkkenudstyrsbutik",
+                "terms": "Køkkenudstyrsbutik"
             },
             "shop/laundry": {
                 "name": "Vaskeri",
                 "terms": "Vaskeri, Møntvaskeri"
             },
+            "shop/leather": {
+                "name": "Læderbutik",
+                "terms": "Læderbutik, Skinbutik"
+            },
             "shop/locksmith": {
                 "name": "Låsesmed",
                 "terms": "Låsesmed"
                 "name": "Indkøbscenter",
                 "terms": "Indkøbscenter"
             },
+            "shop/massage": {
+                "name": "Massagebutik",
+                "terms": "Massagebutik"
+            },
+            "shop/medical_supply": {
+                "name": "Håndkøbsmedicinforhandler",
+                "terms": "Håndkøbsmedicinforhandler"
+            },
             "shop/mobile_phone": {
                 "name": "Mobiltelefonforhandler",
                 "terms": "Mobiltelefonforhandler"
             },
+            "shop/money_lender": {
+                "name": "Pengeudlåner",
+                "terms": "Pengeudlåner"
+            },
             "shop/motorcycle": {
                 "name": "Motorcykelforhandler",
                 "terms": "Motorcykelforhandler"
                 "name": "Musikbutik",
                 "terms": "Musikbutik, Musikforretning"
             },
+            "shop/musical_instrument": {
+                "name": "Musikinstrumentbutik",
+                "terms": "Musikinstrumentbutik, Musikinstrumentforretning"
+            },
             "shop/newsagent": {
-                "name": "Bladforhandler",
-                "terms": "Bladforhandler"
+                "name": "Avis/Bladforhandler",
+                "terms": "Avis/Bladforhandler"
             },
             "shop/optician": {
                 "name": "Optiker",
                 "terms": "Optiker, Optikerforretning"
             },
+            "shop/organic": {
+                "name": "Økologiskbutik",
+                "terms": "Økologiskbutik"
+            },
             "shop/outdoor": {
-                "name": "Friluftudstyrsbutik",
-                "terms": "Friluftudstyrsbutik"
+                "name": "Friluftsudstyrsbutik",
+                "terms": "Friluftsudstyrsbutik, Friluftsudstyrsforretning"
+            },
+            "shop/paint": {
+                "name": "Malerforretning",
+                "terms": "Malerforretning, Malerbutik"
+            },
+            "shop/pawnbroker": {
+                "name": "Panteudlåner",
+                "terms": "Panteudlåner"
             },
             "shop/pet": {
                 "name": "Kæledyrsbutik",
                 "name": "Fotoforretning",
                 "terms": "<Oversæt med synonymer eller relaterede termer for \"Fotoforretning\", adskilt af kommaer>"
             },
+            "shop/pyrotechnics": {
+                "name": "Fyrværkeributik",
+                "terms": "Fyrværkeributik, Fyrværkeriforretning"
+            },
+            "shop/radiotechnics": {
+                "name": "Radio/Elektronikbutik",
+                "terms": "Radio/Elektronikbutik"
+            },
+            "shop/religion": {
+                "name": "Religøs",
+                "terms": "Religøsbutik"
+            },
+            "shop/scuba_diving": {
+                "name": "Dykkerudstyrsbutik",
+                "terms": "Dykkerudstyrsbutik"
+            },
             "shop/seafood": {
                 "name": "Fiskehandler",
                 "terms": "Fiskehandler, Fiskebutik"
             },
+            "shop/second_hand": {
+                "name": "Genbrugsbutik",
+                "terms": "Velgørenhedsbutik, Velgørenhedsforretning, Genbrugsbutik"
+            },
             "shop/shoes": {
                 "name": "Skobutik",
                 "terms": "Skobutik, Skoforretning"
                 "name": "Skrædder",
                 "terms": "Skrædder"
             },
+            "shop/tattoo": {
+                "name": "Tatovør",
+                "terms": "Tatovør, Tatovørforretning"
+            },
+            "shop/tea": {
+                "name": "Tebutik",
+                "terms": "Tebutik, Teforhandler"
+            },
+            "shop/ticket": {
+                "name": "Billetsælger",
+                "terms": "Billetsælger, Billetbutik"
+            },
+            "shop/tobacco": {
+                "name": "Tobaksforretning",
+                "terms": "Tobaksforretning, Cigarforhandler"
+            },
             "shop/toys": {
                 "name": "Legetøjsbutik",
                 "terms": "Legetøjsforretning, Legetøjsbutik"
                 "name": "Lukket butik (ingen salg pt)",
                 "terms": "Lukket butik (ingen salg pt)"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Støvsugerforhandler",
+                "terms": "Støvsugerforhandler"
+            },
             "shop/variety_store": {
                 "name": "Spøg og skæmtbutik ",
                 "terms": "Spøg og skæmtbutik "
                 "name": "Videobutik",
                 "terms": "Videobutik, Videoforretning, Videoudlejning"
             },
+            "shop/video_games": {
+                "name": "Videospilbutik",
+                "terms": "Videospilbutik, Videospilforretning"
+            },
+            "shop/water_sports": {
+                "name": "Svømmesport/Svømmeudstyr butik",
+                "terms": "Svømmesport/Svømmeudstyr butik"
+            },
+            "shop/weapons": {
+                "name": "Våbenbutik",
+                "terms": "Våbenbutik, Våbenforretning"
+            },
+            "shop/window_blind": {
+                "name": "Persienneforhandler",
+                "terms": "Persienneforhandler, Persienneforretning"
+            },
             "shop/wine": {
                 "name": "Vinforretning",
                 "terms": "Vinforretning, Vinbutik"
index a7cee9b3a520ae870db089b569391aebdb58ef49..db8c44728fb755ceaf69e8586d7ee34fd82cf83d 100644 (file)
@@ -8,7 +8,7 @@
         "add_line": {
             "title": "Linie",
             "description": "Füge Autobahnen, Straßen, Fußwege, Kanäle oder andere Linien zur Karte hinzu.",
-            "tail": "Klicke in die Karte, um das Zeichnen einer Straße, eines Pfades oder einer Route zu starten."
+            "tail": "Klicke auf die Karte, um das Zeichnen einer Straße, eines Pfades oder eines Weges zu starten."
         },
         "add_point": {
             "title": "Punkt",
@@ -17,7 +17,7 @@
         },
         "browse": {
             "title": "Durchsuchen",
-            "description": "Verschieben und Vergrößern/Verkleinern des Kartenausschnitts."
+            "description": "Verschiebe und zoome die Karte."
         },
         "draw_area": {
             "tail": "Klicke, um Punkte zur Fläche hinzuzufügen. Klicke auf den ersten Punkt, um die Fläche abzuschließen."
@@ -71,8 +71,8 @@
                 "line": "Eine Fläche abgerundet",
                 "area": "Eine Fläche kreisförmig gemacht"
             },
-            "not_closed": "Dieses Objekt kann nicht kreisförmig gemacht werden, da es keine geschlossene Linie ist.",
-            "too_large": "Die Elemente können nicht kreisförmig gemacht werden, weil zu wenig sichtbar ist."
+            "not_closed": "Dieses Objekt kann nicht kreisförmig gemacht werden, da es keine Schleife ist.",
+            "too_large": "Dieses Objekt kann nicht kreisförmig gemacht werden, weil zu wenig sichtbar ist."
         },
         "orthogonalize": {
             "title": "Rechteck",
@@ -86,7 +86,7 @@
                 "area": "Die Ecken einer Fläche rechtwinklig ausgerichtet."
             },
             "not_squarish": "Dieses Objekt kann nicht rechtwinklig gemacht werden, da es nicht annähernd rechtwinklig ist.",
-            "too_large": "Die Elemente können nicht quadratisch gemacht werden, weil zu wenig sichtbar ist."
+            "too_large": "Dieses Objekt kann nicht quadratisch gemacht werden, weil zu wenig sichtbar ist."
         },
         "straighten": {
             "title": "Begradigen",
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Löschen",
-            "description": "Lösche dies aus der Karte.",
+            "description": "Objekt löschen.",
             "annotation": {
                 "point": "Punkt gelöscht.",
                 "vertex": "Punkt aus einem Weg gelöscht.",
                 "multiple": "Mehrere Objekte verschoben."
             },
             "incomplete_relation": "Dieses Objekt kann nicht verschoben werden, da es nicht vollständig heruntergeladen wurde.",
-            "too_large": "Das Objekt kann nicht bewegt werden, weil nicht genug davon sichtbar ist."
+            "too_large": "Dieses Objekt kann nicht bewegt werden, weil nicht genug davon sichtbar ist."
         },
         "rotate": {
             "title": "Drehen",
         "zoom": "Zur GPX-Spur zoomen",
         "browse": "Eine GPX-Datei laden"
     },
+    "mapillary": {
+        "tooltip": "Fotos auf Straßenhöhe von Mapillary",
+        "title": "Fotoeinblendung (Mapillary)",
+        "view_on_mapillary": "Dieses Bild auf Mapillary ansehen"
+    },
     "help": {
         "title": "Hilfe",
         "help": "#Hilfe\n\nDies ist ein Editor für [OpenStreetMap](http://www.openstreetmap.org/), der freien und editierbaren Weltkarte. Du kannst ihn verwenden, um Daten in deiner Umgebung hinzuzufügen oder zu verändern und so diese Karte mit freien Quellen und freien Daten für jeden verbessern.\n\nVeränderungen werden für alle Nutzer von OpenStreetMap sichtbar. Um Veränderungen vornehmen zu können, musst du ein [kostenloses OpenStreetMap-Profil](https://www.openstreetmap.org/user/new) anlegen.\n\nDer [iD-Editor](http://ideditor.com/) ist ein Gemeinschaftsprojekt dessen [Quellcode\nauf GitHub verfügbar ist](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Flächen",
-            "add": "Flächen sind eine Möglichkeit, Objekte detailliert wiederzugeben. Diese bieten Information über die Grenzen des Objektes. Flächen können fast immer da verwendet werden, wo auch Knoten Verwendung finden, werden aber oft bevorzugt. **Benutze den Flächen-Knopf, um ein neues Gebiet hinzuzufügen.**",
+            "add": "Flächen werden benutzt um Grenzen von Objekten wie Seen, Gebäuden oder Wohngebieten zu erfassen. Sie können auch benutzt werden um viele Objekte die normalerweise als Punkte erfasst werden detaillierter zu erfassen. **Klicke auf den Knopf Fläche um eine neue Fläche hinzuzufügen.**",
             "corner": "Flächen werden gezeichnet, indem man Punkte platziert, die den Umriss der Fläche repräsentieren. **Setze den Startpunkt auf eine Ecke des Spielplatzes.**",
             "place": "Zeichne eine Fläche, indem du mehr Punkte hinzufügst. Beende die Fläche, indem du auf den Startpunkt klickst. **Zeichne eine Fläche für den Spielplatz.**",
             "search": "**Suche nach '{name}'.**",
-            "choose": "**Wähle \"Spielplatz\" aus der Liste aus.**",
+            "choose": "**Wähle Spielplatz aus der Liste aus.**",
             "describe": "**Füge einen Namen hinzu und schließe den Objekteditor.**"
         },
         "lines": {
             "title": "Linien",
-            "add": "Linien werden verwendet um Sachen wie Straßen, Bahngleise und Flüsse zu erzeugen. **Klicke auf den Linien-Knopf um eine neue Linie zu zeichnen.**",
+            "add": "Linien werden verwendet um Objekte wie Straßen, Bahngleise und Flüsse zu erzeugen. **Klicke auf den Linien-Knopf um eine neue Linie zu zeichnen.**",
             "start": "**Beginne die Linie, indem du auf das Ende der Straße klickst.**",
             "intersect": "Klicke, um mehr Punkte zu einer Linie hinzuzufügen. Du kannst während des Zeichnens die Karte verschieben. Straßen und andere Wege sind Teil eines großen Netzwerkes und müssen ordnungsgemäß miteinander verbunden sein, um sie für Routenführung nutzen zu können. **Klicke auf die \"Flower Street\", um eine Kreuzung zu erzeugen und beide Linien zu verbinden.**",
             "finish": "Linien können vollendet werden, indem man den letzten Punkt erneut anklickt **Beende das Zeichnen der Straße.**",
-            "road": "**Wähle \"Straße\" aus der Liste aus.**",
+            "road": "**Wähle Straße aus der Liste aus.**",
             "residential": "Es gibt verschiedene Straßenarten, die häufigste ist die Wohngebietsstraße. **Wähle die Wohngebietsstraße.**",
             "describe": "**Benenne die Straße und schließe den Objekteditor.**",
             "restart": "Die Straße muss die Flower Street schneiden.",
             "covered": {
                 "label": "Überdacht / Verdeckt"
             },
+            "craft": {
+                "label": "Typ"
+            },
             "crop": {
                 "label": "Ernte"
             },
                 "label": "Korrigiere mich"
             },
             "fuel": {
-                "label": "Treibstogg"
+                "label": "Brennstoff"
             },
             "fuel/biodiesel": {
                 "label": "Verkauft Biodiesel"
             "sport_ice": {
                 "label": "Sport"
             },
+            "sport_racing": {
+                "label": "Sport"
+            },
             "structure": {
                 "label": "Struktur",
                 "placeholder": "Unbekannt",
                 "name": "Bootvermietung",
                 "terms": "Bootsverleih"
             },
+            "amenity/bureau_de_change": {
+                "name": "Wechselstube",
+                "terms": "Wechselstube, Geldwechselgeschäft, Währungsumtauschgeschäft, Bargeldumtauschgeschäft"
+            },
             "amenity/bus_station": {
                 "name": "Busbahnhof",
                 "terms": "Omnibusbahnhof, ZOB"
                 "terms": "Ladestation"
             },
             "amenity/childcare": {
-                "name": "Kindertagesbetreuung",
-                "terms": "Hort"
+                "name": "Kindertagesstätte/Kinderbetreuung",
+                "terms": "Kindergarten,Kinderkrippe,"
             },
             "amenity/cinema": {
                 "name": "Kino",
                 "terms": "Uhr, Turmuhr, Kirchenuhr"
             },
             "amenity/college": {
-                "name": "Hochschule",
-                "terms": "Hochschule, Kolleg"
+                "name": "Hochschulgelände",
+                "terms": "Schulgelände,Collegegeglände"
             },
             "amenity/compressed_air": {
                 "name": "Druckluft",
                 "terms": "Krankenhaus, Klinik, Klinikgelände, Hospital"
             },
             "amenity/kindergarten": {
-                "name": "Kindergarten",
-                "terms": "Kindergarten, Spielplatz, Sandkasten"
+                "name": "Vorschul-/Kindergartengelände",
+                "terms": "Kindergartengeläde,Kinderkrippengelände"
             },
             "amenity/library": {
                 "name": "Bibliothek",
                 "terms": "Essensausgabe, Sozialmarkt"
             },
             "amenity/social_facility/group_home": {
-                "name": "Wohngemeinschaft",
-                "terms": "Wohngemeinschaft, Gemeinschaftswohnen"
+                "name": "Seniorenresidenz",
+                "terms": "Seniorenresidenz,betreutes Seniorenwohnen"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Obdachlosenheim",
                 "terms": "Gemeindezentrum,Stadtverwaltung,Landratsamt,Rathaus,Verwaltungszentrum"
             },
             "amenity/university": {
-                "name": "Universität",
-                "terms": "Universität, Hochschule"
+                "name": "Universitätsgelände",
+                "terms": "Universitätsgelände,Universitätscampus"
             },
             "amenity/vending_machine": {
                 "name": "Automat",
                 "name": "Kirche",
                 "terms": "Kirche"
             },
+            "building/college": {
+                "name": "Hochschulgebäude",
+                "terms": "Schulgebäude"
+            },
             "building/commercial": {
                 "name": "Geschäftshaus",
                 "terms": "Gewerbehaus,gewerblich genutztes Gebäude,"
                 "name": "Industriegebäude",
                 "terms": "Industriegebäude"
             },
+            "building/kindergarten": {
+                "name": "Vorschul-/Kindergartengebäude",
+                "terms": "Kindergartengebäude,Kinderkrippengebäude"
+            },
             "building/public": {
                 "name": "Öffentliches Gebäude",
                 "terms": "Öffentliches Gebäude"
                 "name": "Lagerhalle",
                 "terms": "Lagerhaus, Lagergebäude"
             },
+            "craft": {
+                "name": "Handwerk",
+                "terms": "Kunsthandwerk"
+            },
             "craft/basket_maker": {
                 "name": "Korbflechter",
                 "terms": "Korbflecher, Korbmacher, Korbhersteller"
                 "name": "Fensterbauer",
                 "terms": "Fensterbauer, Fensterhersteller, Fenstererzeuger"
             },
+            "craft/winery": {
+                "name": "Weingut",
+                "terms": "Weingut,Weinkellerei"
+            },
             "embankment": {
                 "name": "Fahrdamm",
                 "terms": "Damm"
                 "name": "Bundesstraßenanschluss",
                 "terms": "Bundesstraßenanschluss, Bundesstraßenauffahrt, Bundesstraßenabfahrt, Auffahrt, Abfahrt"
             },
+            "highway/raceway": {
+                "name": "Autorennstrecke",
+                "terms": "Autorennstrecke"
+            },
             "highway/residential": {
                 "name": "Wohngebietsstraße",
                 "terms": "Siedlungsstraße"
                 "name": "Spielplatz",
                 "terms": "Kinderspielplatz,Klettergerüst"
             },
+            "leisure/running_track": {
+                "name": "Laufbahn",
+                "terms": "Laufbahn.Fahrstraße"
+            },
             "leisure/slipway": {
                 "name": "Slipanlage",
                 "terms": "Gleitbahn, Rampe"
                 "terms": "Schwimmbecken"
             },
             "leisure/track": {
-                "name": "Rennstrecke",
-                "terms": "Rennstrecke"
+                "name": "Rennbahn (nicht-Motorsport)",
+                "terms": "Rennbahn (Nicht Motorsport),Rennstrecke (Nicht Motorsport)"
             },
             "line": {
                 "name": "Linie",
                 "terms": "Wasserturm"
             },
             "man_made/water_well": {
-                "name": "Brunnen",
-                "terms": "Tiefbrunnen, Brunnen"
+                "name": "Wasserbrunnen",
+                "terms": "Wasserbrunnen,Brunnen"
             },
             "man_made/water_works": {
                 "name": "Wasserwerk",
                 "name": "Spirituosenladen",
                 "terms": "Alkohol"
             },
+            "shop/anime": {
+                "name": "Zeichentrickladen",
+                "terms": "Zeichentrickladen,Zeichentrickgeschäft"
+            },
+            "shop/antiques": {
+                "name": "Antiquitätenladen",
+                "terms": "Antiquitätengeschäft"
+            },
             "shop/art": {
                 "name": "Kunsthandlung",
-                "terms": "Kunsthandlung, Kunstladen"
+                "terms": "Kunstgalerie"
+            },
+            "shop/baby_goods": {
+                "name": "Babysachengeschäft",
+                "terms": "Babysachengeschäft,Babybekleidungsgeschäft,Babygeschäft"
+            },
+            "shop/bag": {
+                "name": "Taschen/Koffer-Geschäft",
+                "terms": "Taschen/Koffer-Geschäft,Reisegepäckgeschäft"
             },
             "shop/bakery": {
                 "name": "Bäckerei",
                 "terms": "Bäckerei"
             },
+            "shop/bathroom_furnishing": {
+                "name": "Badeinrichtungsgeschäft",
+                "terms": "Badezimmereinrichtungsgeschäft,Badeinrichtungsgeschäft"
+            },
             "shop/beauty": {
                 "name": "Kosmetikladen",
                 "terms": "Schönheits-Salon, Nagelstudio"
             },
+            "shop/bed": {
+                "name": "Betten/Matratzengeschäft",
+                "terms": "Matratzengeschäft,Schlafzimmerbedarf,Bettengeschäft,Schlafzimmereinrichtungsgeschäft"
+            },
             "shop/beverages": {
                 "name": "Getränkeladen",
                 "terms": "Getränkehandlung"
                 "terms": "Buchmacher"
             },
             "shop/books": {
-                "name": "Buchhandlung",
-                "terms": "Buchhandlung, Buchladen"
+                "name": "Buchladen",
+                "terms": "Buchhandlung"
             },
             "shop/boutique": {
                 "name": "Boutique",
                 "name": "Fleischer",
                 "terms": "Fleischer, Schlachter"
             },
+            "shop/candles": {
+                "name": "Kerzengeschäft",
+                "terms": "Kerzenhandlung"
+            },
             "shop/car": {
                 "name": "Autohändler",
                 "terms": "Autohändler"
                 "name": "Autowerkstatt",
                 "terms": "Autowerkstatt, Kfz-Werkstatt, Autoreparatur"
             },
+            "shop/carpet": {
+                "name": "Teppichgeschäft",
+                "terms": "Teppichhändler"
+            },
+            "shop/cheese": {
+                "name": "Käseladen",
+                "terms": "Käseladen"
+            },
             "shop/chemist": {
                 "name": "Drogerie",
                 "terms": "Drogerie"
             },
+            "shop/chocolate": {
+                "name": "Schokoladeladen",
+                "terms": "Schokoladeladen,Schokoladegeschäft"
+            },
             "shop/clothes": {
                 "name": "Bekleidungsgeschäft",
                 "terms": "Bekleidungs-Geschäft, Klamottenladen"
                 "terms": "Computergeschäft"
             },
             "shop/confectionery": {
-                "name": "Süßwarenladen",
-                "terms": "Süßigkeiten-Laden,Bonbonkocherei"
+                "name": "Süßigkeitengeschäft",
+                "terms": "Süßigkeitenladen,Süßigkeitengeschäft"
             },
             "shop/convenience": {
                 "name": "Gemischtwarenhandel",
                 "terms": "Gemischtwarenladen, Kaufgeschäft"
             },
+            "shop/copyshop": {
+                "name": "Kopierladen",
+                "terms": "Kopieranstalt,Copy-Shop"
+            },
+            "shop/cosmetics": {
+                "name": "Drogerie",
+                "terms": "Drogerie,Kosmetikladen"
+            },
+            "shop/craft": {
+                "name": "Kunsthandwerkgeschäft",
+                "terms": "Kunsthandwerkgeschäft"
+            },
+            "shop/curtain": {
+                "name": "Vorhanggeschäft",
+                "terms": "Gardinenladen,Vorhanggeschäft"
+            },
+            "shop/dairy": {
+                "name": "Milchgeschäft",
+                "terms": "Milchladen,Milchproduktegeschäft"
+            },
             "shop/deli": {
                 "name": "Feinkostladen",
                 "terms": "Feinkost-Geschäft, Delikatessen-Laden"
             },
             "shop/dry_cleaning": {
                 "name": "Chemische Reinigung",
-                "terms": "Chemische Reinigung"
+                "terms": "Reinigung,Putzerei"
             },
             "shop/electronics": {
                 "name": "Elektronikfachgeschäft",
                 "terms": "Elektro-Geschäft, Elektronik-Geschäft"
             },
+            "shop/erotic": {
+                "name": "Erotikgeschäft",
+                "terms": "Erotikladen"
+            },
+            "shop/fabric": {
+                "name": "Boutique",
+                "terms": "Boutique,Bekleidungsgeschäft"
+            },
             "shop/farm": {
                 "name": "Obst- und Gemüsestand",
                 "terms": "Hofladen"
             },
+            "shop/fashion": {
+                "name": "Modegeschäft",
+                "terms": "Modegeschäft,Boutique"
+            },
             "shop/fishmonger": {
                 "name": "Fischhändler",
                 "terms": "Fischgeschäft, Fischhandlung, Fischladen"
                 "name": "Blumenhändler",
                 "terms": "Florist, Blumenladen, Blumengeschäft"
             },
+            "shop/frame": {
+                "name": "Bilderrahmengeschäft",
+                "terms": "Bilderrahmengeschäft"
+            },
             "shop/funeral_directors": {
                 "name": "Beerdigungsinstitut",
                 "terms": "Beerdigungsinstitut, Bestattungsinstitut, Bestattungsunternehmen"
             },
+            "shop/furnace": {
+                "name": "Heizungsinstallateur",
+                "terms": "Heizungstechniker,Zentralheizungstechnikladen"
+            },
             "shop/furniture": {
                 "name": "Möbelhaus",
                 "terms": "Möbelladen, Möbelgeschäft, Einrichtungsgeschäft"
                 "name": "Eisenwarenhandel",
                 "terms": "Baustoffmarkt, Baustoff-Handlung"
             },
+            "shop/hearing_aids": {
+                "name": "Hörgerätegeschäft",
+                "terms": "Hörgerätegeschäft,Hörhilfengeschäft"
+            },
+            "shop/herbalist": {
+                "name": "Kräuterladen",
+                "terms": "Naturheilkundigearzt,Kräuterarzt"
+            },
             "shop/hifi": {
                 "name": "Hifi-Laden",
                 "terms": "Hifi Geschäft"
             },
+            "shop/interior_decoration": {
+                "name": "Innenausstattungsgeschäft",
+                "terms": "Inneneinrichter,Inneneinrichtungsgeschäft,Innenausstatter,Innendekorateur,Innenraumgestalter"
+            },
             "shop/jewelry": {
                 "name": "Juwelier",
                 "terms": "Juwelier, Schmuckgeschäft"
             },
             "shop/kiosk": {
-                "name": "Kiosk",
-                "terms": "Kiosk, Bude"
+                "name": "Zeitungskiosk",
+                "terms": "Zeitschriftenkiosk,Zeitungskiosk"
+            },
+            "shop/kitchen": {
+                "name": "Kücheneinrichtungsgeschäft",
+                "terms": "Kücheneinrichter,Kücheneinrichtungsgeschäft"
             },
             "shop/laundry": {
                 "name": "Wäscherei",
                 "terms": "Wäscherei"
             },
+            "shop/leather": {
+                "name": "Lederbekleidungsgeschäft",
+                "terms": "Lederwarengeschäft"
+            },
             "shop/locksmith": {
                 "name": "Schlosser",
                 "terms": "Schlosser, Schlüsseldienst"
                 "name": "Einkaufzentrum",
                 "terms": "Einkaufszentrum, Mall"
             },
+            "shop/massage": {
+                "name": "Massagesalon",
+                "terms": "Massagesalon,Masseur"
+            },
+            "shop/medical_supply": {
+                "name": "Medizinbedarfgeschäft",
+                "terms": "Drogerie,Medizinbedarf"
+            },
             "shop/mobile_phone": {
                 "name": "Mobiltelefonladen",
                 "terms": "Handygeschäft"
             },
+            "shop/money_lender": {
+                "name": "Geldverleiher",
+                "terms": "Geldleiher,Pfandleiher"
+            },
             "shop/motorcycle": {
                 "name": "Motorradhändler",
                 "terms": "Motorrad-Handlung, Motorradladen"
                 "name": "Musikgeschäft",
                 "terms": "Musikladen, Musikgeschäft"
             },
+            "shop/musical_instrument": {
+                "name": "Musikinstrumentegeschäft",
+                "terms": "Musikinstrumentengeschäft,Instrumentenladen"
+            },
             "shop/newsagent": {
-                "name": "Zeitschriftenladen",
-                "terms": "Zeitungsladen"
+                "name": "Zeitungs/Magazin-Geschäft",
+                "terms": "Zeitungs/Zeitschriftenladen"
             },
             "shop/optician": {
                 "name": "Optiker",
                 "terms": "Optiker"
             },
+            "shop/organic": {
+                "name": "Bioladen",
+                "terms": "Bioladen,Biolebensmittelhändler"
+            },
             "shop/outdoor": {
-                "name": "Outdoor-Geschäft",
-                "terms": "Outdoor-Laden"
+                "name": "Outdoorgeschäft",
+                "terms": "Outdoorgeschäft,Sportbekleidungsgeschäft"
+            },
+            "shop/paint": {
+                "name": "Farbengeschäft",
+                "terms": "Farbengeschäft,Malerbedarf,Anstreicherbedarf"
+            },
+            "shop/pawnbroker": {
+                "name": "Pfandleiher",
+                "terms": "Leihhaus,Pfandleihhaus"
             },
             "shop/pet": {
                 "name": "Tierhandlung",
                 "name": "Fotofachgeschäft",
                 "terms": "Fotoladen, Fotograf, Fotogeschäft"
             },
+            "shop/pyrotechnics": {
+                "name": "Feuerwerksgeschäft",
+                "terms": "Feuerwerksartikelladen,Feuerwerkskörpergeschäft"
+            },
+            "shop/radiotechnics": {
+                "name": "Radio/Elektronik-Geschäft",
+                "terms": "Elektronikladen,Radio/Elektro-Laden"
+            },
+            "shop/religion": {
+                "name": "Relegionsgeschäft",
+                "terms": "Religionsbedarfsladen,Klosterladen,Kirchenladen"
+            },
+            "shop/scuba_diving": {
+                "name": "Tauchwarengeschäft",
+                "terms": "Tauchladen,Sporttauchladen"
+            },
             "shop/seafood": {
                 "name": "Fischgeschäft",
                 "terms": "Fischgeschäft, Meeresfrüchtegeschäft"
             },
+            "shop/second_hand": {
+                "name": "Spediteur",
+                "terms": "Spediteur,Speditionsgeschäft"
+            },
             "shop/shoes": {
                 "name": "Schuhgeschäft",
                 "terms": "Schuhgeschäft"
                 "name": "Schneider",
                 "terms": "Schneider, Herrenschneider"
             },
+            "shop/tattoo": {
+                "name": "Tätowierungsladen",
+                "terms": "Tätowierungsladen,Peckerlstube"
+            },
+            "shop/tea": {
+                "name": "Teegeschäft",
+                "terms": "Teegeschäft,Teeladen"
+            },
+            "shop/ticket": {
+                "name": "Eintrittskartenverkäufer",
+                "terms": "Ticketoffice,Kartenbüro,Eintrittskartengeschäft"
+            },
+            "shop/tobacco": {
+                "name": "Trafik",
+                "terms": "Traffik,Tabakwarengeschäft"
+            },
             "shop/toys": {
                 "name": "Spielwarengeschäft",
                 "terms": "Spielwarengeschäft, Spielzeughandlung, Spielzeugladen, Spielzeuggeschäft"
                 "name": "Freistehendes Geschäft",
                 "terms": "leer stehendes Geschäft"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Staubsaugergeschäft",
+                "terms": "Staubsaugergeschäft,Staubsaugerladen"
+            },
             "shop/variety_store": {
                 "name": "Gemischtwarenhandel",
                 "terms": "Gemischtwarenladen, Kaufgeschäft"
                 "name": "Videothek",
                 "terms": "Video-Geschäft, DVD-Geschäft"
             },
+            "shop/video_games": {
+                "name": "Videospielgeschäft",
+                "terms": "Videospielladen,Videospielgeschäft"
+            },
+            "shop/water_sports": {
+                "name": "Wassersportgeschäft",
+                "terms": "Wassersportladen,Schwimmbedarf"
+            },
+            "shop/weapons": {
+                "name": "Waffengeschäft",
+                "terms": "Waffengeschäft,Waffenhändler"
+            },
+            "shop/window_blind": {
+                "name": "Fensterladengeschäft",
+                "terms": "Fensterladengeschäft,Rolladengeschäft"
+            },
             "shop/wine": {
                 "name": "Vinothek",
                 "terms": "Weinladen, Weinhandlung, Weinhaus, Enothek"
index 125bb5c18f499c4b889e8182473d50ee381ca6b2..db5213b59b068e8988c95f50506b0ef31468b686 100644 (file)
@@ -38,6 +38,7 @@
             }
         },
         "continue": {
+            "key": "A",
             "title": "Συνέχεια",
             "description": "Συνεχίστε αυτή τη γραμμή.",
             "annotation": {
@@ -69,6 +70,7 @@
         },
         "orthogonalize": {
             "title": "Τετράγωνο",
+            "key": "S",
             "annotation": {
                 "line": "Τετραγωνισμός των γωνιών μιας γραμμής.",
                 "area": "Τετραγωνίστηκαν οι γωνίες μιας περιοχής"
@@ -82,7 +84,6 @@
         },
         "delete": {
             "title": "Διαγραφή",
-            "description": "Αφαιρέστε αυτό από το χάρτη.",
             "annotation": {
                 "point": "Διαγραφή ενός σημείου.",
                 "vertex": "Διαγράφηκε ένας κόμβος από μια διαδρομή.",
             "category-building": {
                 "name": "Κτίριο"
             },
+            "category-golf": {
+                "name": "Γκόλφ"
+            },
             "category-landuse": {
                 "name": "Χρήση Γης"
             },
             "category-rail": {
                 "name": "Σιδηροδρομική Γραμμή"
             },
+            "category-restriction": {
+                "name": "Περιορισμός"
+            },
             "category-road": {
                 "name": "Δρόμος"
             },
             "category-route": {
                 "name": "Διαδρομή"
+            },
+            "category-water-area": {
+                "name": "Νερό"
+            },
+            "category-water-line": {
+                "name": "Νερό"
             }
         },
         "fields": {
                     }
                 }
             },
+            "access_simple": {
+                "label": "Πρόσβαση",
+                "placeholder": "ναι"
+            },
+            "access_toilets": {
+                "label": "Πρόσβαση"
+            },
             "address": {
                 "label": "Διεύθυνση",
                 "placeholders": {
+                    "housename": "Όνομα Σπιτιού",
+                    "housenumber": "123",
                     "street": "Οδός",
-                    "city": "Πόλη"
+                    "city": "Πόλη",
+                    "postcode": "Ταχ. Κώδικας",
+                    "place": "Τόπος",
+                    "hamlet": "Οικισμός",
+                    "suburb": "Προάστιο",
+                    "state": "Πολιτεία",
+                    "country": "Χώρα"
                 }
             },
             "admin_level": {
                 "label": "Τύπος"
             },
             "aerialway/access": {
-                "label": "Πρόσβαση"
+                "label": "Πρόσβαση",
+                "options": {
+                    "exit": "Έξοδος"
+                }
             },
             "aerialway/capacity": {
                 "label": "Χωρητικότητα (ανά ώρα)",
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "Πρόσβαση (καλοκαίρι)"
+                "label": "Πρόσβαση (καλοκαίρι)",
+                "options": {
+                    "exit": "Έξοδος"
+                }
             },
             "aeroway": {
                 "label": "Είδος"
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Κατεύθυνση"
+                "label": "Κατεύθυνση",
+                "options": {
+                    "N": "Βοράς",
+                    "E": "Ανατολή",
+                    "S": "Νότος",
+                    "W": "Δύση",
+                    "NE": "Βορειοανατολικά",
+                    "SE": "Νοτιοανατολικά",
+                    "SW": "Νοτιοδυτικά",
+                    "NW": "Βορειοδυτικά",
+                    "NNE": "Βόρεια-βορειοανατολικά",
+                    "ENE": "Ανατολικά-βορειοανατολικά",
+                    "ESE": "Ανατολικά-νοτιοανατολικά",
+                    "SSE": "Νότια-νοτιοανατολικά",
+                    "SSW": "Νότια-νοτιοδυτικά",
+                    "WSW": "Δυτικά-νοτιοδυτικά",
+                    "WNW": "Δυτικά-βορειοδυτικά",
+                    "NNW": "Βόρεια-βορειοδυτικά"
+                }
             },
             "clock_direction": {
                 "label": "Κατεύθυνση",
             "description": {
                 "label": "Περιγραφή"
             },
+            "electrified": {
+                "options": {
+                    "yes": "Ναι (ακαθόριστο)",
+                    "no": "Όχι"
+                }
+            },
             "elevation": {
                 "label": "Υψόμετρο"
             },
             "entrance": {
                 "label": "Είδος"
             },
+            "except": {
+                "label": "Εξαιρέσεις"
+            },
             "fax": {
                 "label": "Fax",
                 "placeholder": "+31 42 123 4567"
                 "label": "Αμοιβή"
             },
             "fire_hydrant/type": {
-                "label": "Τύπος"
+                "label": "Τύπος",
+                "options": {
+                    "underground": "Υπόγεια",
+                    "wall": "Τοίχος",
+                    "pond": "Λιμνούλα"
+                }
             },
             "fixme": {
                 "label": "Διορθώστε με"
             },
+            "fuel": {
+                "label": "Καύσιμο"
+            },
             "generator/method": {
                 "label": "Μέθοδος"
             },
             "generator/type": {
                 "label": "Τύπος"
             },
+            "golf_hole": {
+                "label": "Αναφορά"
+            },
+            "handicap": {
+                "placeholder": "1-18"
+            },
             "highway": {
                 "label": "Είδος"
             },
             "incline": {
                 "label": "Κλήση"
             },
+            "information": {
+                "label": "Είδος"
+            },
             "internet_access": {
                 "label": "Πρόσβαση Στο Διαδίκτυο",
                 "options": {
+                    "yes": "Ναι",
+                    "no": "Όχι",
                     "wlan": "Ασύρματο Δίκτυο",
                     "wired": "Ενσύρματο δύκτυο",
                     "terminal": "Τερματικό"
                 }
             },
+            "lamp_type": {
+                "label": "Είδος"
+            },
             "landuse": {
                 "label": "Τύπος"
             },
             "leisure": {
                 "label": "Είδος"
             },
+            "length": {
+                "label": "Μήκος (Μέτρα)"
+            },
             "levels": {
                 "label": "Επίπεδα",
                 "placeholder": "2, 4, 6..."
                 "label": "Όριο Ταχύτητας",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "placeholder": "0, 1, 2, 3..."
+            },
+            "mtb/scale/uphill": {
+                "placeholder": "0, 1, 2, 3..."
+            },
             "name": {
                 "label": "Όνομα",
                 "placeholder": "Κοινό Όνομα (αν υπάρχει)"
                 "label": "Είδος"
             },
             "oneway": {
-                "label": "Μονόδρομος"
+                "label": "Μονόδρομος",
+                "options": {
+                    "yes": "Ναι",
+                    "no": "Όχι"
+                }
             },
             "oneway_yes": {
-                "label": "Μονόδρομος"
+                "label": "Μονόδρομος",
+                "options": {
+                    "yes": "Ναι",
+                    "no": "Όχι"
+                }
             },
             "opening_hours": {
                 "label": "Ωράριο"
             "operator": {
                 "label": "Διαχειριστής"
             },
+            "par": {
+                "placeholder": "3, 4, 5..."
+            },
             "park_ride": {
                 "label": "Σταθμός Μετεπιβίβασης"
             },
             "parking": {
-                "label": "Είδος"
+                "label": "Είδος",
+                "options": {
+                    "surface": "Επιφάνεια"
+                }
             },
             "phone": {
                 "label": "Τηλέφωνο",
             "place": {
                 "label": "Είδος"
             },
+            "population": {
+                "label": "Πληθυσμός"
+            },
             "power": {
                 "label": "Είδος"
             },
             "shop": {
                 "label": "Είδος"
             },
+            "smoking": {
+                "label": "Κάπνισμα",
+                "placeholder": "Όχι, Ξεχωριστά, Ναι...",
+                "options": {
+                    "outside": "Επιτρέπεται έξω",
+                    "yes": "Επιτρέπεται παντού"
+                }
+            },
             "source": {
                 "label": "Πηγή"
             },
             "sport": {
                 "label": "Άθλημα"
             },
+            "sport_ice": {
+                "label": "Άθλημα"
+            },
+            "sport_racing": {
+                "label": "Άθλημα"
+            },
             "structure": {
                 "label": "Διάρθρωση",
                 "placeholder": "Άγνωστο",
                     "bridge": "Γέφυρα",
                     "tunnel": "Σήραγγα",
                     "embankment": "Ανάχωμα",
-                    "cutting": "Ανασκαφή"
+                    "cutting": "Ανασκαφή",
+                    "ford": "Κοιτόστρωση"
                 }
             },
             "studio_type": {
             "tree_type": {
                 "label": "Τύπος"
             },
+            "trees": {
+                "label": "Δέντρα"
+            },
             "tunnel": {
                 "label": "Σήραγγα"
             },
+            "vending": {
+                "label": "Είδος αγαθών"
+            },
             "water": {
                 "label": "Είδος"
             },
             "wheelchair": {
                 "label": "Πρόσβαση Με Αναπηρικό Καροτσάκι"
             },
+            "width": {
+                "label": "Πλάτος (Μέτρα)"
+            },
             "wikipedia": {
                 "label": "Wikipedia"
             },
                 "name": "Ενοικίαση Ποδηλάτων",
                 "terms": "Ενοικίαση ποδηλάτων"
             },
+            "amenity/boat_rental": {
+                "name": "Ενοικίαση Σκαφών"
+            },
+            "amenity/bureau_de_change": {
+                "name": "Ανταλακτήριο Συναλάγματος"
+            },
+            "amenity/bus_station": {
+                "name": "Σταθμός Λεωφορείων"
+            },
             "amenity/cafe": {
                 "name": "Καφετέρια",
                 "terms": "Καφετέρια, Καφενείο"
                 "name": "Πλυντήριο Αυτοκινήτων",
                 "terms": "Πληντήριο αυτοκινήτων"
             },
-            "amenity/childcare": {
-                "name": "Φροντίδα Παιδιών",
-                "terms": "Φροντίδα παιδιών, Φύλαξη παιδιών, Παιδικός σταθμός"
+            "amenity/charging_station": {
+                "name": "Σταθμός Φόρτισης"
             },
             "amenity/cinema": {
                 "name": "Κινηματογράφος",
                 "terms": "Κινηματογράφος"
             },
+            "amenity/clinic": {
+                "name": "Κλινική"
+            },
             "amenity/clock": {
                 "name": "Ρολόι",
                 "terms": "ωρολόγιο"
             },
-            "amenity/college": {
-                "name": "Κολλέγιο",
-                "terms": "Κολέγιο"
+            "amenity/compressed_air": {
+                "name": "Πεπιεσμένος Αέρας"
             },
             "amenity/courthouse": {
                 "name": "Δικαστήριο",
                 "name": "Αγορά",
                 "terms": "Αγορά"
             },
+            "amenity/nightclub": {
+                "name": "Νυχτερινό Κέντρο"
+            },
+            "amenity/parking": {
+                "name": "Στάθμευση Αυτοκινήτων"
+            },
             "amenity/pharmacy": {
                 "name": "Φαρμακείο",
                 "terms": "Φαρμακείο"
                 "name": "Παμπ",
                 "terms": "Παμπ"
             },
+            "amenity/recycling": {
+                "name": "Ανακύκλωση"
+            },
             "amenity/restaurant": {
                 "name": "Εστιατόριο",
                 "terms": "Εστιατόριο"
             },
+            "amenity/shelter": {
+                "name": "Στέγαστρο"
+            },
+            "amenity/social_facility/homeless_shelter": {
+                "name": "Καταφύγιο Αστέγων"
+            },
             "amenity/swimming_pool": {
                 "name": "Πισίνα",
                 "terms": "Πισίνα, Δεξαμενή κολύμβησης"
                 "name": "Δημαρχείο",
                 "terms": "Δημαρχείο"
             },
-            "amenity/university": {
-                "name": "Πανεπιστήμιο",
-                "terms": "Πανεπιστήμιο"
-            },
             "amenity/vending_machine": {
                 "name": "Μηχάνημα Αυτόματης Πώλησης",
                 "terms": "αυτόματος πωλητής"
             },
+            "amenity/veterinary": {
+                "name": "Κτηνιατρείο"
+            },
             "amenity/waste_basket": {
                 "name": "Κάδος Απορριμάτων",
                 "terms": "Κάλαθος αχρήστων, Καλάθι σκουπιδιών"
             "building/apartments": {
                 "name": "Διαμερίσματα"
             },
+            "building/cathedral": {
+                "name": "Καθεδρικός"
+            },
+            "building/chapel": {
+                "name": "Παρεκλήσι"
+            },
+            "building/church": {
+                "name": "Εκκλησία"
+            },
             "building/commercial": {
                 "name": "Εμπορικό Κτίριο",
                 "terms": "Εμπορικό Κτήριο, Επαγγελματικό κτήριο"
             },
+            "building/construction": {
+                "name": "Κτήριο Υπό Κατασκευή"
+            },
+            "building/entrance": {
+                "name": "Είσοδος/Έξοδος"
+            },
             "building/garage": {
                 "name": "Εργαστήριο",
                 "terms": "Γκαράζ"
             },
+            "building/hospital": {
+                "name": "Κτήριο Νοσοκομείου"
+            },
+            "building/hotel": {
+                "name": "Κτήριο Ξενοδοχείου"
+            },
             "building/house": {
                 "name": "Σπίτι",
                 "terms": "Κατοικία, Σπίτι"
                 "name": "Βιομηχανικό Κτήριο",
                 "terms": "Βιομηχανικό κτήριο"
             },
+            "building/public": {
+                "name": "Δημόσιο κτήριο"
+            },
             "building/residential": {
                 "name": "Κτίριο Κατοικιών",
                 "terms": "Κτήριο κατοικιών, Αστικό κτήριο"
             },
+            "building/roof": {
+                "name": "Στέγη"
+            },
+            "building/school": {
+                "name": "Κτήριο Σχολείου"
+            },
+            "building/train_station": {
+                "name": "Σταθμός Τρένου"
+            },
+            "building/university": {
+                "name": "Κτήριο Πανεπιστημίου"
+            },
+            "building/warehouse": {
+                "name": "Αποθήκη"
+            },
+            "craft/basket_maker": {
+                "name": "Καλαθάς"
+            },
+            "craft/beekeeper": {
+                "name": "Μελισοκόμος"
+            },
+            "craft/blacksmith": {
+                "name": "Σιδηρουργός"
+            },
+            "craft/boatbuilder": {
+                "name": "Ναυπηγός"
+            },
             "craft/brewery": {
                 "name": "Ζυθοποιείο",
                 "terms": "ζυθοποιός, ζυθοποιία"
                 "name": "Ηλεκτρολόγος",
                 "terms": "ηλεκτροτεχνίτης"
             },
+            "craft/gardener": {
+                "name": "Κηπουρός"
+            },
+            "craft/locksmith": {
+                "name": "Κλειδαράς"
+            },
+            "craft/metal_construction": {
+                "name": "Μεταλικές Κατασκευές"
+            },
             "craft/optician": {
                 "name": "Οπτικός",
                 "terms": "οφθαλμίατρος,οφθαλμολόγος"
             },
+            "craft/photographer": {
+                "name": "Φωτογράφος"
+            },
+            "craft/photographic_laboratory": {
+                "name": "Φωτογραφικό Εργαστήριο"
+            },
+            "craft/plumber": {
+                "name": "Υδραυλικός"
+            },
             "craft/sawmill": {
                 "name": "Πριονιστήριο"
             },
+            "craft/sculpter": {
+                "name": "Γλυπτης"
+            },
             "craft/shoemaker": {
                 "name": "Τσαγκάρης",
                 "terms": "παπουτσής,υποδηματοποιός"
                 "name": "Ραφτική",
                 "terms": "ράφτης"
             },
+            "craft/watchmaker": {
+                "name": "Ωρολογοποιός"
+            },
+            "embankment": {
+                "name": "Ανάχωμα"
+            },
             "emergency/ambulance_station": {
                 "name": "Σταθμός Ασθενοφόρων",
                 "terms": "Σταθμός ασθενοφόρων"
                 "name": "Τηλέφωνο Ανάγκης",
                 "terms": "Τηλέφωνο επειγόντων, Τηλέφωνο ανάγκης"
             },
+            "entrance": {
+                "name": "Είσοδος/Έξοδος"
+            },
+            "footway/crossing": {
+                "name": "Διασταύρωση"
+            },
+            "ford": {
+                "name": "Κοιτόστρωση"
+            },
             "highway": {
                 "name": "Αυτοκινητόδρομος",
                 "terms": "Οδική αρτηρία, Αυτοκινητόδρομος"
                 "name": "Αυτοκινητόδρομος",
                 "terms": "Αυτοκινητόδρομος"
             },
+            "highway/motorway_junction": {
+                "name": "Διασταύρωση Αυτοκινητόδρομου / Έξοδος"
+            },
             "highway/motorway_link": {
                 "name": "Σύνδεση Αυτοκινητόδρομου",
                 "terms": "Σύνδεσμος Αυτοκινητόδρομου "
                 "name": "Γλύστρα",
                 "terms": "Γλίστρα"
             },
+            "leisure/sports_center": {
+                "name": "Αθλητικό Κέντρο / Γυμναστήριο"
+            },
             "leisure/stadium": {
                 "name": "Στάδιο",
                 "terms": "Στάδιο"
                 "name": "Πισίνα",
                 "terms": "Πισίνα, Δεξαμενή κολύμβησης"
             },
-            "leisure/track": {
-                "name": "Πίστα Αγώνων",
-                "terms": "Πίστα αγώνων, Αυτοκινητοδρόμιο"
-            },
             "line": {
                 "name": "Γραμμή",
                 "terms": "Γραμμή"
                 "name": "Κυματοθραύστης",
                 "terms": "Κυματοθραύστης"
             },
+            "man_made/embankment": {
+                "name": "Ανάχωμα"
+            },
             "man_made/lighthouse": {
                 "name": "Φάρος",
                 "terms": "Φάρος"
                 "name": "Δεξαμενή Νερού",
                 "terms": "Πύργος νερού, Δεξαμενή"
             },
-            "man_made/water_well": {
-                "name": "Πηγάδι Νερού",
-                "terms": "Πηγάδι νερού"
-            },
             "man_made/water_works": {
                 "name": "Υδραυλικά Έργα",
                 "terms": "Υδραυλικά έργα"
                 "name": "Κτηματομεσιτικό Γραφείο",
                 "terms": "μεσιτικό γραφείο, μεσίτης"
             },
+            "office/insurance": {
+                "name": "Ασφαλιστικό Γραφείο"
+            },
+            "office/lawyer": {
+                "name": "Δηκηγορικό Γραφείο"
+            },
             "office/newspaper": {
                 "name": "Εφημερίδα"
             },
+            "office/ngo": {
+                "name": "Γραφείο ΜΚΟ"
+            },
             "office/political_party": {
                 "name": "Πολιτικό Κόμμα"
             },
+            "office/therapist": {
+                "name": "Θεραπευτής"
+            },
+            "office/travel_agent": {
+                "name": "Ταξιδιωτικό Γραφείο"
+            },
             "place": {
                 "name": "Τόπος",
                 "terms": "Τόπος"
                 "name": "Τοποθεσία",
                 "terms": "Τοποθεσία, Τοπωνύμιο, Περιοχή"
             },
+            "place/neighbourhood": {
+                "name": "Γειτονιά"
+            },
             "place/town": {
                 "name": "Κωμόπολη",
                 "terms": "Κωμόπολη"
                 "name": "Μετασχηματιστής",
                 "terms": "Μετασχηματιστής"
             },
+            "public_transport/stop_position": {
+                "name": "Σημείο Στάσης"
+            },
             "railway": {
                 "name": "Σιδηροδρομικός Διάδρομος",
                 "terms": "Σιδηρόδρομος"
                 "name": "Κατάστημα Ποδηλάτων",
                 "terms": "Ποδηλατάδικο, Κατάστημα ποδηλάτων"
             },
-            "shop/books": {
-                "name": "Βιβλιοπωλείο",
-                "terms": "Βιβλιοπωλείο"
-            },
             "shop/boutique": {
                 "name": "Μπουτίκ",
                 "terms": "Μπουτίκ"
                 "name": "Κατάστημα Υπολογιστών",
                 "terms": "Κατάστημα υπολογιστών"
             },
-            "shop/confectionery": {
-                "name": "Ζαχαροπλαστείο",
-                "terms": "Ζαχαροπλαστείο"
-            },
             "shop/convenience": {
                 "name": "Παντοπωλείο",
                 "terms": "Ψιλικατζίδικο, Παντοπολείο"
                 "name": "Κατάστημα ιδιοκατασκευών",
                 "terms": "Φτιάξτο μόνος σου, Κατάστημα Ιδιοκατασκευών"
             },
-            "shop/dry_cleaning": {
-                "name": "Στεγνοκαθαριστήριο",
-                "terms": "Στεγνοκαθαριστήριο"
-            },
             "shop/electronics": {
                 "name": "Κατάστημα Ηλεκτρονικών",
                 "terms": "Κατάστημα ηλεκτρονικών"
                 "name": "Κοσμηματοπωλείο",
                 "terms": "Χρυσοχοείο, Κοσμηματοπώλης, Κοσμηματοπωλείο"
             },
-            "shop/kiosk": {
-                "name": "Περίπτερο",
-                "terms": "Περίπτερο, Κιόσκι"
-            },
             "shop/laundry": {
                 "name": "Καθαριστήριο",
                 "terms": "Πλυντήριο"
                 "name": "Κατάστημα Μουσικής",
                 "terms": "Κατάστημα μουσικής"
             },
-            "shop/newsagent": {
-                "name": "Πρακτορείο τύπου",
-                "terms": "Πρακτορείο εφημερίδων, Εφημεριδοπώλης"
-            },
             "shop/optician": {
                 "name": "Οπτικός",
                 "terms": "Οπτικός"
             },
-            "shop/outdoor": {
-                "name": "Κατάστημα Υπαίθριων",
-                "terms": "Κατάστημα υπαίθριων δραστηριοτήτων"
-            },
             "shop/pet": {
                 "name": "Κατάστημα Κατοικίδιων",
                 "terms": "Κατάστημα κατοικιδίων"
                 "name": "Φωτογραφείο",
                 "terms": "φωτογράφος"
             },
+            "shop/seafood": {
+                "name": "Κατάστημα Θαλασινών"
+            },
             "shop/shoes": {
                 "name": "Κατάστημα Υπόδησης",
                 "terms": "Κατάστημα υποδημάτων"
                 "name": "Supermarket",
                 "terms": "Σούπερ μάρκετ, Υπεραγορά"
             },
+            "shop/tailor": {
+                "name": "Ράφτης"
+            },
             "shop/toys": {
                 "name": "Κατάστημα Παιχνιδιών",
                 "terms": "Κατάστημα παιχνιδιών"
                 "name": "Περιορισμός",
                 "terms": "Περιορισμός"
             },
+            "type/restriction/no_left_turn": {
+                "name": "Όχι Αριστερή Στροφή"
+            },
+            "type/restriction/no_right_turn": {
+                "name": "Όχι Δεξιά Στροφή"
+            },
+            "type/restriction/no_straight_on": {
+                "name": "Όχι Ευθεία"
+            },
+            "type/restriction/no_u_turn": {
+                "name": "Όχι Αναστροφή"
+            },
+            "type/restriction/only_left_turn": {
+                "name": "Μόνο Αριστερή Στροφή"
+            },
+            "type/restriction/only_right_turn": {
+                "name": "Μόνο Δεξιά Στροφή"
+            },
+            "type/restriction/only_straight_on": {
+                "name": "Όχι Στροφές"
+            },
             "type/route": {
                 "name": "Δρομολόγιο",
                 "terms": "Δρομολόγιο, Διαδρομή"
index f4e8032becc418c40f1f28f33663ce260793c315..2ce8a4387aeb7d0aadc97deacf1373a9d7448a76 100644 (file)
         "browse": {
             "title": "Browse",
             "description": "Pan and zoom the map."
+        },
+        "draw_area": {
+            "tail": "Click to add nodes to your area. Click the first node to finish the area."
+        },
+        "draw_line": {
+            "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
         }
     },
     "operations": {
         "add": {
             "annotation": {
                 "point": "Added a point.",
-                "vertex": "Added a node to a way."
+                "vertex": "Added a node to a way.",
+                "relation": "Added a relation."
             }
         },
         "start": {
                 "area": "Started an area."
             }
         },
+        "continue": {
+            "key": "A",
+            "title": "Continue",
+            "description": "Continue this line.",
+            "not_eligible": "No line can be continued here.",
+            "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",
+            "annotation": {
+                "line": "Continued a line.",
+                "area": "Continued an area."
+            }
+        },
         "cancel_draw": {
             "annotation": "Cancelled drawing."
         },
+        "change_role": {
+            "annotation": "Changed the role of a relation member."
+        },
+        "change_tags": {
+            "annotation": "Changed tags."
+        },
         "circularize": {
-            "title": "Circularise"
+            "title": "Circularise",
+            "description": {
+                "line": "Make this line circular.",
+                "area": "Make this area circular."
+            },
+            "key": "O",
+            "annotation": {
+                "line": "Made a line circular.",
+                "area": "Made an area circular."
+            },
+            "not_closed": "This can't be made circular because it's not a loop.",
+            "too_large": "This can't be made circular because not enough of it is currently visible."
+        },
+        "orthogonalize": {
+            "title": "Square",
+            "description": {
+                "line": "Square the corners of this line.",
+                "area": "Square the corners of this area."
+            },
+            "key": "S",
+            "annotation": {
+                "line": "Squared the corners of a line.",
+                "area": "Squared the corners of an area."
+            },
+            "not_squarish": "This can't be made square because it is not squarish.",
+            "too_large": "This can't be made square because not enough of it is currently visible."
+        },
+        "straighten": {
+            "title": "Straighten",
+            "description": "Straighten this line.",
+            "key": "S",
+            "annotation": "Straightened a line.",
+            "too_bendy": "This can't be straightened because it bends too much."
+        },
+        "delete": {
+            "title": "Delete",
+            "description": "Delete object permanently.",
+            "annotation": {
+                "point": "Deleted a point.",
+                "vertex": "Deleted a node from a way.",
+                "line": "Deleted a line.",
+                "area": "Deleted an area.",
+                "relation": "Deleted a relation.",
+                "multiple": "Deleted {n} objects."
+            },
+            "incomplete_relation": "This feature can't be deleted because it hasn't been fully downloaded."
+        },
+        "add_member": {
+            "annotation": "Added a member to a relation."
+        },
+        "delete_member": {
+            "annotation": "Removed a member from a relation."
+        },
+        "connect": {
+            "annotation": {
+                "point": "Connected a way to a point.",
+                "vertex": "Connected a way to another.",
+                "line": "Connected a way to a line.",
+                "area": "Connected a way to an area."
+            }
+        },
+        "disconnect": {
+            "title": "Disconnect",
+            "description": "Disconnect these lines/areas from each other.",
+            "key": "D",
+            "annotation": "Disconnected lines/areas.",
+            "not_connected": "There aren't enough lines/areas here to disconnect."
+        },
+        "merge": {
+            "title": "Merge",
+            "description": "Merge these lines.",
+            "key": "C",
+            "annotation": "Merged {n} lines.",
+            "not_eligible": "These features can't be merged.",
+            "not_adjacent": "These lines can't be merged because they aren't connected.",
+            "restriction": "These lines can't be merged because at least one is a member of a \"{relation}\" relation.",
+            "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded."
+        },
+        "move": {
+            "title": "Move",
+            "description": "Move this to a different location.",
+            "key": "M",
+            "annotation": {
+                "point": "Moved a point.",
+                "vertex": "Moved a node in a way.",
+                "line": "Moved a line.",
+                "area": "Moved an area.",
+                "multiple": "Moved multiple objects."
+            },
+            "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded.",
+            "too_large": "This can't be moved because not enough of it is currently visible."
         },
         "rotate": {
-            "description": "Rotate this object around its centre point."
+            "title": "Rotate",
+            "description": "Rotate this object around its centre point.",
+            "key": "R",
+            "annotation": {
+                "line": "Rotated a line.",
+                "area": "Rotated an area."
+            },
+            "too_large": "This can't be rotated because not enough of it is currently visible."
+        },
+        "reverse": {
+            "title": "Reverse",
+            "description": "Make this line go in the opposite direction.",
+            "key": "V",
+            "annotation": "Reversed a line."
+        },
+        "split": {
+            "title": "Split",
+            "description": {
+                "line": "Split this line into two at this node.",
+                "area": "Split the boundary of this area into two.",
+                "multiple": "Split the lines/area boundaries at this node into two."
+            },
+            "key": "X",
+            "annotation": {
+                "line": "Split a line.",
+                "area": "Split an area boundary.",
+                "multiple": "Split {n} lines/area boundaries."
+            },
+            "not_eligible": "Lines can't be split at their beginning or end.",
+            "multiple_ways": "There are too many lines here to split."
+        },
+        "restriction": {
+            "help": {
+                "select": "Click to select a road segment.",
+                "toggle": "Click to toggle turn restrictions.",
+                "toggle_on": "Click to add a \"{restriction}\" restriction.",
+                "toggle_off": "Click to remove the \"{restriction}\" restriction."
+            },
+            "annotation": {
+                "create": "Added a turn restriction",
+                "delete": "Deleted a turn restriction"
+            }
         }
     },
+    "undo": {
+        "tooltip": "Undo: {action}",
+        "nothing": "Nothing to undo."
+    },
+    "redo": {
+        "tooltip": "Redo: {action}",
+        "nothing": "Nothing to redo."
+    },
+    "tooltip_keyhint": "Shortcut:",
+    "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
+    "translate": {
+        "translate": "Translate"
+    },
     "zoom_in_edit": "Zoom in to Edit",
     "inspector": {
         "none": "None"
             "shop/alcohol": {
                 "name": "Off license"
             },
-            "shop/confectionery": {
-                "name": "Confectionery Shop"
-            },
             "shop/farm": {
                 "name": "Farm Shop"
             },
index 97f269ba2cffe4bf0a85363fc79afe9d1ece5c18..7df4440a2b9e23643d5df69fe0f20891c0162a6e 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Delete",
-            "description": "Remove this from the map.",
+            "description": "Delete object permanently.",
             "annotation": {
                 "point": "Deleted a point.",
                 "vertex": "Deleted a node from a way.",
         "zoom": "Zoom to GPX track",
         "browse": "Browse for a .gpx file"
     },
+    "mapillary": {
+        "tooltip": "Street-level photos from Mapillary",
+        "title": "Photo Overlay (Mapillary)",
+        "view_on_mapillary": "View this image on Mapillary"
+    },
     "help": {
         "title": "Help",
         "help": "# Help\n\nThis is an editor for [OpenStreetMap](http://www.openstreetmap.org/), the\nfree and editable map of the world. You can use it to add and update\ndata in your area, making an open-source and open-data map of the world\nbetter for everyone.\n\nEdits that you make on this map will be visible to everyone who uses\nOpenStreetMap. In order to make an edit, you'll need a\n[free OpenStreetMap account](https://www.openstreetmap.org/user/new).\n\nThe [iD editor](http://ideditor.com/) is a collaborative project with [source\ncode available on GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Areas",
-            "add": "Areas are a more detailed way to represent features. They provide information on the boundaries of the feature. Areas can be used for most feature types points can be used for, and are often preferred. **Click the Area button to add a new area.**",
+            "add": "Areas are used to show the boundaries of features like lakes, buildings, and residential areas. They can be also be used for more detailed mapping of many features you might normally map as points. **Click the Area button to add a new area.**",
             "corner": "Areas are drawn by placing nodes that mark the boundary of the area. **Place the starting node on one of the corners of the playground.**",
             "place": "Draw the area by placing more nodes. Finish the area by clicking on the starting node. **Draw an area for the playground.**",
             "search": "**Search for '{name}'.**",
             "covered": {
                 "label": "Covered"
             },
+            "craft": {
+                "label": "Type"
+            },
             "crop": {
                 "label": "Crop"
             },
             "sport_ice": {
                 "label": "Sport"
             },
+            "sport_racing": {
+                "label": "Sport"
+            },
             "structure": {
                 "label": "Structure",
                 "placeholder": "Unknown",
             },
             "amenity/arts_centre": {
                 "name": "Arts Center",
-                "terms": "arts,arts centre"
+                "terms": ""
             },
             "amenity/atm": {
                 "name": "ATM",
-                "terms": ""
+                "terms": "money,cash,machine"
             },
             "amenity/bank": {
                 "name": "Bank",
-                "terms": "coffer,countinghouse,credit union,depository,exchequer,fund,hoard,investment firm,repository,reserve,reservoir,safe,savings,stock,stockpile,store,storehouse,thrift,treasury,trust company,vault"
+                "terms": "credit union,check,deposit,fund,investment,repository,reserve,safe,savings,stock,treasury,trust,vault"
             },
             "amenity/bar": {
                 "name": "Bar",
-                "terms": ""
+                "terms": "dive,beer,bier,booze"
             },
             "amenity/bbq": {
                 "name": "Barbecue/Grill",
-                "terms": "barbecue,bbq,grill"
+                "terms": "bbq"
             },
             "amenity/bench": {
                 "name": "Bench",
             },
             "amenity/bicycle_parking": {
                 "name": "Bicycle Parking",
-                "terms": ""
+                "terms": "bike"
             },
             "amenity/bicycle_rental": {
                 "name": "Bicycle Rental",
-                "terms": ""
+                "terms": "bike"
             },
             "amenity/boat_rental": {
                 "name": "Boat Rental",
                 "terms": ""
             },
+            "amenity/bureau_de_change": {
+                "name": "Currency Exchange",
+                "terms": "bureau de change,money changer"
+            },
             "amenity/bus_station": {
                 "name": "Bus Station",
                 "terms": ""
             },
             "amenity/cafe": {
                 "name": "Cafe",
-                "terms": "coffee,tea,coffee shop"
+                "terms": "coffee,tea"
             },
             "amenity/car_rental": {
                 "name": "Car Rental",
                 "terms": "EV,Electric Vehicle,Supercharger"
             },
             "amenity/childcare": {
-                "name": "Childcare",
-                "terms": "nursery,orphanage,playgroup"
+                "name": "Nursery/Childcare",
+                "terms": "daycare,orphanage,playgroup"
             },
             "amenity/cinema": {
                 "name": "Cinema",
-                "terms": "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen"
+                "terms": "drive-in,film,flick,movie,theater,picture,show,screen"
             },
             "amenity/clinic": {
                 "name": "Clinic",
-                "terms": "clinic,medical clinic"
+                "terms": "medical,urgentcare"
             },
             "amenity/clock": {
                 "name": "Clock",
                 "terms": ""
             },
             "amenity/college": {
-                "name": "College",
-                "terms": ""
+                "name": "College Grounds",
+                "terms": "university"
             },
             "amenity/compressed_air": {
                 "name": "Compressed Air",
             },
             "amenity/dentist": {
                 "name": "Dentist",
-                "terms": "dentist,dentist's office"
+                "terms": "tooth,teeth"
             },
             "amenity/doctor": {
                 "name": "Doctor",
-                "terms": "doctor,doctor's office"
+                "terms": "medic*"
             },
             "amenity/dojo": {
                 "name": "Dojo / Martial Arts Academy",
-                "terms": "martial arts,dojo,dojang"
+                "terms": "martial arts,dojang"
             },
             "amenity/drinking_water": {
                 "name": "Drinking Water",
-                "terms": "water fountain,potable water"
+                "terms": "fountain,potable"
             },
             "amenity/embassy": {
                 "name": "Embassy",
             },
             "amenity/fast_food": {
                 "name": "Fast Food",
-                "terms": ""
+                "terms": "restaurant"
             },
             "amenity/fire_station": {
                 "name": "Fire Station",
             },
             "amenity/hospital": {
                 "name": "Hospital Grounds",
-                "terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
+                "terms": "clinic,doctor,emergency room,health service,hospice,infirmary,institution,nursing home,sanatorium,sanitarium,sick,surgery,ward"
             },
             "amenity/kindergarten": {
-                "name": "Kindergarten Grounds",
-                "terms": "nursery,preschool"
+                "name": "Preschool/Kindergarten Grounds",
+                "terms": "kindergarden,pre-school"
             },
             "amenity/library": {
                 "name": "Library",
-                "terms": ""
+                "terms": "book"
             },
             "amenity/marketplace": {
                 "name": "Marketplace",
             },
             "amenity/pharmacy": {
                 "name": "Pharmacy",
-                "terms": ""
+                "terms": "drug,medicine"
             },
             "amenity/place_of_worship": {
                 "name": "Place of Worship",
             },
             "amenity/place_of_worship/christian": {
                 "name": "Church",
-                "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
+                "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
             },
             "amenity/place_of_worship/jewish": {
                 "name": "Synagogue",
-                "terms": "jewish,synagogue"
+                "terms": "jewish"
             },
             "amenity/place_of_worship/muslim": {
                 "name": "Mosque",
-                "terms": "muslim,mosque"
+                "terms": "muslim"
             },
             "amenity/police": {
                 "name": "Police",
-                "terms": "badge,bear,blue,bluecoat,bobby,boy scout,bull,constable,constabulary,cop,copper,corps,county mounty,detective,fed,flatfoot,force,fuzz,gendarme,gumshoe,heat,law,law enforcement,man,narc,officers,patrolman,police"
+                "terms": "badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"
             },
             "amenity/post_box": {
                 "name": "Mailbox",
-                "terms": "letter drop,letterbox,mail drop,mailbox,pillar box,postbox"
+                "terms": "letter,post"
             },
             "amenity/post_office": {
                 "name": "Post Office",
-                "terms": ""
+                "terms": "letter,mail"
             },
             "amenity/pub": {
                 "name": "Pub",
-                "terms": ""
+                "terms": "dive,beer,bier,booze"
             },
             "amenity/ranger_station": {
                 "name": "Ranger Station",
             },
             "amenity/recycling": {
                 "name": "Recycling",
-                "terms": ""
+                "terms": "can,bottle,garbage,scrap,trash"
             },
             "amenity/restaurant": {
                 "name": "Restaurant",
-                "terms": "bar,cafeteria,café,canteen,chophouse,coffee shop,diner,dining room,dive*,doughtnut shop,drive-in,eatery,eating house,eating place,fast-food place,fish and chips,greasy spoon,grill,hamburger stand,hashery,hideaway,hotdog stand,inn,joint*,luncheonette,lunchroom,night club,outlet*,pizzeria,saloon,soda fountain,watering hole"
+                "terms": "bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"
             },
             "amenity/school": {
                 "name": "School Grounds",
-                "terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university"
+                "terms": "academy,elementary school,middle school,high school"
             },
             "amenity/shelter": {
                 "name": "Shelter",
-                "terms": "lean-to"
+                "terms": "lean-to,gazebo,picnic"
             },
             "amenity/social_facility": {
                 "name": "Social Facility",
                 "terms": ""
             },
             "amenity/social_facility/group_home": {
-                "name": "Group Home",
-                "terms": "elderly,old,senior living"
+                "name": "Elderly Group Home",
+                "terms": "old,senior,living"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Homeless Shelter",
             },
             "amenity/studio": {
                 "name": "Studio",
-                "terms": "recording studio,studio,radio,radio studio,television,television studio"
+                "terms": "recording,radio,television"
             },
             "amenity/swimming_pool": {
                 "name": "Swimming Pool",
             },
             "amenity/townhall": {
                 "name": "Town Hall",
-                "terms": "village hall,city government,courthouse,municipal building,municipal center,municipal centre"
+                "terms": "village,city,government,courthouse,municipal"
             },
             "amenity/university": {
-                "name": "University",
+                "name": "University Grounds",
                 "terms": "college"
             },
             "amenity/vending_machine": {
                 "name": "Vending Machine",
-                "terms": ""
+                "terms": "snack,soda,ticket"
             },
             "amenity/veterinary": {
                 "name": "Veterinary",
             },
             "amenity/waste_basket": {
                 "name": "Waste Basket",
-                "terms": "rubbish bin,litter bin,trash can,garbage can"
+                "terms": "rubbish,litter,trash,garbage"
             },
             "area": {
                 "name": "Area",
                 "name": "Church",
                 "terms": ""
             },
+            "building/college": {
+                "name": "College Building",
+                "terms": "university"
+            },
             "building/commercial": {
                 "name": "Commercial Building",
                 "terms": ""
                 "name": "Industrial Building",
                 "terms": ""
             },
+            "building/kindergarten": {
+                "name": "Preschool/Kindergarten Building",
+                "terms": "kindergarden,pre-school"
+            },
             "building/public": {
                 "name": "Public Building",
                 "terms": ""
             },
             "building/school": {
                 "name": "School Building",
-                "terms": ""
+                "terms": "academy,elementary school,middle school,high school"
             },
             "building/shed": {
                 "name": "Shed",
             },
             "building/university": {
                 "name": "University Building",
-                "terms": ""
+                "terms": "college"
             },
             "building/warehouse": {
                 "name": "Warehouse",
                 "terms": ""
             },
+            "craft": {
+                "name": "Craft",
+                "terms": ""
+            },
             "craft/basket_maker": {
                 "name": "Basket Maker",
-                "terms": "basket,basketry,basket maker,basket weaver"
+                "terms": ""
             },
             "craft/beekeeper": {
                 "name": "Beekeeper",
-                "terms": "bees,beekeeper,bee box"
+                "terms": ""
             },
             "craft/blacksmith": {
                 "name": "Blacksmith",
-                "terms": "blacksmith"
+                "terms": ""
             },
             "craft/boatbuilder": {
                 "name": "Boat Builder",
-                "terms": "boat builder"
+                "terms": ""
             },
             "craft/bookbinder": {
                 "name": "Bookbinder",
-                "terms": "bookbinder,book repair"
+                "terms": "book repair"
             },
             "craft/brewery": {
                 "name": "Brewery",
-                "terms": "brewery"
+                "terms": "beer,bier"
             },
             "craft/carpenter": {
                 "name": "Carpenter",
-                "terms": "carpenter,woodworker"
+                "terms": "woodworker"
             },
             "craft/carpet_layer": {
                 "name": "Carpet Layer",
-                "terms": "carpet layer"
+                "terms": ""
             },
             "craft/caterer": {
                 "name": "Caterer",
-                "terms": "Caterer,Catering"
+                "terms": ""
             },
             "craft/clockmaker": {
                 "name": "Clockmaker",
-                "terms": "clock,clockmaker,clock repair"
+                "terms": ""
             },
             "craft/confectionary": {
                 "name": "Confectionary",
-                "terms": "confectionary,sweets,candy"
+                "terms": "sweets,candy"
             },
             "craft/dressmaker": {
                 "name": "Dressmaker",
-                "terms": "dress,dressmaker"
+                "terms": "seamstress"
             },
             "craft/electrician": {
                 "name": "Electrician",
-                "terms": "electrician"
+                "terms": "power,wire"
             },
             "craft/gardener": {
                 "name": "Gardener",
-                "terms": "gardener,landscaper,grounds keeper"
+                "terms": "landscaper,grounds keeper"
             },
             "craft/glaziery": {
                 "name": "Glaziery",
-                "terms": "glass,glass foundry,stained-glass,window"
+                "terms": "glass,stained-glass,window"
             },
             "craft/handicraft": {
                 "name": "Handicraft",
-                "terms": "handicraft"
+                "terms": ""
             },
             "craft/hvac": {
                 "name": "HVAC",
-                "terms": "heating,ventilating,air-conditioning,air conditioning"
+                "terms": "heat*,vent*,air conditioning"
             },
             "craft/insulator": {
                 "name": "Insulator",
-                "terms": "insulation,insulator"
+                "terms": ""
             },
             "craft/jeweler": {
                 "name": "Jeweler",
-                "terms": "jeweler,gem,diamond"
+                "terms": ""
             },
             "craft/key_cutter": {
                 "name": "Key Cutter",
-                "terms": "key,key cutter"
+                "terms": ""
             },
             "craft/locksmith": {
                 "name": "Locksmith",
-                "terms": "locksmith,lock"
+                "terms": ""
             },
             "craft/metal_construction": {
                 "name": "Metal Construction",
-                "terms": "metal construction"
+                "terms": ""
             },
             "craft/optician": {
                 "name": "Optician",
-                "terms": "glasses,optician"
+                "terms": ""
             },
             "craft/painter": {
                 "name": "Painter",
-                "terms": "painter"
+                "terms": ""
             },
             "craft/photographer": {
                 "name": "Photographer",
-                "terms": "photographer"
+                "terms": ""
             },
             "craft/photographic_laboratory": {
                 "name": "Photographic Laboratory",
-                "terms": "photographic laboratory,film developer"
+                "terms": "film"
             },
             "craft/plasterer": {
                 "name": "Plasterer",
-                "terms": "plasterer"
+                "terms": ""
             },
             "craft/plumber": {
                 "name": "Plumber",
-                "terms": "pumber"
+                "terms": "pipe"
             },
             "craft/pottery": {
                 "name": "Pottery",
-                "terms": "pottery,potter"
+                "terms": "ceramic"
             },
             "craft/rigger": {
                 "name": "Rigger",
-                "terms": "rigger"
+                "terms": ""
             },
             "craft/roofer": {
                 "name": "Roofer",
-                "terms": "roofer"
+                "terms": ""
             },
             "craft/saddler": {
                 "name": "Saddler",
-                "terms": "saddler"
+                "terms": ""
             },
             "craft/sailmaker": {
                 "name": "Sailmaker",
-                "terms": "sailmaker"
+                "terms": ""
             },
             "craft/sawmill": {
                 "name": "Sawmill",
-                "terms": "sawmill,lumber"
+                "terms": "lumber"
             },
             "craft/scaffolder": {
                 "name": "Scaffolder",
-                "terms": "scaffolder"
+                "terms": ""
             },
             "craft/sculpter": {
                 "name": "Sculpter",
-                "terms": "sculpter"
+                "terms": ""
             },
             "craft/shoemaker": {
                 "name": "Shoemaker",
-                "terms": "shoe repair,shoemaker"
+                "terms": "cobbler"
             },
             "craft/stonemason": {
                 "name": "Stonemason",
-                "terms": "stonemason,masonry"
+                "terms": "masonry"
             },
             "craft/sweep": {
                 "name": "Chimney Sweep",
-                "terms": "sweep,chimney sweep"
+                "terms": ""
             },
             "craft/tailor": {
                 "name": "Tailor",
-                "terms": "tailor,clothes"
+                "terms": "clothes,suit"
             },
             "craft/tiler": {
                 "name": "Tiler",
-                "terms": "tiler"
+                "terms": ""
             },
             "craft/tinsmith": {
                 "name": "Tinsmith",
-                "terms": "tinsmith"
+                "terms": ""
             },
             "craft/upholsterer": {
                 "name": "Upholsterer",
-                "terms": "upholsterer"
+                "terms": ""
             },
             "craft/watchmaker": {
                 "name": "Watchmaker",
-                "terms": "watch,watchmaker,watch repair"
+                "terms": ""
             },
             "craft/window_construction": {
                 "name": "Window Construction",
-                "terms": "window,window maker,window construction"
+                "terms": "glass"
+            },
+            "craft/winery": {
+                "name": "Winery",
+                "terms": ""
             },
             "embankment": {
                 "name": "Embankment",
             },
             "emergency/ambulance_station": {
                 "name": "Ambulance Station",
-                "terms": ""
+                "terms": "EMS,EMT,rescue"
             },
             "emergency/fire_hydrant": {
                 "name": "Fire Hydrant",
             },
             "footway/crosswalk": {
                 "name": "Crosswalk",
-                "terms": "crosswalk,zebra crossing"
+                "terms": "zebra crossing"
             },
             "footway/sidewalk": {
                 "name": "Sidewalk",
             },
             "golf/green": {
                 "name": "Putting Green",
-                "terms": "putting green"
+                "terms": ""
             },
             "golf/hole": {
                 "name": "Golf Hole",
             },
             "highway/bridleway": {
                 "name": "Bridle Path",
-                "terms": "bridleway,equestrian trail,horse riding path,bridle road,horse trail"
+                "terms": "bridleway,equestrian,horse"
             },
             "highway/bus_stop": {
                 "name": "Bus Stop",
             },
             "highway/crosswalk": {
                 "name": "Crosswalk",
-                "terms": "crosswalk,zebra crossing"
+                "terms": "zebra crossing"
             },
             "highway/cycleway": {
                 "name": "Cycle Path",
-                "terms": ""
+                "terms": "bike"
             },
             "highway/footway": {
                 "name": "Foot Path",
-                "terms": "beaten path,boulevard,clearing,course,cut*,drag*,footpath,highway,lane,line,orbit,passage,pathway,rail,rails,road,roadway,route,street,thoroughfare,trackway,trail,trajectory,walk"
+                "terms": "hike,hiking,trackway,trail,walk"
             },
             "highway/living_street": {
                 "name": "Living Street",
             },
             "highway/path": {
                 "name": "Path",
-                "terms": ""
+                "terms": "hike,hiking,trackway,trail,walk"
             },
             "highway/pedestrian": {
                 "name": "Pedestrian",
                 "name": "Primary Link",
                 "terms": "ramp,on ramp,off ramp"
             },
+            "highway/raceway": {
+                "name": "Motor Raceway",
+                "terms": "auto*,race*,nascar"
+            },
             "highway/residential": {
                 "name": "Residential Road",
                 "terms": ""
             },
             "highway/rest_area": {
                 "name": "Rest Area",
-                "terms": "rest stop,turnout,lay-by"
+                "terms": "rest stop"
             },
             "highway/road": {
                 "name": "Unknown Road",
             },
             "highway/track": {
                 "name": "Track",
-                "terms": ""
+                "terms": "woods road,fire road"
             },
             "highway/traffic_signals": {
                 "name": "Traffic Signals",
             },
             "highway/turning_circle": {
                 "name": "Turning Circle",
-                "terms": ""
+                "terms": "cul-de-sac"
             },
             "highway/unclassified": {
                 "name": "Unclassified Road",
             },
             "leisure/marina": {
                 "name": "Marina",
-                "terms": ""
+                "terms": "boat"
             },
             "leisure/park": {
                 "name": "Park",
             },
             "leisure/picnic_table": {
                 "name": "Picnic Table",
-                "terms": "bench,table"
+                "terms": "bench"
             },
             "leisure/pitch": {
                 "name": "Sport Pitch",
-                "terms": ""
+                "terms": "field"
             },
             "leisure/pitch/american_football": {
                 "name": "American Football Field",
                 "name": "Playground",
                 "terms": "jungle gym,play area"
             },
+            "leisure/running_track": {
+                "name": "Running Track",
+                "terms": ""
+            },
             "leisure/slipway": {
                 "name": "Slipway",
-                "terms": ""
+                "terms": "boat launch,boat ramp"
             },
             "leisure/sports_center": {
                 "name": "Sports Center / Gym",
                 "terms": ""
             },
             "leisure/track": {
-                "name": "Race Track",
+                "name": "Racetrack (non-Motorsport)",
                 "terms": ""
             },
             "line": {
             },
             "man_made/wastewater_plant": {
                 "name": "Wastewater Plant",
-                "terms": "sewage works,sewage treatment plant,water treatment plant,reclamation plant"
+                "terms": "sewage*,water treatment plant,reclamation plant"
             },
             "man_made/water_tower": {
                 "name": "Water Tower",
                 "terms": ""
             },
             "man_made/water_well": {
-                "name": "Water well",
+                "name": "Water Well",
                 "terms": ""
             },
             "man_made/water_works": {
             },
             "office/employment_agency": {
                 "name": "Employment Agency",
-                "terms": ""
+                "terms": "job"
             },
             "office/estate_agent": {
                 "name": "Real Estate Office",
             },
             "shop/alcohol": {
                 "name": "Liquor Store",
-                "terms": "alcohol"
+                "terms": "alcohol,beer,booze,wine"
+            },
+            "shop/anime": {
+                "name": "Anime Shop",
+                "terms": ""
+            },
+            "shop/antiques": {
+                "name": "Antiques Shop",
+                "terms": ""
             },
             "shop/art": {
-                "name": "Art Shop",
-                "terms": "art store,art gallery"
+                "name": "Art Gallery",
+                "terms": ""
+            },
+            "shop/baby_goods": {
+                "name": "Baby Goods Store",
+                "terms": ""
+            },
+            "shop/bag": {
+                "name": "Bag/Luggage Store",
+                "terms": "handbag,purse"
             },
             "shop/bakery": {
                 "name": "Bakery",
                 "terms": ""
             },
+            "shop/bathroom_furnishing": {
+                "name": "Bathroom Furnishing Store",
+                "terms": ""
+            },
             "shop/beauty": {
                 "name": "Beauty Shop",
                 "terms": "nail spa,spa,salon,tanning"
             },
+            "shop/bed": {
+                "name": "Bedding/Mattress Store",
+                "terms": ""
+            },
             "shop/beverages": {
                 "name": "Beverage Store",
                 "terms": ""
                 "terms": ""
             },
             "shop/books": {
-                "name": "Bookstore",
+                "name": "Book Store",
                 "terms": ""
             },
             "shop/boutique": {
             },
             "shop/butcher": {
                 "name": "Butcher",
+                "terms": "meat"
+            },
+            "shop/candles": {
+                "name": "Candle Shop",
                 "terms": ""
             },
             "shop/car": {
                 "name": "Car Dealership",
-                "terms": ""
+                "terms": "auto"
             },
             "shop/car_parts": {
                 "name": "Car Parts Store",
-                "terms": ""
+                "terms": "auto"
             },
             "shop/car_repair": {
                 "name": "Car Repair Shop",
+                "terms": "auto"
+            },
+            "shop/carpet": {
+                "name": "Carpet Store",
+                "terms": "rug"
+            },
+            "shop/cheese": {
+                "name": "Cheese Store",
                 "terms": ""
             },
             "shop/chemist": {
                 "name": "Chemist",
                 "terms": ""
             },
+            "shop/chocolate": {
+                "name": "Chocolate Store",
+                "terms": ""
+            },
             "shop/clothes": {
                 "name": "Clothing Store",
                 "terms": ""
                 "terms": ""
             },
             "shop/confectionery": {
-                "name": "Confectionery",
+                "name": "Candy Store",
                 "terms": ""
             },
             "shop/convenience": {
                 "name": "Convenience Store",
                 "terms": ""
             },
+            "shop/copyshop": {
+                "name": "Copy Store",
+                "terms": ""
+            },
+            "shop/cosmetics": {
+                "name": "Cosmetics Store",
+                "terms": ""
+            },
+            "shop/craft": {
+                "name": "Arts and Crafts Store",
+                "terms": ""
+            },
+            "shop/curtain": {
+                "name": "Curtain Store",
+                "terms": "drape*,window"
+            },
+            "shop/dairy": {
+                "name": "Dairy Store",
+                "terms": "milk,egg,cheese"
+            },
             "shop/deli": {
                 "name": "Deli",
-                "terms": ""
+                "terms": "lunch,meat,sandwich"
             },
             "shop/department_store": {
                 "name": "Department Store",
                 "terms": ""
             },
             "shop/dry_cleaning": {
-                "name": "Dry Cleaners",
+                "name": "Dry Cleaner",
                 "terms": ""
             },
             "shop/electronics": {
                 "name": "Electronics Store",
-                "terms": ""
+                "terms": "appliance,audio,computer,tv"
+            },
+            "shop/erotic": {
+                "name": "Erotic Store",
+                "terms": "sex,porn"
+            },
+            "shop/fabric": {
+                "name": "Fabric Store",
+                "terms": "sew"
             },
             "shop/farm": {
                 "name": "Produce Stand",
                 "terms": "farm shop,farm stand"
             },
+            "shop/fashion": {
+                "name": "Fashion Store",
+                "terms": ""
+            },
             "shop/fishmonger": {
                 "name": "Fishmonger",
                 "terms": ""
             },
             "shop/florist": {
                 "name": "Florist",
+                "terms": "flower"
+            },
+            "shop/frame": {
+                "name": "Framing Shop",
                 "terms": ""
             },
             "shop/funeral_directors": {
                 "name": "Funeral Home",
-                "terms": "undertaker,funeral parlour,funeral parlor,memorial home"
+                "terms": "undertaker,memorial home"
+            },
+            "shop/furnace": {
+                "name": "Furnace Store",
+                "terms": "oven,stove"
             },
             "shop/furniture": {
                 "name": "Furniture Store",
-                "terms": ""
+                "terms": "chair,sofa,table"
             },
             "shop/garden_centre": {
                 "name": "Garden Center",
-                "terms": "garden centre"
+                "terms": "landscape,mulch,shrub,tree"
             },
             "shop/gift": {
                 "name": "Gift Shop",
             },
             "shop/greengrocer": {
                 "name": "Greengrocer",
-                "terms": ""
+                "terms": "fruit,vegetable"
             },
             "shop/hairdresser": {
                 "name": "Hairdresser",
                 "name": "Hardware Store",
                 "terms": ""
             },
+            "shop/hearing_aids": {
+                "name": "Hearing Aids Store",
+                "terms": ""
+            },
+            "shop/herbalist": {
+                "name": "Herbalist",
+                "terms": ""
+            },
             "shop/hifi": {
                 "name": "Hifi Store",
+                "terms": "stereo,video"
+            },
+            "shop/interior_decoration": {
+                "name": "Interior Decoration Store",
                 "terms": ""
             },
             "shop/jewelry": {
                 "name": "Jeweler",
-                "terms": ""
+                "terms": "diamond,gem,ring"
             },
             "shop/kiosk": {
-                "name": "Kiosk",
+                "name": "News Kiosk",
+                "terms": ""
+            },
+            "shop/kitchen": {
+                "name": "Kitchen Design Store",
                 "terms": ""
             },
             "shop/laundry": {
                 "name": "Laundry",
                 "terms": ""
             },
+            "shop/leather": {
+                "name": "Leather Store",
+                "terms": ""
+            },
             "shop/locksmith": {
                 "name": "Locksmith",
-                "terms": "keys"
+                "terms": "key,lockpick"
             },
             "shop/lottery": {
                 "name": "Lottery Shop",
                 "name": "Mall",
                 "terms": ""
             },
+            "shop/massage": {
+                "name": "Massage Shop",
+                "terms": ""
+            },
+            "shop/medical_supply": {
+                "name": "Medical Supply Store",
+                "terms": ""
+            },
             "shop/mobile_phone": {
                 "name": "Mobile Phone Store",
                 "terms": ""
             },
+            "shop/money_lender": {
+                "name": "Money Lender",
+                "terms": ""
+            },
             "shop/motorcycle": {
                 "name": "Motorcycle Dealership",
                 "terms": ""
             },
             "shop/music": {
                 "name": "Music Store",
+                "terms": "CD,vinyl"
+            },
+            "shop/musical_instrument": {
+                "name": "Musical Instrument Store",
                 "terms": ""
             },
             "shop/newsagent": {
-                "name": "Newsagent",
+                "name": "Newspaper/Magazine Shop",
                 "terms": ""
             },
             "shop/optician": {
                 "name": "Optician",
+                "terms": "eye,glasses"
+            },
+            "shop/organic": {
+                "name": "Organic Goods Store",
                 "terms": ""
             },
             "shop/outdoor": {
-                "name": "Outdoor Store",
+                "name": "Outdoors Store",
+                "terms": "camping,climbing,hiking"
+            },
+            "shop/paint": {
+                "name": "Paint Store",
+                "terms": ""
+            },
+            "shop/pawnbroker": {
+                "name": "Pawn Shop",
                 "terms": ""
             },
             "shop/pet": {
                 "name": "Pet Store",
-                "terms": ""
+                "terms": "cat,dog,fish"
             },
             "shop/photo": {
                 "name": "Photography Store",
+                "terms": "camera,film"
+            },
+            "shop/pyrotechnics": {
+                "name": "Fireworks Store",
+                "terms": ""
+            },
+            "shop/radiotechnics": {
+                "name": "Radio/Electronic Component Store",
+                "terms": ""
+            },
+            "shop/religion": {
+                "name": "Religious Store",
+                "terms": ""
+            },
+            "shop/scuba_diving": {
+                "name": "Scuba Diving Shop",
                 "terms": ""
             },
             "shop/seafood": {
                 "name": "Seafood Shop",
                 "terms": "fishmonger"
             },
+            "shop/second_hand": {
+                "name": "Consignment/Thrift Store",
+                "terms": "secondhand,second hand,resale,thrift,used"
+            },
             "shop/shoes": {
                 "name": "Shoe Store",
                 "terms": ""
             },
             "shop/stationery": {
                 "name": "Stationery Store",
-                "terms": ""
+                "terms": "card,paper"
             },
             "shop/supermarket": {
                 "name": "Supermarket",
-                "terms": "bazaar,boutique,chain,co-op,cut-rate store,discount store,five-and-dime,flea market,galleria,grocery store,mall,mart,outlet,outlet store,shop,shopping center,shopping centre,shopping plaza,stand,store,supermarket,thrift shop"
+                "terms": "grocery,store,shop"
             },
             "shop/tailor": {
                 "name": "Tailor",
-                "terms": "tailor,clothes"
+                "terms": "clothes,suit"
+            },
+            "shop/tattoo": {
+                "name": "Tattoo Parlor",
+                "terms": ""
+            },
+            "shop/tea": {
+                "name": "Tea Store",
+                "terms": ""
+            },
+            "shop/ticket": {
+                "name": "Ticket Seller",
+                "terms": ""
+            },
+            "shop/tobacco": {
+                "name": "Tobacco Shop",
+                "terms": ""
             },
             "shop/toys": {
                 "name": "Toy Store",
                 "name": "Vacant Shop",
                 "terms": ""
             },
+            "shop/vacuum_cleaner": {
+                "name": "Vacuum Cleaner Store",
+                "terms": ""
+            },
             "shop/variety_store": {
                 "name": "Variety Store",
                 "terms": ""
             },
             "shop/video": {
                 "name": "Video Store",
+                "terms": "DVD"
+            },
+            "shop/video_games": {
+                "name": "Video Game Store",
+                "terms": ""
+            },
+            "shop/water_sports": {
+                "name": "Watersport/Swim Shop",
+                "terms": ""
+            },
+            "shop/weapons": {
+                "name": "Weapon Shop",
+                "terms": "ammo,gun,knife,knives"
+            },
+            "shop/window_blind": {
+                "name": "Window Blind Store",
                 "terms": ""
             },
             "shop/wine": {
                 "name": "Wine Shop",
-                "terms": "winery"
+                "terms": ""
             },
             "tourism": {
                 "name": "Tourism",
             },
             "tourism/camp_site": {
                 "name": "Camp Site",
-                "terms": "camping"
+                "terms": ""
             },
             "tourism/caravan_site": {
                 "name": "RV Park",
             },
             "tourism/guest_house": {
                 "name": "Guest House",
-                "terms": "B&B,Bed & Breakfast,Bed and Breakfast"
+                "terms": "B&B,Bed and Breakfast"
             },
             "tourism/hostel": {
                 "name": "Hostel",
             },
             "tourism/museum": {
                 "name": "Museum",
-                "terms": "exhibition,exhibits archive,foundation,gallery,hall,institution,library,menagerie,repository,salon,storehouse,treasury,vault"
+                "terms": "exhibition,foundation,gallery,hall,institution"
             },
             "tourism/picnic_site": {
                 "name": "Picnic Site",
-                "terms": ""
+                "terms": "camp"
             },
             "tourism/theme_park": {
                 "name": "Theme Park",
diff --git a/vendor/assets/iD/iD/locales/eo.json b/vendor/assets/iD/iD/locales/eo.json
new file mode 100644 (file)
index 0000000..728be61
--- /dev/null
@@ -0,0 +1,99 @@
+{
+    "modes": {
+        "add_area": {
+            "title": "Areo",
+            "description": "Aldoni parkoj, konstruaĵoj, lagoj aŭ aliaj areoj por la mapo.",
+            "tail": "Klaku sur la mapo por komenci desegni areo, kiel parko, lago, aŭ konstruaĵo."
+        },
+        "add_line": {
+            "title": "linio",
+            "description": "Aldoni ŝoseoj, stratoj, piediranto vojoj, kanaloj aŭ aliajn liniojn al la mapo.",
+            "tail": "Klaku sur la mapo por komenci desegni vojo, vojo, aŭ itinero."
+        },
+        "add_point": {
+            "title": "punkto",
+            "description": "Aldoni restoracioj, monumentoj, bildkartoj skatoloj aŭ aliaj punktoj al la mapo.",
+            "tail": "Klaku sur la mapo por aldoni punkton."
+        },
+        "browse": {
+            "title": "Foliumi",
+            "description": "Pan kaj zomi la mapon."
+        },
+        "draw_area": {
+            "tail": "Klaku por aldoni nodoj al via areo. Klaku la unuan nodo fini la areo."
+        },
+        "draw_line": {
+            "tail": "Klaku por aldoni pli nodoj al la linio. Klaku sur aliaj linioj por konekti al ili, kaj duoble klaki por fino la linion."
+        }
+    },
+    "operations": {
+        "add": {
+            "annotation": {
+                "point": "Aldonita punkto.",
+                "vertex": "Aldonita nodon al vojo.",
+                "relation": "Aldonita rilato."
+            }
+        },
+        "continue": {
+            "title": "Daŭrigu",
+            "description": "Daŭrigu tiun linion.",
+            "not_eligible": "Neniu linio povas esti daŭrigita tien.",
+            "multiple": "Pluraj linioj povas esti daŭrigita tien. Elekti linion, premu la klavo Shift kaj klaku sur ĝi por elekti ĝin.",
+            "annotation": {
+                "line": "Daŭre linion.",
+                "area": "Daŭre areo."
+            }
+        },
+        "cancel_draw": {
+            "annotation": "Nuligita desegno."
+        },
+        "change_role": {
+            "annotation": "Ŝanĝis la rolo de rilato membron."
+        },
+        "change_tags": {
+            "annotation": "Ŝanĝita etikedojn."
+        },
+        "circularize": {
+            "title": "Circularize"
+        },
+        "delete": {
+            "annotation": {
+                "point": "Forigita punkton.",
+                "line": "Forigita linion."
+            }
+        },
+        "disconnect": {
+            "title": "Malkonekti"
+        },
+        "rotate": {
+            "title": "Rotacio"
+        }
+    },
+    "translate": {
+        "translate": "Traduki",
+        "localized_translation_label": "Multlingva nomon"
+    },
+    "intro": {
+        "navigation": {
+            "title": "Navigado"
+        },
+        "points": {
+            "title": "Punktoj"
+        },
+        "areas": {
+            "title": "Areoj",
+            "choose": "** Elektu Playground el la listo. **",
+            "describe": "**Aldoni nomo, kaj fermi la redaktilon trajto **"
+        },
+        "lines": {
+            "title": "Linioj",
+            "wrong_preset": "Vi ne selektis la Residencial vojo tipo. ** Klaku tie ĉi por elekti denove **"
+        },
+        "startediting": {
+            "title": "Komenco Redaktado",
+            "help": "Pli dokumentado kaj tiu walkthrough estas havebla ĉi tie.",
+            "save": "Ne forgesu regule savu viajn ŝanĝojn!",
+            "start": "Starti surĵeto!"
+        }
+    }
+}
\ No newline at end of file
index 4c41e294ac4b40ea12aa89423236e597b7fb1465..3db9b91ffd3e090bfa79fa5ddf13863587107624 100644 (file)
@@ -2,12 +2,12 @@
     "modes": {
         "add_area": {
             "title": "Área",
-            "description": "Añadir parques, edificios, lagos u otras áreas al mapa.",
+            "description": "Agregar parques, edificios, lagos u otras zonas en el mapa",
             "tail": "Haga clic en el mapa para empezar a dibujar un área, como un parque, lago o edificio."
         },
         "add_line": {
             "title": "Línea",
-            "description": "Añadir carreteras, calles, sendas peatonales, canales u otros elementos lineales al mapa.",
+            "description": "Las líneas pueden ser autopistas, calles, pasos peatonales o canales.",
             "tail": "Haga clic en el mapa para empezar a dibujar una calle, camino o ruta."
         },
         "add_point": {
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Eliminar",
-            "description": "Eliminar esto del mapa.",
+            "description": "Objeto eliminado permanentemente.",
             "annotation": {
                 "point": "Punto eliminado.",
                 "vertex": "Vértice elimnado de la ruta.",
         "zoom": "Acercar a la traza GPX",
         "browse": "Buscar un archivo .gpx"
     },
+    "mapillary": {
+        "tooltip": "Fotos a nivel de calle de Mapillary",
+        "title": "Superposición de fotos (Mapillary)",
+        "view_on_mapillary": "Ver esta imagen en Mapillary"
+    },
     "help": {
         "title": "Ayuda",
         "help": "# Ayuda\n\nEste es un editor para [OpenStreetMap](http://www.openstreetmap.org/), el\nmapa del mundo libre y editable. Puedes usarlo para agregar y actualizar\ndatos en tu región, haciendo un mapa del mundo de código y datos abiertos\nmejor para todos.\n\nLas ediciones que haces en este mapa serán visibles para todos quienes usen\nOpenStreetMap. Para hacer una edición, necesitarás una\n[cuenta gratuita de OpenStreetMap](https://www.openstreetmap.org/user/new).\n\nEl [editor iD](http://ideditor.com/) es un proyecto colaborativo con [código\nfuente disponible en GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Áreas",
-            "add": "Las áreas son unas formas más detalladas de representar elementos. Proveen información sobre los limites del elemento. Las áreas pueden ser utilizadas para la mayoría de los elementos representados como puntos y normalmente es una forma más detallada de dibujarlos, por lo que se prefieren. **Haga clic en el botón 'Área' para agregar una nueva área.** ",
+            "add": "Las áreas se utilizan para mostrar los límites de características como lagos, edificios y zonas residenciales. Ellos también pueden ser utilizados para la cartografía más detallada de las muchas características que usted puede ser que normalmente mapa como puntos. ** Haga clic en el botón Área para agregar una nueva zona. **",
             "corner": "Las áreas son dibujadas ubicando nodos que marcan los límites del área. **Sitúe el nodo inicial en una de las esquinas de la zona de juegos.**",
             "place": "Dibuje el área ubicando más nodos. Termine el área haciendo clic en el punto inicial. **Dibuje un área para la zona de juegos.**",
             "search": "**Busque por '{name}'.**",
             "start": "**Inicie la línea haciendo clic al final de la vía.**",
             "intersect": "Haga clic para añadir más puntos a la línea. Si es necesario, puede arrastrar el mapa mientras dibuja. Los caminos, y muchos otros tipos de líneas, son parte de una red más grande. Es importante que estas líneas estén conectadas apropiadamente para que las aplicaciones de enrutamiento, como los navegadores de automóvil, puedan funcionar correctamente. **Haga clic en la calle 'Flower Street' para crear una intersección conectando las dos líneas.**   ",
             "finish": "Las líneas pueden finalizarse haciendo clic nuevamente en el ultimo punto. **Termine de dibujar la vía.** ",
-            "road": "**Seleccione 'Carretera de tipología desconocida' de la lista**",
+            "road": "**Seleccione 'Carretera sin categoría conocida' de la lista**",
             "residential": "Existen diferentes tipos de vías, la más común de las cuales es la de calle urbana. **Elija el tipo 'Calle urbana'**",
             "describe": "**Asigne un nombre a la vía y cierre el editor de elementos.**",
-            "restart": "El vía debe intersectar con la calle Flores.",
+            "restart": "El vía debe intersectar con la calle Flower Street..",
             "wrong_preset": "No ha seleccionado el tipo 'Calle urbana'. **Haga clic aquí para elegir de nuevo**"
         },
         "startediting": {
             "covered": {
                 "label": "Cubierto"
             },
+            "craft": {
+                "label": "Tipo"
+            },
             "crop": {
                 "label": "Cultivo"
             },
                 "label": "Dificultad de bicicleta de montaña",
                 "placeholder": "0, 1, 2, 3...",
                 "options": {
-                    "0": "0: grava sólida/tierra apisonada, no hay obstáculos, curvas amplias",
+                    "0": "0: grava sólida/tierra compactada, sin obstáculos, curvas amplias",
                     "1": "1: Poca superficie suleta, pequeños obstáculos, curvas amplias",
                     "2": "2: Mucha superficie suelta, grandes obstáculos, giros en U fáciles",
                     "3": "3: Superficie resbaladiza, grandes obstáculos, giros en U cerrados",
                 "options": {
                     "0": "Más fácil (círculo blanco)",
                     "1": "Fácil (círculo verde)",
-                    "2": "Medium (blue square)",
-                    "3": "Difficult (black diamond)",
+                    "2": "Media (círculo azul)",
+                    "3": "Difícil (diamante negro)",
                     "4": "Extremadamente difícil (doble diamante negro)"
                 }
             },
                 "placeholder": "0, 1, 2, 3...",
                 "options": {
                     "0": "0: Promedio de inclinación <10%, grava/tierra apisonada, sin obstáculos",
-                    "1": "1: Promedio de inclinación <15%, grava/tierra apisonada, pocos objetos pequeños",
+                    "1": "1: Promedio de inclinación <15%, grava/tierra compactada, pocos objetos pequeños",
                     "2": "2: Promedio de inclinación <20%, superficie estable, rocas del tamaño del puño/raíces",
                     "3": "3: Promedio de inclinación <25%, superficie variable, rocas del tamaño del puño/ramas",
                     "4": "4: Promedio de inclinación <30%, mal estado, rocas grandes/ramas",
                 "label": "Adiestramiento",
                 "options": {
                     "classic": "Clásico",
+                    "mogul": "Mogul",
+                    "backcountry": "Backcountry",
                     "classic+skating": "Clásico y patinaje",
                     "scooter": "Ciclomotor/Motonieve",
                     "skating": "Patinaje"
                 "label": "Tipo",
                 "options": {
                     "downhill": "Cuesta abajo",
+                    "nordic": "Nórdico",
+                    "skitour": "Esquí turístico",
+                    "sled": "Trineo",
                     "hike": "Caminata",
+                    "sleigh": "Trineo",
                     "ice_skate": "Patín sobre hielo",
+                    "snow_park": "Parque de nieve",
                     "playground": "Jardín de juegos"
                 }
             },
             },
             "sac_scale": {
                 "label": "Dificultad de senderismo",
-                "placeholder": "Caminata de montaña, Caminata Alpina..."
+                "placeholder": "Caminata de montaña, Caminata Alpina...",
+                "options": {
+                    "hiking": "T1: Senderismo",
+                    "mountain_hiking": "T2: Senderismo de Montaña",
+                    "demanding_mountain_hiking": "T3: Senderismo de Montaña Exigente",
+                    "alpine_hiking": "T4: Senderismo Alpino",
+                    "demanding_alpine_hiking": "T5: Senderismo Alpino Exigente",
+                    "difficult_alpine_hiking": "T6: Senderismo Alpino Difícil"
+                }
             },
             "seasonal": {
                 "label": "Estacional"
                 }
             },
             "smoothness": {
+                "label": "Rugosidad",
+                "placeholder": "Ruedas delgadas, todoterreno,...",
                 "options": {
+                    "excellent": "Ruedas delgadas: patines, monotopatín",
                     "good": "Ruedas finas: bicicletas de competición",
-                    "intermediate": "Ruedas: bicicleta urbana, silla de ruedas, ciclomotor"
+                    "intermediate": "Ruedas: bicicleta urbana, silla de ruedas, ciclomotor",
+                    "bad": "Ruedas robustas: bicicleta de montaña, vehículo, carreta",
+                    "very_bad": "Gran Despeje: vehículo todoterreno de trabajo livianos",
+                    "horrible": "Todoterreno: vehículo todoterreno de trabajo pesado",
+                    "very_horrible": "Todoterreno especializado: tractor, cuatriciclos",
+                    "impassible": "Impracticable / No apto para vehículos de ruedas"
                 }
             },
             "social_facility_for": {
             "sport_ice": {
                 "label": "Deporte"
             },
+            "sport_racing": {
+                "label": "Deporte"
+            },
             "structure": {
                 "label": "Estructura",
                 "placeholder": "Desconocido",
             "towertype": {
                 "label": "Tipo de torre"
             },
+            "tracktype": {
+                "label": "Tipo de pista",
+                "placeholder": "Sólido, mayormente sólido, suave...",
+                "options": {
+                    "grade1": "Pavimentada o de superficie compacta y dura",
+                    "grade2": "De áridos: ripio, zahorra, grava, etc.",
+                    "grade3": "De áridos con vegetación entre rodaduras",
+                    "grade4": "De tierra con vegetación entre rodaduras",
+                    "grade5": "De tierra o hierba con rodaduras apenas visibles"
+                }
+            },
             "trail_visibility": {
-                "label": "Visibilidad de la senda"
+                "label": "Visibilidad de la senda",
+                "placeholder": "Excelente, Bueno, Malo...",
+                "options": {
+                    "excellent": "Excelente: sendero sin ambigüedades o marcadores en todas partes",
+                    "good": "Bueno: marcadores visibles, a veces requiere buscar",
+                    "intermediate": "Intermedio: pocos marcadores, sendero mayormente visible",
+                    "bad": "Malo: no hay marcadores, sendero a veces invisible / sin caminos",
+                    "horrible": "Horrible: a menudo sin camino, requiere algunas habilidades de orientación",
+                    "no": "No: sin caminos, requiere excelentes habilidades de orientación"
+                }
             },
             "tree_type": {
                 "label": "Tipo"
                 "terms": "Cinta transportadora de esquí"
             },
             "aerialway/platter": {
-                "name": "Ascensor de plato"
+                "name": "Ascensor de plato",
+                "terms": "Ascensor de plato"
             },
             "aerialway/pylon": {
                 "name": "Pilón aéreo",
                 "terms": "pilona, columna, poste, soporte"
             },
             "aerialway/rope_tow": {
-                "name": "Ascensor de remolque de cuerda"
+                "name": "Ascensor de remolque de cuerda",
+                "terms": "Ascensor de remolque de cuerda"
             },
             "aerialway/station": {
                 "name": "Estación de teleférico",
                 "terms": "estación, parada, funicular, telesilla, telesquí, teleférico"
             },
             "aerialway/t-bar": {
-                "name": "Ascensor T-bar"
+                "name": "Ascensor T-bar",
+                "terms": "andarivel de arrastre"
             },
             "aeroway": {
                 "name": "Aerovía",
                 "terms": "servicios,instalaciones,equipamiento"
             },
             "amenity/arts_centre": {
-                "name": "Centro de Arte"
+                "name": "Centro de Arte",
+                "terms": "Centro de arte, centro de bellas artes"
             },
             "amenity/atm": {
                 "name": "Cajero automático",
                 "terms": "alquiler de bicicletas, préstamo de bicicletas, bici, bicicleta"
             },
             "amenity/boat_rental": {
-                "name": "Alquiler de barcos"
+                "name": "Alquiler de barcos",
+                "terms": "alquiler de botes"
+            },
+            "amenity/bureau_de_change": {
+                "name": "Cambio de monedas",
+                "terms": "cambio de divisas, dinero, divisas, banco, monedas"
             },
             "amenity/bus_station": {
-                "name": "Estación de autobuses"
+                "name": "Estación de autobuses",
+                "terms": "estación de autobuses, estación de buses"
             },
             "amenity/cafe": {
                 "name": "Cafetería",
                 "terms": "lavadero,lavado de coches"
             },
             "amenity/charging_station": {
-                "name": "Estación de carga"
+                "name": "Estación de carga",
+                "terms": "recarga, electricidad, eléctrico"
             },
             "amenity/childcare": {
-                "name": "Cuidado de niños",
-                "terms": "canguro,cuidadora"
+                "name": "Guardería / Cuidado de niños",
+                "terms": "guardería, guardería infantil"
             },
             "amenity/cinema": {
                 "name": "Cine",
                 "terms": "clínica, centro médico, hospital"
             },
             "amenity/clock": {
-                "name": "Reloj"
+                "name": "Reloj",
+                "terms": "cronómetro"
             },
             "amenity/college": {
-                "name": "Instituto",
-                "terms": "facultad,universidad,escuela profesional, instituto"
+                "name": "Terreno Colegio",
+                "terms": "terrenos del colegio"
             },
             "amenity/compressed_air": {
-                "name": "Aire comprimido"
+                "name": "Aire comprimido",
+                "terms": "Aire comprimido"
             },
             "amenity/courthouse": {
                 "name": "Palacio de justicia",
             },
             "amenity/fuel": {
                 "name": "Gasolinera",
-                "terms": "gasolinera,surtidor, estación de servicio"
+                "terms": "gasolinera, surtidor, estación de servicio"
             },
             "amenity/grave_yard": {
                 "name": "Campo santo",
                 "terms": "cementerio,camposanto, necrópolis, sacramental"
             },
             "amenity/hospital": {
-                "name": "Hospital",
+                "name": "Terreno Hospital",
                 "terms": "Recinto hospitalario, hospital, clínica"
             },
             "amenity/kindergarten": {
-                "name": "Jardín de infancia",
-                "terms": "preescolar, parvulario, guardería, kinder, educación infantil, educación inicial"
+                "name": "Terreno Preescolar / Jardín de infantes",
+                "terms": "terrenos del preescolar"
             },
             "amenity/library": {
                 "name": "Biblioteca",
                 "terms": "aparcamiento, parking, aparcadero, estacionamiento, garaje"
             },
             "amenity/parking_entrance": {
-                "name": "Entrada/Salida del Estacionamiento"
+                "name": "Entrada/Salida del Estacionamiento",
+                "terms": "Entrada/Salida del aparcamiento"
             },
             "amenity/pharmacy": {
                 "name": "Farmacia",
                 "terms": "cervecería, pub, club"
             },
             "amenity/ranger_station": {
-                "name": "Puesto de guardaparques"
+                "name": "Puesto de guardaparques",
+                "terms": "Estación de guardaparques, estación de guardabosques"
             },
             "amenity/recycling": {
                 "name": "Reciclaje",
-                "terms": "Reciclaje"
+                "terms": "reciclaje, reciclado"
             },
             "amenity/restaurant": {
                 "name": "Restaurante",
                 "terms": "restaurante, restorán, comedor, ambigú, bufé, mesón, taberna, comida, bebida, plaza de comida"
             },
             "amenity/school": {
-                "name": "Escuela",
+                "name": "Terreno Escuela",
                 "terms": "recinto escolar, terreno escolar, escuela, colegio, instituto"
             },
             "amenity/shelter": {
                 "terms": "Banco de alimentos"
             },
             "amenity/social_facility/group_home": {
-                "name": "Grupo residencial"
+                "name": "Hogar de Ancianos",
+                "terms": "Hogar de mayores"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Refugio de personas sin hogar",
                 "terms": "Refugio social"
             },
             "amenity/studio": {
-                "name": "Estudio"
+                "name": "Estudio",
+                "terms": "estudio, taller"
             },
             "amenity/swimming_pool": {
                 "name": "Piscina",
             },
             "amenity/taxi": {
                 "name": "Parada de taxis",
-                "terms": "Parada de Taxis"
+                "terms": "Parada de Taxis, sitio de taxis"
             },
             "amenity/telephone": {
                 "name": "Teléfono",
                 "terms": "ayuntamiento, alcaldía, municipio, municipalidad, municipal, corporación, concejo, consistorio, cabildo, gobierno local, gobierno municipal, alcalde, intendente, concejales, ediles, comuna, casa consistorial"
             },
             "amenity/university": {
-                "name": "Universidad",
-                "terms": "universidad,facultad, escuela, seminario, colegio, cátedra, claustro, paraninfo,"
+                "name": "Terreno Universidad",
+                "terms": "terrenos de la universidad"
             },
             "amenity/vending_machine": {
                 "name": "Máquina expendedora",
                 "terms": "bolardo, baliza, noray, amarre, horquilla, poste, obstáculo"
             },
             "barrier/cattle_grid": {
-                "name": "Rejilla de retención",
-                "terms": "Paso con rejas para animales, paso canadiense, barrera canadiense, guardaganados"
+                "name": "Paso canadiense",
+                "terms": "Paso con rejas para animales, paso canadiense, barrera canadiense, guardaganados, rejilla de retención"
             },
             "barrier/city_wall": {
                 "name": "Muralla de ciudad",
             },
             "barrier/cycle_barrier": {
                 "name": "Barrera para bicicletas",
-                "terms": "Barrera para bicicletas"
+                "terms": "Barrera para bicicletas, Barrera Ciclo"
             },
             "barrier/ditch": {
                 "name": "Zanja",
-                "terms": "Zanja"
+                "terms": "zanja, foso, cuneta"
             },
             "barrier/entrance": {
                 "name": "Entrada",
             },
             "barrier/hedge": {
                 "name": "Seto",
-                "terms": "Seto"
+                "terms": "cobertura, seto vivo, defensa"
             },
             "barrier/kissing_gate": {
                 "name": "Portilla giratoria",
             },
             "building/cabin": {
                 "name": "Cabina",
-                "terms": "Cabina"
+                "terms": "cabina, camarote"
             },
             "building/cathedral": {
                 "name": "Catedral",
                 "name": "Iglesia",
                 "terms": "templo, basílica, capilla, colegiata, parroquia, santuario, ermita, oratorio,iglesia, basílica, catedral"
             },
+            "building/college": {
+                "name": "Edificio colegio",
+                "terms": "edificio del colegio"
+            },
             "building/commercial": {
                 "name": "Edificio comercial",
                 "terms": "centro comercial, edificio comercial"
             },
             "building/detached": {
                 "name": "Casa unifamiliar",
-                "terms": "Chalet, unifamiliar"
+                "terms": "Chalet, unifamiliar, casa independiente"
             },
             "building/dormitory": {
-                "name": "Dormitorio"
+                "name": "Dormitorio",
+                "terms": "Dormitorio, residencia universitaria"
             },
             "building/entrance": {
                 "name": "Entrada/Salida",
                 "name": "Edificio industrial",
                 "terms": "fábrica,factoría, industria, manufactura, taller, empresa, explotación"
             },
+            "building/kindergarten": {
+                "name": "Edificio Preescolar / Jardín de infantes ",
+                "terms": "edificio del preescolar"
+            },
             "building/public": {
                 "name": "Edificio público",
                 "terms": "Edificio público"
                 "terms": "bloque"
             },
             "building/retail": {
-                "name": "Edificio de ventas al por menor"
+                "name": "Edificio de ventas al por menor",
+                "terms": "venta al por menor, venta al detalle"
             },
             "building/roof": {
                 "name": "Tejado",
                 "terms": "Cuadra de caballos, caballeriza, caballos"
             },
             "building/static_caravan": {
-                "name": "Caravana estática"
+                "name": "Caravana estática",
+                "terms": "caravana, remolque, autocaravana"
             },
             "building/terrace": {
-                "name": "Bloques de casas"
+                "name": "Bloques de casas",
+                "terms": "Casas adosadas"
             },
             "building/train_station": {
                 "name": "Estación de ferrocarril",
                 "name": "Almacén",
                 "terms": "almacén, depósito, bodega, lonja, nave"
             },
+            "craft": {
+                "name": "Artesanía",
+                "terms": "arte, oficio, trabajo"
+            },
             "craft/basket_maker": {
                 "name": "Fabricante de cestas",
                 "terms": "cestero, cesta, cestería, canastero, canasto, mimbrero, mimbre"
             },
             "craft/beekeeper": {
-                "name": "Apicultor"
+                "name": "Apicultor",
+                "terms": "apicultor, colmenero"
             },
             "craft/blacksmith": {
                 "name": "Herrero",
                 "terms": "herrero, herrería, herrajes, hierro, forja"
             },
             "craft/boatbuilder": {
-                "name": "Constructor de barco"
+                "name": "Constructor de barco",
+                "terms": "barco, bote, lancha"
             },
             "craft/bookbinder": {
-                "name": "Encuadernador"
+                "name": "Encuadernador",
+                "terms": "encuadernador"
             },
             "craft/brewery": {
-                "name": "Cervecería"
+                "name": "Cervecería",
+                "terms": "cervecería, fábrica de cerveza"
             },
             "craft/carpenter": {
                 "name": "Carpintero",
                 "terms": "carpintero, ebanistería, ebanista, madera, madedero"
             },
             "craft/carpet_layer": {
-                "name": "Tapizador de alfombras"
+                "name": "Tapizador de alfombras",
+                "terms": "alfombra, moqueta, tapiz"
             },
             "craft/caterer": {
-                "name": "Proveedor"
+                "name": "Proveedor",
+                "terms": "abastecedor, proveedor, catering, cáterin"
             },
             "craft/clockmaker": {
                 "name": "Relojero",
                 "terms": "golosinas, chucherías, caramelos"
             },
             "craft/dressmaker": {
-                "name": "Modista"
+                "name": "Modista",
+                "terms": "modista, costurera"
             },
             "craft/electrician": {
                 "name": "Electricista",
                 "terms": "Jardinero,  Jardinería"
             },
             "craft/glaziery": {
-                "name": "Vidriería"
+                "name": "Vidriería",
+                "terms": "Vidriería"
             },
             "craft/handicraft": {
-                "name": "Artesanía"
+                "name": "Artesanía",
+                "terms": "artesanía, destreza manual, trabajos manuales"
             },
             "craft/hvac": {
-                "name": "Aire acondicionado"
+                "name": "Aire acondicionado",
+                "terms": "calefacción, ventilación, aire acondicionado"
             },
             "craft/insulator": {
-                "name": "Aislador"
+                "name": "Aislador",
+                "terms": "Aislante, aislador"
             },
             "craft/jeweler": {
                 "name": "Joyero",
                 "terms": "joyero, relojería, relojero, platería, orfebrería, orfebre"
             },
             "craft/key_cutter": {
-                "name": "Copista de llaves"
+                "name": "Copista de llaves",
+                "terms": "cortador de llaves"
             },
             "craft/locksmith": {
                 "name": "Cerrajero",
-                "terms": "Cerrajero, cerraduras"
+                "terms": "Cerrajero, cerraduras, Cerrajería"
             },
             "craft/metal_construction": {
                 "name": "Construcción metálica",
             },
             "craft/plumber": {
                 "name": "Fontanero",
-                "terms": "Fontanero, Fontanería"
+                "terms": "Fontanero, Fontanería, Plomero, Plomería"
             },
             "craft/pottery": {
                 "name": "Cerámica",
                 "terms": "cerámica, cerasmista, alfarería, cantarería, alcaller, alfar"
             },
             "craft/rigger": {
-                "name": "Armador"
+                "name": "Armador",
+                "terms": "Aparejador"
             },
             "craft/roofer": {
-                "name": "Techador"
+                "name": "Techador",
+                "terms": "Techador, Techista"
             },
             "craft/saddler": {
                 "name": "Talabartero",
                 "terms": "Aserradero"
             },
             "craft/scaffolder": {
-                "name": "Andamista"
+                "name": "Andamista",
+                "terms": "Andamio, monta andamios"
             },
             "craft/sculpter": {
                 "name": "Escultor",
             },
             "craft/shoemaker": {
                 "name": "Zapatero",
-                "terms": "zapatero, remendón"
+                "terms": "zapatero, remendón, zapatería"
             },
             "craft/stonemason": {
                 "name": "Albañil",
                 "terms": "Sastre, Satrería"
             },
             "craft/tiler": {
-                "name": "Solador"
+                "name": "Solador",
+                "terms": "Soldador"
             },
             "craft/tinsmith": {
                 "name": "Hojalatero",
                 "terms": "Relojero"
             },
             "craft/window_construction": {
-                "name": "Construcción de ventanas"
+                "name": "Construcción de ventanas",
+                "terms": "Fabricación de ventanas"
+            },
+            "craft/winery": {
+                "name": "Bodega",
+                "terms": "Bodega, Vinería"
             },
             "embankment": {
-                "name": "Terraplén"
+                "name": "Terraplén",
+                "terms": "terraplén"
             },
             "emergency/ambulance_station": {
                 "name": "Estación de ambulancias",
                 "terms": "Teléfono de emergencia, SOS"
             },
             "entrance": {
-                "name": "Entrada/Salida"
+                "name": "Entrada/Salida",
+                "terms": "Entrada,Salida"
             },
             "footway/crossing": {
                 "name": "Cruce peatonal",
                 "terms": "Vado, paso, cruce"
             },
             "golf/bunker": {
-                "name": "Búnker"
+                "name": "Trampa de arena",
+                "terms": "Recolector de arena"
             },
             "golf/fairway": {
-                "name": "Calle"
+                "name": "Canal",
+                "terms": "canalizo"
             },
             "golf/green": {
-                "name": "Putting Green"
+                "name": "Putting Green",
+                "terms": "Putting Green"
             },
             "golf/hole": {
                 "name": "Hoyo de golf",
                 "terms": "Hoyo de golf"
             },
             "golf/lateral_water_hazard": {
-                "name": "Obstáculo de agua lateral"
+                "name": "Obstáculo de agua lateral",
+                "terms": "trampa de agua lateral"
             },
             "golf/rough": {
-                "name": "Rough"
+                "name": "Rough",
+                "terms": "terreno, zona de matojos"
             },
             "golf/tee": {
-                "name": "Tee Box"
+                "name": "Tee Box",
+                "terms": "Tee Box, Zona del tee"
             },
             "golf/water_hazard": {
-                "name": "Obstáculo de agua"
+                "name": "Obstáculo de agua",
+                "terms": "Trampa de agua"
             },
             "highway": {
                 "name": "Carretera",
             },
             "highway/bus_stop": {
                 "name": "Parada de autobús",
-                "terms": "parada, bus, autobús, marquesina"
+                "terms": "parada, bus, autobús, marquesina, parada de colectivo, colectivo"
             },
             "highway/crossing": {
                 "name": "Cruce",
             },
             "highway/cycleway": {
                 "name": "Sendero ciclista",
-                "terms": "Camino para bicicletas, senda ciclable, sendero ciclista, carril bici"
+                "terms": "Camino para bicicletas, senda ciclable, sendero ciclista, carril bici, bicisenda"
             },
             "highway/footway": {
                 "name": "Sendero peatonal",
                 "name": "Enlace a carretera primaria",
                 "terms": "enlace, carretera, primaria"
             },
+            "highway/raceway": {
+                "name": "Autódromo",
+                "terms": "Circuito, pista de carreras, pruebas para automóviles"
+            },
             "highway/residential": {
                 "name": "Calle urbana",
                 "terms": "calle, vía, paseo, avenida, bulevar, rambla, ronda, carrera, arteria, corredera, callejón, travesía, pasadizo, pasaje, rúa, vial, costanilla, callejuela"
             },
             "highway/rest_area": {
                 "name": "Área de descanso",
-                "terms": "Área de descanso"
+                "terms": "Área de descanso, apartadero"
             },
             "highway/road": {
                 "name": "Carretera sin categoría conocida",
                 "terms": "escalera, escalinata, grada, gradería, escala, escalerilla, peldaños, escalones"
             },
             "highway/stop": {
-                "name": "Señal de Stop",
-                "terms": "señal de detención, señal de parada, señal, stop, detención, parada"
+                "name": "Señal de Alto",
+                "terms": "señal de detención, señal de parada, señal, stop, detención, parada, señal de stop"
             },
             "highway/street_lamp": {
-                "name": "Lámpara de alumbrado público"
+                "name": "Lámpara de alumbrado público",
+                "terms": "lámpara de calle, lámpara de la calle, iluminación, alumbrado"
             },
             "highway/tertiary": {
                 "name": "Carretera terciaria",
             },
             "historic": {
                 "name": "Lugar histórico",
-                "terms": "Lugar histórico"
+                "terms": "Lugar histórico, Sitio Histórico"
             },
             "historic/archaeological_site": {
                 "name": "Sitio arqueológico",
             },
             "historic/castle": {
                 "name": "Castillo",
-                "terms": "castillo,castro,fuerte"
+                "terms": "castillo,castro,fuerte,torre"
             },
             "historic/memorial": {
-                "name": "Monumento",
+                "name": "Monumento conmemorativo",
                 "terms": "memorial, monolito, obelisco, pirámide, estatua, túmulo, panteón, mausoleo, menhir, dolmen, escultura, busto"
             },
             "historic/monument": {
             },
             "historic/wayside_shrine": {
                 "name": "Humilladero",
-                "terms": "santuario, humilladero, crucero, cruz, sagrario"
+                "terms": "santuario, humilladero, crucero, cruz, sagrario, Ermita"
             },
             "landuse": {
                 "name": "Uso de suelo",
                 "terms": "Industrial, polígono"
             },
             "landuse/landfill": {
-                "name": "Vertedero"
+                "name": "Vertedero",
+                "terms": "relleno sanitario, relleno municipal"
             },
             "landuse/meadow": {
                 "name": "Prado",
             },
             "landuse/quarry": {
                 "name": "Cantera",
-                "terms": "cantera"
+                "terms": "cantera, mina"
             },
             "landuse/residential": {
                 "name": "Residencial",
                 "terms": "zona, diversión, entretenimiento, pasatiempo, distracción, recreo, ocio, esparcimiento"
             },
             "leisure/common": {
-                "name": "Común"
+                "name": "Común",
+                "terms": "campa, prado, mies, terreno comunal, comunal"
             },
             "leisure/dog_park": {
                 "name": "Parque canino",
                 "terms": "perro,can,parque"
             },
             "leisure/firepit": {
-                "name": "Hoguera"
+                "name": "Hoguera",
+                "terms": "firepit"
             },
             "leisure/garden": {
                 "name": "Jardín",
                 "terms": "Campo de golf"
             },
             "leisure/ice_rink": {
-                "name": "Pista de Hielo"
+                "name": "Pista de Hielo",
+                "terms": "pista de patinaje, pista de hielo, pista helada"
             },
             "leisure/marina": {
                 "name": "Muelle",
                 "terms": "Cancha de Baloncesto"
             },
             "leisure/pitch/skateboard": {
-                "name": "Parque de patinaje"
+                "name": "Parque de patinaje",
+                "terms": "Parque de skate boarding"
             },
             "leisure/pitch/soccer": {
                 "name": "Campo de fútbol",
                 "name": "Parque infantil",
                 "terms": "parque infantil, columpios, zona de juegos, juegos, niños"
             },
+            "leisure/running_track": {
+                "name": "Pista de atletismo",
+                "terms": "circuitos de running, pistas de carreras"
+            },
             "leisure/slipway": {
                 "name": "Grada",
-                "terms": "Grada"
+                "terms": "Grada, Varadero"
             },
             "leisure/sports_center": {
                 "name": "Centro deportivo / Gimnasio",
                 "terms": "piscina, natación, parque acuático"
             },
             "leisure/track": {
-                "name": "Pista de carreras",
-                "terms": "circuito, pista"
+                "name": "Pista de carreras (no motorizado)",
+                "terms": "pista, hipódromo"
             },
             "line": {
                 "name": "Línea",
-                "terms": "Línea"
+                "terms": "línea, fila, cola"
             },
             "man_made": {
                 "name": "Estructura artificial",
             },
             "man_made/cutline": {
                 "name": "Cortafuegos",
-                "terms": "Corte de línea"
+                "terms": "Corte de línea, línea de corte"
             },
             "man_made/embankment": {
-                "name": "Terraplén"
+                "name": "Terraplén",
+                "terms": "terraplén, protector"
             },
             "man_made/flagpole": {
-                "name": "Asta de bandera"
+                "name": "Asta de bandera",
+                "terms": "asta de bandera, polo de bandera"
             },
             "man_made/lighthouse": {
                 "name": "Faro",
-                "terms": "faro"
+                "terms": "faro, fanal"
             },
             "man_made/observation": {
                 "name": "Torre de Observación",
                 "terms": "Depósito de agua elevado"
             },
             "man_made/water_well": {
-                "name": "Pozo de agua",
-                "terms": "Pozo de agua"
+                "name": "Pozo de Agua",
+                "terms": "Pozo de Agua"
             },
             "man_made/water_works": {
                 "name": "Abastecimiento de agua potable",
                 "terms": "costa, litoral, playa, orilla, acantilado, margen"
             },
             "natural/fell": {
-                "name": "Meseta"
+                "name": "Meseta",
+                "terms": "montaña, monte, brezal"
             },
             "natural/glacier": {
                 "name": "Glaciar",
                 "terms": "pico, montaña, cresta, cima, cúspide, cumbre, picacho, aguja"
             },
             "natural/scree": {
-                "name": "Acumulación de piedras y rocas"
+                "name": "Acumulación de piedras y rocas",
+                "terms": "conglomeráticos, pedregal"
             },
             "natural/scrub": {
                 "name": "Matorral",
                 "terms": "Puesto, Oficina"
             },
             "office/accountant": {
-                "name": "Contable",
+                "name": "Contador",
                 "terms": "contable, contador, tesorero, interventor, cajero, administrador, contabilidad, gestor"
             },
             "office/administrative": {
                 "terms": "constructor, proyectista, edificador, aparejador, urbanista"
             },
             "office/company": {
-                "name": "Oficina de empresa"
+                "name": "Oficina de empresa",
+                "terms": "Sede de la empresa"
             },
             "office/educational_institution": {
-                "name": "Instiución educativa"
+                "name": "Instiución educativa",
+                "terms": "institución educacional"
             },
             "office/employment_agency": {
                 "name": "Agencia de colocación",
                 "terms": "agencia, bienes raíces, inmobiliaria, alquiler, inmueble, venta"
             },
             "office/financial": {
-                "name": "Oficina financiera"
+                "name": "Oficina financiera",
+                "terms": "Oficina financiera"
             },
             "office/government": {
                 "name": "Oficina de gobierno",
                 "terms": "oficina, aseguradora, seguro"
             },
             "office/it": {
-                "name": "Oficina informática"
+                "name": "Oficina informática",
+                "terms": "Oficina de It, oficina de informáticos, oficina de ti, oficina de tecnologías de información"
             },
             "office/lawyer": {
                 "name": "Despacho de abogados",
             },
             "office/ngo": {
                 "name": "ONG",
-                "terms": "oficina, ONG, organización no gubernamental, "
+                "terms": "oficina, ONG, organización no gubernamental, Oficina de la ONG"
             },
             "office/physician": {
-                "name": "Doctor"
+                "name": "Médico",
+                "terms": "Doctor, facultativo"
             },
             "office/political_party": {
                 "name": "Partido político",
                 "terms": "Oficina de investigación, Laboratorio de investigación, Departamento de investigación, Centro de investigación"
             },
             "office/telecommunication": {
-                "name": "Oficina de telecomunicaciones"
+                "name": "Oficina de telecomunicaciones",
+                "terms": "Oficina de telecomunicaciones"
             },
             "office/therapist": {
-                "name": "Terapeuta"
+                "name": "Terapeuta",
+                "terms": "Terapeuta, psicólogo"
             },
             "office/travel_agent": {
                 "name": "Agencia de viajes",
                 "terms": "barrio, vecindario, vecindad"
             },
             "place/suburb": {
-                "name": "Burgo"
+                "name": "Burgo",
+                "terms": "ciudad, municipio, barrio"
             },
             "place/town": {
                 "name": "Ciudad",
                 "terms": "energía, potencia, electricidad, subestación, tendido, eléctrico, línea, eléctrica, torre"
             },
             "power/minor_line": {
-                "name": "Línea eléctrica de media tensión"
+                "name": "Línea eléctrica de media tensión",
+                "terms": "media tensión, baja tensión"
             },
             "power/pole": {
                 "name": "Poste eléctrico",
                 "name": "Licorería",
                 "terms": "licor, trago, bebida, alcohol, tienda, licorería"
             },
+            "shop/anime": {
+                "name": "Tienda de Anime",
+                "terms": "Tienda de anime"
+            },
+            "shop/antiques": {
+                "name": "Tienda de Antigüedades",
+                "terms": "Tienda de antigüedades"
+            },
             "shop/art": {
-                "name": "Tienda de arte",
-                "terms": "tienda de arte, galería de arte, sala de arte, arte, cultura, pintura, dibujo, escultura, cuadro, retrato, exposición"
+                "name": "Galería de Arte",
+                "terms": "Galería de arte"
+            },
+            "shop/baby_goods": {
+                "name": "Tienda de productos para bebé",
+                "terms": "productos para bebé"
+            },
+            "shop/bag": {
+                "name": "Tienda de Carteras/Equipaje",
+                "terms": "Carteras, Equipaje"
             },
             "shop/bakery": {
                 "name": "Panadería",
                 "terms": "panadería, horno, tahona, tienda, pastelería, confitería, pastel, pan, bollería, bollo"
             },
+            "shop/bathroom_furnishing": {
+                "name": "Tienda de Muebles de Baño",
+                "terms": "Muebles de Baño"
+            },
             "shop/beauty": {
                 "name": "Salón de belleza",
                 "terms": "salón de belleza, estética, belleza, cuidado personal, embellecimiento"
             },
+            "shop/bed": {
+                "name": "Tienda de ropa de cama / colchón",
+                "terms": "ropa de cama, colchón, colchones"
+            },
             "shop/beverages": {
                 "name": "Tienda de bebidas",
-                "terms": "tienda de bebidas"
+                "terms": "bebidas"
             },
             "shop/bicycle": {
                 "name": "Tienda de bicicletas",
                 "terms": "tienda de bicicletas, taller de bicicletas, reparación de bicicletas, bici, bicicleta"
             },
             "shop/bookmaker": {
-                "name": "Librero"
+                "name": "Librero",
+                "terms": "libro, encuadernador, manuscrito, restaurador, fascimil"
             },
             "shop/books": {
                 "name": "Librería",
-                "terms": "librería, venta de libros"
+                "terms": "Tienda de libros, librería"
             },
             "shop/boutique": {
                 "name": "Boutique",
                 "name": "Carnicería",
                 "terms": "carnicería, tablajería, casquería, tocinería, fiambrería, pollería, chacinería, charcutería, alimentación, carne, vacuno, caballo, vaca, pollo, embutido, jamón"
             },
+            "shop/candles": {
+                "name": "Tienda de velas",
+                "terms": "velas"
+            },
             "shop/car": {
                 "name": "Concesionario de automóviles",
                 "terms": "concesionario, coches, automóviles, carros, vehículos, venta"
                 "name": "Taller de reparación de automóviles",
                 "terms": "taller mecánico, mecánico, chapero, reparación, automóvil, vehículo, carro, coche, taller"
             },
+            "shop/carpet": {
+                "name": "Tienda de alfombras",
+                "terms": "Alfombra, Alfombras"
+            },
+            "shop/cheese": {
+                "name": "Tienda de quesos",
+                "terms": "Quesería"
+            },
             "shop/chemist": {
                 "name": "Droguería",
                 "terms": "farmacéutico, botica, farmacia, boticario, apoteca"
             },
+            "shop/chocolate": {
+                "name": "Chocolatería",
+                "terms": "Tienda de chocolate, chocolatería"
+            },
             "shop/clothes": {
                 "name": "Tienda de ropa",
                 "terms": "tienda, ropa, vestido, traje, vestimenta, textil, establecimiento, ropaje, sastrería, comercio, negocio, local"
             },
             "shop/confectionery": {
                 "name": "Confitería",
-                "terms": "confitería, dulces, repostería, golosina, bombones, tienda de dulces, pastelería"
+                "terms": "Tienda de dulces, dulcería"
             },
             "shop/convenience": {
                 "name": "Tienda de alimentación",
                 "terms": "tienda, almacén, colmado, abarrote, alimentación"
             },
+            "shop/copyshop": {
+                "name": "Tienda de copiado",
+                "terms": "copiado, fotocopiado, fotocopiadora"
+            },
+            "shop/cosmetics": {
+                "name": "Tienda de cosméticos",
+                "terms": "cosméticos"
+            },
+            "shop/craft": {
+                "name": "Tienda de Artes y Oficios",
+                "terms": "Artes, Oficios"
+            },
+            "shop/curtain": {
+                "name": "Tienda de cortinas",
+                "terms": "cortinas"
+            },
+            "shop/dairy": {
+                "name": "Tienda de Lácteos",
+                "terms": "lácteos, lechería"
+            },
             "shop/deli": {
                 "name": "Delicatessen",
                 "terms": "delicatessen, tienda, comestibles, gourmet, exquisiteces, comida"
             },
             "shop/dry_cleaning": {
                 "name": "Tintorería",
-                "terms": "tintorería"
+                "terms": "Tintorería"
             },
             "shop/electronics": {
                 "name": "Tienda de electrodomésticos",
                 "terms": "electrónica, electrodoméstico, aparato, televisión, sonido, tienda, electrotécnica"
             },
+            "shop/erotic": {
+                "name": "Tienda Erótica",
+                "terms": "Tienda erótica, tienda de productos eróticos, sex shop"
+            },
+            "shop/fabric": {
+                "name": "Tienda Textil",
+                "terms": "Tienda de telas, textilería"
+            },
             "shop/farm": {
-                "name": "Exposición de productos"
+                "name": "Exposición de productos",
+                "terms": "Soporte de Productos"
+            },
+            "shop/fashion": {
+                "name": "Tienda de Moda",
+                "terms": "moda"
             },
             "shop/fishmonger": {
                 "name": "Pescadería",
                 "name": "Floristería",
                 "terms": "floristería, florista, flores, ramos, plantas, tienda, comercio"
             },
+            "shop/frame": {
+                "name": "Tienda de Enmarcado",
+                "terms": "enmarcado, encuadrado"
+            },
             "shop/funeral_directors": {
                 "name": "Funeraria",
                 "terms": "Funeraria"
             },
+            "shop/furnace": {
+                "name": "Hornería",
+                "terms": "horno"
+            },
             "shop/furniture": {
                 "name": "Mueblería",
                 "terms": "mueble, mobiliario, utensilio, armario, mesa, silla, tienda, decoración, cocina"
                 "name": "Ferretería",
                 "terms": "Ferreteria"
             },
+            "shop/hearing_aids": {
+                "name": "Tienda de Audífonos",
+                "terms": "audífono, aparato del oído, aparato para sordos"
+            },
+            "shop/herbalist": {
+                "name": "Herbolario",
+                "terms": "Herbolario, yerbatero"
+            },
             "shop/hifi": {
                 "name": "Tienda de equipos de sonido",
                 "terms": "sonido, hifi, alta fidelidad, electrónica, altavoces, amplificadores"
             },
+            "shop/interior_decoration": {
+                "name": "Tienda de Decoración de Interiores",
+                "terms": "decoración de interiores"
+            },
             "shop/jewelry": {
                 "name": "Joyería",
                 "terms": "joyería, joyero, relojería, argentería, orfebrería, orfebre, platero, relojero"
             },
             "shop/kiosk": {
-                "name": "Kiosko",
-                "terms": "quiosco, kiosko, prensa, revista, estanco"
+                "name": "Quiosco de diarios",
+                "terms": "diarios, noticias"
+            },
+            "shop/kitchen": {
+                "name": "Tienda de Diseño de Cocinas",
+                "terms": "Diseño de la cocina, diseño de cocina"
             },
             "shop/laundry": {
                 "name": "Lavandería",
                 "terms": "lavandería, lavadero, colada, ropa, tintorería, limpieza"
             },
+            "shop/leather": {
+                "name": "Tienda de pieles",
+                "terms": "cuero, piel, gamuza"
+            },
             "shop/locksmith": {
                 "name": "Cerrajero",
                 "terms": "cerrajero, cerradura, candado"
                 "name": "Centro comercial",
                 "terms": "mall,centro comercial,plaza comercial"
             },
+            "shop/massage": {
+                "name": "Tienda de Masajes",
+                "terms": "masaje"
+            },
+            "shop/medical_supply": {
+                "name": "Farmacia",
+                "terms": "Tienda de suplementos médicos"
+            },
             "shop/mobile_phone": {
                 "name": "Tienda de teléfonos móviles",
                 "terms": "teléfono, smartphone, tienda, electrónica, comunicación, móvil, llamada"
             },
+            "shop/money_lender": {
+                "name": "Prestamista de dinero",
+                "terms": "prestamista"
+            },
             "shop/motorcycle": {
-                "name": "Concesionario de motocicletas"
+                "name": "Concesionario de motocicletas",
+                "terms": "motocicleta, ciclomotor, ciclomoto"
             },
             "shop/music": {
                 "name": "Tienda de música",
                 "terms": "música, melodía, tienda, disco, dvd, vinilo, lp, sonido, discografía, cantante, banda, grupo, rock, soul, pop, reggea, heavy, metal, rap, blues, clásica, cumbia, salsa"
             },
+            "shop/musical_instrument": {
+                "name": "Tienda de Instrumentos Musicales",
+                "terms": "Tienda de instrumentos musicales"
+            },
             "shop/newsagent": {
-                "name": "Vendedor de periódicos",
-                "terms": "vendedor, periódicos, revistas, kiosco, quiosco, puesto, prensa, publicación, diario"
+                "name": "Tienda de Periódicos / Revistas",
+                "terms": "Periódico, Revista"
             },
             "shop/optician": {
                 "name": "Óptica",
                 "terms": "óptica, gafas, lentillas, oculista, óptico, tienda"
             },
+            "shop/organic": {
+                "name": "Tienda de Productos Orgánicos",
+                "terms": "Tienda de productos orgáncos"
+            },
             "shop/outdoor": {
                 "name": "Tienda de actividades al aire libre",
-                "terms": "tienda, deportes, aventura, aire, libre, excursionismo"
+                "terms": "al aire libre, fuera de casa"
+            },
+            "shop/paint": {
+                "name": "Tienda de pintura",
+                "terms": "Pinturería"
+            },
+            "shop/pawnbroker": {
+                "name": "Tienda de empeño",
+                "terms": "Casa de empeño"
             },
             "shop/pet": {
                 "name": "Tienda de mascotas",
                 "name": "Tienda de fotografía",
                 "terms": "fotografía, tienda , establecimiento, fotógrafo, cámara, retratista, revelado"
             },
+            "shop/pyrotechnics": {
+                "name": "Tienda de fuegos artificiales",
+                "terms": "Tienda de fuegos artificiales"
+            },
+            "shop/radiotechnics": {
+                "name": "Tienda de componentes electrónicos",
+                "terms": "Tienda de componentes electrónicos, tienda de electrónica"
+            },
+            "shop/religion": {
+                "name": "Tienda Religiosa",
+                "terms": "Tienda de productos religiosos, tienda religiosa"
+            },
+            "shop/scuba_diving": {
+                "name": "Tienda de Submarinismo",
+                "terms": "Submarinismo, Scuba"
+            },
             "shop/seafood": {
-                "name": "Tienda de frutos de mar"
+                "name": "Tienda de frutos de mar",
+                "terms": "Tienda de comida de mar"
+            },
+            "shop/second_hand": {
+                "name": "Tienda de Envío / Ahorro",
+                "terms": "Envío, Ahorro"
             },
             "shop/shoes": {
                 "name": "Zapatería",
                 "terms": "zapatería, calzado, tienda, zapato, zapatilla, escarpín, bota, sandalia, alpargata, pantufla, babucha, borceguí, almadreña, zueco, chancla, chanclo, madreña, chinela, coturno, alborga"
             },
             "shop/sports": {
-                "name": "Tienda de artículos deportivos"
+                "name": "Tienda de artículos deportivos",
+                "terms": "Artículos Deportivos"
             },
             "shop/stationery": {
-                "name": "Papelería"
+                "name": "Papelería",
+                "terms": "Papelería"
             },
             "shop/supermarket": {
                 "name": "Supermercado",
                 "terms": "supermercado, autoservicio, mercado, hipermercado, alimentación, víveres"
             },
             "shop/tailor": {
-                "name": "Sastre"
+                "name": "Sastre",
+                "terms": "Sastre"
+            },
+            "shop/tattoo": {
+                "name": "Salón de tatuajes",
+                "terms": "tatuaje"
+            },
+            "shop/tea": {
+                "name": "Tienda de té",
+                "terms": "Tienda de té, casa de té, té"
+            },
+            "shop/ticket": {
+                "name": "Venta de entradas",
+                "terms": "Venta de tickets"
+            },
+            "shop/tobacco": {
+                "name": "Tabaquería",
+                "terms": "Tabaquería, tienda de tabacos"
             },
             "shop/toys": {
                 "name": "Tienda de juguetes",
                 "terms": "Taller de neumáticos, Recambio de ruedas"
             },
             "shop/vacant": {
-                "name": "Local vacío"
+                "name": "Local vacío",
+                "terms": "Tienda Libre"
+            },
+            "shop/vacuum_cleaner": {
+                "name": "Tienda de Aspiradoras",
+                "terms": "aspiradora, limpiadora vacuo"
             },
             "shop/variety_store": {
                 "name": "Tienda de variedades",
                 "name": "Videoclub",
                 "terms": "tienda, alquiler, renta, tienda de vídeos, videoclub, alquiler de vídeos, renta de vídeos"
             },
+            "shop/video_games": {
+                "name": "Tienda de Videojuegos",
+                "terms": "Tienda de vídeo juegos"
+            },
+            "shop/water_sports": {
+                "name": "Tienda de Deportes acuáticos / Natación",
+                "terms": "Deportes acuáticos, Natación"
+            },
+            "shop/weapons": {
+                "name": "Tienda de Armas",
+                "terms": "Armería"
+            },
+            "shop/window_blind": {
+                "name": "Tienda de persianas",
+                "terms": "Persianería"
+            },
             "shop/wine": {
                 "name": "Tienda de vinos",
                 "terms": "vinatería, vinos, espirituosos, licorería, bebidas"
                 "terms": "camping,acampada"
             },
             "tourism/caravan_site": {
-                "name": "Parque de carabanas"
+                "name": "Parque de carabanas",
+                "terms": "caravana, remolque, autocaravana"
             },
             "tourism/chalet": {
                 "name": "Cabaña",
                 "terms": "ruta, itinerario, rumbo, dirección, trayecto, ferry, trasbordador, tubería, gasoducto, oleoducto, conducto, cañería"
             },
             "type/route/power": {
-                "name": "Ruta de red elécrica"
+                "name": "Ruta de red elécrica",
+                "terms": "línea de alta tensión, cable, electricidad, energía, red elećtrica"
             },
             "type/route/road": {
-                "name": "Ruta de carretera"
+                "name": "Ruta de carretera",
+                "terms": "carretera, camino"
             },
             "type/route/train": {
                 "name": "Ruta del tren",
                 "terms": "Ruta de tranvía, Línea de tranvía"
             },
             "type/route_master": {
-                "name": "Ruta maestra"
+                "name": "Ruta maestra",
+                "terms": "Ruta principal"
             },
             "vertex": {
                 "name": "Otro",
index 40543e7c3b9f276805f3badf336b0ce79508aacf..e9f58376f80e63d0b73b04a3b3a78a3c6b367e74 100644 (file)
@@ -25,7 +25,7 @@
             "annotation": {
                 "point": "Punkt lisatud.",
                 "vertex": "Joonele lisatud punkt.",
-                "relation": "Relatsioon lisatud."
+                "relation": "Seos lisatud."
             }
         },
         "start": {
         },
         "delete": {
             "title": "Kustuta",
-            "description": "Eemalda kaardilt.",
             "annotation": {
                 "point": "Punkt kustutatud.",
                 "vertex": "Punkt kustutatud joonelt.",
                 "line": "Joon kustutatud.",
                 "area": "Ala kustutatud.",
-                "relation": "Relatsioon kustutatud.",
+                "relation": "Seos kustutatud.",
                 "multiple": "{n} objekti kustutatud."
             }
         },
             "annotation": "Lisatud relatsiooni liige."
         },
         "delete_member": {
-            "annotation": "Relatsiooni liige kustutatud."
+            "annotation": "Seose liige kustutatud."
         },
         "connect": {
             "annotation": {
         "localized_translation_language": "Vali keel",
         "localized_translation_name": "Nimi"
     },
-    "zoom_in_edit": "Muutmiseks zuumi sisse",
+    "zoom_in_edit": "Muutmiseks suurenda sisse",
     "logout": "Logi välja",
     "loading_auth": "OpenStreetMap'iga ühendamine...",
     "report_a_bug": "teata veast",
         "view_on_osm": "Vaata openstreetmap.org lehel",
         "all_tags": "Kõik sildid",
         "all_members": "Kõik liikmed",
-        "all_relations": "Kõik relatsioonid",
-        "new_relation": "Uus relatsioon...",
+        "all_relations": "Kõik seosed",
+        "new_relation": "Uus seos...",
         "role": "Roll",
         "choose": "Vali objekti liik",
         "results": "{n} tulemust otsingule {search}",
         "back_tooltip": "Muuda objekti",
         "remove": "Eemalda",
         "search": "Otsi",
-        "multiselect": "Valitud ühikud",
+        "multiselect": "Valitud objektid",
         "unknown": "Teadmata",
         "incomplete": "<alla laadimata>",
         "feature_list": "Otsi objekte",
         "edit": "Muuda objekti",
-        "none": "Puudub"
+        "none": "Puudub",
+        "node": "Punkt",
+        "way": "Joon",
+        "relation": "Seos",
+        "location": "Asukoht"
     },
     "background": {
         "title": "Taust",
         "percent_brightness": "{opacity}% heledus",
         "none": "Puudub",
         "custom": "Kohandatud",
+        "custom_button": "Muuda kohandatud tausta",
         "fix_misalignment": "Korrigeeri nihet",
         "reset": "lähtesta"
     },
         "welcome": "Tere tulemast kasutama iD OpenStreetMap redaktorit",
         "text": "iD on kasutajasõbralik ja samas võimas töövahend parima vaba maailmakaardi täiendamiseks. See on versioon {version}. Rohkem infot võib leida veebilehelt {website} ja vigadest saab teatada lehel {github}.",
         "walkthrough": "Alusta tutvustust",
-        "start": "Kohe redigeerima"
+        "start": "Alusta muutmist"
     },
     "source_switch": {
         "live": "live",
     },
     "gpx": {
         "local_layer": "Kohalik GPX fail",
-        "zoom": "Zuumi GPX jälg sisse",
+        "zoom": "Suurenda GPX jälg sisse",
         "browse": "Vali .gpx fail"
     },
     "help": {
             "road": "**Vali nimekirjast tee**"
         },
         "startediting": {
-            "title": "Alusta redigeerimist",
+            "title": "Alusta muutmist",
             "save": "Ära unusta oma muudatusi regulaarselt salvestada!",
             "start": "Alusta kaardistamist!"
         }
     },
     "presets": {
         "categories": {
+            "category-building": {
+                "name": "Hoone"
+            },
+            "category-golf": {
+                "name": "Golf"
+            },
             "category-landuse": {
                 "name": "Maakasutus"
             },
             "category-rail": {
                 "name": "Raudtee"
             },
+            "category-restriction": {
+                "name": "Piirang"
+            },
             "category-road": {
                 "name": "Tee"
+            },
+            "category-route": {
+                "name": "Teekond"
+            },
+            "category-water-area": {
+                "name": "Vesi"
+            },
+            "category-water-line": {
+                "name": "Vesi"
             }
         },
         "fields": {
             "access": {
-                "label": "Ligipääs"
+                "label": "Juurdepääs",
+                "placeholder": "Teadmata",
+                "types": {
+                    "access": "Üldine",
+                    "foot": "Jalg",
+                    "motor_vehicle": "Mootorsõidukid",
+                    "bicycle": "Jalgrattad",
+                    "horse": "Hobused"
+                },
+                "options": {
+                    "yes": {
+                        "title": "Lubatud",
+                        "description": "Juurdepääs seaduse alusel; igameheõigus"
+                    },
+                    "no": {
+                        "title": "Keelatud",
+                        "description": "Avalik juurdepääs puudub"
+                    },
+                    "permissive": {
+                        "title": "Soovituslik",
+                        "description": "Juurdepääs on lubatud ajani, mil omanik tühistab loa"
+                    },
+                    "private": {
+                        "title": "Era",
+                        "description": "Juurdepääs lubatud ainult omaniku eriloal"
+                    },
+                    "designated": {
+                        "title": "Määratud"
+                    },
+                    "destination": {
+                        "title": "Sihtkoht"
+                    }
+                }
+            },
+            "access_simple": {
+                "label": "Juurdepääs",
+                "placeholder": "jah"
+            },
+            "access_toilets": {
+                "label": "Juurdepääs"
             },
             "address": {
                 "label": "Aadress",
                 "placeholders": {
+                    "housename": "Maja nimetus",
+                    "housenumber": "123",
                     "street": "Tänav",
-                    "city": "Linn"
+                    "city": "Linn",
+                    "postcode": "Sihtnumber",
+                    "place": "Koht",
+                    "country": "Riik"
+                }
+            },
+            "aerialway/access": {
+                "options": {
+                    "both": "Mõlemad"
                 }
             },
             "aeroway": {
             "clock_direction": {
                 "label": "Suund",
                 "options": {
-                    "clockwise": "Kellasuunas",
-                    "anticlockwise": "Kella vastassuunas"
+                    "clockwise": "Päripäeva",
+                    "anticlockwise": "Vastupäeva"
                 }
             },
             "collection_times": {
                 "name": "Tuletõrjedepoo"
             },
             "amenity/fountain": {
-                "name": "Purskaev"
+                "name": "Purskkaev"
             },
             "amenity/fuel": {
                 "name": "Bensiinijaam"
                 "name": "Postkontor"
             },
             "amenity/pub": {
-                "name": "Pubi"
+                "name": "Kõrts"
             },
             "amenity/restaurant": {
-                "name": "Restoraan"
+                "name": "Restoran"
             },
             "amenity/swimming_pool": {
                 "name": "Ujumisbassein"
             "amenity/toilets": {
                 "name": "Tualett"
             },
-            "amenity/university": {
-                "name": "Ülikool"
-            },
             "amenity/waste_basket": {
                 "name": "Prügikast"
             },
             "building/apartments": {
                 "name": "Korterid"
             },
+            "building/church": {
+                "name": "Kirik"
+            },
             "building/commercial": {
                 "name": "Ärihoone"
             },
+            "building/construction": {
+                "name": "Ehitusjärgus hoone"
+            },
+            "building/detached": {
+                "name": "Eramu"
+            },
+            "building/dormitory": {
+                "name": "Ühiselamu"
+            },
+            "building/entrance": {
+                "name": "Sissepääs"
+            },
+            "building/garage": {
+                "name": "Garaaz"
+            },
+            "building/garages": {
+                "name": "Garaazid"
+            },
+            "building/greenhouse": {
+                "name": "Kasvuhoone"
+            },
+            "building/hospital": {
+                "name": "Haigla"
+            },
+            "building/hotel": {
+                "name": "Hotell"
+            },
             "building/house": {
                 "name": "Maja"
             },
+            "building/hut": {
+                "name": "Onn"
+            },
             "building/industrial": {
                 "name": "Tööstushoone"
             },
+            "building/kindergarten": {
+                "name": "Lasteaed"
+            },
+            "building/public": {
+                "name": "Avalik hoone"
+            },
             "building/residential": {
                 "name": "Elamu"
             },
+            "building/roof": {
+                "name": "Katus"
+            },
+            "building/train_station": {
+                "name": "Raudteejaam"
+            },
+            "building/university": {
+                "name": "Ülikool"
+            },
+            "building/warehouse": {
+                "name": "Ladu"
+            },
+            "craft/basket_maker": {
+                "name": "Korvimeister"
+            },
+            "craft/beekeeper": {
+                "name": "Mesinik"
+            },
+            "craft/blacksmith": {
+                "name": "Sepikoda"
+            },
+            "craft/boatbuilder": {
+                "name": "Paadiehitaja"
+            },
+            "craft/bookbinder": {
+                "name": "Raamatuköitja"
+            },
+            "craft/brewery": {
+                "name": "Pruulikoda"
+            },
+            "craft/carpenter": {
+                "name": "Puusepp"
+            },
             "emergency/phone": {
                 "name": "Hädaabi telefon"
             },
                 "name": "Tee"
             },
             "highway/bridleway": {
-                "name": "Ratsutamistee"
+                "name": "Ratsutamise rada"
             },
             "highway/bus_stop": {
                 "name": "Bussipeatus"
                 "name": "Surnuaed"
             },
             "landuse/commercial": {
-                "name": "Kommertsmaa"
+                "name": "Ärimaa"
             },
             "landuse/forest": {
-                "name": "Mets"
+                "name": "Metsamaa"
             },
             "landuse/grass": {
                 "name": "Muru"
             },
             "landuse/industrial": {
-                "name": "Tüüstuslik"
+                "name": "Tootmismaa"
             },
             "landuse/meadow": {
                 "name": "Niit"
                 "name": "Karjäär"
             },
             "landuse/residential": {
-                "name": "Elamupiirkond"
+                "name": "Elamumaa"
             },
             "landuse/retail": {
-                "name": "Kaubanduslik"
+                "name": "Jaekaubandus"
             },
             "landuse/vineyard": {
                 "name": "Viinapuuaed"
             "man_made/water_tower": {
                 "name": "Veetorn"
             },
-            "man_made/water_well": {
-                "name": "Veekaev"
-            },
             "natural": {
                 "name": "Looduslik"
             },
             "shop/bicycle": {
                 "name": "Rattapood"
             },
-            "shop/books": {
-                "name": "Raamatupood"
-            },
             "shop/butcher": {
                 "name": "Lihapood"
             },
             "shop/computer": {
                 "name": "Arvutipood"
             },
-            "shop/confectionery": {
-                "name": "Kommipood"
-            },
-            "shop/dry_cleaning": {
-                "name": "Keemiline puhastus"
-            },
             "shop/electronics": {
                 "name": "Elektroonikapood"
             },
             "shop/hairdresser": {
                 "name": "Juuksurisalong"
             },
-            "shop/kiosk": {
-                "name": "Kiosk"
-            },
             "shop/laundry": {
                 "name": "Pesumaja"
             },
                 "name": "Kunstiteos"
             },
             "tourism/attraction": {
-                "name": "\tTurismiatraktsioon"
+                "name": "Turismiatraktsioon"
             },
             "tourism/caravan_site": {
                 "name": "Karavanipark"
index 01ce86d97abf0f14399a6ec27df404a62147dc90..d252f1d10ce24d284d48686d76b96e76b009b514 100644 (file)
@@ -95,7 +95,6 @@
         },
         "delete": {
             "title": "حذف",
-            "description": "حذف این از نقشه.",
             "annotation": {
                 "point": "نقطه حذف شد.",
                 "vertex": "گره از راه حذف شد.",
         },
         "areas": {
             "title": "فضاها",
-            "add": "فضا ها یک راه جزییاتی بیشتر برای نمایش مشخصات اند. آنها اطلاعاتی درباره ویژگی های مرزی ارائه میدهند. فضا ها میتوانند برای انواع بیشتری ویژگی استفاده شوند نقاط میتوانند استفاده شوند و، اغلب مقدم ترند.**برای افزودن فضای جدید روی دکمه ی فضا کلیک کنید.**",
             "corner": "مناطق با گذاشتن گره هایی در مرز منطقه کشیده می شوند.**گره آغازین را در یکی از گوشه های زمین بازی قرار دهید.**",
             "place": "فضا را با گذاشتن گره های بیشتر بکشید. فضا را با کلیک روی نقطه ی شروع پایان دهید.**فضایی برای زمین بازی بکشید.**",
             "search": "**برای  '{name}' جستجو کنید.**",
             "amenity/charging_station": {
                 "name": "ایستگاه شارژ"
             },
-            "amenity/childcare": {
-                "name": "مراقبت از کودک",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مراقبت از کودک'، با کاما جدا میشوند>"
-            },
             "amenity/cinema": {
                 "name": "سینما",
                 "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سینما'، با کاما جدا میشوند>"
             "amenity/clock": {
                 "name": "ساعت"
             },
-            "amenity/college": {
-                "name": "دانشکده",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دانشکده'، با کاما جدا میشوند>"
-            },
             "amenity/courthouse": {
                 "name": "دادگاه",
                 "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دادگاه'، با کاما جدا میشوند>"
             "amenity/hospital": {
                 "name": "محیط بیمارستان"
             },
-            "amenity/kindergarten": {
-                "name": "محیط کودکستان"
-            },
             "amenity/library": {
                 "name": "کتابخانه",
                 "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کتابخانه'، با کاما جدا میشوند>"
                 "name": "تالار شهر",
                 "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تالار شهر'، با کاما جدا میشوند>"
             },
-            "amenity/university": {
-                "name": "دانشگاه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دانشگاه'، با کاما جدا میشوند>"
-            },
             "amenity/vending_machine": {
                 "name": "دستگاه فروش"
             },
             "leisure/swimming_pool": {
                 "name": "استخر شنا"
             },
-            "leisure/track": {
-                "name": "مسیر مسابقه"
-            },
             "line": {
                 "name": "خط"
             },
             "man_made/water_tower": {
                 "name": "برج مخزن آب"
             },
-            "man_made/water_well": {
-                "name": "چاه آب"
-            },
             "man_made/water_works": {
                 "name": "امور آب"
             },
             "shop/alcohol": {
                 "name": "مغازه مشروب فروشی"
             },
-            "shop/art": {
-                "name": "فروشگاه هنری"
-            },
             "shop/bakery": {
                 "name": "نانوایی"
             },
             "shop/bookmaker": {
                 "name": "صحافی"
             },
-            "shop/books": {
-                "name": "کتاب فروشی"
-            },
             "shop/boutique": {
                 "name": "بوتیک"
             },
             "shop/computer": {
                 "name": "فروشگاه کامپیوتر"
             },
-            "shop/confectionery": {
-                "name": "شیرینی پزی"
-            },
             "shop/convenience": {
                 "name": "فروشگاه زنجیره ای"
             },
             "shop/doityourself": {
                 "name": "فروشگاه DIY"
             },
-            "shop/dry_cleaning": {
-                "name": "پاک کننده های خشک"
-            },
             "shop/electronics": {
                 "name": "فروشگاه الکترونیک"
             },
             "shop/jewelry": {
                 "name": "جواهر فروشی"
             },
-            "shop/kiosk": {
-                "name": "دکه"
-            },
             "shop/laundry": {
                 "name": "خشک شویی"
             },
             "shop/music": {
                 "name": "فروشگاه موسیقی"
             },
-            "shop/newsagent": {
-                "name": "دکه ی روزنامه"
-            },
             "shop/optician": {
                 "name": "عینک سازی"
             },
-            "shop/outdoor": {
-                "name": "فروشگاه فضای باز"
-            },
             "shop/pet": {
                 "name": "فروشگاه حیوانات خانگی"
             },
index 6eac3871adc2b1842a3ab17ba64b00f82aad635b..bcbefbd6ce5c0aebaa0908a7e3e1fd890e140314 100644 (file)
@@ -45,7 +45,7 @@
             "title": "Pidennä",
             "description": "Jatka ja pidennä tätä viivaa.",
             "not_eligible": "Viivaa ei voi jatkaa tästä.",
-            "multiple": "Useita viivoja voidaan jatkaa tässä. Viivan valitsemiseksi paina Shift-painiketta ja napsauta sitä.",
+            "multiple": "Tästä pisteestä voi jatkaa useita viivoja. Valitse jatkettava viiva painamalla Shift-painiketta ja napsauttamalla viivaa.",
             "annotation": {
                 "line": "Viivan muokkaaminen aloitettu.",
                 "area": "Alueen muokkaaminen aloitettu."
@@ -97,7 +97,6 @@
         },
         "delete": {
             "title": "Poista",
-            "description": "Poista tämä kohde kartalta.",
             "annotation": {
                 "point": "Paikkapiste poistettu.",
                 "vertex": "Piste poistettu viivalta.",
         },
         "reverse": {
             "title": "Vaihda suuntaa",
-            "description": "Muuta viivan kulkusuunta päinvastaiseksi.",
+            "description": "Muuta viivan suunta päinvastaiseksi.",
             "key": "V",
-            "annotation": "Viivan kulkusuunta käännetty."
+            "annotation": "Viivan suunta vaihdettu."
         },
         "split": {
             "title": "Jaa",
             "description": {
-                "line": "Jaa viiva kahtia tässä pisteessä.",
-                "area": "Jaa tämän alueen reunaviiva kahtia.",
+                "line": "Jaa viiva kahteen osaan tässä pisteessä.",
+                "area": "Jaa alueen reunaviiva kahteen osaan.",
                 "multiple": "Jaa viivat/alueiden reunat kahtia tässä pisteessä."
             },
             "key": "X",
             "annotation": {
-                "line": "Jaa viiva.",
-                "area": "Jaa alueen reunaviiva.",
+                "line": "Viiva jaettu.",
+                "area": "Alueen reunaviiva jaettu.",
                 "multiple": "Jaa {n} viivaa/aluiden reunaviivaa."
             },
             "not_eligible": "Viivoja ei voi jakaa alusta tai lopusta.",
         "untagged_area": "Alue, jolla ei ole tageja",
         "many_deletions": "Haluatko varmasti poistaa {n} kohdetta? Kohteet poistetaan kaikkien näkyviltä OpenStreetMap-palvelussa.",
         "tag_suggests_area": "Tagin {tag} mukaan viiva on alue, vaikka se ei sitä ole.",
-        "untagged_point_tooltip": "Valitse ominaisuustyyppi, joka kuvailee, mikä tämä piste on.",
-        "untagged_line_tooltip": "Valitse ominaisuustyyppi, joka kuvailee, mikä tämä viiva on.",
-        "untagged_area_tooltip": "Valitse ominaisuustyyppi, joka kuvailee, mikä tämä alue on.",
+        "untagged_point_tooltip": "Valitse ominaisuustyyppi, joka kuvaa tämän pisteen tarkoitusta.",
+        "untagged_line_tooltip": "Valitse ominaisuustyyppi, joka kuvaa tämän viivan tarkoitusta.",
+        "untagged_area_tooltip": "Valitse ominaisuustyyppi, joka kuvaa tämän alueen tarkoitusta.",
         "deprecated_tags": "Vanhentuneet tagit: {tags}"
     },
     "zoom": {
         "title": "Ohje",
         "help": "# Ohje\n\nTämä on ohjelma [OpenStreetMap-kartan](http://www.openstreetmap.org/)\nilmaisen ja muokattavan kartan muokkaamiseen. Voit käyttää ja \nmuokata sitä alueellasi vapaasti ja osallistua ihmisten tekemän\nmaailmankartan luomiseen.\n\nKarttaan tehtävät muutokset ovat näkyvillä kaikille\nOpenStreetMapin käyttäjille. Kartan muokkaaminen edellyttää\n[ilmaista OpenStreetMap-käyttäjätiliä](https://www.openstreetmap.org/user/new).\n\n[iD-muokkausohjelma](http://ideditor.com/) on yhteistyöprojekti, jonka [lähdekoodi\non saatavilla GitHubista](https://github.com/openstreetmap/iD).\n",
         "editing_saving": "# Muokkaaminen ja tallentaminen\n\nTätä muokkausohjelmaa tulisi ensisijaisesti käyttää toimivalla\n Internet-yhteydellä, kuten nyt verkkoselaimella.\n\n### Karttakohteiden valitseminen\n\nValitse karttakohde, kuten tie tai ravintola napsauttamalla\nsitä kerran kartalla. Tällöin karttakohde korostetaan ja vasemmalle\navautuu kohteen muokkausnäkymä.\n\nValitse useita karttakohteita kerralla napsauttamalla niitä\nja pitämällä Shiht-näppäin pohjassapohjassa tai vetämällä kartalle valintaikkunan.\nKaikki valintaikkunan sisällä olevat kohteet valitaan.\n\n### Muokkausten tallentaminen\n\nKartalle tehtävät muutokset tallennetaan tietokoneelle,\nkunnes ne tallennetaan palvelimelle. Älä pelkää virheiden\ntekemistä - muutoksen voi perua napsauttamalla Kumoa ja tuoda\ntakaisin napsauttamalla Tee uudelleen\n\nTallenna kaikki karttaan tehdyt muutokset napsauttamalla\n\"Tallenna\" - tee näin säännöllisesti. Karttalaadun varmistamiseksi\niD varmistaa muutokset tyypillisten huolimattomuusvirheiden varalta\nja varoittaa, jos osa muutoksista edellyttää toimenpiteitä ennen tallennusta.\n\nJos huomautettavaa ei ole, lisää pieni kommentti tehdyistä muutoksista\nja tallenna muutokset palvelimelle napsauttamalla jälleen \"Tallenna\".\nMuutokset tulevat näkyviin [OpenStreetMap.orgiin](http://www.openstreetmap.org/), missä ne ovat\nkaikkien käyttäjien nähtävissä ja tarkasteltavissa.\n\nJos muutokset meinaavat jäädä kesken ja et halua vielä tallentaa niitä,\nvoit sulkea selainikkunan. Seuraavalla kerralla iD-muokkain\nmahdollistaa viime kerran muokkausten palauttamisten.\n",
-        "roads": "# Tiet\n\nTällä muokkausohjelmalla voi lisätä, muokata ja poistaa teitä. Tie-sanalla\ntarkoitetaan kaikkia väyliä, kuten moottoriteitä, latuja, polkuja, pyöräteitä\nja monia muita.\n\n### Valitseminen\n\nValitse tie napsauttamalla sitä. Tien ulkoreuna korostuu, sen viereen\navautuu pikatoimintopalkki ja sivupalkkiin ilmestyy tien kohdemuokkain.\n\n### Siirtäminen ja muotoileminen\n\nKartalta voi löytää usein teitä, jotka eivät täsmää taustalla olevan ilmakuvan\ntai GPS-jäljen kanssa. Tällaiset tiet tulisi siirtää nopeasti oikealle paikalleen.\n\nAloita napsauttamalla siirrettävää tietä. Tien ulkoreunat korostuvat ja sen\nviivapisteet korostuvat. Tien muotoa voi muuttaa vetämällä viivapisteitä\nuusiin paikkoihin. Uuden viivapisteen voi luoda kaksoisnapsauttamalla\nmitä tahansa tien kohtaa, jossa ei jo ole viivapistettä.\n\nJos oikeassa maailmassa on kahden tien risteys, mutta ne eivät risteä\nkartalla, vedä joku viivapiste toiseen tiehen, jolloin niiden välille tulee\nristeys. Ei riitä, että tiet vain näyttävät risteävän kartalla, vaan niillä tulee\nolla yhteinen viivapiste. Tämä on erityisen tärkeää navigaattoreiden\nreititysohjelmistojen toimivuuden vuoksi.\n\nSiirrä koko tietä kerralla pikatoimintopalkin Siirrä-toiminnolla tai painamalla\nnäppäimistöstä M-näppäintä. Siirrä tie uudelle paikalleen ja lukitse siirto\nnapsauttamalla.\n\n### Poistaminen\n\nJos tie on täysin virheellinen - se esimerkiksi puuttuu satelliittikuvasta\nkokonaan tai se ei varmasti ole enää olemassa - se tulee poistaa\nkartalta. Mieti tarkkaan ennen karttakohteiden poistamispäätöstä -\nmuutos näkyy kartalla kaikille ja lisäksi satelliittikuvat ovat usein\nvanhentuneita, joten tie on jo voitu ehtiä rakentaa uudelleen.\n\nPoista tie valitsemalla se ja napsauttamalla sitten roskakorin\nkuvaketta tai napsauttamalla näppäimistön Delete-näppäintä.\n\n### Luominen\n\nPuuttuuko tie kartalta? Aloita tien piirtäminen napsauttamalla yläpalkista\nViiva tai paina pikanäppäintä `2` näppäimistöstä.\n\nNapsauta seuraavaksi tien lähtöpistettä. Jos tie lähtee jo kartalla olevan tien\nristeyksestä, napsauta risteyskohtaa.\n\nJatka napsauttelemalla tielle viivapisteitä säännöllisin välimatkoin\nseuraamalla ilmakuvaa tai GPS-jälkeä. Jos tie risteää jonkun muun tien kanssa, muodosta risteys napsauttamalla risteyskohtaa ja jatka taas normaaliin tapaan. Lopeta piirtäminen ja viimeistele tie\nkaksoisnapsauttamalla tai painamalla Enter-näppäintä. Peru tien piirtäminen ja poista tie painamalla näppäimistön askelpalautinta.\n",
+        "roads": "# Tiet\n\nTällä muokkausohjelmalla voi lisätä, muokata ja poistaa teitä. Tie-sanalla\ntarkoitetaan kaikkia väyliä, kuten moottoriteitä, latuja, polkuja, pyöräteitä\nja monia muita.\n\n### Valitseminen\n\nValitse tie kartalta napsauttamalla sitä. Tien ulkoreuna korostuu, sen viereen\navautuu pikatoimintopalkki ja sivupalkkiin ilmestyy tien kohdemuokkain.\n\n### Siirtäminen ja muotoileminen\n\nKartalta voi löytää usein teitä, jotka eivät täsmää taustalla olevan ilmakuvan\ntai GPS-jäljen kanssa. Tällaiset tiet tulisi siirtää nopeasti oikealle paikalleen.\n\nAloita napsauttamalla siirrettävää tietä. Tien ulkoreunat korostuvat ja sen\nviivapisteet korostuvat. Tien muotoa voi muuttaa vetämällä viivapisteitä\nuusiin paikkoihin. Uuden viivapisteen voi luoda kaksoisnapsauttamalla\nmitä tahansa tien kohtaa, jossa ei jo ole viivapistettä.\n\nJos oikeassa maailmassa on kahden tien risteys, mutta ne eivät risteä\nkartalla, vedä joku viivapiste toiseen tiehen, jolloin niiden välille tulee\nristeys. Ei riitä, että tiet vain näyttävät risteävän kartalla, vaan niillä tulee\nolla yhteinen viivapiste. Tämä on erityisen tärkeää navigaattoreiden\nreititysohjelmistojen toimivuuden vuoksi.\n\nSiirrä koko tietä kerralla pikatoimintopalkin Siirrä-toiminnolla tai painamalla\nnäppäimistöstä M-näppäintä. Siirrä tie uudelle paikalleen ja lukitse siirto\nnapsauttamalla.\n\n### Poistaminen\n\nJos tie on täysin virheellinen - se esimerkiksi puuttuu satelliittikuvasta\nkokonaan tai se ei varmasti ole enää olemassa - se tulee poistaa\nkartalta. Mieti tarkkaan ennen karttakohteiden poistamispäätöstä -\nmuutos näkyy kartalla kaikille ja lisäksi satelliittikuvat ovat usein\nvanhentuneita, joten tie on jo voitu ehtiä rakentaa uudelleen.\n\nPoista tie valitsemalla se ja napsauttamalla sitten roskakorin\nkuvaketta tai napsauttamalla näppäimistön Delete-näppäintä.\n\n### Luominen\n\nPuuttuuko tie kartalta? Aloita tien piirtäminen napsauttamalla yläpalkista\nViiva tai paina pikanäppäintä `2` näppäimistöstä.\n\nNapsauta seuraavaksi tien lähtöpistettä. Jos tie lähtee jo kartalla olevan tien\nristeyksestä, napsauta risteyskohtaa.\n\nJatka napsauttelemalla tielle viivapisteitä säännöllisin välimatkoin\nseuraamalla ilmakuvaa tai GPS-jälkeä. Jos tie risteää jonkun muun tien kanssa, muodosta risteys napsauttamalla risteyskohtaa ja jatka taas normaaliin tapaan. Lopeta piirtäminen ja viimeistele tie\nkaksoisnapsauttamalla tai painamalla Enter-näppäintä. Peru tien piirtäminen ja poista tie painamalla näppäimistön askelpalautinta.\n",
         "gps": "# GPS\n\nGPS-mittaukset ovat tärkein OpenStreetMapin aineiston lähde. Tämä\nmuokkausohjelma tukee omalta tietokoneeltasi käytettäviä `.gpx`-tiedostoja.\nGPS-mittauksia voi tehdä useilla älypuhelinsovelluksilla ja tietysti myös\nerillisillä GPS-mittalaitteilla.\n\nLisätietoja GPS-mittausten tekemisestä on sivuilla\n[Surveying with a GPS](http://learnosm.org/en/beginner/using-gps/)\nja [Aloittelijan opas](http://wiki.openstreetmap.org/wiki/Fi:Beginners_Guide_1.1).\n\nKäytä GPX-tiedostoa kartoittamisen apuna vetämällä ja pudottamalla\ntiedosto kartanmuokkausohjelmaan. Jos se toimii, GPS-jälki ilmestyy\nkarttapohjalle kirkkaanvihreänä viivana. Tämän uuden GPX-karttatason\nasetuksia voi muuttaa Taustan asetukset -valikossa.\n\nTällä tavalla kartoittamisen apuna käytettyä GPX-tiedostoa ei tallenneta\nOpenStreetMapiin - tiedosto tulee hyödynnettyä parhaiten tallentamalla\ntiedosto myös muiden [karttakehittäjien käyttöön](http://www.openstreetmap.org/trace/create).\n",
         "imagery": "# Ilmakuvat\n\nIlmakuvat ovat tärkeä kartoittamisen apuväline. Lentokuvien,\nsatelliittikuvien ja vapaasti koottujen materiaalien kokoelma on\nkäytettävissä Taustan asetukset -valikosta oikean reunan sivupalkista.\n\nOletuksena taustalla näytetään [Bing-karttojen](http://www.bing.com/maps/) satelliittikuvat,\nmutta karttaa lähentämällä vaihtoehtoja tulee lisää.\nJoissakin maissa, kuten Suomessa, Ranskassa ja Tanskassa\non saatavilla korkealaatuisia lentokoneesta kuvattuja ilmakuvia.\n\nIlmakuva voi näyttää virheelliseltä palveluntarjoajan sivuston\nvirheen vuoksi. Jos tiestön sijainti heittää ilmakuvasta, älä ala heti\nsiirtämään niitä vastaamaan taustakuvaa, vaan siirrä ilmakuvataustaa\nvastaamaan tiestöä asetuksella \"Korjaa ilmakuvavirhe\"\nTaustan asetusten alaosassa.\n",
-        "addresses": "# Osoitteet\n\nOsoitteet ovat yksi tärkeimmistä kartalla olevasta tiedosta.\n\nSen lisäksi että osoitetiedot ovat myös katujen nimiä,\nOpenStreetMapissa ne ovat olennaisia myös rakennusten\nja muiden kadunvarsikohteiden tiedoissa.\n\nOsoitetietoja voi katujen lisäksilisätä rakennuksien ulkoreunille\nja paikkapisteille. Paras osoitetietojen lähde on jalkautuminen tai\noma paikallistuntemus - kuten kaikessa muussakin muokkaamisessa,\ntietojen kopioiminen kaupallisista lähteistä kuten Google Kartoista\non ehdottomasti kielletty.\n",
-        "inspector": "# Kohdemuokkaimen käyttö\n\nKohdemuokkain on näytön vasemmassa reunassa oleva osio,\njolla muutetaan valitun kohteen ominaisuuksia.\n\n### Kohteen tyypin valitseminen\n\nPisteen, viivan tai alueen lisäämisen jälkeen tulee valita, millainen kohde\nse on - kuten kahvila, moottoritie, joki tai leikkipuisto. Kohdemuokkain\nnäyttää painikkeet yleisimmille kohteille. Jos kohde ei näy listalla, hae\npaikkaa hakusanalla ja valitse se sitten luettelosta. Haku ymmärtää myös\nsynonyymit ja englanninkieliset nimet, joten kokeile sitä rohkeasti.\n\nTarkastele kohdetyypin lisätietoja tarkemmin napsauttamalla i-kirjainta\nsen reunassa. Valitse kohdetyyppi muokattavalle kohteelle napsauttamalla.\n\n### Kohteen tagien muokkaaminen\n\nKun kohdetyyppi on valittu, kohdemuokkain näyttää tietokenttiä, joilla\nvoidaan kuvailla kohteen ominaisuuksia, kuten nimi ja osoite.\n\nKenttäjoukon alapuolella on rivi painikkeita, joilla voi avata lisäkenttiä,\nkuten [Wikipedia-sivun](http://fi.wikipedia.org/), esteettömyystiedot\nja paljon muuta.\n\nKohdemuokkaimen alaosassa on Kaikki tagit -kohta, jossa voi lisätä\nkohteelle mitä tahansa tageja eli ominaisuustietoja. [Taginfosta](http://taginfo.openstreetmap.org/)\nlöytää lisätietoja erilaisista tageista ja niiden käyttömahdollisuuksista.\n\nKohdemuokkaimella tehtävät muutokset päivittyvät muokkauskartalle.\nreaaliaikaisesti. Muutoksen voi kuitenkin aina perua napsauttamalla\nKumoa-painiketta.\n",
+        "addresses": "# Osoitteet\n\nOsoitteet ovat yksi tärkeimmistä kartalla olevasta tiedosta.\n\nSen lisäksi että osoitetiedot ovat myös katujen nimiä,\nOpenStreetMapissa ne ovat olennaisia myös rakennusten\nja muiden kadunvarsikohteiden tiedoissa.\n\nOsoitetietoja voi katujen lisäksi lisätä rakennuksien ulkoreunoille\nja paikkapisteille. Paras osoitetietojen lähde on jalkautuminen tai\noma paikallistuntemus. Kuten kaikessa muussakin muokkaamisessa,\ntietojen kopioiminen kaupallisista lähteistä kuten Google Kartoista\non ehdottomasti kielletty.\n",
+        "inspector": "# Kohdemuokkaimen\nkäyttö\n\nKohdemuokkain on näytön vasemmassa reunassa oleva osio,\njolla muutetaan valitun kohteen ominaisuuksia.\n\n### Kohteen tyypin valitseminen\n\nPisteen, viivan tai alueen lisäämisen jälkeen tulee valita, millainen kohde\nse on - kuten kahvila, moottoritie, joki tai leikkipuisto. Kohdemuokkain\nnäyttää painikkeet yleisimmille kohteille. Jos kohde ei näy listalla, hae\npaikkaa hakusanalla ja valitse se sitten luettelosta. Haku ymmärtää myös\nsynonyymit ja englanninkieliset nimet, joten kokeile sitä rohkeasti.\n\nTarkastele kohdetyypin lisätietoja tarkemmin napsauttamalla i-kirjainta\nsen reunassa. Valitse kohdetyyppi muokattavalle kohteelle napsauttamalla.\n\n### Kohteen tagien muokkaaminen\n\nKun kohdetyyppi on valittu, kohdemuokkain näyttää tietokenttiä, joilla\nvoidaan kuvailla kohteen ominaisuuksia, kuten nimi ja osoite.\n\nKenttäjoukon alapuolella on rivi painikkeita, joilla voi avata lisäkenttiä,\nkuten [Wikipedia-sivun](http://fi.wikipedia.org/), esteettömyystiedot\nja paljon muuta.\n\nKohdemuokkaimen alaosassa on Kaikki tagit -kohta, jossa voi lisätä\nkohteelle mitä tahansa tageja eli ominaisuustietoja. [Taginfosta](http://taginfo.openstreetmap.org/)\nlöytää lisätietoja erilaisista tageista ja niiden käyttömahdollisuuksista.\n\nKohdemuokkaimella tehtävät muutokset päivittyvät muokkauskartalle.\nreaaliaikaisesti. Muutoksen voi kuitenkin aina perua napsauttamalla\nKumoa-painiketta.\n",
         "buildings": "# Rakennukset\n\nOpenStreetMap sisältää maailman laajimman rakennustietokannan.\nVoit osallistua tämän tietokannan luomiseen ja kehittämiseen.\n\n### Valitseminen\n\nValitse rakennus napsauttamalla sen seinää. Rakennus korostuu,\nrakennuksen viereen tulee pikatoiminto palkki ja rakennuksen\nmuokkausnäkymä avautuu.\n\n### Muokkaaminen\n\nJoskus rakennukset ovat väärin sijoitettuja tai niiden tiedot ovat virheellisiä.\n\nSiirrä rakennusta valitsemalla se ja napsauttamalla Muokkaa. Liikuta\nrakennusta hiirellä ja aseta se uudelle paikalleen napsauttamalla.\n\nMuuta rakennuksen muotoa napsauttamalla ja vetämällä\nsen rajojen pisteitä oikeille kohdille.\n\n### Piirtäminen\n\nYksi yleisimmistä rakennusten piirtämiseen liittyvistä kysymyksistä on se,\nettä OpenStreetMapissa rakennus voidaan piirtää tai merkitä vain pisteellä.\nNyrkkisääntö on, että rakennusten ulkomuodot tulisi aina pyrkiä piirtämään\nmahdollisimman tarkasti ja sijoittaa mahdolliset sisällä toimivat yritykset paikkapisteinä sen sisään.\n\nAloita rakennuksen piirtäminen napsauttamalla yläpalkista Alue.\nPeruuta piirtäminen painamalla näppäimistön askelpalautinta.\nViimeistele rakennus sulkemalla se napsauttamalla lähtöpistettä uudelleen.\n\n### Poistaminen\n\nJos rakennus on täysin virheellinen - se esimerkiksi puuttuu satelliittikuvasta\nkokonaan tai se ei varmasti ole enää olemassa - se tulee poistaa\nkartalta. Mieti tarkkaan ennen karttakohteiden poistamispäätöstä -\nmuutos näkyy kartalla kaikille ja lisäksi satelliittikuvat ovat usein\nvanhentuneita, joten rakennus on jo voitu ehtiä rakentaa uudelleen.\n\nPoista rakennus valitsemalla se ja napsauttamalla sitten roskakorin\nkuvaketta tai napsauttamalla näppäimistön Delete-näppäintä.\n",
         "relations": "# Suhteet\n\nSuhde on erityistyyppinen OpenStreetMap-ominaisuus, joka ryhmittää yhteen muita\nominaisuuksia. Esimerkiksi kaksi yleistä suhdetyyppiä ovat *route relations*,\njotka ryhmittävät yhteen tienosat, jotka kuuluvat tiettyyn moottoritiehen tai\npäätiehen, ja *multipolygons*, jotka ryhmittävät yhteen useita viivoja, jotka määrittävät\nmutkikkaita alueita (sellaisia, joissa on useita kappaleita tai reikiä, kuten donitsissa).\n\nOminaisryhmää suhteessa kutsutaan *members*. Sivupalkissa voit nähdä\nminkä suhteiden jäsenenä ominaisuus on, ja napsauttaa suhdetta siellä\nsen valitsemiseksi. Kun suhde on valittu, voit nähdä kaikki sen jäsenet\nlueteltuina sivupalkissa ja korostettuna kartalla.\n\nEnimmäkseen iD huolehtii suhteiden ylläpidosta automaattisesti muokkauksen\naikana. Tärkein seikka, josta sinun pitäisi olla tietoinen, on että jos poistat\ntienpätkän piirtääksesi sen tarkempaa, sinun pitäisi varmistua, että uusi pätkä on\nsaman suhteen jäsen kuin alkuperäinen.\n\n## Suhteiden muokkaus\n\nJos haluat muokata suhteita, tässä ovat perusasiat.\n\nOminaisuuden lisäämiseksi suhteeseen, valitse ominaisuus, napsauta ”+”-painiketta\nsivupalkin ”All relations”-kappaleessa, ja valitse tai kirjoita suhteen nimi.\n\nUuden suhteen luomisesksi valitse ensin ominaisuus, jonka pitäisi olla jäsen,\nnapsauta ”+”-painiketta ”All relations”-kappaleessa ja valitse ”New relation...”.\n\nOminaisuuden poistamiseksi suhteesta valitse ominaisuus ja napsauta\nroskakoripainiketta sen suhteen vieressä, josta haluat sen poistaa.\n\nVoit luoda monikulmioita rei'illä käyttäen ”Merge”-työkalua. Piirrä kaksi aluetta (sisempi\nja ulompi), pidä Vaihto-näppäin alhaalla ja napsauta niistä kumpaakin molempien\nvalitsemiseksi, ja napsauta sitten ”Merge” (+)-painiketta.\n"
     },
         },
         "areas": {
             "title": "Alueet",
-            "add": "Alueet ovat tarkempia kuin pelkät viivat tai paikkapisteet. Ne rajaavat kohteen kokonaan. Lähes kaikki kohteet voidaan kartoittaa alueilla, ja alueet ovatkin usein paras vaihtoehto. **Luo uusi alue napsauttamalla Alue-painiketta.**",
             "corner": "Alueet piirretään sijoittamalla (viiva)pisteitä sen reunoille eli \"aitaamalla\" piirrettävä alue. **Aloita alueen piirtäminen napsauttamalla leikkipuiston nurkkaa.**",
             "place": "Piirrä alue napsauttamalla lisää viivapisteitä. Viimeistele alue napsauttamalla aloituspistettä uudelleen, jolloin alue sulkeutuu. **Piirrä leikkipuisto.**",
             "search": "**Hae '{name}'.**",
                     }
                 }
             },
+            "access_simple": {
+                "placeholder": "kyllä"
+            },
             "address": {
                 "label": "Osoite",
                 "placeholders": {
                     "street": "Kadunnimi",
                     "city": "Paikkakunta",
                     "postcode": "Postinumero",
+                    "place": "Paikka",
+                    "suburb": "Lähiö",
+                    "subdistrict": "Aliseutu",
+                    "district": "Seutu",
+                    "province": "Maakunta",
                     "state": "Osavaltio",
                     "country": "Valtio"
                 }
                 "placeholder": "5, 10, 20, 100..."
             },
             "cardinal_direction": {
-                "label": "Suunta"
+                "label": "Suunta",
+                "options": {
+                    "N": "Pohjoinen",
+                    "E": "Itä",
+                    "S": "Etelä",
+                    "NE": "Koillinen",
+                    "SE": "Kaakko",
+                    "SW": "Lounas",
+                    "NW": "Luode",
+                    "WSW": "Länsilounas",
+                    "WNW": "Länsiluode"
+                }
             },
             "clock_direction": {
                 "label": "Suunta",
                 "label": "Kuvaus"
             },
             "electrified": {
-                "label": "Sähköistys"
+                "label": "Sähköistys",
+                "options": {
+                    "yes": "Kyllä (määrittelemätön)",
+                    "no": "Ei"
+                }
             },
             "elevation": {
                 "label": "Korkeus"
                 "label": "Hinta"
             },
             "fire_hydrant/type": {
-                "label": "Tyyppi"
+                "label": "Tyyppi",
+                "options": {
+                    "wall": "Seinä",
+                    "pond": "Lampi"
+                }
             },
             "fixme": {
                 "label": "Korjaa minut"
             },
+            "fuel": {
+                "label": "Polttoaine"
+            },
             "fuel/biodiesel": {
                 "label": "Biodiesel-myynti"
             },
             "historic": {
                 "label": "Tyypp"
             },
+            "hoops": {
+                "placeholder": "1, 2, 4..."
+            },
             "iata": {
                 "label": "IATA"
             },
             "internet_access": {
                 "label": "Internet-yhteys",
                 "options": {
+                    "yes": "Kyllä",
+                    "no": "Ei",
                     "wlan": "WLAN",
                     "wired": "Ethernet-yhteys",
                     "terminal": "Terminaali"
                 }
             },
+            "lamp_type": {
+                "label": "Tyyppi"
+            },
             "landuse": {
                 "label": "Tyyppi"
             },
                 "label": "Nopeusrajoitus",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "placeholder": "0, 1, 2, 3..."
+            },
+            "mtb/scale/imba": {
+                "placeholder": "Helppo, keskivaikea, Vaikea...",
+                "options": {
+                    "0": "Helpoin (valkoinen ympyrä)",
+                    "1": "Helppo (vihreä ympyrä)",
+                    "2": "Keskivaikea (sininen nelikulmio)",
+                    "3": "Vaikea (musta vinoneliö)",
+                    "4": "Äärimmäisen vaikea (kaksinkertainen musta vinoneliö)"
+                }
+            },
+            "mtb/scale/uphill": {
+                "placeholder": "0, 1, 2, 3..."
+            },
             "name": {
                 "label": "Nimi",
                 "placeholder": "Käytettävä nimi (jos on)"
             "oneway": {
                 "label": "Yksisuuntaisuus",
                 "options": {
-                    "undefined": "Oletettavasti ei"
+                    "undefined": "Oletettavasti ei",
+                    "yes": "Kyllä",
+                    "no": "Ei"
                 }
             },
             "oneway_yes": {
                 "label": "Yksisuuntaisuus",
                 "options": {
-                    "undefined": "Oletettavasti kyllä"
+                    "undefined": "Oletettavasti kyllä",
+                    "yes": "Kyllä",
+                    "no": "Ei"
                 }
             },
             "opening_hours": {
                 "label": "Autoparkki"
             },
             "parking": {
-                "label": "Tyyppi"
+                "label": "Tyyppi",
+                "options": {
+                    "surface": "Pinta"
+                }
             },
             "phone": {
                 "label": "Puhelinnumero",
             "shelter": {
                 "label": "Katos"
             },
+            "shelter_type": {
+                "label": "Tyyppi"
+            },
             "shop": {
                 "label": "Tyyppi"
             },
                 "name": "Latauspiste",
                 "terms": "sähköauto, sähkönlataus, sähköpiste, latauspiste, lataaminen, lataus"
             },
-            "amenity/childcare": {
-                "name": "Esikoulu",
-                "terms": "esikoulu, eskari, leikkikoulu"
-            },
             "amenity/cinema": {
                 "name": "Elokuvateatteri",
                 "terms": "leffa, leffateatteri, elokuva, elokuvateatteri"
             "amenity/clock": {
                 "name": "Kello"
             },
-            "amenity/college": {
-                "name": "Ammattiopisto",
-                "terms": "ammattiopisto, amis, ammattikoulu, koulu, koulutus, oppilaitos, toinen aste"
-            },
             "amenity/compressed_air": {
                 "name": "Ilmanpainepiste",
                 "terms": "renkaat, auto, autoilu, rengas, täyttö, paineilma, ilmantäyttö, kompressori"
                 "name": "Sairaala-alue",
                 "terms": "Sairaala-alue"
             },
-            "amenity/kindergarten": {
-                "name": "Päiväkotialue",
-                "terms": "päiväkoti, piha, ulkoilualue, lastentarha"
-            },
             "amenity/library": {
                 "name": "Kirjasto",
                 "terms": "kirjasto, kirjalainaamo, kirjanlainaus, kirjan lainaus, kirja, kirjan lainaaminen"
                 "name": "Kunnantalo",
                 "terms": "kunnantalo, kaupungintalo, valtuusto,"
             },
-            "amenity/university": {
-                "name": "Korkeakoulu",
-                "terms": "yliopisto, korkeakoulu, college, ammattikorkeakoulu, amk"
-            },
             "amenity/vending_machine": {
                 "name": "Myyntiautomaatti",
                 "terms": "välipalamaatti, välipala-automaatti, välipala, ruokamaatti, ruoka-automaatti, juoma, juomia, juomamaatti, kahvikone, kahviautomaatti, kahvi, automaatti, myyntilaite, myyntipiste"
             "leisure/swimming_pool": {
                 "name": "Uima-allas"
             },
-            "leisure/track": {
-                "name": "Kilparata"
-            },
             "line": {
                 "name": "Viiva"
             },
             "man_made/water_tower": {
                 "name": "Vesitorni"
             },
-            "man_made/water_well": {
-                "name": "Kaivo"
-            },
             "man_made/water_works": {
                 "name": "Vesilaitos"
             },
                 "name": "Hylätty rautatie"
             },
             "railway/disused": {
-                "name": "Käytöstä poistettu rautatie"
+                "name": "Käyttämätön rautatie"
             },
             "railway/funicular": {
                 "name": "funikulaari"
                 "name": "Metron sisäänkäynti"
             },
             "railway/tram": {
-                "name": "Raitiovaunu"
+                "name": "Raitiotie"
             },
             "relation": {
                 "name": "Relaatio"
             "shop/alcohol": {
                 "name": "Alkoholimyymälä"
             },
-            "shop/art": {
-                "name": "Taideliike",
-                "terms": "maalaus, taide, yritys, kauppa, liike, putiikki, antiikki, veistos, maalaaminen"
-            },
             "shop/bakery": {
                 "name": "Leipomo"
             },
                 "name": "Pyöräliike",
                 "terms": "pyöräkauppa, pyöräliike, pyörän varaosa, pyörämyymälä, polkupyöräkauppa, polkupyöräliike, polkupyörän varaosa, polkupyörämyymälä, polkupyörä, pyörä"
             },
-            "shop/books": {
-                "name": "Kirjakauppa"
-            },
             "shop/boutique": {
                 "name": "Muotiliike"
             },
             "shop/computer": {
                 "name": "Tietokoneliike"
             },
-            "shop/confectionery": {
-                "name": "Konditoria"
-            },
             "shop/convenience": {
                 "name": "Lähikauppa"
             },
             "shop/doityourself": {
                 "name": "Askartelukauppa"
             },
-            "shop/dry_cleaning": {
-                "name": "Kuivapesula"
-            },
             "shop/electronics": {
                 "name": "Elektroniikkamyymälä"
             },
             "shop/farm": {
-                "name": "Tuota messuosasto"
+                "name": "Tuotteen esittelypiste",
+                "terms": "tuotestandi, standi, ständi, esittely, tuote-esittely, tuote, tavara, esittelypiste, esittelyständi, esittelystandi"
             },
             "shop/fishmonger": {
                 "name": "Kalakauppias"
             "shop/jewelry": {
                 "name": "Jalokiviliike"
             },
-            "shop/kiosk": {
-                "name": "Kioski"
-            },
             "shop/laundry": {
                 "name": "Pesula"
             },
             "shop/music": {
                 "name": "Musiikkiliike"
             },
-            "shop/newsagent": {
-                "name": "Lehtikoju"
-            },
             "shop/optician": {
                 "name": "Optikko",
                 "terms": "optikko, optiikko, optometristi, optometri, optometria, silmälasi, silmälasit, aurinkolasi, aurinkolasit, silmälasiliike"
             },
-            "shop/outdoor": {
-                "name": "Ulkoilmamyymälä"
-            },
             "shop/pet": {
                 "name": "Lemmikkiliike"
             },
             "shop/supermarket": {
                 "name": "Supermarket"
             },
+            "shop/tailor": {
+                "name": "räätäli"
+            },
             "shop/toys": {
                 "name": "Lelukauppa"
             },
index 9ed05cd0ee768d60b6736dc69293d5a93cfcea25..bcfeb30e62376ea01c7f1bb7ec3a2c0abf5e63fb 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Supprimer",
-            "description": "Supprime l'élément de la carte.",
+            "description": "Supprimer définitivement l'objet.",
             "annotation": {
                 "point": "Point supprimé",
                 "vertex": "Nœud d'une ligne supprimé.",
         "zoom": "Zoomer le tracé GPX",
         "browse": "Recherchez un fichier .gpx"
     },
+    "mapillary": {
+        "tooltip": "Photos de rue en provenance de Mapillary",
+        "title": "Couche photo (Mapillary)",
+        "view_on_mapillary": "Voir cette image sur Mapillary"
+    },
     "help": {
         "title": "Aide",
         "help": "#Aide\n\n Ceci est un éditeur pour [OpenStreetMap](http://www.openstreetmap.org/), la carte du\n monde gratuite et éditable. Vous pouvez l'utiliser pour ajouter ou corriger les données\n dans votre zone, et participer ainsi à la réalisation d'une carte du monde libre de droits.\n\n Les modifications que vous réaliserez seront visibles de tout le monde. Pour commencer\n à éditer, vous devez créer un [compte gratuit sur OpenStreetMap](https://www.openstreetmap.org/user/new).\n\n [iD editor](http://ideditor.com/) est un projet collaboratif dont le [code source est\n disponible sur GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Polygone",
-            "add": "Les polygones permettent de détailler plus précisément des éléments cartographiques. Ils permettent de renseigner les limites géographiques d'un élément. Les polygones peuvent être utilisés pour décrire les mêmes éléments que les points, et sont souvent à privilégier. **Cliquez sur le bouton \"Polygone\" pour ajouter un nouveau polygone.**",
+            "add": "Les polygones sont utilisés pour montrer les frontières d'éléments comme des lacs, des bâtiments, et des zones résidentielles. Ils peuvent être également utilisés pour une cartographie plus détaillée de beaucoup d'éléments que vous pourriez normalement cartographier comme des points. **Cliquez sur le bouton Polygone pour ajouter un nouveau polygone.**",
             "corner": "Les polygones sont dessinés en plaçant des nœuds l'un après l'autre. **Ajoutez un premier nœud sur un coin de l'aire de jeu.**",
             "place": "Dessinez le polygone en ajoutant des nœuds. Terminez le polygone en cliquant sur le nœud de départ. **Dessinez un polygone pour l'aire de jeu.**",
             "search": "**Rechercher '{name}'.**",
                     "street": "Rue",
                     "city": "Ville",
                     "postcode": "Code postal",
+                    "place": "Place",
                     "hamlet": "Hameau",
                     "suburb": "Banlieue",
+                    "subdistrict": "Sous-district",
+                    "district": "District",
                     "province": "Province",
                     "state": "État",
                     "country": "Pays"
                 "label": "Type"
             },
             "aerialway/access": {
-                "label": "Accès"
+                "label": "Accès",
+                "options": {
+                    "entry": "Entrée",
+                    "exit": "Sortie",
+                    "both": "Les deux"
+                }
             },
             "aerialway/bubble": {
                 "label": "Bulle"
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "Accès (été)"
+                "label": "Accès (été)",
+                "options": {
+                    "entry": "Entrée",
+                    "exit": "Sortie",
+                    "both": "Les deux"
+                }
             },
             "aeroway": {
                 "label": "Type"
             "covered": {
                 "label": "Couvert"
             },
+            "craft": {
+                "label": "Type"
+            },
             "crop": {
                 "label": "Culture"
             },
             },
             "electrified": {
                 "label": "Électrification",
+                "placeholder": "Ligne de contact, Lignes électriques",
                 "options": {
+                    "contact_line": "Ligne de contact",
                     "rail": "Rails électrifiés",
                     "yes": "Oui (non spécifié)",
                     "no": "Non"
             "fire_hydrant/type": {
                 "label": "Type",
                 "options": {
+                    "pillar": "Pilier / hors sol",
                     "underground": "Sous-terrain",
                     "wall": "Mur",
                     "pond": "Étang"
                 "label": "À corriger"
             },
             "fuel": {
-                "label": "Station essence"
+                "label": "Station-service"
             },
             "fuel/biodiesel": {
                 "label": "Vente d'agro-carburant"
                 "label": "Type"
             },
             "hoops": {
+                "label": "Arceau",
                 "placeholder": "1, 2, 4..."
             },
             "iata": {
             },
             "mtb/scale": {
                 "label": "Difficulté VTT",
-                "placeholder": "0, 1, 2, 3..."
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0 : Gravier/terre battue, pas d'obstacles, de grandes courbes",
+                    "1": "1 : Quelques graviers, de petits obstacles, de grandes courbes",
+                    "2": "2 : Grande surface, grands obstacles, des épingles à cheveux faciles",
+                    "3": "3 : Surface glissante, de gros obstacles épingles serrées",
+                    "4": "4 : Surface avec des rochers, des épingles à cheveux dangereuses",
+                    "5": "5 : Difficulté maximale, champs de blocs, glissements de terrain",
+                    "6": "6 : Non praticable, que par les meilleurs vététistes"
+                }
             },
             "mtb/scale/imba": {
+                "label": "IMBA Trail Difficulté",
                 "placeholder": "Facile, Intermédiaire, Difficile...",
                 "options": {
                     "0": "Simplissime (ronds blancs)",
                 }
             },
             "mtb/scale/uphill": {
+                "label": "VTT Uphill Difficulté",
                 "placeholder": "0, 1, 2, 3...",
                 "options": {
                     "0": "0: Inclinaison <10% , sol consistent, pas d'obstacles",
                 "label": "Parking-relais"
             },
             "parking": {
-                "label": "Type"
+                "label": "Type",
+                "options": {
+                    "surface": "Surface",
+                    "multi-storey": "Multiples niveaux",
+                    "underground": "Souterrain",
+                    "sheds": "Cabanes",
+                    "carports": "Abris de voiture",
+                    "garage_boxes": "Boxes de garage",
+                    "lane": "Route"
+                }
             },
             "phone": {
                 "label": "Téléphone ",
                 "label": "Difficulté",
                 "placeholder": "Facile, Intermédiaire, Avancé...",
                 "options": {
+                    "novice": "Novice (enseignement)",
                     "easy": "Facile (ronds verts)",
                     "intermediate": "Intermédiaire (carrés bleus)",
                     "advanced": "Avancé (losanges noirs)",
                 }
             },
             "piste/grooming": {
-                "label": "Damage"
+                "label": "Damage",
+                "options": {
+                    "classic": "Classique",
+                    "mogul": "Piste de ski de bosses",
+                    "backcountry": "Arrière pays",
+                    "classic+skating": "Damage classique et pour pas de patineur",
+                    "scooter": "Scooter des neiges",
+                    "skating": "Patinage"
+                }
             },
             "piste/type": {
-                "label": "Type"
+                "label": "Type",
+                "options": {
+                    "downhill": "Aval",
+                    "nordic": "Nordique",
+                    "skitour": "Randonnée à ski ",
+                    "sled": "Luge",
+                    "hike": "Randonnée",
+                    "sleigh": "Traîneau",
+                    "ice_skate": "Patin à glace",
+                    "snow_park": "Parc à neige",
+                    "playground": "Aire de jeux"
+                }
             },
             "place": {
                 "label": "Type"
             "restriction": {
                 "label": "Type"
             },
+            "restrictions": {
+                "label": "Interdictions de tourner"
+            },
             "route": {
                 "label": "Type"
             },
             "route_master": {
                 "label": "Type"
             },
+            "sac_scale": {
+                "label": "Difficulté de la randonnée",
+                "placeholder": "Randonnée de Montagne, Randonnée Alpine",
+                "options": {
+                    "hiking": "T1 : Randonnée",
+                    "mountain_hiking": "T2 : Randonnée de Montagne",
+                    "demanding_mountain_hiking": "T3 : Randonnée de Montagne Exigeante",
+                    "alpine_hiking": "T4 : Randonnée Alpine",
+                    "demanding_alpine_hiking": "T5 : Randonnée Alpine Exieante",
+                    "difficult_alpine_hiking": "T6 : Randonnée Alpine Difficile"
+                }
+            },
+            "seasonal": {
+                "label": "Saisonnier"
+            },
             "service": {
                 "label": "Type"
             },
             "shop": {
                 "label": "Type"
             },
+            "sloped_curb": {
+                "label": "Bateau - abaissement de trottoir"
+            },
             "smoking": {
-                "label": "Fumeur"
+                "label": "Fumeur",
+                "placeholder": "Non, Séparé, Oui",
+                "options": {
+                    "no": "Interdiction de fumer, quel que soit l'endroit",
+                    "separated": "Dans des endroits fumeurs, non isolés physiquement",
+                    "isolated": "Dans des endroits fumeurs, isolés physiquement",
+                    "outside": "Autorisé dehors",
+                    "yes": "Autorisé partout",
+                    "dedicated": "Dédié aux fumeurs (ex : club de fumeurs)"
+                }
+            },
+            "smoothness": {
+                "label": "Douceur",
+                "placeholder": "Petites Roulettes, Roues, Hors-Piste",
+                "options": {
+                    "excellent": "Petites Roulettes : rollers, planche à roulettes",
+                    "good": "Petites Roues : Vélo de course",
+                    "intermediate": "Roues : vélo de ville, fauteuil roulant, scooter",
+                    "bad": "Grandes Roues : VTT, voiture, pousse-pousse",
+                    "very_bad": "Garde au sol élevée : véhicule léger tout terrain",
+                    "horrible": "Hors-Piste : Gros véhicule hors-piste",
+                    "very_horrible": "Spécialisé tout-terrain : tracteur, véhicule tout-terrain",
+                    "impassible": "Impossible / Pas de véhicule avec des roues"
+                }
             },
             "social_facility_for": {
                 "placeholder": "Sans-abris, handicapés, enfants, etc."
             "sport_ice": {
                 "label": "Sport"
             },
+            "sport_racing": {
+                "label": "Sport"
+            },
             "structure": {
                 "label": "Structure",
                 "placeholder": "Inconnu",
                     "tunnel": "Tunnel",
                     "embankment": "Remblai",
                     "cutting": "Tranchée",
-                    "ford": "Ford"
+                    "ford": "Gué"
                 }
             },
             "studio_type": {
             "surface": {
                 "label": "Revêtement"
             },
+            "tactile_paving": {
+                "label": "Équipement de voirie podotactile"
+            },
             "toilets/disposal": {
-                "label": "Élimination"
+                "label": "Élimination",
+                "options": {
+                    "flush": "Toilettes publiques",
+                    "pitlatrine": "Latrines",
+                    "chemical": "Chimique",
+                    "bucket": "Seau"
+                }
             },
             "tourism": {
                 "label": "Type"
             "towertype": {
                 "label": "Type de tour"
             },
+            "tracktype": {
+                "label": "Type de piste",
+                "placeholder": "Dur, Majoritairement Dur, Mou...",
+                "options": {
+                    "grade1": "Dur : pavé ou surface très compacte",
+                    "grade2": "Majoritairement dur : gravier/pierre avec quelque matériaux mous mélangés dedans",
+                    "grade3": "Mélange homogène entre matériaux mous et durs",
+                    "grade4": "Majoritairement mou : terre/sable/herbe avec quelque matériaux durs mélangés dedans",
+                    "grade5": "Mou : terre/sable/herbe"
+                }
+            },
             "trail_visibility": {
                 "label": "Visibilité du sentier",
                 "placeholder": "Excellent, Bon, Mauvais...",
                 "terms": "Adresse"
             },
             "aerialway": {
-                "name": "Remontée mécanique"
+                "name": "Remontée mécanique",
+                "terms": "Remontée mécanique"
             },
             "aerialway/cable_car": {
                 "name": "Téléphérique",
                 "terms": "Télésiège,Remontée mécanique"
             },
             "aerialway/gondola": {
-                "name": "Gondole",
-                "terms": "Gondole"
+                "name": "Télécabine",
+                "terms": "Télécabine"
             },
             "aerialway/magic_carpet": {
                 "name": "Bande transporteuse de personnes",
             },
             "aeroway/taxiway": {
                 "name": "Taxiway",
-                "terms": "Taxiway"
+                "terms": "Voie de circulation"
             },
             "aeroway/terminal": {
                 "name": "Terminal aéroportuaire",
                 "terms": "Commodité"
             },
             "amenity/arts_centre": {
-                "name": "Centre d'art",
-                "terms": "Centre artistique"
+                "name": "Centre des arts",
+                "terms": "Centre artistique, Centre culturel"
             },
             "amenity/atm": {
                 "name": "Distributeur de billets",
                 "terms": "Bar"
             },
             "amenity/bbq": {
-                "name": "Barbecue/Grill"
+                "name": "Barbecue/Grill",
+                "terms": "bbq, barbecue, grill, grillades, mechoui, méchoui, "
             },
             "amenity/bench": {
                 "name": "Banc",
-                "terms": "Banc"
+                "terms": "Banc public"
             },
             "amenity/bicycle_parking": {
-                "name": "Parc à vélo",
+                "name": "Parc à vélos",
                 "terms": "Parking à vélo, Parking à bicyclette, Stationnement à vélo"
             },
             "amenity/bicycle_rental": {
                 "name": "Location de bateau",
                 "terms": "Location de bateaux"
             },
+            "amenity/bureau_de_change": {
+                "name": "Échange de Devises",
+                "terms": "change, bureau de change, échange, devises, intermédiaire financier de change, banque de devises"
+            },
             "amenity/bus_station": {
                 "name": "Gare routière",
                 "terms": "Gare, Arrêt, Arrêt de bus"
                 "terms": "Station de recharge, Borne de recharge"
             },
             "amenity/childcare": {
-                "name": "Garderie",
-                "terms": "Garderie, nurserie, école des devoirs"
+                "name": "Nurserie/Garde d'enfants",
+                "terms": "Nurserie, Garde d'enfants"
             },
             "amenity/cinema": {
                 "name": "Cinéma",
             },
             "amenity/clock": {
                 "name": "Horloge",
-                "terms": "Horloge"
+                "terms": "Horloge publique"
             },
             "amenity/college": {
-                "name": "Enseignement supérieur (non universitaire)",
-                "terms": "Institut, École supérieure, Enseignement supérieur, Haute école, CÉGEP, cégep"
+                "name": "Terrains d'établissement d'enseignement supérieur non universitaire",
+                "terms": "Terrains d'établissement d'enseignement supérieur non universitaire"
             },
             "amenity/compressed_air": {
                 "name": "Air comprimé",
                 "terms": "Docteur, Médecin"
             },
             "amenity/dojo": {
-                "name": "Dojo / Arts martiaux"
+                "name": "Dojo",
+                "terms": "Académie d'arts martiaux"
             },
             "amenity/drinking_water": {
                 "name": "Eau potable",
                 "terms": "Eau potable"
             },
             "amenity/embassy": {
-                "name": "Embassade",
-                "terms": "Embassade"
+                "name": "Ambassade",
+                "terms": "Ambassade"
             },
             "amenity/fast_food": {
                 "name": "Restauration rapide",
                 "terms": "Cimetière"
             },
             "amenity/hospital": {
-                "name": "Terrain d'hôpital"
+                "name": "Terrains d'hôpital",
+                "terms": "Terrains d'hôpital"
             },
             "amenity/kindergarten": {
-                "name": "Espace de jeux pour enfants"
+                "name": "Terrains d'école maternelle / jardin d'enfants",
+                "terms": "Terrains d'école maternelle / jardin d'enfants"
             },
             "amenity/library": {
                 "name": "Bibliothèque",
-                "terms": "Bibliothèque, Librairie"
+                "terms": "Bibliothèque"
             },
             "amenity/marketplace": {
                 "name": "Place de marché",
                 "terms": "Marché"
             },
             "amenity/nightclub": {
-                "name": "Boite de nuit",
+                "name": "Boîte de nuit",
                 "terms": "Boîte de nuit"
             },
             "amenity/parking": {
                 "terms": "Parc de stationnement, parking"
             },
             "amenity/parking_entrance": {
-                "name": "Entrée/Sortie de parking"
+                "name": "Entrée/Sortie de parking",
+                "terms": "Entrée/Sortie de parking"
             },
             "amenity/pharmacy": {
                 "name": "Pharmacie",
             },
             "amenity/police": {
                 "name": "Poste de police",
-                "terms": "Police"
+                "terms": "Police, Gendarmerie"
             },
             "amenity/post_box": {
                 "name": "Boîte aux lettres",
                 "terms": "Pub"
             },
             "amenity/ranger_station": {
-                "name": "Poste de garde",
-                "terms": "Poste de garde, gardien"
+                "name": "Services publics des parcs nationaux",
+                "terms": "Services publics des parcs nationaux"
             },
             "amenity/recycling": {
                 "name": "Recyclage",
                 "terms": "Restaurant"
             },
             "amenity/school": {
-                "name": "Terrain d'école"
+                "name": "Terrains d'école primaire, collège, lycée,  Cycles primaires et secondaires",
+                "terms": "Terrains d'école primaire, collège, lycée,  Cycles primaires et secondaires"
             },
             "amenity/shelter": {
                 "name": "Abri",
                 "terms": "Abri"
             },
+            "amenity/social_facility": {
+                "name": "Services sociaux",
+                "terms": "Assistance sociale"
+            },
             "amenity/social_facility/food_bank": {
                 "name": "Banque alimentaire",
                 "terms": "Banque alimentaire"
             },
+            "amenity/social_facility/group_home": {
+                "name": "Résidence collective pour personnes âgées",
+                "terms": "Résidence collective pour personnes âgées"
+            },
             "amenity/social_facility/homeless_shelter": {
-                "name": "Foyer pour sans-abri"
+                "name": "Foyer pour sans-abri",
+                "terms": "Foyer pour sans-abri"
             },
             "amenity/studio": {
                 "name": "Studio",
                 "terms": "Théâtre"
             },
             "amenity/toilets": {
-                "name": "Toilettes",
+                "name": "Toilettes publiques",
                 "terms": "Toilettes, WC"
             },
             "amenity/townhall": {
                 "terms": "Mairie"
             },
             "amenity/university": {
-                "name": "Université",
-                "terms": "Université"
+                "name": "Terrains d'université",
+                "terms": "Campus universitaire"
             },
             "amenity/vending_machine": {
-                "name": "Machine distributrice",
-                "terms": "Machine distributrice"
+                "name": "Distributeur automatique",
+                "terms": "Distributeur automatique"
             },
             "amenity/veterinary": {
                 "name": "Vétérinaire",
             },
             "barrier/cattle_grid": {
                 "name": "Grille à bétail",
-                "terms": "Passage canadien"
+                "terms": "Barrière canadienne"
             },
             "barrier/city_wall": {
                 "name": "Mur d'enceinte",
             },
             "barrier/ditch": {
                 "name": "Fossé",
-                "terms": "Fossé, Digue"
+                "terms": "Fossé"
             },
             "barrier/entrance": {
                 "name": "Ouverture",
             },
             "barrier/fence": {
                 "name": "Clôture",
-                "terms": "Portail, Grille"
+                "terms": "Clôture"
             },
             "barrier/gate": {
                 "name": "Portail",
             },
             "barrier/retaining_wall": {
                 "name": "Mur de soutènement",
-                "terms": "Digue"
+                "terms": "Restanque, faisse, rideau"
             },
             "barrier/stile": {
                 "name": "Échalier",
-                "terms": "Echalier"
+                "terms": "Échalier"
             },
             "barrier/toll_booth": {
                 "name": "Péage",
                 "terms": "Appartements"
             },
             "building/barn": {
-                "name": "Hangar agricole",
-                "terms": "Hangar agricole, Grange"
+                "name": "Grange",
+                "terms": "Hangar agricole"
             },
             "building/bunker": {
                 "name": "Bunker",
                 "terms": "Casemate, Blockhaus, Bunker"
             },
+            "building/cabin": {
+                "name": "Cabane",
+                "terms": "Cabane"
+            },
             "building/cathedral": {
                 "name": "Cathédrale",
                 "terms": "Cathédrale"
                 "name": "Église",
                 "terms": "Église"
             },
+            "building/college": {
+                "name": "Bâtiment d'établissement d'enseignement supérieur non universitaire",
+                "terms": "Bâtiment d'établissement d'enseignement supérieur non universitaire"
+            },
             "building/commercial": {
-                "name": "Bâtiment commercial",
-                "terms": "Bâtiment commercial"
+                "name": "Bâtiment d'affaires",
+                "terms": "Bâtiment d'affaires, bureaux, parc d'activités"
             },
             "building/construction": {
                 "name": "Bâtiment en construction",
                 "terms": "Bâtiment en construction, Chantier"
             },
+            "building/detached": {
+                "name": "Maison individuelle",
+                "terms": "Maison non attenante"
+            },
             "building/dormitory": {
-                "name": "Dortoir"
+                "name": "Résidence universitaire",
+                "terms": "Foyer"
             },
             "building/entrance": {
                 "name": "Entrée/Sortie",
                 "terms": "Garages, Parc de stationnement couvert"
             },
             "building/greenhouse": {
-                "name": "Serre"
+                "name": "Serre",
+                "terms": "Serre"
             },
             "building/hospital": {
                 "name": "Hôpital ",
                 "name": "Bâtiment industriel",
                 "terms": "Bâtiment industriel"
             },
+            "building/kindergarten": {
+                "name": "Bâtiment d'école maternelle / jardin d'enfants",
+                "terms": "Bâtiment d'école maternelle / jardin d'enfants"
+            },
             "building/public": {
                 "name": "Établissement public",
                 "terms": "Bâtiment public"
                 "name": "Bâtiment résidentiel",
                 "terms": "Bâtiment résidentiel"
             },
+            "building/retail": {
+                "name": "Bâtiment commercial",
+                "terms": "Bâtiment commercial"
+            },
             "building/roof": {
-                "name": "Voûte",
-                "terms": "voûte, toit, marché couvert"
+                "name": "Toit",
+                "terms": "Voûte, Toit ouvert, Marché couvert"
             },
             "building/school": {
-                "name": "Bâtiment d'enseignement"
+                "name": "Bâtiment d'école primaire, collège, lycée  Cycles primaires et secondaires",
+                "terms": "Bâtiment d'école primaire, collège, lycée  Cycles primaires et secondaires"
             },
             "building/shed": {
-                "name": "Abris"
+                "name": "Cabanon",
+                "terms": "Petit hangar, cabanon, resserre"
             },
             "building/stable": {
                 "name": "Étable",
                 "terms": "Étable"
             },
+            "building/static_caravan": {
+                "name": "Mobilhome fixe",
+                "terms": "Mobilhome statique"
+            },
+            "building/terrace": {
+                "name": "Rangée de maisons",
+                "terms": "Maisons mitoyennes"
+            },
             "building/train_station": {
                 "name": "Gare ferroviaire",
                 "terms": "Gare, Station, Arrêt"
             },
             "building/university": {
-                "name": "Université"
+                "name": "Université",
+                "terms": "Bâtiment d'université"
             },
             "building/warehouse": {
                 "name": "Entrepôt",
                 "terms": "Entrepôt, magasin, abri, dépôt, docks, hangar"
             },
+            "craft": {
+                "name": "Artisanat",
+                "terms": "Artisanat"
+            },
             "craft/basket_maker": {
-                "name": "Vannier"
+                "name": "Vannier",
+                "terms": "Vannier"
             },
             "craft/beekeeper": {
                 "name": "Apiculteur",
-                "terms": "Apiculteur"
+                "terms": "Miellerie"
             },
             "craft/blacksmith": {
                 "name": "Forgeron",
                 "terms": "Constructeur de bâteaux"
             },
             "craft/bookbinder": {
-                "name": "Relieur"
+                "name": "Relieur",
+                "terms": "Relieur"
             },
             "craft/brewery": {
-                "name": "Brasserie"
+                "name": "Brasserie",
+                "terms": "Brasserie"
             },
             "craft/carpenter": {
                 "name": "Charpentier",
                 "terms": "Charpentier"
             },
+            "craft/carpet_layer": {
+                "name": "Pose de moquette et revêtements",
+                "terms": "Pose de tapis"
+            },
             "craft/caterer": {
-                "name": "Traiteur"
+                "name": "Traiteur",
+                "terms": "Restaurateur"
             },
             "craft/clockmaker": {
                 "name": "Horloger",
                 "terms": "Horloger, Horlogerie"
             },
             "craft/confectionary": {
-                "name": "Confiserie"
+                "name": "Confiserie",
+                "terms": "Confiserie"
             },
             "craft/dressmaker": {
                 "name": "Couturier",
                 "terms": "Électricien"
             },
             "craft/gardener": {
-                "name": "Jardinier"
+                "name": "Jardinier",
+                "terms": "Concepteur de jardins, Paysagiste"
             },
             "craft/glaziery": {
                 "name": "Vitrerie",
                 "name": "CVC",
                 "terms": "chauffage,ventilation,climatisation,chauffagistes"
             },
+            "craft/insulator": {
+                "name": "Technicien thermicien",
+                "terms": "Isolation thermique de bâtiments"
+            },
             "craft/jeweler": {
                 "name": "Bijoutier",
                 "terms": "Bijoutier"
             },
+            "craft/key_cutter": {
+                "name": "Reproduction de clés",
+                "terms": "Reproduction de clés"
+            },
             "craft/locksmith": {
-                "name": "Serrurier"
+                "name": "Serrurier",
+                "terms": "Serrurier"
             },
             "craft/metal_construction": {
                 "name": "Constructions métalliquess",
                 "terms": "Laboratoire photographique, Laboratoire de développement"
             },
             "craft/plasterer": {
-                "name": "Plâtrier"
+                "name": "Plâtrier",
+                "terms": "Gâcheur, Plafonneur"
             },
             "craft/plumber": {
                 "name": "Plombier",
                 "terms": "Plombier"
             },
             "craft/pottery": {
-                "name": "Pottier",
+                "name": "Potier",
                 "terms": "Potier"
             },
+            "craft/rigger": {
+                "name": "Gréeur",
+                "terms": "Gréeur"
+            },
             "craft/roofer": {
                 "name": "Couvreur",
                 "terms": "Couvreur"
             },
             "craft/saddler": {
-                "name": "Sellier"
+                "name": "Sellier",
+                "terms": "Sellier harnacheur, Sellier garnisseur, Bourrelier"
             },
             "craft/sailmaker": {
                 "name": "Voilerie",
                 "terms": "Voilier"
             },
             "craft/sawmill": {
-                "name": "Scierie"
+                "name": "Scierie",
+                "terms": "Scierie"
             },
             "craft/scaffolder": {
-                "name": "Échaffaudage"
+                "name": "Monteur d'échafaudages",
+                "terms": "Échafaudages"
             },
             "craft/sculpter": {
                 "name": "Sculpteur",
                 "terms": "Bottier, Cordonnier"
             },
             "craft/stonemason": {
-                "name": "Tailleur de pierre"
+                "name": "Tailleur de pierre",
+                "terms": "Tailleur de pierre"
             },
             "craft/sweep": {
-                "name": "Ramoneur"
+                "name": "Ramoneur",
+                "terms": "Fumiste, Chauffagiste"
             },
             "craft/tailor": {
-                "name": "Tailleur"
+                "name": "Tailleur",
+                "terms": "Habilleur, Giletier"
             },
             "craft/tiler": {
-                "name": "Carreleur"
+                "name": "Carreleur",
+                "terms": "Paveur, Dalleur"
             },
             "craft/tinsmith": {
-                "name": "Ferblantier"
+                "name": "Ferblantier",
+                "terms": "Étameur, Rétameur"
             },
             "craft/upholsterer": {
-                "name": "Tapissier"
+                "name": "Tapissier",
+                "terms": "Garnisseur"
             },
             "craft/watchmaker": {
-                "name": "Horloger"
+                "name": "Horloger",
+                "terms": "Horloger"
+            },
+            "craft/window_construction": {
+                "name": "Construction de fenêtres",
+                "terms": "Fabrication de fenêtres"
+            },
+            "craft/winery": {
+                "name": "Chai",
+                "terms": "Cellier, Cave à vins"
             },
             "embankment": {
                 "name": "Terre-plein",
                 "terms": "Entrée/Sortie,Évacuation,Porte d'entrée"
             },
             "footway/crossing": {
-                "name": "Passage pieton ",
+                "name": "Passage piéton ",
                 "terms": "Passage piéton"
             },
             "footway/crosswalk": {
                 "terms": "Trottoir"
             },
             "ford": {
-                "name": "Ford"
+                "name": "Gué",
+                "terms": "Gué"
             },
             "golf/bunker": {
                 "name": "Bunker",
                 "terms": "Bunker"
             },
             "golf/fairway": {
-                "name": "Allée (golf)",
+                "name": "Fairway",
                 "terms": "Fairway"
             },
             "golf/green": {
                 "name": "Trou de golf",
                 "terms": "Trou de golf"
             },
+            "golf/lateral_water_hazard": {
+                "name": "Obstacle d'eau latéral",
+                "terms": "Obstacle d'eau latéral"
+            },
+            "golf/rough": {
+                "name": "Hautes herbes (golf)",
+                "terms": "Hautes herbes (golf)"
+            },
+            "golf/tee": {
+                "name": "Départ",
+                "terms": "Tertre de départ"
+            },
+            "golf/water_hazard": {
+                "name": "Obstacle d'eau",
+                "terms": "Mare, Étang "
+            },
             "highway": {
                 "name": "Route",
                 "terms": "Autoroute, Voie rapide"
                 "name": "Passage piéton",
                 "terms": "Carrefour, Intersection"
             },
+            "highway/crosswalk": {
+                "name": "Passage piéton",
+                "terms": "Passage clouté"
+            },
             "highway/cycleway": {
                 "name": "Voie cyclable",
                 "terms": "Piste cyclable"
                 "name": "Voie d'accès à une route primaire",
                 "terms": "Bretelle d'accès à une route principale"
             },
+            "highway/raceway": {
+                "name": "Piste de courses automobiles",
+                "terms": "Circuit automobile"
+            },
             "highway/residential": {
                 "name": "Route résidentielle",
                 "terms": "Route résidentielle"
             },
             "highway/steps": {
                 "name": "Escalier",
-                "terms": "Escalier"
+                "terms": "Escaliers"
             },
             "highway/stop": {
                 "name": "Panneau Stop",
                 "terms": "Arrêt"
             },
             "highway/street_lamp": {
-                "name": "Lampadaire"
+                "name": "Lampadaire",
+                "terms": "Réverbère"
             },
             "highway/tertiary": {
                 "name": "Route tertiaire",
                 "terms": "Une croix au bord d'un chemin"
             },
             "historic/wayside_shrine": {
-                "name": "Bildstock",
-                "terms": "Tombeau historique, oratoire, autel, calvaire"
+                "name": "Oratoire",
+                "terms": "Oratoire, Autel en bord de chemin"
             },
             "landuse": {
                 "name": "Type de terrain",
                 "name": "Cimetière",
                 "terms": "Cimetière"
             },
+            "landuse/churchyard": {
+                "name": "Terrain entourant une église",
+                "terms": "Cimetière"
+            },
             "landuse/commercial": {
                 "name": "Commerciale",
                 "terms": "Commercial"
                 "name": "Industrielle",
                 "terms": "Industriel"
             },
+            "landuse/landfill": {
+                "name": "Décharge",
+                "terms": "Centre d'enfouissement des déchets"
+            },
             "landuse/meadow": {
                 "name": "Prairie",
                 "terms": "Prairie"
             },
             "landuse/military": {
-                "name": "Militaire"
+                "name": "Militaire",
+                "terms": "Militaire"
             },
             "landuse/orchard": {
                 "name": "Verger",
                 "name": "Parc canin",
                 "terms": "Parc canin, parc à chiens"
             },
+            "leisure/firepit": {
+                "name": "Foyer",
+                "terms": "Emplacement de feu de camp"
+            },
             "leisure/garden": {
                 "name": "Jardin",
                 "terms": "Jardin"
                 "terms": "Golf, Terrain de golf, Parcours de golf"
             },
             "leisure/ice_rink": {
-                "name": "Patinoire"
+                "name": "Patinoire",
+                "terms": "Patinoire"
             },
             "leisure/marina": {
                 "name": "Marina",
                 "name": "Jeux pour enfants",
                 "terms": "Aire de Jeu, Cour de récréation"
             },
+            "leisure/running_track": {
+                "name": "Piste de course à pied",
+                "terms": "Piste de course à pied"
+            },
             "leisure/slipway": {
                 "name": "Plan incliné",
                 "terms": "Cale de lancement"
                 "terms": "Piscine"
             },
             "leisure/track": {
-                "name": "Piste de course",
-                "terms": "Piste de course"
+                "name": "Piste de course (sports non motorisés)",
+                "terms": "Piste de course (sports non motorisés)"
             },
             "line": {
                 "name": "Ligne",
             },
             "man_made/water_well": {
                 "name": "Puits",
-                "terms": "Puits d'eau, Puits"
+                "terms": "Puits"
             },
             "man_made/water_works": {
                 "name": "Station de pompage d'eau potable",
             },
             "natural/scree": {
                 "name": "Pierrier",
-                "terms": "Pierrier"
+                "terms": "Pierrier, Éboulis"
             },
             "natural/scrub": {
                 "name": "Friche, garrigue, maquis",
                 "terms": "Habitation isolée"
             },
             "place/locality": {
-                "name": "Lieu-dit",
+                "name": "Lieu-dit (pas d'habitation)",
                 "terms": "Localité"
             },
             "place/neighbourhood": {
                 "terms": "Voie ferrée non utilisée"
             },
             "railway/funicular": {
-                "name": "Funiculaire"
+                "name": "Funiculaire",
+                "terms": "Funiculaire"
             },
             "railway/halt": {
                 "name": "Halte ferroviaire",
                 "terms": "Monorail"
             },
             "railway/narrow_gauge": {
-                "name": "Voie étroite"
+                "name": "Voie étroite",
+                "terms": "Voie ferrée étroite"
             },
             "railway/platform": {
                 "name": "Quai de gare ferroviaire",
                 "name": "Magasin de vente d'alcool",
                 "terms": "Cave, Caviste, Magasin de vin, Vins & Spiritueux"
             },
+            "shop/anime": {
+                "name": "Boutique d' \"animes\"",
+                "terms": "Vente de mangas, de CD et DVD, déguisements, accessoires"
+            },
+            "shop/antiques": {
+                "name": "Antiquaire",
+                "terms": "Brocante"
+            },
             "shop/art": {
-                "name": "Magasin d'art"
+                "name": "Galerie d'art",
+                "terms": "Galerie d'art"
+            },
+            "shop/baby_goods": {
+                "name": "Magasin de produits pour bébés",
+                "terms": "Magasin de puériculture"
+            },
+            "shop/bag": {
+                "name": "Bagagerie",
+                "terms": "Vente de bagages"
             },
             "shop/bakery": {
                 "name": "Boulangerie",
                 "terms": "Boulangerie"
             },
+            "shop/bathroom_furnishing": {
+                "name": "Fournitures pour salles de bain",
+                "terms": "Fournitures pour salles de bain"
+            },
             "shop/beauty": {
                 "name": "Salon de beauté",
                 "terms": "Salon de beauté, Institut de beauté"
             },
+            "shop/bed": {
+                "name": "Magasin de literie",
+                "terms": "Vente de literie, Vente de matelas"
+            },
             "shop/beverages": {
                 "name": "Vente de boissons alcolisées",
                 "terms": "Magasin de vins et spiritueux"
                 "name": "Magasin de vélos",
                 "terms": "Magasin de vélo"
             },
+            "shop/bookmaker": {
+                "name": "Bookmaker",
+                "terms": "Preneur de paris, Bookmaker"
+            },
             "shop/books": {
                 "name": "Librairie",
-                "terms": "Librairie"
+                "terms": "Bouquiniste, Livres d'occasion"
             },
             "shop/boutique": {
                 "name": "Petit magasin de mode",
-                "terms": "Boutique"
+                "terms": "Petit magasin de mode"
             },
             "shop/butcher": {
                 "name": "Boucher",
                 "terms": "Boucherie"
             },
+            "shop/candles": {
+                "name": "Magasin de bougies",
+                "terms": "Vente de bougies et d'accessoires"
+            },
             "shop/car": {
                 "name": "Concessionnaire automobile",
                 "terms": "Concessionnaire"
                 "name": "Garage",
                 "terms": "Garage, atelier de mécanique automobile"
             },
+            "shop/carpet": {
+                "name": "Magasin de tapis",
+                "terms": "Magasin de tapis"
+            },
+            "shop/cheese": {
+                "name": "Fromager",
+                "terms": "Vente de fromages"
+            },
             "shop/chemist": {
                 "name": "Pharmacie",
                 "terms": "Pharmacie"
             },
+            "shop/chocolate": {
+                "name": "Chocolatier",
+                "terms": "Vente de chocolats"
+            },
             "shop/clothes": {
                 "name": "Magasin de vêtements",
                 "terms": "Magasin de vêtements"
                 "name": "Petite épicerie du coin",
                 "terms": "Supérette, Petite épicerie du coin"
             },
+            "shop/copyshop": {
+                "name": "Reprographie",
+                "terms": "Photocopies, Impression"
+            },
+            "shop/cosmetics": {
+                "name": "Parfumerie",
+                "terms": "Vente de cosmétiques"
+            },
+            "shop/craft": {
+                "name": "Magasin d'arts et loisirs créatifs",
+                "terms": "Magasin des Beaux-Arts, Magasin d'arts graphiques"
+            },
+            "shop/curtain": {
+                "name": "Magasin de rideaux",
+                "terms": "Magasin de rideaux"
+            },
+            "shop/dairy": {
+                "name": "Crèmerie",
+                "terms": "Crèmerie"
+            },
             "shop/deli": {
                 "name": "Épicerie de luxe",
                 "terms": "Epicerie fine, Traiteur"
             },
             "shop/doityourself": {
                 "name": "Magasin de bricolage",
-                "terms": "Magasin pour la fait à la main"
+                "terms": "Magasin de bricolage"
             },
             "shop/dry_cleaning": {
-                "name": "Nettoyage à sec",
-                "terms": "Pressing"
+                "name": "Pressing",
+                "terms": "Teinturerie, Blanchisserie"
             },
             "shop/electronics": {
-                "name": "Magasin de matériel électronique",
-                "terms": "Magasin d'électronique"
+                "name": "Magasin d'électronique et d'électroménager",
+                "terms": "Magasin d'électronique et d'électroménager"
+            },
+            "shop/erotic": {
+                "name": "Sex-shop",
+                "terms": "Sex-shop"
+            },
+            "shop/fabric": {
+                "name": "Magasin de tissus",
+                "terms": "Magasin de tissus"
             },
             "shop/farm": {
                 "name": "Étal de fruits et légumes",
                 "terms": "Étal de fruits et légumes"
             },
+            "shop/fashion": {
+                "name": "Boutique de mode",
+                "terms": "Boutique de mode"
+            },
             "shop/fishmonger": {
                 "name": "Poissonnerie",
-                "terms": "Poissonerie"
+                "terms": "Poissonnerie"
             },
             "shop/florist": {
                 "name": "Fleuriste",
                 "terms": "Fleuriste"
             },
+            "shop/frame": {
+                "name": "Magasin d'encadrements",
+                "terms": "Vente de cadres"
+            },
             "shop/funeral_directors": {
                 "name": "Funérarium",
                 "terms": "Funérarium, Maison funéraire"
             },
+            "shop/furnace": {
+                "name": "Chauffagiste",
+                "terms": "Vente de chaudières"
+            },
             "shop/furniture": {
                 "name": "Magasin de meubles",
                 "terms": "Magasin de meubles"
                 "terms": "Jardinerie, centre de jardinage"
             },
             "shop/gift": {
-                "name": "Boutique de cadeaux, Boutique de souvenirs",
+                "name": "Boutique de cadeaux",
                 "terms": "Boutique de souvenirs"
             },
             "shop/greengrocer": {
                 "name": "Quincaillerie",
                 "terms": "Quincaillerie"
             },
+            "shop/hearing_aids": {
+                "name": "Audioprothésiste",
+                "terms": "Vente de prothèses auditives"
+            },
+            "shop/herbalist": {
+                "name": "Herboristerie",
+                "terms": "Herboristerie"
+            },
             "shop/hifi": {
                 "name": "Magasin de matériel hi-fi",
                 "terms": "Magasin d'appareils audio-visuel"
             },
+            "shop/interior_decoration": {
+                "name": "Magasin de décoration d'intérieur",
+                "terms": "Magasin de décoration d'intérieur"
+            },
             "shop/jewelry": {
                 "name": "Bijouterie",
                 "terms": "Bijoutier"
             },
             "shop/kiosk": {
-                "name": "Kiosque",
-                "terms": "Kiosque"
+                "name": "Kiosque à journaux",
+                "terms": "Kiosque à journaux"
+            },
+            "shop/kitchen": {
+                "name": "Magasin de cuisines",
+                "terms": "Vente de mobilier et accessoires de cuisine"
             },
             "shop/laundry": {
                 "name": "Laverie",
                 "terms": "Laverie"
             },
+            "shop/leather": {
+                "name": "Boutique de vêtements en cuir",
+                "terms": "Boutique de vêtements en cuir"
+            },
             "shop/locksmith": {
                 "name": "Serrurier",
                 "terms": "Serrurier"
             },
             "shop/lottery": {
-                "name": "Loterie"
+                "name": "Loterie",
+                "terms": "Vente de billets de loterie"
             },
             "shop/mall": {
                 "name": "Centre commercial",
                 "terms": "Centre d'achat"
             },
+            "shop/massage": {
+                "name": "Salon de massage",
+                "terms": "Salon de massage"
+            },
+            "shop/medical_supply": {
+                "name": "Magasin de matériel médical",
+                "terms": "Magasin de matériel médical"
+            },
             "shop/mobile_phone": {
                 "name": "Magasin de téléphonie mobile",
                 "terms": "Vente de téléphone portable, magasin de téléphones portables"
             },
+            "shop/money_lender": {
+                "name": "Prêteur sur gages",
+                "terms": "Prêteur sur gages"
+            },
             "shop/motorcycle": {
                 "name": "Vendeur de motos",
                 "terms": "Vendeur de motos"
                 "name": "Vente d'instruments de musique",
                 "terms": "Magasin de musique"
             },
+            "shop/musical_instrument": {
+                "name": "Magasin d'instruments de musique",
+                "terms": "Magasin d'instruments de musique"
+            },
             "shop/newsagent": {
-                "name": "Kiosque à journaux",
-                "terms": "Kiosque à journaux"
+                "name": "Magasin de journaux",
+                "terms": "Vente de journaux, de magazines, Maison de la presse"
             },
             "shop/optician": {
                 "name": "Opticien",
                 "terms": "Opticien"
             },
+            "shop/organic": {
+                "name": "Magasin de produits biologiques",
+                "terms": "Vente de produits biologiques"
+            },
             "shop/outdoor": {
-                "name": "Magasin de plein air",
-                "terms": "Magasin d'équipement de randonnée, magasin de plein air"
+                "name": "Magasin de matériel de sports de plein air",
+                "terms": "Magasin de matériel de sports de plein air"
+            },
+            "shop/paint": {
+                "name": "Magasin de peintures",
+                "terms": "Vente de peintures"
+            },
+            "shop/pawnbroker": {
+                "name": "Prêteur sur gages",
+                "terms": "Mont-de-piété, Crédit municipal"
             },
             "shop/pet": {
                 "name": "Animalerie",
                 "name": "Tirage de photos",
                 "terms": "Photographe, Tirage de photos"
             },
+            "shop/pyrotechnics": {
+                "name": "Magasin de feux d'artifice",
+                "terms": "Magasin de feux d'artifice"
+            },
+            "shop/radiotechnics": {
+                "name": "Magasin de composants électroniques et de radio ",
+                "terms": "Magasin de composants électroniques et de radio "
+            },
+            "shop/religion": {
+                "name": "Magasin d'articles religieux",
+                "terms": "Boutique d'une église, d'un monastère"
+            },
+            "shop/scuba_diving": {
+                "name": "Magasin d'équipement et d'articles de plongée sous-marine",
+                "terms": "Magasin d'équipement et d'articles de plongée sous-marine"
+            },
+            "shop/seafood": {
+                "name": "Poissonnerie / Vente de fruits de mer",
+                "terms": "Vendeur de poissons, fruits de mer, écailler"
+            },
+            "shop/second_hand": {
+                "name": "Magasin caritatif",
+                "terms": "Magasin caritatif"
+            },
             "shop/shoes": {
                 "name": "Magasin de chaussures",
                 "terms": "Magasin de chaussures"
                 "terms": "Supermarché"
             },
             "shop/tailor": {
-                "name": "Tailleur"
+                "name": "Tailleur",
+                "terms": "Habilleur, Giletier"
+            },
+            "shop/tattoo": {
+                "name": "Salon de tatouage",
+                "terms": "Salon de tatouage"
+            },
+            "shop/tea": {
+                "name": "Magasin de thés",
+                "terms": "Magasin de thés"
+            },
+            "shop/ticket": {
+                "name": "Boutique de vente de billets",
+                "terms": "Boutique de vente de billets"
+            },
+            "shop/tobacco": {
+                "name": "Bureau de tabac",
+                "terms": "Buraliste"
             },
             "shop/toys": {
                 "name": "Magasin de jouets",
                 "name": "Commerce désaffecté",
                 "terms": "Espace vacant, lot vacant"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Magasin d'électroménager de nettoyage",
+                "terms": "Vente de produits de nettoyage"
+            },
             "shop/variety_store": {
                 "name": "Supérette, Petite épicerie du coin",
                 "terms": "Épicerie"
                 "name": "Vidéo-club",
                 "terms": "Club vidéo"
             },
+            "shop/video_games": {
+                "name": "Magasin de location et vente de jeux vidéo",
+                "terms": "Magasin de location et vente de jeux vidéo"
+            },
+            "shop/water_sports": {
+                "name": "Vente d'équipements et d'articles pour sports nautiques",
+                "terms": "Vente d'équipements et d'articles pour sports nautiques"
+            },
+            "shop/weapons": {
+                "name": "Armurerie",
+                "terms": "Armurerie"
+            },
+            "shop/window_blind": {
+                "name": "Magasin de vente de stores",
+                "terms": "Magasin de vente de stores"
+            },
             "shop/wine": {
                 "name": "Caviste",
-                "terms": "Caviste, Chai, Bar à vins"
+                "terms": "Caviste,  Bar à vins"
             },
             "tourism": {
                 "name": "Tourisme",
                 "name": "Restriction",
                 "terms": "Restriction"
             },
+            "type/restriction/no_left_turn": {
+                "name": "Interdiction de tourner à gauche ",
+                "terms": "Interdiction de tourner à gauche "
+            },
+            "type/restriction/no_right_turn": {
+                "name": "Interdiction de tourner à droite",
+                "terms": "Interdiction de tourner à droite"
+            },
+            "type/restriction/no_u_turn": {
+                "name": "Demi-tour interdit",
+                "terms": "Demi-tour interdit"
+            },
+            "type/restriction/only_left_turn": {
+                "name": "Obligation de tourner à gauche",
+                "terms": "Obligation de tourner à gauche"
+            },
+            "type/restriction/only_right_turn": {
+                "name": "Obligation de tourner à droite",
+                "terms": "Obligation de tourner à droite"
+            },
+            "type/restriction/only_straight_on": {
+                "name": "Interdiction de bifurquer",
+                "terms": "Interdiction de bifurquer"
+            },
             "type/route": {
                 "name": "Route",
                 "terms": "Route, rue, chemin, sentier"
index 177b8a4b1aa034f9f369e64c1ad9e1cd5a07965d..01a0d120fbc7d21fcfce38ec655166ea9f54d940 100644 (file)
@@ -71,7 +71,7 @@
                 "line": "Liña redondeada.",
                 "area": "Área redondeada."
             },
-            "not_closed": "Isto non se pode redonderar porque non é un bucle.",
+            "not_closed": "Isto non se pode redondear porque non é un bucle.",
             "too_large": "Isto non se pode redondear porque non está completamente visible."
         },
         "orthogonalize": {
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Borrar",
-            "description": "Borrar isto do mapa.",
+            "description": "Eliminar permanentemente o obxecto.",
             "annotation": {
                 "point": "Punto borrado.",
                 "vertex": "Eliminado un nodo dunha vía.",
                 "area": "Área movida.",
                 "multiple": "Varios obxectos movidos."
             },
-            "incomplete_relation": "Este elemento non se pode mover porque non se descargou completamente."
+            "incomplete_relation": "Este elemento non se pode mover porque non se descargou completamente.",
+            "too_large": "Isto non se pode mover debido a que non está completamente visible."
         },
         "rotate": {
             "title": "Rotar.",
             "annotation": {
                 "line": "Liña rotada.",
                 "area": "Área rotada."
-            }
+            },
+            "too_large": "Isto non se pode rotar debido a que non está completamente visible."
         },
         "reverse": {
             "title": "Inverter",
         "untagged_area": "Área sen etiquetar",
         "many_deletions": "Estás borrando {n} obxectos. Estás seguro de querer facelo? Esta acción quitaraos do mapa que os demáis ven en openstreetmap.org.",
         "tag_suggests_area": "A etiqueta {tag} suxire que a liña debería ser unha área, pero non é unha área.",
+        "untagged_point_tooltip": "Escolle un tipo de elemento que describa o que é este punto.",
+        "untagged_line_tooltip": "Escolle un tipo de elemento que describa o que é esta liña.",
+        "untagged_area_tooltip": "Escolle un tipo de elemento que describa o que é esta área.",
         "deprecated_tags": "Etiquetas obsoletas: {tags}"
     },
     "zoom": {
         },
         "areas": {
             "title": "Áreas",
-            "add": "As áreas son unha maneira máis detallada de representar elementos, xa que dan información sobre os límites do elemento. As áreas pódense usar para a maioría dos tipos de elemento para os que se poden usar os puntos, e normalmente son a opción preferida. **Fai clic no botón \"Área\" para engadir unha nova área.**",
+            "add": "As áreas utilízanse para mostrar os límites de elementos tales como lagos, edificios ou áreas residenciais. Tamén poden ser usados para cartografar máis detalladamente moitos dos elementos que normalmente se cartografarían como puntos. **Fai clic no botón \"Área\" para engadir unha nova área.**",
             "corner": "As áreas debúxanse colocando vértices que marquen os límites da área. **Sitúa o vértice inicial nunha das esquinas do parque infantil.**",
             "place": "Debuxa a área situando máis vértices. Finaliza a área facendo clic no vértice inicial. **Debuxa unha área para o parque infantil.**",
             "search": "**Busca por '{name}'.**",
             "category-building": {
                 "name": "Edificio"
             },
+            "category-golf": {
+                "name": "Golf"
+            },
             "category-landuse": {
                 "name": "Uso do solo"
             },
             "category-rail": {
                 "name": "Ferrocarril"
             },
+            "category-restriction": {
+                "name": "Restrición"
+            },
             "category-road": {
                 "name": "Estrada"
             },
                     }
                 }
             },
+            "access_simple": {
+                "label": "Acceso",
+                "placeholder": "si"
+            },
+            "access_toilets": {
+                "label": "Acceso"
+            },
             "address": {
                 "label": "Enderezo",
                 "placeholders": {
+                    "housename": "Nome da casa",
+                    "housenumber": "123",
                     "street": "Rúa",
-                    "city": "Cidade"
+                    "city": "Cidade",
+                    "postcode": "Código postal",
+                    "place": "Lugar",
+                    "hamlet": "Aldea",
+                    "suburb": "Barrio",
+                    "country": "País"
                 }
             },
             "admin_level": {
             "amenity": {
                 "label": "Tipo"
             },
+            "artist": {
+                "label": "Artista"
+            },
+            "artwork_type": {
+                "label": "Tipo"
+            },
             "atm": {
                 "label": "Caixeiro automático"
             },
+            "backrest": {
+                "label": "Respaldo"
+            },
             "barrier": {
                 "label": "Tipo"
             },
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Sentido"
+                "label": "Sentido",
+                "options": {
+                    "N": "Norte",
+                    "E": "Leste",
+                    "S": "Sur",
+                    "W": "Oeste",
+                    "NE": "Nordeste",
+                    "SE": "Sueste",
+                    "SW": "Suroeste",
+                    "NW": "Noroeste",
+                    "NNE": "Nor-nordeste",
+                    "ENE": "Les-nordeste",
+                    "ESE": "Les-sueste",
+                    "SSE": "Sur-sueste",
+                    "SSW": "Sur-suroeste",
+                    "WSW": "Oés-suroeste",
+                    "WNW": "Oés-noroeste",
+                    "NNW": "Nor-noroeste"
+                }
             },
             "clock_direction": {
                 "label": "Sentido",
             "country": {
                 "label": "País"
             },
+            "covered": {
+                "label": "Cuberto"
+            },
+            "crop": {
+                "label": "Cultivo"
+            },
             "crossing": {
                 "label": "Tipo"
             },
             "entrance": {
                 "label": "Tipo"
             },
+            "except": {
+                "label": "Excepcións"
+            },
             "fax": {
                 "label": "Fax",
                 "placeholder": "+34 989 12 34 56"
             "fixme": {
                 "label": "Amáñame"
             },
+            "fuel": {
+                "label": "Combustible"
+            },
+            "fuel/biodiesel": {
+                "label": "Biodiesel"
+            },
+            "fuel/diesel": {
+                "label": "Diésel"
+            },
+            "fuel/octane_95": {
+                "label": "Gasolina 95"
+            },
+            "fuel/octane_98": {
+                "label": "Gasolina 98"
+            },
             "highway": {
                 "label": "Tipo"
             },
             "internet_access": {
                 "label": "Acceso a internet",
                 "options": {
+                    "yes": "Si",
+                    "no": "Non",
                     "wlan": "Wi-Fi",
                     "wired": "Por cable",
                     "terminal": "Terminal"
                 }
             },
+            "lamp_type": {
+                "label": "Tipo"
+            },
             "landuse": {
                 "label": "Tipo"
             },
             "leisure": {
                 "label": "Tipo"
             },
+            "length": {
+                "label": "Lonxitude (metros)"
+            },
             "levels": {
                 "label": "Niveis",
                 "placeholder": "2, 4, 6..."
                 "label": "Límite de velocidade",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "label": "Dificultade en Bicicleta de Montaña",
+                "placeholder": "0, 1, 2, 3..."
+            },
             "name": {
                 "label": "Nome",
                 "placeholder": "Nome común (se existe)"
                 "label": "Tipo"
             },
             "oneway": {
-                "label": "Sentido único"
+                "label": "Sentido único",
+                "options": {
+                    "undefined": "Suponse Non",
+                    "yes": "Si",
+                    "no": "Non"
+                }
             },
             "oneway_yes": {
-                "label": "Sentido único"
+                "label": "Sentido único",
+                "options": {
+                    "undefined": "Suponse Si",
+                    "yes": "Si",
+                    "no": "Non"
+                }
             },
             "opening_hours": {
                 "label": "Horas"
             "place": {
                 "label": "Tipo"
             },
+            "population": {
+                "label": "Poboación"
+            },
             "power": {
                 "label": "Tipo"
             },
             "restriction": {
                 "label": "Tipo"
             },
+            "restrictions": {
+                "label": "Restricións de xiro"
+            },
             "route": {
                 "label": "Tipo"
             },
             "amenity/bicycle_rental": {
                 "name": "Alugamento de Bicicletas"
             },
+            "amenity/bus_station": {
+                "name": "Estación de autobuses"
+            },
             "amenity/cafe": {
                 "name": "Cafetería",
                 "terms": "cafetería, café, bar"
             "amenity/car_wash": {
                 "name": "Lavado de automóbiles"
             },
+            "amenity/charging_station": {
+                "name": "Estación de carga"
+            },
             "amenity/cinema": {
                 "name": "Cine"
             },
+            "amenity/clinic": {
+                "name": "Clínica"
+            },
+            "amenity/clock": {
+                "name": "Reloxo"
+            },
             "amenity/courthouse": {
                 "name": "Pazo de xustiza"
             },
+            "amenity/dentist": {
+                "name": "Dentista"
+            },
+            "amenity/doctor": {
+                "name": "Consulta médica"
+            },
             "amenity/drinking_water": {
                 "name": "Fonte"
             },
             "amenity/hospital": {
                 "name": "Hospital"
             },
-            "amenity/kindergarten": {
-                "name": "Gardería"
-            },
             "amenity/library": {
                 "name": "Biblioteca"
             },
             "amenity/pub": {
                 "name": "Pub"
             },
+            "amenity/recycling": {
+                "name": "Reciclaxe"
+            },
             "amenity/restaurant": {
                 "name": "Restaurante",
                 "terms": "restaurante, mesón, taberna, comedor, comida, comer, xantar, cear, menú"
             "amenity/swimming_pool": {
                 "name": "Piscina"
             },
+            "amenity/taxi": {
+                "name": "Parada de taxis"
+            },
             "amenity/telephone": {
                 "name": "Teléfono"
             },
             "amenity/university": {
                 "name": "Universidade"
             },
+            "amenity/vending_machine": {
+                "name": "Máquina expendedora"
+            },
+            "amenity/veterinary": {
+                "name": "Veterinario"
+            },
             "amenity/waste_basket": {
                 "name": "Papeleira",
                 "terms": "papeleira, lixo, basura"
             "building/hut": {
                 "name": "Refuxio"
             },
+            "building/train_station": {
+                "name": "Estación de tren"
+            },
             "emergency/phone": {
                 "name": "Teléfono de emerxencia"
             },
             "landuse/farm": {
                 "name": "Terra de cultivo"
             },
+            "landuse/farmland": {
+                "name": "Terra de cultivo"
+            },
             "landuse/farmyard": {
                 "name": "Granxa"
             },
             "man_made/water_tower": {
                 "name": "Torre de auga"
             },
-            "man_made/water_well": {
-                "name": "Pozo"
-            },
             "natural": {
                 "name": "Natural"
             },
             "shop/bicycle": {
                 "name": "Tenda de bicicletas"
             },
-            "shop/books": {
-                "name": "Librería"
-            },
             "shop/butcher": {
                 "name": "Carnicería"
             },
             "shop/jewelry": {
                 "name": "Xoiería"
             },
-            "shop/kiosk": {
-                "name": "Quiosco"
-            },
             "shop/laundry": {
                 "name": "Lavandería"
             },
             "type/restriction": {
                 "name": "Restrición"
             },
+            "type/restriction/no_left_turn": {
+                "name": "Prohibido xirar á esquerda"
+            },
+            "type/restriction/no_right_turn": {
+                "name": "Prohibido xirar á dereita"
+            },
+            "type/restriction/no_u_turn": {
+                "name": "Prohibido o cambio de sentido"
+            },
+            "type/restriction/only_left_turn": {
+                "name": "Obrigatorio xirar á esquerda"
+            },
+            "type/restriction/only_right_turn": {
+                "name": "Obrigatorio xirar á dereita"
+            },
+            "type/restriction/only_straight_on": {
+                "name": "Obrigatorio continuar recto"
+            },
             "type/route": {
                 "name": "Ruta"
             },
index 33528d36c6c9345c74308ff03d9d99623b00b57e..e3a2dabb3d765d483eb2d4e3ebad32fbcc717d52 100644 (file)
         "add_point": {
             "title": "Točka",
             "description": "Dodaj restorane, spomenike, poštanske sandučiće ili druge točke na kartu.",
-            "tail": "Klikni na kartu da dodaš točku."
+            "tail": "Klikni na kartu za dodavanje točke."
         },
         "browse": {
             "title": "Pretraži",
             "description": "Pomiči i uvećaj ili smanji prikaz karte."
         },
         "draw_area": {
-            "tail": "Klikni za dodavanje točaka na svoje područje. Klikni prvu točku za dovršavanje područja."
+            "tail": "Klikni za dodavanje rubnih točaka područja. Kliknu na prvu točku za zatvaranje područja."
         },
         "draw_line": {
-            "tail": "Klikni za dodavanje više točaka na liniju. Klikni na druge linije da ih spojiš i dvaput klikni da završiš liniju."
+            "tail": "Klikni za dodavanje više točaka linije. Klikni na druge linije da ih spojiš i dvaput klikni da završiš liniju."
         }
     },
     "operations": {
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Izbriši",
-            "description": "Ukloni ovo sa karte.",
+            "description": "Trajno obriši objekt.",
             "annotation": {
                 "point": "Točka je obrisana.",
                 "vertex": "Točka puta je obrisana.",
         "zoom": "Povećaj na GPX putanju",
         "browse": "Potraži .gpx datoteku"
     },
+    "mapillary": {
+        "tooltip": "Ulične fotografije s Mapillary servisa",
+        "title": "Foto preklop (Mapillary)",
+        "view_on_mapillary": "Pogledaj ovu sliku na Mapillary"
+    },
     "help": {
         "title": "Pomoć",
         "help": "# Pomoć\n\niD je program za uređivanje [OpenStreetMap](http://www.openstreetmap.org/), \nbesplatne karte svijeta. Možeš ga koristiti za dodavanje i obnavljanje podataka u \nsvom području, čime stvaraš bolju kartu svijeta slobodnih izvornika i podataka \ndostupnu svima.\n\nKorekcije koje napraviš na karti će biti vidljive svakome tko koristi\nOpenStreetMap. Da bi mogao/la uređivati kartu, trebaš [besplatni\nOpenStreetMap korisnički račun](https://www.openstreetmap.org/user/new).\n\n[iD editor](http://ideditor.com/) je suradnički projekt sa [izvornim kôdom dostupnim \nna GitHub-u](https://github.com/openstreetmap/iD).\n",
         "editing_saving": "# Uređivanje i spremanje promjena\n\nOvaj uređivač je primarno dizajniran za uređivanje na mreži i trenutačno ga\nkoristiš kroz internet preglednik kao web stranicu.\n\n### Odabir značajki\n\nZa odabir značajke karte, npr. ceste ili točke od interesa, klikni na nju na karti.\nPojaviti će se obrub oko značajke, otvoriti će se bočno okno koje prikazuje više\ndetalja o značajki i prikazati će se alatni izbornik sa mogućnostima koje možeš\nnapraviti na značajki.\n\nZa odabir nekoliko značajki istovremeno, drži tipku \"Shift\". Zatim ili klikni na\nznačajke koje želiš odabrati ili klikni i povuci za crtanje četverokuta. Time ćeš\nodabrati sve točke unutar četverokuta.\n\n### Spremanje uređivanja\n\nKada napraviš promjene na karti, npr. urediš ulice, zgrade i mjesta, one su\nspremljene lokalno sve dok ih ne spremiš na server. Nemoraš se briniti ukoliko\nnapraviš pogrešku - možeš poništiti promjene klikom na tipku \"Opovrgni\" i\nponoviti promjene klikom na tipku \"Ponovi\".\n\nKlikni na tipku \"Spremi\" da završiš grupu promjena - na primjer ako si završio/la\npodručje grada i želiš početi uređivati novo područje. Nakon što stisneš \"Spremi\"\nmoći ćeš pregledati sve promjene koje si napravio/la i uređivač će ti dati korisne\nprijedloge i upozorenja ako je nešto neuobičajeno među promjenama.\n\nAko je sve u redu, možeš ostaviti kratak komentar u kojem ćeš opisati napravljenu\npromjenu na karti. Ponovno klikni \"Spremi\" za postavljanje promjena na\n[OpenStreetMap.org](http://www.openstreetmap.org/), gdje će biti vidljive svim\ndrugim korisnicima i dostupne drugima za dopunu i nadogradnju.\n\nAko ne možeš završiti sve planirane promjene odjednom, možeš ugasiti prozor\nuređivača i kasnije se vratiti (na isti internet preglednik i isto računalo) i uređivač\nće ti ponuditi da nastaviš gdje si stao/la. \n",
         "roads": "# Ceste\n\nMožeš stvarati, popraviti/urediti i obrisati ceste pomoću ovog uređivača. Ceste\nmogu biti svih vrsta: puteljci, ceste, poljski putovi, biciklističke staze i drugo -\nsve staze preko kojih se često prolazi bi se trebale kartirati.\n\n### Odabir\n\nKlikni na cestu da ju odabereš. Pojaviti će se obrub oko ceste, zajedno s\nmalim alatnim izbornikom na karti i bočnim oknom koji prikazuje dodatne\ninformacije o selektiranoj cesti.\n\n### Uređivanje\n\nČesto ćeš vidjeti ceste koje se ne podudaraju s pozadinskim snimcima ili s\nGNSS tragom. Možeš urediti te ceste tako da se nalaze na ispravnom mjestu.\n\nPrvo klikni na cestu koju želiš urediti. To će ju označiti i prikazati kontrolne\ntočke unutar nje koje možeš premjestiti na točnije lokacije. Ako želiš dodati\nnove kontrolne točke za precizniju putanju, klikni dvoklikom na dio ceste gdje\nnema točke kako bi dodao/la novu.\n\nAko se cesta spaja s drugom cestom, ali nije ispravno spojena na karti, možeš\npovući kontrolnu točku na drugu cestu kako bi ih spojio/la. Spojene ceste su\nvrlo važne za kartu i osnova za omogućavanje uputa za navigaciju.\n\nTakođer možeš kliknuti alat \"Premjesti\" ili pritisnuti kraticu - tipku `M` za\npomak cijele ceste odjednom i zatim kliknuti ponovno za spremanje tog\npomaka.\n\n### Brisanje\n\nAko je cesta potpuno krivo ucrtana - ne vidi se na satelitskim snimkama i ako\nsi utvrdio/la da zbilja ne postoji uvidom na terenu možeš ju obrisati, što će ju\nobrisati s karte. Budi oprezan/na kada brišeš značajke - kao i kod svakog\ndrugog uređivanja rezultati su vidljivi svima, a satelitske snimke su često\nzastarjele, pa je moguće da je cesta nedavno sagrađena.\n\nZa brisanje ceste najprije ju označi, a zatim klikni na ikonicu kante za smeće ili\npritisni tipku \"Delete\".\n\n### Stvaranje\n\nAko si pronašao/la cestu koja bi trebala biti ucrtana ali nije, klikni ikonicu\n\"Linija\" na gornjem lijevom dijelu uređivača ili pritisni kraticu - tipku `2` da\nzapočneš crtanje linije.\n\nKlikni na početak ceste na karti da započneš crtanje. Ako se cesta odvaja od\npostojeće ceste, klikni na mjesto gdje se spajaju.\n\nZatim klikni na točke duž ceste tako da prate ispravnu putanju ceste, prema\npodacima satelitske snimke ili GNSS traga. Ako se cesta koju crtaš križa s\ndrugom cestom, spoji ih klikom na mjestu raskrižja. Kada si završio/la s\ncrtanjem, klikni dvoklikom sastrane ili pritisni tipku \"Return\" ili \"Enter\" na\ntipkovnici.\n",
-        "gps": "# GNSS\n\nPojam GNSS obuhvaća sve \"Globalne Navigacijske Satelitske Sustave\", to su: američki Navstar GPS, ruski GLONASS, europski GALILEO i kineski BEIDOU. Suvremeni uređaji često koriste signale više sustava istovremeno za određivanje pozicije. GNSS podaci su najpouzdaniji izvor podataka za OpenStreetMap. Ovaj\nuređivač podržava lokalne tragove - `.gpx` datoteteke koje se nalaze na tvom računalu.\nTakav oblik GNSS traga možeš prikupiti s raznim aplikacijama za pametne\ntelefone kao i sa drugim GNSS/GPS uređajima.\n\nZa više informacija o postupku izmjere pomoću GNSS satelita, pročitaj članak\n[\"Mjerenje sa GPS-om\"](http://learnosm.org/en/beginner/using-gps/).\n\nKako bi koristio GPX tragove za kartiranje, povuci i ispusti GPX datoteku\nna uređivač karte. Ako se datoteka ispravno učita, biti će dodana na kartu\nkao linija svjetlo zelene boje. Klikni na izbornik \"Postavke pozadine\" s\ndesne strane za uključivanje, isključivanje ili povećanje na taj novi GPX sloj.\n\nGPX trag nije direktno postavljen na OpenStreetMap, samo je prikazan na\nkarti. Da bi ga iskoristio/la na najbolji način, preko njega crtaj na\nkarti koristeći ga kao vodilju za dodavanje novih značajki. Trag možeš također\n[postaviti na OpenStreetMap](http://www.openstreetmap.org/trace/create)\nkako bi ga i drugi korisnici mogli koristiti.\n",
+        "gps": "# GNSS\n\nPojam GNSS obuhvaća sve \"Globalne Navigacijske Satelitske Sustave\", to su: američki Navstar GPS, ruski GLONASS, europski GALILEO i kineski BEIDOU. Suvremeni uređaji često koriste signale više sustava istovremeno za određivanje pozicije. GNSS podaci su najpouzdaniji izvor podataka za OpenStreetMap. Ovaj\nuređivač podržava lokalne tragove - `.gpx` datoteteke koje se nalaze na tvom računalu.\nTakav oblik GNSS traga možeš prikupiti s raznim aplikacijama za pametne\ntelefone kao i sa drugim GNSS/GPS uređajima.\n\nZa više informacija o postupku izmjere pomoću GNSS satelita, pročitaj članak\n[\"Mjerenje GPS-om\"](http://learnosm.org/en/beginner/using-gps/).\n\nKako bi koristio/la GPX tragove za kartiranje, povuci i ispusti GPX datoteku\nna uređivač karte. Ako se datoteka ispravno učita, biti će dodana na kartu\nkao linija svjetlo zelene boje. Klikni na izbornik \"Postavke pozadine\" s\ndesne strane za uključivanje, isključivanje ili povećanje na taj novi GPX sloj.\n\nGPX trag nije direktno postavljen na OpenStreetMap, samo je prikazan na\nkarti. Da bi ga iskoristio/la na najbolji način, preko njega crtaj na\nkarti koristeći ga kao vodilju za dodavanje novih značajki. Trag možeš također\n[postaviti na OpenStreetMap](http://www.openstreetmap.org/trace/create)\nkako bi ga i drugi korisnici mogli koristiti.\n",
         "imagery": "# Fotografski snimci\n\nZračni snimci su važan izvor za kartiranje. Kombinacija snimaka iz aviona,\nsatelitskih snimaka i drugih besplatno prikupljenih izvornika je dostupna s\ndesne strane u izborniku \"Postavke pozadine\".\n\nPočetno je u pozadini prikazan sloj satelitskih snimaka [karte Bing Maps](http://www.bing.com/maps/). Novi izvornici postaju dostupni pomicanjem\ni povećanjem karte na novo geografsko područje. Neke države, poput SAD-a,\nFrancuske i Danske imaju dostupne vrlo kvalitetne snimke za određena\npodručja.\n\nSnimke su ponekad pomaknute u odnosu na podatke karte zbog pogreške\nna koordinatama izvornih snimaka. Ako vidiš puno cesta izmaknutih u\nodnosu na pozadinu, nemoj ih odmah pomicati da se poklope sa pozadinom.\nUmjesto toga, možeš podesiti snimke da odgovaraju postojećim podacima\ntako da klikneš \"Popravi odstupanje\" na dnu izbornika \"Postavke pozadine\".\n",
         "addresses": "# Adrese\n\nAdrese spadaju u najkorisnije informacije na karti.\n\nIako su adrese često prikazane kao dio ulica, na OpenStreetMap karti su zapisane\nkao svojstva građevina i mjesta uzduž ulica.\n\nMožeš dodati informacije o adresi na mjesta kartirana kao rub građevine, ali i na\ngrađevine koje su kartirane kao točkasti objekt. Najbolji izvor podataka o adresama\nje prikupljanje podataka na terenu ili iz osobnog znanja - kao i svake druge\nznačajke, kopiranje sa komercijalnih izvora poput Google Maps servisa je strogo\nzabranjeno.\n",
         "inspector": "# Korištenje preglednika\n\nPreglednik je element korisničkog sučelja na lijevoj strani stranice koji se pojavljuje\nnakon što se neka značajka odabere i on omogućava uređivanje detalja značajke.\n\n### Odabir vrste značajke\n\nNakon što dodaš točku, liniju ili područje, možeš odabrati koje je vrste ta značajka,\nnpr. je li to državna cesta ili ulica, veletrgovina ili kafić.\n\nPreglednik će prikazati tipke za često korištene vrste značajki, a ostale možeš\npronaći upisivanjem naziva vrste koju tražiš u okvir za pretraživanje.\n\nKlikni na \"i\" na desnoj strani vrste značajke da saznaš više o toj značajki. Klikni na\ntipku sa imenom vrste da odabereš tu vrstu.\n\n### Korištenje obrazaca i oznaka\n\nNakon što odabereš vrstu značajke ili kada odabereš značajku koja već ima\ndefeniranu vrstu, preglednik će ti prikazati polja sa detaljima o značajki, npr.\nnjezino ime i adresu.\n\nIspod polja možeš kliknuti na ikone za dodavanje drugih detalja, kao informacije sa\n[Wikipedije](http://www.wikipedia.org/), pristup invalidskim kolicima i drugo.\n\nNa dnu preglednika, klikni na \"Sve oznake\" za dodavanje proizvoljnih drugih\noznaka za značajke. [Taginfo](http://taginfo.openstreetmap.org/) je izvrstan\nizvornik za učenje o popularnim kombinacijama oznaka koje se koriste.\n\nPromjene koje napraviš u pregledniku su automatski primijenjene na kartu.\n\nMožeš poništiti promjene u bilo kojem trenutku pritiskom na tipku \"Opovrgni\".\n",
     "intro": {
         "navigation": {
             "title": "Navigacija",
-            "drag": "Glavno područje karte prikazuje OpenStreetMap podatke iznad pozadine. Možeš mijenjati pogled povlačeći i pomičući, kao na svakoj drugoj web karti. **Pomakni prikaz karte!**",
+            "drag": "Glavno područje karte prikazuje OpenStreetMap podatke iznad pozadine. Možeš mijenjati pogled povlačeći i pomičući, kao na svakoj drugoj web karti. **Pomakni prikaz karte.**",
             "select": "Značajke karte su prikazane na tri načina: koristeći točke, linije ili područja. Sve značajke mogu se odabrati klikom na njih. **Klikni na točku kako bi ju odabrao/la.**",
             "header": "Zaglavlje nam pokazuje tip svojstva.",
-            "pane": "Kada je značajka odabrana, prikazan je uređivač svojstava. Zaglavlje prikazuje tip značajke, a glavni prozor prikazuje njegova svojstva npr. naziv i adresu. **Zatvori uređivač svojstava sa gumbom x u gornjem desnom kutu.**"
+            "pane": "Kada je značajka odabrana, prikazan je uređivač svojstava. Zaglavlje prikazuje tip značajke, a glavni prozor prikazuje njegova svojstva npr. naziv i adresu. **Zatvori uređivač svojstava gumbom X u gornjem desnom kutu.**"
         },
         "points": {
             "title": "Točke",
-            "add": "Točke se koriste za predstavljanje značajki kao što su trgovine, restorani i spomenici. One označavaju specifičnu lokaciju i opisuju što je ondje. **Klikni na gumb Točka za dodavanje nove točke.**",
+            "add": "Točke se koriste za predstavljanje značajki kao što su trgovine, restorani i spomenici. One označavaju specifičnu lokaciju i opisuju što je ondje. **Klikni na gumb 'Točka' za dodavanje nove točke.**",
             "place": "Točka se može postaviti klikom na kartu. **Postavi točku na vrh zgrade.**",
-            "search": "Postoje mnoge različite značajke koje mogu biti prikazane točkom. Točka koju si upravo dodao/la je kafić. **Pretraži '{name}'**",
-            "choose": "**Odaberi kafić sa liste.**",
-            "describe": "Točka je sada označena kao kafić. Koristeći uređivač svojstava, možemo dodati više informacija o toj značajki. **Dodaj naziv kafiću**",
-            "close": "Uređivač svojstava može se zatvoriti klikom na gumb x. **Zatvori uređivač svojstava**",
-            "reselect": "Često će točke već postojati, ali su pogrešne ili nedovršene. Možemo urediti postojeće točke. **Odaberi točku koju si upravo kreirao/la.**",
+            "search": "Postoje mnoge različite značajke koje mogu biti prikazane točkom. Točka koju si upravo dodao/la je kafić. **Pretraži '{name}'.**",
+            "choose": "**Odaberi 'Kafić' sa liste.**",
+            "describe": "Točka je sada označena kao kafić. Koristeći uređivač svojstava, možemo dodati više informacija o toj značajki. **Dodaj ime kafiću.**",
+            "close": "Uređivač svojstava može se zatvoriti klikom na gumb X. **Zatvori uređivač svojstava.**",
+            "reselect": "Često će točke već postojati, ali mogu biti pogrešne ili nedovršene. Možemo urediti postojeće točke. **Odaberi točku koju si upravo kreirao/la.**",
             "fixname": "**Promijeni ime i zatvori uređivač svojstava.**",
             "reselect_delete": "Sva svojstva na karti se mogu obrisati. **Klikni na točku koji si stvorio/la.**",
-            "delete": "Meni oko točke sadrži operacije koje se mogu izvršiti nad njom, uključujući brisanje. **Obriši točku.**"
+            "delete": "Izbornik oko točke sadrži operacije koje se mogu izvršiti nad njom, uključujući brisanje. **Obriši točku.**"
         },
         "areas": {
             "title": "Područja",
-            "add": "Područja su detaljniji način za prikaz značajki. Omogućavaju informacije na granicama značajke. Područja se mogu koristiti za većinu značajki i često su preferirana. **Klikni na gumb Područje za dodavanje novog područja.**",
+            "add": "Područja se koriste za prikaz granica značajki poput jezera, zgrada i naseljenih područja. Također se mogu koristiti za detaljnije kartiranje mnogih značajki koje se inače prikazuju točkama. **Klikni na gumb 'Područje' za dodavanje novog područja.**",
             "corner": "Područja se crtaju postavljanjem točaka koje označavaju granicu područja. **Postavi početnu točku na jedan rub igrališta.**",
             "place": "Nacrtaj područje dodavanjem više točaka. Završi područje tako da klikneš na početnu točku. **Nacrtaj područje igrališta.**",
             "search": "**Pretraži za '{name}'.**",
         },
         "lines": {
             "title": "Linije",
-            "add": "Linije se koriste za predstavljanje značajki kao što su npr. ceste, željeznice i rijeke. **Klikni na tipku Linija za dodavanje nove linije.**",
+            "add": "Linije se koriste za predstavljanje značajki kao što su npr. ceste, željeznice i rijeke. **Klikni na gumb 'Linija' za dodavanje nove linije.**",
             "start": "**Započni liniju tako da klikneš na kraj ceste.**",
-            "intersect": "Klikni za dodavanje više točaka na liniju. Možeš pomicati pogled na kartu dok crtaš ako je potrebno. Ceste i mnoge druge vrste linija su dio veće mreže. Važno je da su sve linije pravilno spojene kako bi softveri za određivanje rute ispravno funkcionirali. **Klikni na Flower Street za stvaranje raskrižja povezujući dvije linije.**",
+            "intersect": "Klikni za dodavanje više točaka linije. Možeš pomicati pogled na kartu dok crtaš ako je potrebno. Ceste i mnoge druge vrste linija su dio veće mreže. Važno je da su sve linije pravilno spojene kako bi softveri za određivanje rute ispravno funkcionirali. **Klikni na 'Flower Street' za stvaranje raskrižja povezujući dvije linije.**",
             "finish": "Linije se mogu završiti tako da ponovno kliknete na posljednju točku. **Završi crtanje ceste.**",
             "road": "**Odaberi Prometnica sa liste.**",
-            "residential": "Postoje različite vrste cesta, najčešća je Ulica. **Odaberi tip Ulica**",
-            "describe": "**Dodaj naziv ceste i zatvori uređivač svojstava.**",
+            "residential": "Postoje različite vrste cesta, najčešća je Ulica. **Odaberi tip 'Ulica'.**",
+            "describe": "**Dodaj naziv ulice i zatvori uređivač svojstava.**",
             "restart": "Cesta treba presijecati Flower Street.",
             "wrong_preset": "Nisi označio/la cestu koja predstavlja ulicu. **Klikni ovdje za ponovni odabir**"
         },
     "presets": {
         "categories": {
             "category-building": {
-                "name": "Građevina"
+                "name": "Zgrada"
             },
             "category-golf": {
                 "name": "Golf"
             },
             "category-landuse": {
-                "name": "Uporaba zemlje"
+                "name": "Namjena zemljišta"
             },
             "category-path": {
                 "name": "Staza"
             "category-rail": {
                 "name": "Pruga"
             },
+            "category-restriction": {
+                "name": "Ograničenje"
+            },
             "category-road": {
                 "name": "Prometnica"
             },
                 }
             },
             "access_simple": {
+                "label": "Pristup",
+                "placeholder": "da"
+            },
+            "access_toilets": {
                 "label": "Pristup"
             },
             "address": {
                 "label": "Adresa",
                 "placeholders": {
+                    "housename": "Naziv kuće",
+                    "housenumber": "123",
                     "street": "Ulica",
                     "city": "Grad",
-                    "postcode": "Poštanski broj"
+                    "postcode": "Poštanski broj",
+                    "place": "Mjesto",
+                    "hamlet": "Zaseok",
+                    "suburb": "Predgrađe",
+                    "subdistrict": "Okrug",
+                    "district": "Oblast",
+                    "province": "Pokrajina",
+                    "state": "Savezna država, republika",
+                    "country": "Država"
                 }
             },
             "admin_level": {
-                "label": "Administratorsko područje"
+                "label": "Administrativno područje"
             },
             "aerialway": {
                 "label": "Tip"
             },
             "aerialway/access": {
-                "label": "Pristup"
+                "label": "Pristup",
+                "options": {
+                    "entry": "Ulaz",
+                    "exit": "Izlaz",
+                    "both": "Oba"
+                }
             },
             "aerialway/bubble": {
                 "label": "Balon"
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "Pristup (ljeto)"
+                "label": "Pristup (ljeto)",
+                "options": {
+                    "entry": "Ulaz",
+                    "exit": "Izlaz",
+                    "both": "Oba"
+                }
             },
             "aeroway": {
                 "label": "Vrsta"
                 "label": "Vrsta"
             },
             "building": {
-                "label": "Građevina"
+                "label": "Zgrada"
             },
             "building_area": {
-                "label": "Građevina"
+                "label": "Zgrada"
             },
             "capacity": {
                 "label": "Kapacitet",
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Smijer"
+                "label": "Smijer",
+                "options": {
+                    "N": "Sjever",
+                    "E": "Istok",
+                    "S": "Jug",
+                    "W": "Zapad",
+                    "NE": "Sjeveroistok",
+                    "SE": "Jugoistok",
+                    "SW": "Jugozapad",
+                    "NW": "Sjeverozapad",
+                    "NNE": "Sjever-sjeveroistok",
+                    "ENE": "Istok-sjeveroistok",
+                    "ESE": "Istok-jugoistok",
+                    "SSE": "Jug-jugoistok",
+                    "SSW": "Jug-jugozapad",
+                    "WSW": "Zapad-jugozapad",
+                    "WNW": "Zapad-sjeverozapad",
+                    "NNW": "Sjever-sjeverozapad"
+                }
             },
             "clock_direction": {
                 "label": "Smjer",
             "country": {
                 "label": "Država"
             },
+            "covered": {
+                "label": "Pokriven"
+            },
+            "crop": {
+                "label": "Usjev"
+            },
             "crossing": {
                 "label": "Vrsta"
             },
                 "label": "Vjeroispovijed"
             },
             "denotation": {
-                "label": "Denotacija"
+                "label": "Obilježavanje"
             },
             "description": {
                 "label": "Opis"
             },
             "electrified": {
-                "label": "Elektrifikacija"
+                "label": "Elektrifikacija",
+                "placeholder": "Dodirna crta, elektrificirana željeznica",
+                "options": {
+                    "contact_line": "Dodirna crta",
+                    "rail": "Elektrificirana željeznica",
+                    "yes": "Da (nedefinirano)",
+                    "no": "Ne"
+                }
             },
             "elevation": {
                 "label": "Nadmorska visina"
             "entrance": {
                 "label": "Vrsta"
             },
+            "except": {
+                "label": "Iznimke"
+            },
             "fax": {
                 "label": "Fax",
-                "placeholder": "+385 01 123 4567"
+                "placeholder": "+385 (0)1 123 4567"
             },
             "fee": {
                 "label": "Plaćanje"
             },
             "fire_hydrant/type": {
-                "label": "Vrsta"
+                "label": "Vrsta",
+                "options": {
+                    "pillar": "Stub/nadzemni",
+                    "underground": "Podzemni",
+                    "wall": "Zid",
+                    "pond": "Jezerce"
+                }
             },
             "fixme": {
                 "label": "Popravi me"
             },
+            "fuel": {
+                "label": "Gorivo"
+            },
+            "fuel/biodiesel": {
+                "label": "Prodaje biodizel"
+            },
+            "fuel/diesel": {
+                "label": "Prodaje dizel"
+            },
+            "fuel/e10": {
+                "label": "Prodaje Super E10"
+            },
+            "fuel/e85": {
+                "label": "Prodaje bioetanol E85"
+            },
+            "fuel/lpg": {
+                "label": "Prodaje auto-plin LPG"
+            },
+            "fuel/octane_100": {
+                "label": "Prodaje benzin za utrke"
+            },
+            "fuel/octane_91": {
+                "label": "Prodaje benzin 91 oktan"
+            },
+            "fuel/octane_95": {
+                "label": "Prodaje benzin 95 oktana"
+            },
+            "fuel/octane_98": {
+                "label": "Prodaje benzin 98 oktana"
+            },
             "gauge": {
                 "label": "Širina kolosijeka"
             },
                 "label": "Vrsta"
             },
             "golf_hole": {
-                "placeholder": "Broj rupe (1-18)"
+                "label": "Preporuka",
+                "placeholder": "Broj rupa (1-18)"
             },
             "handicap": {
+                "label": "Smetnja",
                 "placeholder": "1-18"
             },
             "highway": {
             "historic": {
                 "label": "Vrsta"
             },
+            "hoops": {
+                "label": "Obruči",
+                "placeholder": "1, 2, 4..."
+            },
             "iata": {
                 "label": "Međunarodni IATA kôd zračne luke"
             },
             "incline": {
                 "label": "Nagib"
             },
+            "information": {
+                "label": "Vrsta"
+            },
             "internet_access": {
                 "label": "Dostupan internet",
                 "options": {
+                    "yes": "Da",
+                    "no": "Ne",
                     "wlan": "Wifi",
                     "wired": "Žično",
                     "terminal": "Terminal"
                 }
             },
+            "lamp_type": {
+                "label": "Vrsta"
+            },
             "landuse": {
                 "label": "Vrsta"
             },
             "leisure": {
                 "label": "Vrsta"
             },
+            "length": {
+                "label": "Duljina (u metrima)"
+            },
             "levels": {
                 "label": "Razina",
                 "placeholder": "2, 4, 6..."
                 "label": "Ograničenje brzine",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "label": "Težina brdske biciklističke staze",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Tvrd tucanik/nabijena zemlja, bez prepreka, blage krivine",
+                    "1": "1: Malo neravna površina, male prepreke, blage krivine",
+                    "2": "2: Više neravna površina, velike prepreke, lakše krivine",
+                    "3": "3: Sklizava površina, velike prepreke, uske krivine",
+                    "4": "4: Neravna površina ili veliko kamenje, opasne krivine",
+                    "5": "5: Maksimalno težak teren, polja kamenih gromada, odroni",
+                    "6": "6: Nije za vožnju osim za najbolje brdske bicikliste"
+                }
+            },
+            "mtb/scale/imba": {
+                "placeholder": "Lagano, srednje, teško...",
+                "options": {
+                    "0": "Najlakše (bijeli krug)",
+                    "1": "Lagano (zeleni krug)",
+                    "2": "Srednje (plavi kvadrat)",
+                    "3": "Teško (crni dijamant)",
+                    "4": "Izuzetno teško (dupli crni dijamant)"
+                }
+            },
+            "mtb/scale/uphill": {
+                "label": "Težina uspona staze za brdski biciklizam",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Prosječan nagib <10%, tucanik/nabijena zemlja, bez prepreka",
+                    "1": "1: Prosječan nagib <15%, tucanik/nabijena zemlja, manje prepreke",
+                    "2": "2: Prosječan nagib <20%, stabilna površina, kamenje veličine šake/korijenje",
+                    "3": "3: Prosječan nagib <25%, raznolika površina, kamenje veličine šake/granje",
+                    "4": "4: Prosječan nagib <30%, loši uvjeti, veliko kamenje/granje",
+                    "5": "5: Jako strmo, bicikl je uglavnom potrebno gurati ili nositi"
+                }
+            },
             "name": {
                 "label": "Ime",
                 "placeholder": "Opće ime (ako postoji)"
                 "label": "Vrsta"
             },
             "oneway": {
-                "label": "Jednosmjerna"
+                "label": "Jednosmjerna",
+                "options": {
+                    "undefined": "Pretpostavlja se da je Ne",
+                    "yes": "Da",
+                    "no": "Ne"
+                }
             },
             "oneway_yes": {
-                "label": "Jednosmjerno"
+                "label": "Jednosmjerno",
+                "options": {
+                    "undefined": "Pretpostavlja se da je Da",
+                    "yes": "Da",
+                    "no": "Ne"
+                }
             },
             "opening_hours": {
                 "label": "Sati"
                 "label": "Operator"
             },
             "par": {
+                "label": "Jednakost",
                 "placeholder": "3, 4, 5..."
             },
             "park_ride": {
                 "label": "Parkiraj i idi javnim prijevozom"
             },
             "parking": {
-                "label": "Vrsta"
+                "label": "Vrsta",
+                "options": {
+                    "surface": "Površinski",
+                    "multi-storey": "Višerazinski",
+                    "underground": "Podzemni",
+                    "sheds": "Šupe",
+                    "carports": "Nastrešnica",
+                    "garage_boxes": "Boks garaža",
+                    "lane": "Parking uz prometnicu"
+                }
             },
             "phone": {
                 "label": "Telefon",
                 "placeholder": "+385 01 123 4567"
             },
             "piste/difficulty": {
-                "label": "Težina"
+                "label": "Težina",
+                "placeholder": "Lagano, srednje, napredno...",
+                "options": {
+                    "novice": "Početnik (nastavni)",
+                    "easy": "Lagano (zeleni krug)",
+                    "intermediate": "Srednje (plavi kvadrat)",
+                    "advanced": "Napredno (crni dijamant)",
+                    "expert": "Ekspert (dupli crni dijamant)",
+                    "freeride": "Slobodna vožnja (izvan staze)",
+                    "extreme": "Ekstremno (potrebna oprema za penjanje)"
+                }
+            },
+            "piste/grooming": {
+                "options": {
+                    "mogul": "Brežuljkasti"
+                }
             },
             "piste/type": {
-                "label": "Vrsta"
+                "label": "Vrsta",
+                "options": {
+                    "downhill": "Spust",
+                    "nordic": "Nordijsko",
+                    "skitour": "Ski obilazak",
+                    "sled": "Sanjkanje",
+                    "hike": "Pješačenje",
+                    "sleigh": "Zaprežne sanjke",
+                    "ice_skate": "Klizanje na ledu",
+                    "snow_park": "Snježni park",
+                    "playground": "Igralište za djecu"
+                }
             },
             "place": {
                 "label": "Vrsta"
                 "name": "Autopraonica",
                 "terms": "praonica automobila"
             },
-            "amenity/childcare": {
-                "name": "Jaslice",
-                "terms": "jaslice,vrtić,mala škola,predškolski"
-            },
             "amenity/cinema": {
                 "name": "Kino",
                 "terms": "dvorana za gledanje filmova,kinematograf,kino dvorana"
             "amenity/clock": {
                 "name": "Sat"
             },
-            "amenity/college": {
-                "name": "Fakultet",
-                "terms": "koledž,fakultet,veleučilište,visoko učilište"
-            },
             "amenity/courthouse": {
                 "name": "Zgrada suda",
                 "terms": "sudnica"
             "amenity/hospital": {
                 "name": "Bolničko zemljište"
             },
-            "amenity/kindergarten": {
-                "name": "Teren oko vrtića",
-                "terms": "vrtić, jaslice, dječji vrtić"
-            },
             "amenity/library": {
                 "name": "Knjižnica",
                 "terms": "knjižnica,biblioteka,čitaonica,zbirka knjiga"
             },
             "amenity/school": {
                 "name": "Škola i teren oko škole",
-                "terms": "škola, školsko zemljište"
+                "terms": "škola,školsko zemljište"
             },
             "amenity/shelter": {
                 "name": "Sklonište"
                 "name": "Gradska vijećnica",
                 "terms": "gradska vijećnica,vijećnica,općinski dom"
             },
-            "amenity/university": {
-                "name": "Sveučilište",
-                "terms": "sveučilište,fakultet"
-            },
             "amenity/vending_machine": {
                 "name": "Automat za prodaju",
                 "terms": "aparat za prodaju sokova,aparat za prodaju slatkiša,aparat za prodaju,aparat za kupovinu,prodajni aparat,automat za prodaju,automat za kupovinu,prodajni automat,automat za kavu"
                 "name": "Servisna cesta"
             },
             "highway/service/alley": {
-                "name": "Uska uličica"
+                "name": "Servisna ulica između blokova"
             },
             "highway/service/drive-through": {
                 "name": "Provezi-kroz"
                 "name": "Pristupna cesta lokalne ceste"
             },
             "highway/track": {
-                "name": "Put"
+                "name": "Poljski ili šumski put",
+                "terms": "put,poljski put,šumski put,makadam"
             },
             "highway/traffic_signals": {
                 "name": "Semafor",
             },
             "leisure/garden": {
                 "name": "Vrt",
-                "terms": "Vrt"
+                "terms": "vrt,bašća,povrtnjak,cvjetnjak"
             },
             "leisure/golf_course": {
                 "name": "Golf tečaj",
-                "terms": "Golf teren"
+                "terms": "golf teren"
             },
             "leisure/marina": {
                 "name": "Marina",
-                "terms": "Marina"
+                "terms": "marina"
             },
             "leisure/park": {
                 "name": "Park"
             },
             "leisure/pitch": {
                 "name": "Sportski teren",
-                "terms": "Sportsko igralište"
+                "terms": "sportsko igralište"
             },
             "leisure/pitch/american_football": {
                 "name": "Američki nogomet",
-                "terms": "Igralište za Američki nogomet"
+                "terms": "igralište za američki nogomet"
             },
             "leisure/pitch/baseball": {
                 "name": "Baseball igralište",
-                "terms": "Bejzbol igralište"
+                "terms": "bejzbol igralište"
             },
             "leisure/pitch/basketball": {
                 "name": "Košarkaški teren",
-                "terms": "Košarkaško igralište"
+                "terms": "košarkaško igralište"
             },
             "leisure/pitch/skateboard": {
                 "name": "Skate park",
             },
             "leisure/pitch/soccer": {
                 "name": "Nogometno igralište",
-                "terms": "Nogometno igralište"
+                "terms": "nogometno igralište"
             },
             "leisure/pitch/tennis": {
                 "name": "Teniski teren",
-                "terms": "Teniski teren"
+                "terms": "teniski teren"
             },
             "leisure/pitch/volleyball": {
                 "name": "Odbojkaško igralište",
-                "terms": "Odbojkaško igralište"
+                "terms": "odbojkaško igralište"
             },
             "leisure/playground": {
                 "name": "Igralište",
             },
             "leisure/stadium": {
                 "name": "Stadion",
-                "terms": "Stadion, Sportska arena"
+                "terms": "stadion,sportska arena"
             },
             "leisure/swimming_pool": {
                 "name": "Sportski bazen",
-                "terms": "Bazen"
-            },
-            "leisure/track": {
-                "name": "Autodrom",
-                "terms": "trkaća staza,staza za utrke,staza za trkanje,pista"
+                "terms": "bazen"
             },
             "line": {
                 "name": "Linija",
-                "terms": "Linija, Crta"
+                "terms": "linija,crta"
             },
             "man_made": {
                 "name": "Ljudske tvorevine",
                 "name": "Vodotoranj",
                 "terms": "vodotoranj,toranj sa spremištem za vodu,spremište za vodu,vodeni toranj,toranj s vodom"
             },
-            "man_made/water_well": {
-                "name": "Bunar",
-                "terms": "bunar,vodocrpilište,izvor vode"
-            },
             "man_made/water_works": {
                 "name": "Vodocrpilište",
                 "terms": "vodocrpilište,vodovod,vodovodna instalacija,vađenje pitke vode"
             },
             "office": {
                 "name": "Ured",
-                "terms": "Ured, Kancelarija"
+                "terms": "ured,kancelarija"
             },
             "office/accountant": {
                 "name": "Računovođa"
             },
             "shop/beverages": {
                 "name": "Trgovina s pićima",
-                "terms": "Podrum pića, Trgovina za piće"
+                "terms": "podrum pića,trgovina za piće"
             },
             "shop/bicycle": {
                 "name": "prodavaonica bicikala",
-                "terms": "Trgovina biciklima"
-            },
-            "shop/books": {
-                "name": "Knjižara",
-                "terms": "Knjižara"
+                "terms": "trgovina biciklima"
             },
             "shop/boutique": {
                 "name": "Butik",
-                "terms": "Butik, Trgovina odjeće"
+                "terms": "butik,trgovina odjeće"
             },
             "shop/butcher": {
                 "name": "Mesnica",
-                "terms": "Mesnica"
+                "terms": "mesnica"
             },
             "shop/car": {
                 "name": "Prodavaonica automobila",
-                "terms": "Autozastupnik, Auto trgovina"
+                "terms": "autozastupnik,auto trgovina"
             },
             "shop/car_parts": {
                 "name": "Trgovina rezevnih dijelova za automobile",
             },
             "shop/car_repair": {
                 "name": "Automehaničar",
-                "terms": "Automehaničar, Auto-servis"
+                "terms": "automehaničar,auto-servis,auto servis"
             },
             "shop/chemist": {
                 "name": "Drogerija",
-                "terms": "Ljekarna, Farmacija, Apoteka"
+                "terms": "ljekarna, farmacija, apoteka"
             },
             "shop/clothes": {
                 "name": "Prodavaonica odjeće",
-                "terms": "Dućan sa odjećom"
+                "terms": "dućan sa odjećom"
             },
             "shop/computer": {
                 "name": "Prodavaonica računala",
-                "terms": "Trgovina računalne opreme"
-            },
-            "shop/confectionery": {
-                "name": "Slastičarnica",
-                "terms": "Slastičarna, Poslastičarnica"
+                "terms": "trgovina računalne opreme"
             },
             "shop/convenience": {
                 "name": "Trgovina mješovitom robom",
             },
             "shop/deli": {
                 "name": "Prodavaonica delikatesa",
-                "terms": "Delikatesni dućan, Trgovina delikatesama"
+                "terms": "delikatesni dućan,trgovina delikatesama"
             },
             "shop/department_store": {
                 "name": "Robna kuća",
-                "terms": "Robna kuća"
+                "terms": "robna kuća"
             },
             "shop/doityourself": {
                 "name": "Uradi sam",
                 "terms": "alat,vrt,uređenje doma,bauhaus,pevec,uradi sam"
             },
-            "shop/dry_cleaning": {
-                "name": "Kemijska čistionica",
-                "terms": "Kemijska čistionica"
-            },
             "shop/electronics": {
                 "name": "Prodavaonica elektronike",
-                "terms": "Trgovina elektroničke opreme, Prodavaonica elektroničke robe"
+                "terms": "trgovina elektroničke opreme,prodavaonica elektroničke robe,trgovina elektroničke robe,prodavaonica elektroničke opreme,dućan s elektroničkom opremom,dućan elektroničke robe"
             },
             "shop/farm": {
                 "name": "Prodavaonica proizvoda farme"
             },
             "shop/fishmonger": {
                 "name": "Ribarnica",
-                "terms": "Ribarnica"
+                "terms": "ribarnica"
             },
             "shop/florist": {
                 "name": "Cvjećarna",
-                "terms": "Cvjećara, Cvjećarna"
+                "terms": "cvjećara,cvjećarna,cvjećarnica,trgovina cvijećem,prodavaonica cvijeća"
             },
             "shop/furniture": {
                 "name": "Salon namještaja",
-                "terms": "Trgovina namještaja, Prodavaonica namještaja"
+                "terms": "trgovina namještaja,prodavaonica namještaja"
             },
             "shop/garden_centre": {
                 "name": "Vrtni centar",
-                "terms": "Trgovina vrtne opreme, Vrtni centar"
+                "terms": "trgovina vrtne opreme,vrtni centar"
             },
             "shop/gift": {
                 "name": "Suvenirnica",
-                "terms": "Suvenirnica"
+                "terms": "suvenirnica"
             },
             "shop/greengrocer": {
                 "name": "Voćarna",
-                "terms": "Piljarnica, Trgovina voćem i povrćem"
+                "terms": "piljarnica,trgovina voćem i povrćem"
             },
             "shop/hairdresser": {
                 "name": "Frizerski salon",
             },
             "shop/hardware": {
                 "name": "Željezarija",
-                "terms": "Željezarija, Å½eljezar"
+                "terms": "željezarija,željezar"
             },
             "shop/hifi": {
                 "name": "Prodavaonica audio opreme",
-                "terms": "Trgovina audio opreme"
+                "terms": "trgovina audio opreme"
             },
             "shop/jewelry": {
                 "name": "Zlatarnica",
-                "terms": "Zlatarna, Zlatara, Zlatar"
-            },
-            "shop/kiosk": {
-                "name": "Kiosk",
-                "terms": "Kiosk, Tisak, Trafika, Prodavaonica novina"
+                "terms": "zlatarna,zlatara,zlatar"
             },
             "shop/laundry": {
                 "name": "Praonica rublja",
-                "terms": "Praonica rublja"
+                "terms": "praonica rublja"
             },
             "shop/locksmith": {
                 "name": "Bravar"
             },
             "shop/mobile_phone": {
                 "name": "Prodavaonica mobilnih telefona",
-                "terms": "Prodavaonica mobitela"
+                "terms": "prodavaonica mobitela"
             },
             "shop/motorcycle": {
                 "name": "Prodavaonica motocikala",
-                "terms": "Trgovina motocikala"
+                "terms": "trgovina motocikala"
             },
             "shop/music": {
                 "name": "Prodavaonica glazbene opreme",
-                "terms": "Glazbeni dućan, Glazbena trgovina"
-            },
-            "shop/newsagent": {
-                "name": "Prodavaonica novina",
-                "terms": "Prodavaonica novina"
+                "terms": "glazbeni dućan,glazbena trgovina"
             },
             "shop/optician": {
                 "name": "Optičar",
-                "terms": "Optičar"
-            },
-            "shop/outdoor": {
-                "name": "Prodavaonica planinarske opreme",
-                "terms": "Vanjska trgovina"
+                "terms": "optičar"
             },
             "shop/pet": {
                 "name": "Prodavaonica kućnim ljubimcima",
-                "terms": "Dućan za kućne ljubimce"
+                "terms": "dućan za kućne ljubimce,dućan s kućnim ljubimcima,pet store,pet shop,trgovina kućnim ljubimcima,trgovina za kućne ljubimce,prodavaonica kućnih ljubimaca,prodavaonica ljubimaca,prodavaonica za kućne ljubimce"
             },
             "shop/photo": {
                 "name": "Prodavaonica fotografske opreme"
             },
             "shop/shoes": {
                 "name": "Prodavaonica obuće",
-                "terms": "Trgovina obuće"
+                "terms": "trgovina obuće,dućan s obućom,trgovina obućom,prodavaonica obuće,prodavaonica cipela,trgovina s cipelama,dućan s cipelama,prodavaonica patika,trgovina s patikama,dućan s patikama,prodavaonica tenisicama,trgovina s tenisicama,dućan s tenisicama"
             },
             "shop/sports": {
                 "name": "Prodavaonica sportske opreme",
-                "terms": "Trgovina sportske opreme, Dućan sportske opreme, Sportski dućan"
+                "terms": "trgovina sportske opreme,dućan sportske opreme,sportski dućan,sportska trgovina,prodavaonica sportske opreme"
             },
             "shop/stationery": {
                 "name": "Knjižara",
-                "terms": "Papirnica"
+                "terms": "papirnica,prodavaonica tiskanica,prodavaonica papira,trgovina papirom,knjižara"
             },
             "shop/supermarket": {
                 "name": "Veletrgovina",
             },
             "shop/toys": {
                 "name": "Prodavaonica igračaka",
-                "terms": "Trgovina igračaka"
+                "terms": "trgovina igračaka,trgovina s igračkama,trgovina igračkama,dućan s igračkama,prodavaonica igračaka"
             },
             "shop/travel_agency": {
                 "name": "Putnička agencija",
-                "terms": "Putnička agencija, Turistička agencija"
+                "terms": "putnička agencija,turistička agencija,agencija za putovanja,agencija"
             },
             "shop/tyres": {
                 "name": "Prodavaonica pneumaticima",
-                "terms": "Trgovina guma, Trgovina auto-guma"
+                "terms": "trgovina guma,trgovina auto-guma,trgovina auto guma,trgovina auto gumama,trgovina gumama,dućan s gumama,prodavaonica auto guma,prodavaonica s gumama,prodavaonica guma"
             },
             "shop/vacant": {
                 "name": "Prazan dućanski prostor",
-                "terms": "Prazan dućan, Prazna trgovina"
+                "terms": "prazan dućan,prazna trgovina,trgovina koja se ne koristi,napuštena trgovina,napušten dućan,prazna prodavaonica,nekorištena prodavaonica,nekorištena trgovina,nekorišten dućan"
             },
             "shop/variety_store": {
                 "name": "Prodavaonica mješovite robe",
-                "terms": "Prodavaonica mješovite robe"
+                "terms": "prodavaonica mješovite robe,trgovina,prodavaonica,svaštara,dućan"
             },
             "shop/video": {
                 "name": "Videoteka",
-                "terms": "Videoteka"
+                "terms": "videoteka,video,video-kaseta,video kaseta,video kazeta,video-kazeta,iznajmljivanje video kazeta,iznajmljivanje dvda,iznajmljivanje dvd-a,dvd,blue ray,iznajmljivanje blue raya,blue-ray,iznajmljivanje blue-raya"
             },
             "tourism": {
                 "name": "Turizam",
-                "terms": "Turizam"
+                "terms": "turizam,seoski turizam"
             },
             "tourism/alpine_hut": {
                 "name": "Planinarski dom",
             },
             "tourism/attraction": {
                 "name": "Turistička atrakcija",
-                "terms": "Turistička atrakcija, Turistička znamenitost"
+                "terms": "turistička atrakcija,turistička znamenitost,atrakcija,znamenitost,turizam,turistička"
             },
             "tourism/camp_site": {
                 "name": "Kamp",
-                "terms": "Autokamp"
+                "terms": "autokamp,kamp,park za kampiranje"
             },
             "tourism/caravan_site": {
                 "name": "Parkiralište za kamp kućice",
-                "terms": "Park za rekreativna vozila, Park za kamp-prikolice, RV park"
+                "terms": "park za rekreativna vozila,park za kamp-prikolice,RV park,kamp,kamp za kamp kućice,kamp za kamp prikolice,kamp prikolica,park za kamp prikolice,kamp za kamp-prikolice"
             },
             "tourism/chalet": {
                 "name": "Bungalov",
-                "terms": "Planinarski dom, Planinska koliba"
+                "terms": "planinarski dom,planinska koliba,koliba,planinarski,planinarska"
             },
             "tourism/guest_house": {
                 "name": "Gostinjska kuća"
index 6cbf37959d1c77102f4b6922541f8fd1da968b55..f575efc2f90ce4f9bcfa758b3653ee68f3ec080f 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Törlés",
-            "description": "Eltávolítás a térképről.",
+            "description": "Az objektum végleges törlése",
             "annotation": {
                 "point": "Pont törlése.",
                 "vertex": "Pont törlése egy vonalból.",
         "zoom": "Nagyítás a GPX nyomvonalra",
         "browse": ".gpx fájl tallózása"
     },
+    "mapillary": {
+        "tooltip": "Utcafotók a Mapillary-ból",
+        "title": "Fotó réteg (Mapillary)",
+        "view_on_mapillary": "E kép megtekintése a Mapillary weboldalon"
+    },
     "help": {
         "title": "Súgó",
         "help": "# Súgó\n\nEz egy szerkesztő az [OpenStreetMap](http://www.openstreetmap.org/)-hoz, az ingyenes és szerkeszthető világtérképhez. A környezetedről tölthetsz fel, vagy frissíthetsz adatokat, ezáltal mindenki számára jobbá téve egy ingyenes térképet.\n\nAmit ezen a térképen alkotsz, mindenki számára látható lesz, aki használja az OpenStreetMap-ot. A szerkesztéshez mindösszesen egy [ingyenes OpenStreetMap fiókra](https://www.openstreetmap.org/user/new) lesz szükséged.\n\nAz [iD szerkesztő](http://ideditor.com/) egy együttműködésen alapuló projekt, a [GitHub-on elérhető forráskóddal](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Területek",
-            "add": "Az objektumok részletesebb ábrázolásának módja a területek rajzolása, mert információval szolgálnak annak körvonaláról. A legtöbb pontként ábrázolt elemtípust területként is lehet ábrázolni, sőt, gyakran ez a preferált. **Kattints a Terület gombra és hozz létre egy új területet.**",
             "corner": "Területet létrehozni az objektum körvonalát jelölő pontsorozat rajzolásával lehet. **Helyezd el a kezdőpontot a játszótér valamelyik sarkában.**",
             "place": "Rajzol jegy területet több pont elhelyezésével. Befejezni a kezdőpontra kattintva tudod. **Rajzold meg a játszótér területét.**",
             "search": "**Keress rá erre: '{name}'.**",
                 }
             },
             "access_simple": {
-                "label": "Behajtás"
+                "label": "Behajtás",
+                "placeholder": "igen"
             },
             "address": {
                 "label": "Cím",
                 "placeholders": {
+                    "housename": "Háznév",
+                    "housenumber": "123",
                     "street": "utca",
-                    "city": "város"
+                    "city": "város",
+                    "postcode": "írányítószám",
+                    "hamlet": "Falucska",
+                    "district": "Kerület",
+                    "state": "Régió",
+                    "country": "Ország"
                 }
             },
             "admin_level": {
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Irány"
+                "label": "Irány",
+                "options": {
+                    "N": "Észak",
+                    "E": "Kelet",
+                    "S": "Dél",
+                    "W": "Nyugat"
+                }
             },
             "clock_direction": {
                 "label": "Irány",
                 "label": "Leírás"
             },
             "electrified": {
-                "label": "Villamosítottság"
+                "label": "Villamosítottság",
+                "options": {
+                    "rail": "Villamosított vasútvonal"
+                }
             },
             "elevation": {
                 "label": "Tengerszint feletti magasság"
                 "label": "Egyirányú"
             },
             "oneway_yes": {
-                "label": "Egyirányú"
+                "label": "Egyirányú",
+                "options": {
+                    "yes": "igen"
+                }
             },
             "opening_hours": {
                 "label": "Nyitva tartás"
                 "label": "P+R"
             },
             "parking": {
-                "label": "Típus"
+                "label": "Típus",
+                "options": {
+                    "surface": "Felület"
+                }
             },
             "phone": {
                 "label": "Telefonszám",
                 "label": "Kezelés"
             },
             "piste/type": {
-                "label": "Típus"
+                "label": "Típus",
+                "options": {
+                    "playground": "Játszótér"
+                }
             },
             "place": {
                 "label": "Típus"
             },
+            "population": {
+                "label": "Lakosság"
+            },
             "power": {
                 "label": "Típus"
             },
                 "label": "Típus"
             },
             "smoking": {
-                "label": "Dohányzó"
+                "label": "Dohányzó",
+                "options": {
+                    "dedicated": "Dohányzóknak ( pl. Dohányzó Klub, Közösségi dohányzóhely) "
+                }
             },
             "source": {
                 "label": "Forrás"
             "wheelchair": {
                 "label": "Kerekesszékes hozzáférhetőség"
             },
+            "width": {
+                "label": "Szélesség (Méter)"
+            },
             "wikipedia": {
                 "label": "Wikipédia"
             },
                 "name": "Ismeretlen típusú szolgáltatás"
             },
             "amenity/arts_centre": {
-                "name": "Művészeti központ"
+                "name": "Művészeti központ",
+                "terms": "galéria,kiállítás, kiállító terem,tárlat,képzőművészet,festészet,képek"
             },
             "amenity/atm": {
-                "name": "Bankautomata"
+                "name": "Bankautomata",
+                "terms": "ATM, Pénzautomata, Pénzkiadó automata"
             },
             "amenity/bank": {
-                "name": "Bank"
+                "name": "Bank",
+                "terms": "Takarékszövetkezet,  Pénzintézet, Takarék, "
             },
             "amenity/bar": {
-                "name": "Bár"
+                "name": "Bár",
+                "terms": "bár,kocsma, éjszaki szórakozó"
+            },
+            "amenity/bbq": {
+                "name": "Közösségi grillező - szallonasütő",
+                "terms": "tábortűz,grill,piknik,tűzrakó"
             },
             "amenity/bench": {
                 "name": "Pad"
             },
             "amenity/bicycle_parking": {
-                "name": "Kerékpárparkoló"
+                "name": "Kerékpárparkoló",
+                "terms": "bicaj - bringa - bicikli - kétkerekű parkoló"
             },
             "amenity/bicycle_rental": {
-                "name": "Kerékpárkölcsönző"
+                "name": "Kerékpárkölcsönző",
+                "terms": "bicaj - bringa - bicikli - kétkerekű  kölcsönző, "
             },
             "amenity/boat_rental": {
-                "name": "Hajókölcsönző"
+                "name": "Hajókölcsönző",
+                "terms": "csónak és kishajó kölcsönző "
+            },
+            "amenity/bureau_de_change": {
+                "name": "Pénzváltó",
+                "terms": "Valuta váltás, EURO váltó"
+            },
+            "amenity/bus_station": {
+                "name": "busz állomás",
+                "terms": "busz, autóbusz"
             },
             "amenity/cafe": {
-                "name": "Kávézó"
+                "name": "Kávézó",
+                "terms": "kávéház, presszó, kávézó,"
             },
             "amenity/car_rental": {
-                "name": "Autókölcsönző"
+                "name": "Autókölcsönző",
+                "terms": "gépkocsi - gépjármű - személygépkocsi -személygépjármű, automobil - jármű - verda -kocsi -  járgány - tragacs köcsönzés és bérlés"
             },
             "amenity/car_sharing": {
-                "name": "Autómegosztó"
+                "name": "Autómegosztó",
+                "terms": "közösségi autó, közösségi gépjármű"
             },
             "amenity/car_wash": {
-                "name": "Autómosó"
+                "name": "Autómosó",
+                "terms": "gépkocsi - gépjármű - személygépkocsi -személygépjármű, automobil - jármű - verda -kocsi -  járgány - tragacs  MOSÓ"
+            },
+            "amenity/charging_station": {
+                "name": "elektronikus töltőállomás,elmű töltőoszlop,e-mobility állomás,áram töltő,akkumlátor töltő,elektromos autó,"
             },
             "amenity/childcare": {
-                "name": "Gyermekgondozás",
-                "terms": "bölcsőde, óvoda, nevelési tanácsadó"
+                "name": "Bölcsőde",
+                "terms": " Csecsemőotthon"
             },
             "amenity/cinema": {
-                "name": "Mozi"
+                "name": "Mozi",
+                "terms": "Filmszínház, Mozi"
             },
             "amenity/clinic": {
                 "name": "Klinika",
                 "name": "Óra",
                 "terms": "Óra"
             },
-            "amenity/college": {
-                "name": "Főiskola"
+            "amenity/compressed_air": {
+                "name": "sűrített levegő és kompresszor állomás",
+                "terms": "gumi"
             },
             "amenity/courthouse": {
-                "name": "Bíróság"
+                "name": "Bíróság",
+                "terms": "Törvényszék, Kúria , Ítélőtábla, Bírósági Hivatal, ítélőszék"
             },
             "amenity/dentist": {
                 "name": "Fogorvos",
                 "name": "Orvos",
                 "terms": "Orvos, Doktor"
             },
+            "amenity/dojo": {
+                "name": "Harcművészeti edzőterem - dojo",
+                "terms": "kick-box,karate, kung fu, aikido, taekwando,  judo, jujitsu, kendo,capoeira,dzsudo,baranta,zenbukan,kempo,boksz,krav maga,csikung,vusu,saolin,kungfu,"
+            },
             "amenity/drinking_water": {
-                "name": "Ivóvíz"
+                "name": "Ivóvíz",
+                "terms": "Ivókút"
             },
             "amenity/embassy": {
-                "name": "Nagykövetség"
+                "name": "Nagykövetség",
+                "terms": "Követség,  Konzulátus"
             },
             "amenity/fast_food": {
-                "name": "Gyorsétterem"
+                "name": "Gyorsétterem",
+                "terms": "Pizzás, Gyroszos, Gyorskajálda, Lángosos "
             },
             "amenity/fire_station": {
-                "name": "Tűzoltóság"
+                "name": "Tűzoltóság",
+                "terms": "Tűzoltóállomás"
             },
             "amenity/fountain": {
-                "name": "Szökőkút"
+                "name": "Szökőkút",
+                "terms": "Szökőkút,kút"
             },
             "amenity/fuel": {
-                "name": "Benzinkút"
+                "name": "Benzinkút",
+                "terms": "töltőállomás,shell,bp,agip,oil,lukoil,tesco,e85,esso,omv,kagyló,mol,benzin,gázolaj,benzinkút,üzemanyag,petrol,autógáz,motorbenzin,adalékanyag,kenőanyag,dízel,diesel,bioetanol"
             },
             "amenity/grave_yard": {
-                "name": "Sírkert"
+                "name": "Templomi Sírkert",
+                "terms": "Temető, "
             },
             "amenity/hospital": {
                 "name": "Kórház"
             },
             "amenity/kindergarten": {
-                "name": "Óvoda"
+                "name": "bölcsőde - óvoda",
+                "terms": "iskolaelőkészítő"
             },
             "amenity/library": {
-                "name": "Könyvtár"
+                "name": "Könyvtár",
+                "terms": "könyvkölcsönző, kölcsönkönyvtár, közkönyvtár"
             },
             "amenity/marketplace": {
                 "name": "Piac"
             },
+            "amenity/nightclub": {
+                "name": "Night Club - Éjszakai bár - diszkó",
+                "terms": "Night Club, Éjszakai bár, Diszkó"
+            },
             "amenity/parking": {
                 "name": "Parkoló",
                 "terms": "parkolóház"
             },
             "amenity/pharmacy": {
-                "name": "Gyógyszertár"
+                "name": "Gyógyszertár",
+                "terms": "gyógyszertár, gyógyszerész,pharmaceutist,patika,pharma,drogéria,gyógyszer,orvosság, pirula, tabletta, kapszula, medicina, gyógyír, ellenszer,gyógy"
             },
             "amenity/place_of_worship": {
-                "name": "Istentiszteleti hely"
+                "name": "Istentiszteleti hely",
+                "terms": "katolikus,református,görögkatolikus,buddhista,evangelikus,zsidó,izraelita,orthodox,unitárius,baptista,hit gyülekezete,metodista,pünkösdi,anglikán,episzkopális,gyülekezet,adventsta,krisna-tudatú,jehova,utolsó napok szentjeinek,vallási közösség,görögkeleti,keresztény"
             },
             "amenity/place_of_worship/buddhist": {
-                "name": "Buddhista templom"
+                "name": "Buddhista templom",
+                "terms": "buddhista templom, tan kapuja buddhista egyház,\nbuddhista misszió arya maitreya mandala,karma kagyüpa buddhista közösség, magyarországi chanbuddhista egyház, gyémánt út buddhista közösség"
             },
             "amenity/place_of_worship/christian": {
-                "name": "Templom"
+                "name": "Keresztény templom",
+                "terms": "katolikus,református,görögkatolikus,evangelikus,orthodox,unitárius,baptista,hit gyülekezete,metodista,pünkösdi,anglikán,episzkopális,gyülekezet,adventista,jehova,utolsó napok szentjeinek,vallási közösség,görögkeleti,keresztény"
             },
             "amenity/place_of_worship/jewish": {
-                "name": "Zsinagóga"
+                "name": "Zsinagóga",
+                "terms": "imaház,ortodox zsidó, zsinagóga,"
             },
             "amenity/place_of_worship/muslim": {
                 "name": "Mecset"
             },
             "amenity/police": {
-                "name": "Rendőrség"
+                "name": "Rendőrség",
+                "terms": "rendőr,csendőr,börtön,fakabát, közrendőr, hekus, zsaru, zsernyák, kopó, jard,közlekedésrendészet,rendészet,nyomozó,kapitányság"
             },
             "amenity/post_box": {
                 "name": "Postaláda"
             },
             "amenity/post_office": {
-                "name": "Posta"
+                "name": "Posta",
+                "terms": "postaközpont,posta,levél,kézbesítő,kézbesítés"
             },
             "amenity/pub": {
-                "name": "Kocsma"
+                "name": "Kocsma",
+                "terms": "italmérés,  késdobáló, csehó, borozó, poharazó, italbolt, ivó, talponálló, kricsmi, piálda, söntés, csapszék, söröző, sörház, "
             },
             "amenity/ranger_station": {
                 "name": "Vadőrház"
                 "terms": "hulladék, szelektív hulladék, szeméttelep, szemétlerakó, veszélyes hulladék"
             },
             "amenity/restaurant": {
-                "name": "Étterem"
+                "name": "Étterem",
+                "terms": "kajálda, étkezde, vendéglő, csárda, fogadó, ebédlő, kisvendéglő"
             },
             "amenity/school": {
                 "name": "Iskola"
                 "name": "Menedék",
                 "terms": "fedett, fedél, esőház, esőkunyhó, menedékház"
             },
+            "amenity/social_facility": {
+                "name": "szociális szolgáltatás"
+            },
+            "amenity/social_facility/food_bank": {
+                "name": " Élelmiszerbank ",
+                "terms": "élelmiszer-adomány elosztó, Élelmiszersegély begyűjtő és elosztó"
+            },
+            "amenity/social_facility/group_home": {
+                "name": "Idősek otthona",
+                "terms": "idősek szociális gondozója"
+            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Hajléktalan menedék",
                 "terms": "Hajléktalan menedék"
                 "terms": "Stúdió"
             },
             "amenity/swimming_pool": {
-                "name": "Úszómedence"
+                "name": "Úszómedence",
+                "terms": "úszómedence, uszoda,"
             },
             "amenity/taxi": {
                 "name": "Taxiállomás"
             },
             "amenity/telephone": {
-                "name": "Nyilvános telefon"
+                "name": "Nyilvános telefon",
+                "terms": "Telefonfülke, telefonkészülék,telefon"
             },
             "amenity/theatre": {
-                "name": "Színház"
+                "name": "Színház",
+                "terms": "amfiteátrum, játékszín, teátrum, bábszínház, operaház"
             },
             "amenity/toilets": {
-                "name": "WC"
+                "name": "WC",
+                "terms": "vécé, illemhely, toalett, klotyó, árnyékszék, budi, pottyantós"
             },
             "amenity/townhall": {
-                "name": "Városháza"
+                "name": "Városháza",
+                "terms": "Polgármesteri hivatal, Községháza, "
             },
             "amenity/university": {
-                "name": "Egyetem"
+                "name": "Egyetemi terület",
+                "terms": "kampusz"
             },
             "amenity/vending_machine": {
                 "name": "Árusító automata",
                 "name": "Oszlop"
             },
             "barrier/cattle_grid": {
-                "name": "Marharács"
+                "name": "Marharács",
+                "terms": "tehénrács, marha rács"
             },
             "barrier/city_wall": {
                 "name": "Városfal"
                 "terms": "Kápolna, Imaház"
             },
             "building/church": {
-                "name": "Templom",
+                "name": "Templom épület",
                 "terms": "Templom, Plébánia, Imaház"
             },
+            "building/college": {
+                "name": "Főiskola",
+                "terms": "Főiskolai  felsőoktatási  intézmény"
+            },
             "building/commercial": {
                 "name": "Kereskedelmi épület"
             },
             },
             "building/hospital": {
                 "name": "Kórházi épület",
-                "terms": "Kórházi épület"
+                "terms": "Kórházi épület, Klinika épület, Gyógyintézet épület"
             },
             "building/hotel": {
                 "name": "Hotel épület",
                 "name": "Ipari épület",
                 "terms": "Gyárépület"
             },
+            "building/kindergarten": {
+                "name": "Óvodai épület",
+                "terms": "Iskolai előkészítő épület,  ovi épület, bölcsőde épület, kisdedóvó épület, dedó épület"
+            },
             "building/public": {
                 "name": "Nyilvános épület",
                 "terms": "Nyilvános épület"
             },
             "building/university": {
                 "name": "Egyetemi épület",
-                "terms": "Egyetemi épület"
+                "terms": "Egyetemi épület, Egyetemi  felsőoktatási és kutatási intézmény épülete"
             },
             "building/warehouse": {
                 "name": "Raktár",
             },
             "craft/blacksmith": {
                 "name": "Patkolókovács",
-                "terms": "Patkolókovács"
+                "terms": "Patkolókovács, Kézi kovácsoló"
             },
             "craft/boatbuilder": {
-                "name": "Hajógyáros",
-                "terms": "Hajógyáros"
+                "name": "Hajótervező és építő hely",
+                "terms": "Hajó és csónak építészet "
             },
             "craft/bookbinder": {
                 "name": "Könyvkötő",
                 "name": "Asztalos",
                 "terms": "Asztalos, Ács"
             },
+            "craft/caterer": {
+                "name": "Catering-Partyszerviz",
+                "terms": "Catering, Partyszerviz, Rendezvényszervező "
+            },
             "craft/electrician": {
                 "name": "Villanyszerelő",
                 "terms": "Villanyszerelő"
                 "terms": "Kulcsos, Kulcskészítő, Kulcsmásoló"
             },
             "craft/optician": {
-                "name": "Szemész",
-                "terms": "Szemész"
+                "name": "Optikai labor-műhely",
+                "terms": "Szemész és látásműhely, Optikus műhely,  Látszerész műhely,  látszerész  labor, "
             },
             "craft/painter": {
-                "name": "Festő",
-                "terms": "Festő, Festőművész"
+                "name": "Festő műhely",
+                "terms": "Festő és mázoló műhely"
             },
             "craft/photographer": {
                 "name": "Fotós",
             },
             "craft/photographic_laboratory": {
                 "name": "Fotólabor",
-                "terms": "Fotólabor"
+                "terms": "Fotólabor , Fotóműhely , Fotólaboratórium"
             },
             "craft/shoemaker": {
                 "name": "Cipész",
-                "terms": "Cipész, Cipőkészítő"
+                "terms": "Cipész, Cipőkészítő, Cipőjavító, Suszter, Csizmadia, Varga, Lábbeli készítő és javító mester"
             },
             "craft/sweep": {
-                "name": "Kéményseprő",
-                "terms": "Kéményseprő"
+                "name": "Kéményseprő iroda",
+                "terms": "Kéményseprő valamint tüzeléstechnika és kéményszakértő iroda, kéményseprő-ipari közszolgáltató, FŐKÉTÜSZ Fővárosi Kéményseprőipari Kft., Kéményseprőipari Szolgáltató és Kereskedelmi Kft."
             },
             "craft/tailor": {
                 "name": "Szabó",
                 "terms": "Szabó"
             },
             "craft/watchmaker": {
-                "name": "Órás",
-                "terms": "Órás"
+                "name": "Órás műhely",
+                "terms": "Órakészítő és javító műhely"
             },
             "embankment": {
                 "name": "Töltés"
                 "name": "Tűzcsap"
             },
             "emergency/phone": {
-                "name": "Segélykérő telefon"
+                "name": "Segélykérő telefon",
+                "terms": "Vészhelyzeti telefon"
             },
             "footway/crossing": {
                 "name": "Kereszteződés"
                 "name": "Buszmegálló"
             },
             "highway/crossing": {
-                "name": "Gyalogátkelő"
+                "name": "Gyalogátkelő",
+                "terms": "Gyalogátkelőhely, Zebra"
             },
             "highway/cycleway": {
                 "name": "Kerékpárút"
                 "name": "Határkő"
             },
             "historic/castle": {
-                "name": "Kastély"
+                "name": "Kastély",
+                "terms": "Vár, Palota"
             },
             "historic/memorial": {
                 "name": "Emlékmű"
                 "name": "Romok"
             },
             "historic/wayside_cross": {
-                "name": "Útmenti kereszt"
+                "name": "Útmenti kereszt",
+                "terms": "Kőkereszt,  Jézus kereszt,  Keresztény kereszt"
             },
             "historic/wayside_shrine": {
-                "name": "Útmenti kegyhely"
+                "name": "Útmenti kegyhely",
+                "terms": "Útmenti szentély"
             },
             "landuse": {
                 "name": "Területfunkció"
                 "name": "Vízgyűjtő medence"
             },
             "landuse/cemetery": {
-                "name": "Temető"
+                "name": "Temető",
+                "terms": "Köztemető"
             },
             "landuse/commercial": {
                 "name": "Irodák"
             "leisure/swimming_pool": {
                 "name": "Úszómedence"
             },
-            "leisure/track": {
-                "name": "Versenypálya"
-            },
             "line": {
                 "name": "Vonal"
             },
             "man_made/water_tower": {
                 "name": "Víztorony"
             },
-            "man_made/water_well": {
-                "name": "Kút"
-            },
             "man_made/water_works": {
                 "name": "Vízmű"
             },
                 "terms": "vállalkozás, iroda, magánvállalkozás"
             },
             "office/educational_institution": {
-                "name": "Foglalkoztatási hivatal"
+                "name": "Foglalkoztatási hivatal",
+                "terms": "Nevelési tanácsadó, Pedagógiai és Pályaválasztási Intézet,  Pedagógiai Szakszolgálat"
             },
             "office/employment_agency": {
                 "name": "Foglalkoztatási hivatal",
                 "terms": "doktor"
             },
             "office/political_party": {
-                "name": "Politikai párt"
+                "name": "Politikai párt",
+                "terms": "fidesz,kdnp,mszp,lmp,jobbik,pm,dk,mlp,pártiroda,fidesz magyar polgári szövetség, magyar kétfarkú kutya párt,kalózpárt,munkáspárt,humanista párt,mlp,demokratikus koalíció,párbeszéd magyarországért,liberális,lehet más a politika,kereszténydemokrata néppárt,magyar szocialista párt"
             },
             "office/research": {
                 "name": "Kutatóintézet"
                 "name": "Megállóhely"
             },
             "railway": {
-                "name": "Vasút"
+                "name": "Vasút",
+                "terms": "vasút"
             },
             "railway/abandoned": {
-                "name": "Felhagyott vasútvonal"
+                "name": "Felszedett vasútvonal",
+                "terms": "felhagyott vasútvonal aminek alig van nyoma, Megszüntetett vasútvonal ahol a vágányokat is felszedték"
             },
             "railway/disused": {
-                "name": "Használaton kívüli vasút"
+                "name": "Használaton kívüli vasút",
+                "terms": "Közforgalomtól lezárt de még meglévő  vasútvonal"
             },
             "railway/funicular": {
                 "name": "Sikló",
             },
             "railway/halt": {
                 "name": "Vasúti megállóhely",
-                "terms": "megállóhely"
+                "terms": "Vasúti megállóhely, Vasúti megálló"
             },
             "railway/level_crossing": {
                 "name": "Szintbeli kereszteződés"
             },
             "railway/monorail": {
-                "name": "Egysínű vasút"
+                "name": "Egysínű vasút",
+                "terms": " nyeregvasút, mágnesvasút "
             },
             "railway/narrow_gauge": {
                 "name": "Kisvasút",
                 "terms": "Kisvasút, Keskeny nyomközű vasút"
             },
             "railway/platform": {
-                "name": "Vasúti platform"
+                "name": "Vasúti peron",
+                "terms": "vasúti fel és leszállóhely, vasútmenti járda"
             },
             "railway/rail": {
                 "name": "Vasút"
             },
             "railway/station": {
-                "name": "Vasútállomás"
+                "name": "Vasútállomás",
+                "terms": "vasúti pályaudvar"
             },
             "railway/subway": {
                 "name": "Metró"
                 "name": "Kompút"
             },
             "shop": {
-                "name": "Ismeretlen típusú üzlet"
+                "name": "Ismeretlen típusú üzlet",
+                "terms": "valamilyen üzlet,  valamilyen kiskereskedés, valamilyen bolt"
             },
             "shop/alcohol": {
-                "name": "alkoholüzlet"
+                "name": "alkoholüzlet",
+                "terms": "unikum,pálinka,baileys,konyak,tokaji,vodka,wiszki,whiskey,kosher szilvapálinka,zwack"
+            },
+            "shop/anime": {
+                "name": "Anime rajzfilmekkel kapcsolatos bolt",
+                "terms": "képregény,anime"
+            },
+            "shop/antiques": {
+                "name": "Antikvitás",
+                "terms": "Régiségkereskedés"
+            },
+            "shop/art": {
+                "name": "Művészeti Galéria",
+                "terms": "Műalkotások boltja"
+            },
+            "shop/baby_goods": {
+                "name": "Bababolt",
+                "terms": "babruha - babakocsi - babaágy - babjáték bolt"
+            },
+            "shop/bag": {
+                "name": "Táska és böröndbolt",
+                "terms": "bőrdíszmű és táskabolt,koffer,utazótáska "
             },
             "shop/bakery": {
-                "name": "Pékség"
+                "name": "Pékség",
+                "terms": "pogácsa,kifli,kenyér,pékség,péksütemény"
+            },
+            "shop/bathroom_furnishing": {
+                "name": " Fürdőszoba-felszerelés és -fürdőszobabútor bolt",
+                "terms": "Szaniter, csaptelep és fürdőszoba felszerelés szaküzlet"
             },
             "shop/beauty": {
                 "name": "Kozmetikus"
             },
+            "shop/bed": {
+                "name": "Ágy és matrac bolt",
+                "terms": " Hálószobabútorok és franciaágyak szaküzlete"
+            },
             "shop/beverages": {
-                "name": "Italbolt"
+                "name": "Italbolt",
+                "terms": "pálinka,wiskey,wiski,vodka,bor,konyak"
             },
             "shop/bicycle": {
-                "name": "Kerékpárbolt"
+                "name": "Kerékpárbolt",
+                "terms": "bicaj - bringa - bicikli  és kétkerekűek boltja"
+            },
+            "shop/bookmaker": {
+                "name": "Fogadóiroda",
+                "terms": "bukméker"
             },
             "shop/books": {
-                "name": "Könyvesbolt"
+                "name": "Könyvesbolt",
+                "terms": "Könyvesbolt"
             },
             "shop/boutique": {
                 "name": "Butik"
             },
             "shop/butcher": {
-                "name": "Hentes"
+                "name": "Hentes",
+                "terms": "Hentes, Mészáros, Húsbolt"
+            },
+            "shop/candles": {
+                "name": "Gyertya és Mécses bolt"
             },
             "shop/car": {
-                "name": "Autókereskedés"
+                "name": "Autókereskedés",
+                "terms": "Autó szalon és márkakereskedés, Személygépkocsi- automobil - jármű és verda árúk bemutatóhelye"
             },
             "shop/car_parts": {
-                "name": "Autóalkatrész üzlet"
+                "name": "Autóalkatrész üzlet",
+                "terms": "gépkocsi alkatrész bolt,  gépjármű alkatrész szaküzlet, személygépkocsi  alkatrész szaküzlet, személygépjármű  alkatrész szaküzlet,  automobil - jármű és verda  alkatrészek szaküzlete"
             },
             "shop/car_repair": {
-                "name": "Autószerviz"
+                "name": "Autószerviz",
+                "terms": "gépkocsi szerviz és javító, gépjármű  szerviz és javító személygépkocsi  szerviz és javító, automobil - jármű és verda  szerviz és javítóhely"
+            },
+            "shop/carpet": {
+                "name": "Szőnyegbolt",
+                "terms": "Szőnyegház, Padlószőnyeg áruház, Diego"
+            },
+            "shop/cheese": {
+                "name": "Sajtbolt",
+                "terms": "Kecskesajt bolt, Francia sajtok boltja"
             },
             "shop/chemist": {
                 "name": "Drogéria"
             },
+            "shop/chocolate": {
+                "name": "Csokoládé bolt",
+                "terms": "Csokoládé Bolt, Gombóc Artúr kedvenc boltja, Kézműves csokoládé bolt, Bonbon bolt, kézzel készült egyedi bonbonok és kézműves csokoládé bolt,  Csokibolt"
+            },
             "shop/clothes": {
-                "name": "Ruhabolt"
+                "name": "Ruhabolt",
+                "terms": "Ruházati bolt , fehérnemű bolt, öltönyáruház, "
             },
             "shop/computer": {
-                "name": "Számítógépbolt"
+                "name": "Számítógépbolt",
+                "terms": "Számítástechnikai üzlet, notebook bolt, laptop bolt, Apple bolt"
             },
             "shop/confectionery": {
-                "name": "Cukrászda"
+                "name": "Cukrászda és sütemények boltja",
+                "terms": " Édesség és süteménybolt,  Tortaszaküzlet,   cukrászüzlet, cukrászat"
             },
             "shop/convenience": {
-                "name": "Kisbolt"
+                "name": "Kisbolt",
+                "terms": "ABC, sarki élelmiszer, kisbolt"
+            },
+            "shop/copyshop": {
+                "name": "Fénymásoló ",
+                "terms": "Önkiszolgáló nyomtatás és fénymásolás, Copyguru, Copy Generál, Fénymásolás - nyomtatás- diplomakötés- spirálozás"
+            },
+            "shop/cosmetics": {
+                "name": "Kozmetikai bolt",
+                "terms": "Natúr és biokozmetikumok boltja, Szépségápolási szaküzlet,  Sminkbolt,  Parfüm bolt,"
+            },
+            "shop/craft": {
+                "name": "Művészellátó és hobby bolt",
+                "terms": "Hobbyművész, Kreatív Art - Hobby és Művészellátó bolt, Művészellátó és Hobbibolt, Dekorációs hobby- és művészellátó bolt"
+            },
+            "shop/curtain": {
+                "name": "Függöny, drapéria bolt",
+                "terms": "karnis,függöny,kárpit,"
+            },
+            "shop/dairy": {
+                "name": "Tej-Tejtermékek Boltja",
+                "terms": "Házi Tejtermékek Boltja, Kecsketej bolt. Kézműves tejtermékek boltja"
             },
             "shop/deli": {
                 "name": "Delikatesz bolt"
                 "name": "Áruház"
             },
             "shop/doityourself": {
-                "name": "Barkácsáruház"
+                "name": "Barkácsáruház",
+                "terms": "barkács,bütyköl,tákol,ezermester,obi,praktiker,baumax,barkácsbolt,felújítás,"
             },
             "shop/dry_cleaning": {
-                "name": "Ruhatisztító"
+                "name": "Vegytisztitó",
+                "terms": " Száraztisztító"
             },
             "shop/electronics": {
                 "name": "Elektronikai bolt"
             },
+            "shop/erotic": {
+                "name": "Erotikus bolt",
+                "terms": "vibrátor-ok - erotikus ruhák  - szex kiegészítők boltja, Szexshop , \nSzexáruház, intim bolt, erotikus segédeszközök boltja"
+            },
+            "shop/fabric": {
+                "name": "Rövidáru és Méteráru bolt",
+                "terms": " RÖLTEX - lakástextil bolt,  Rőfösbolt"
+            },
             "shop/farm": {
                 "name": "Árú stand"
             },
+            "shop/fashion": {
+                "name": "divat üzlet",
+                "terms": "Női divat és ruhabolt "
+            },
             "shop/fishmonger": {
                 "name": "Halárus"
             },
             "shop/florist": {
-                "name": "Virágbolt"
+                "name": "Virágbolt",
+                "terms": "Rózsák boltja,  Szobanövény bolt,   dísznövény és bonsai bolt, virágdísznövények és kaktuszok boltja"
+            },
+            "shop/frame": {
+                "name": "Képkeretező bolt"
+            },
+            "shop/funeral_directors": {
+                "name": "Temetkezési iroda",
+                "terms": "Temetkezési ügyintézés, temetkezési intézet,  temetkezési és hamvasztási ügyintézés"
+            },
+            "shop/furnace": {
+                "name": "Kazán és Központi fűtés bolt",
+                "terms": "Gázkazán - radiátor  konvektor és fűtésszerelési bolt,\nFűtéstechnika radiátor  szerelvény és kazánbolt,gáz,fűtés"
             },
             "shop/furniture": {
-                "name": "Bútorbolt"
+                "name": "Bútorbolt",
+                "terms": "IKEA bútorok  boltja"
             },
             "shop/garden_centre": {
                 "name": "Kertészet"
             },
             "shop/gift": {
-                "name": "Ajándékbolt"
+                "name": "Ajándékbolt",
+                "terms": "meglepetés, ajándéktárgy, szuvenír"
             },
             "shop/greengrocer": {
-                "name": "Zöldséges"
+                "name": "zöldség-gyümölcs bolt",
+                "terms": "Zöldség - Gyümölcs"
             },
             "shop/hairdresser": {
-                "name": "Fodrász"
+                "name": "Fodrász",
+                "terms": "hajszobrász, frizérozó, frizuraszerviz, hajvágás, borbély, hajszalon ,  mesterfodrász, hajegyenesítés,haj,bajusz"
             },
             "shop/hardware": {
                 "name": "Háztartási felszerelés bolt"
             },
+            "shop/hearing_aids": {
+                "name": "Hallókészülék bolt",
+                "terms": "hallókészülékek és fülillesztékek boltja"
+            },
+            "shop/herbalist": {
+                "name": "Gyógynövénybolt",
+                "terms": "Gyógynövények - teák - étrendkiegészítők boltja, \nGyógynövény és biobolt "
+            },
             "shop/hifi": {
-                "name": "Hifi bolt"
+                "name": "Hifi bolt",
+                "terms": "akusztika, extreme audio,hifi,hi-fi,audio,audiophyl,high end,házimozi,erősítő,hangfal,"
+            },
+            "shop/interior_decoration": {
+                "name": "Belsőépítészeti bolt"
             },
             "shop/jewelry": {
-                "name": "Ékszerész"
+                "name": "Ékszerész",
+                "terms": "arany, ezüst, gyémánt, briliáns,  ékszer,bijou,bizsu,fülbevaló,nyakék,karkötő,divatékszer,jegygyűrű,gyűrű"
             },
             "shop/kiosk": {
-                "name": "Trafik"
+                "name": "Trafik",
+                "terms": "újságos trafik"
+            },
+            "shop/kitchen": {
+                "name": "Konyhatervezési stúdió"
             },
             "shop/laundry": {
-                "name": "Mosoda"
+                "name": "Mosoda",
+                "terms": "önkiszolgáló textil és ruhatisztító,  Önkiszolgáló mosoda, önkiszolgáló gyorstisztító,  "
+            },
+            "shop/leather": {
+                "name": "Bőrszaküzlet",
+                "terms": "bőrkézműves"
             },
             "shop/locksmith": {
                 "name": "Lakatos",
                 "terms": "kulcsmásoló, záras, zárszerelő"
             },
+            "shop/lottery": {
+                "name": "Lottózó",
+                "terms": "Szerencsejáték  bolt, Szerencsejáték fogadóiroda, Joker üzlet és lottozó"
+            },
             "shop/mall": {
                 "name": "Bevásárlóközpont"
             },
+            "shop/massage": {
+                "name": "Masszázs szalon",
+                "terms": "masszőr,  masszázs, gyógymasszázs, svédmasszázs, thai masszázs, keleti masszázs, gyúrás"
+            },
+            "shop/medical_supply": {
+                "name": "Gyógyászati és Orvosi Segédeszköz Bolt",
+                "terms": "Gyógybolt, Egészségbolt, Gyógyászati eszközök boltja"
+            },
             "shop/mobile_phone": {
-                "name": "Mobiltelefon bolt"
+                "name": "Mobiltelefon bolt",
+                "terms": "android,iphone,nokia"
+            },
+            "shop/money_lender": {
+                "name": "Pénzkölcsönző",
+                "terms": "gyorskölcsön pénzkölcsönző, hitel centrum, Cofidis Gyorskölcsönző, gyorshitelező,  Személyi kölcsönző"
             },
             "shop/motorcycle": {
-                "name": "Motorkerékpár kereskedés"
+                "name": "Motorkerékpár kereskedés",
+                "terms": "Motorbicikli Márkakereskedő, Robogó és motor márkakereskedő, "
             },
             "shop/music": {
-                "name": "Lemezbolt"
+                "name": "Lemezbolt",
+                "terms": "Zenebolt, CD és DVD bolt, Zeneműbolt, Muzsikabolt,   kotta és hanglemezbolt"
+            },
+            "shop/musical_instrument": {
+                "name": "Hangszer bolt",
+                "terms": "Hangszer és kotta bolt, Hangszerdiszkont"
             },
             "shop/newsagent": {
-                "name": "Ã\9ajságos"
+                "name": "újságos"
             },
             "shop/optician": {
-                "name": "Optikus"
+                "name": "Optikus bolt",
+                "terms": "Szemüveg és kontaktlencse bolt"
+            },
+            "shop/organic": {
+                "name": "Biobolt",
+                "terms": "Bio és natúr élelmiszer bolt, Biominőségű és egészséges táplálékok boltja, Natura bolt,  Natura Reformtáplálkozási Szaküzlet, Bio és organikus ételek és áruk boltja"
             },
             "shop/outdoor": {
-                "name": "Túrabolt"
+                "name": "Túrafelszerelés bolt",
+                "terms": "Hegymászó felszerelés bolt,  Outdoor sportbolt, \nVilágjárók Boltja, \nBakancs - sátor - túracipő - hátizsák és hálózsák bolt"
+            },
+            "shop/paint": {
+                "name": "Festékbolt",
+                "terms": " Falfesték bolt,  Tikkurila Festékbolt, Színkeverő bolt,  Festék- vegyi áru szaküzlet "
+            },
+            "shop/pawnbroker": {
+                "name": "Zálogház, zaci"
             },
             "shop/pet": {
-                "name": "Kisállatkereskedés"
+                "name": "Kisállatkereskedés",
+                "terms": "Kisállat kereskedés, Kisállat és  állateledelt árusító bolt, \nÁllateledel, "
             },
             "shop/photo": {
                 "name": "Fotósbolt",
                 "terms": "fényképész, fényképezés, filmkidolgozás, előhívás, igazolványkép"
             },
+            "shop/pyrotechnics": {
+                "name": "Pirotechnikai bolt",
+                "terms": "robbanószerek - tűzijátékok - petárdák és csillagszórók boltja"
+            },
+            "shop/radiotechnics": {
+                "name": "Rádiótechnikai bolt",
+                "terms": "Elektronikai alkatrészek - termékek és mérőműszerek boltja"
+            },
+            "shop/religion": {
+                "name": "Kegytárgybolt",
+                "terms": "vallásos - vallási témájú tárgyak - könyvek - szobrok boltja"
+            },
+            "shop/scuba_diving": {
+                "name": "Búvárfelszerelések boltja",
+                "terms": "Búvárfelszerelések boltja, Búvárbolt, Búvárszakáruház "
+            },
+            "shop/seafood": {
+                "name": "Halárus",
+                "terms": "Tengeri halak boltja,  Halkereskedés, Tengeri halak és finomságok boltja, Halak - rákok - kagylók és más tengeri jószágok boltja"
+            },
+            "shop/second_hand": {
+                "name": "Használt cikkek boltja",
+                "terms": "Használtruha bolt, Turkáló , Turi, Turkáló butik, bálás bolt,  second hand bolt"
+            },
             "shop/shoes": {
-                "name": "Cipőbolt"
+                "name": "Cipőbolt",
+                "terms": "cipőbolt,  cipő papucs csizma és más lábbelik boltja , cipobolt"
             },
             "shop/sports": {
                 "name": "Sportbolt"
             },
             "shop/stationery": {
-                "name": "Írószerbolt"
+                "name": "Írószerbolt",
+                "terms": "Papír - Írószer és nyomtatván bolt,  Papír - írószer és irodaszer kereskedelem, papirbolt, irodaszerbolt"
             },
             "shop/supermarket": {
                 "name": "Szupermarket"
             },
+            "shop/tailor": {
+                "name": "Szabóüzlet",
+                "terms": "szabóság,  méretre ruhát készítő üzlet"
+            },
+            "shop/tattoo": {
+                "name": "Tetováló szalon",
+                "terms": "Tetoválás és  piercing, Piercing Tetováló Szalon, Piercing Szúrás Tetoválás, Fülbelövés - Tatoo"
+            },
+            "shop/tea": {
+                "name": "Teaüzlet",
+                "terms": "Teabolt, TEA Szaküzlet és Teázó"
+            },
+            "shop/ticket": {
+                "name": "Jegyárusító üzlet",
+                "terms": "koncertjegy,színházjegy,interticket,hajójegy,sportesemények,utazás,üdülési csekk,szállásfoglalás"
+            },
+            "shop/tobacco": {
+                "name": "Dohánybolt",
+                "terms": "Nemzeti dohánybolt, Dohány  cigaretta szivar és pipadohány bolt"
+            },
             "shop/toys": {
-                "name": "Játékbolt"
+                "name": "Játékbolt",
+                "terms": "barbie,lego,hasbro,mattel,babák,fisher price,logikai,barkács,bébi,gyermek,kreatív"
             },
             "shop/travel_agency": {
-                "name": "Utazási iroda"
+                "name": "Utazási iroda",
+                "terms": "ibusz,vista,neckermann,nyaralás,last minute,utazás,travel,karthago tours,tours,tui,reisen,otp travel,voyage"
             },
             "shop/tyres": {
-                "name": "Autógumis"
+                "name": "Autógumis",
+                "terms": "téli és nyári autógumi,gumiabroncs,michelin,continental,bridgestone, goodyear, avon, michelin, nexen, pirelli, dunlop,hankook,négyévszakos gumi,4x4 gumiabroncs, gumiszerelés,terepjáró gumi, transporter gumi, barum, falken, kumho, toyo, semperit, nokian, infinity, debica, fulda,  nankang, strial, kormoran, kleber, vredestein, firestone, dayton, bfgoodrich, sava, zetum, uniroyal"
             },
             "shop/vacant": {
                 "name": "üres üzlethelyiség"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Porszívóbolt",
+                "terms": "Porszívó, takarítógép"
+            },
             "shop/variety_store": {
-                "name": "100 forintos bolt"
+                "name": "100 forintos bolt",
+                "terms": "olcsó áruk boltja, 1 eurós bolt"
             },
             "shop/video": {
-                "name": "DVD kölcsönző"
+                "name": "DVD kölcsönző",
+                "terms": "DVD és videokazetta és film kölcsönző"
+            },
+            "shop/video_games": {
+                "name": "Videójátékok boltja",
+                "terms": "számítógépes és konzolos videójátékok boltja"
+            },
+            "shop/water_sports": {
+                "name": "Vizisport eszközök boltja,",
+                "terms": "kajak,csónak,mentőmellény,úszóruha,hajók,vízíjárművek,szörf,windszörf"
+            },
+            "shop/weapons": {
+                "name": "Fegyverbolt",
+                "terms": " Kések  lőfegyverek és riasztófegyverek boltja"
+            },
+            "shop/window_blind": {
+                "name": "Redőnyök rolók és ablaksötétítők boltja",
+                "terms": " rolók, ablaksötétítők"
+            },
+            "shop/wine": {
+                "name": "Borszaküzlet",
+                "terms": "Borkereskedés "
             },
             "tourism": {
                 "name": "Turizmus"
                 "name": "Menedékház"
             },
             "tourism/artwork": {
-                "name": "Műalkotás"
+                "name": "Műalkotás",
+                "terms": "Művészeti alkotás, szobor, fafaragás, "
             },
             "tourism/attraction": {
                 "name": "Turistalátványosság"
index 13daaa828817d1fc8fe2f420afd38e9ed4be93ac..86b45a20c0b68bcc3cb366b01d3eb897e349bcd3 100644 (file)
@@ -2,8 +2,8 @@
     "modes": {
         "add_area": {
             "title": "Area",
-            "description": "Menambah taman, bangunan, danau atau area lain pada peta.",
-            "tail": "Klik pada peta untuk mulai menggambar sebuah area, seperti sebuah taman, danau, atau bangunan."
+            "description": "Tambahkan taman, bangunan, danau atau area lain pada peta.",
+            "tail": "Klik pada peta untuk mulai menggambar sebuah area, misalnya taman, danau, atau bangunan."
         },
         "add_line": {
             "title": "Garis",
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Hapus",
-            "description": "Buang ini dari peta.",
+            "description": "Hapus objek secara permanen.",
             "annotation": {
                 "point": "Menghapus sebuah titik.",
                 "vertex": "Menghapus sebuah simpul dari jalan.",
                 "area": "Menggeser sebuah area.",
                 "multiple": "Menggeser beberapa obyek."
             },
-            "incomplete_relation": "Fitur ini tidak bisa dipindahkan karena belum sepenuhnya terunduh."
+            "incomplete_relation": "Fitur ini tidak bisa dipindahkan karena belum sepenuhnya terunduh.",
+            "too_large": "Objek ini tidak dapat dipindahkan karena baru separuhnya yang tampak di layar."
         },
         "rotate": {
             "title": "Putar",
             "annotation": {
                 "line": "Memutar sebuah garis.",
                 "area": "Memutar sebuah area."
-            }
+            },
+            "too_large": "Objek ini tidak dapat diputar karena baru separuhnya yang tampak di layar."
         },
         "reverse": {
             "title": "Balik",
         },
         "restriction": {
             "help": {
-                "select": "Klik untuk memilih segmen jalan."
+                "select": "Klik untuk memilih segmen jalan.",
+                "toggle": "Klik untuk menentukan larangan belok kiri/kanan.",
+                "toggle_on": "Klik untuk menambahkan larangan \"{restriction}\".",
+                "toggle_off": "Klik untuk menghapus larangan \"{restriction}\"."
+            },
+            "annotation": {
+                "create": "Menambahkan larangan belok",
+                "delete": "Menghapus larangan belok"
             }
         }
     },
         "zoom": "Perbesar ke jejak GPX",
         "browse": "Telusuri untuk file .gpx"
     },
+    "mapillary": {
+        "tooltip": "Pemandangan jalan dari Mapillary",
+        "title": "Lapisan Foto (Mapillary)",
+        "view_on_mapillary": "Lihat gambar ini di Mapillary"
+    },
     "help": {
         "title": "Bantuan",
         "help": "#Bantuan\n\nIni adalah editor untuk [OpenStreetMap] (http://www.openstreetmap.org/), \npeta dunia gratis dan bisa disunting. Anda dapat menggunakannya dengan menambahkan dan memperbarui\n data di area anda, membangun sebuah peta sumber-terbuka dan data-terbuka di seluruh dunia\n yang lebih baik untuk semua orang.\n\nPerubahan yang anda buat akan terlihat ke semua orang yang menggunakan \nOpenStreetMap. Untuk melakukan penyutingan, anda membutuhkan \n[free OpenStreetMap account] (https://www.openstreetmap.org/user/new).\n\n[iD editor](http://ideditor.com/) adalah proyek kolaborasi dengan [kode sumber tersedia di GitHub](https://github.com/openstreetmap/iD).\n"
         },
         "areas": {
             "title": "Area",
-            "add": "Area merupakan bentuk lain yang lebih rinci untuk mewakili sebuah fitur. Mereka memberikan informasi batas wilayah sebuah fitur. Area dapat digunakan untuk banyak tipe fitur yang diwakili titik, bahkan sering lebih disarankan. **Klik tombol Area untuk menambahkan sebuah area baru. **",
+            "add": "Area digunakan untuk menampilkan batas fitur-fitur seperti danau, bangunan, dan kawasan permukiman. Area juga dapat digunakan untuk memetakan fitur-fitur yang biasanya dipetakan menggunakan titik secara lebih rinci lagi. **Klik tombol Area untuk menambahkan area baru.**",
             "corner": "Area tergambar dengan meletakkan simpul yang menandakan batas suatu area. **Letakan simpul pemula di satu sudut dari tempat-bermain.**",
             "place": "Gambar area dengan meletakan lebih banyak simpul. Selesaikan area dengan mengklik pada simpul awal. **Gambar sebuah area untuk tempat bermain.**",
             "search": "**Pencarian untuk '{name}'.**",
             "amenity/clock": {
                 "name": "Jam"
             },
-            "amenity/college": {
-                "name": "Kampus",
-                "terms": "Kampus"
-            },
             "amenity/courthouse": {
                 "name": "Pengadilan",
                 "terms": "Pengadilan"
                 "name": "Balai Kota",
                 "terms": "Balai Kota,"
             },
-            "amenity/university": {
-                "name": "Universitas",
-                "terms": "Universitas, Kampus,"
-            },
             "amenity/vending_machine": {
                 "name": "Mesin Minuman"
             },
             "leisure/swimming_pool": {
                 "name": "Kolam Renang"
             },
-            "leisure/track": {
-                "name": "Trek Balap"
-            },
             "line": {
                 "name": "Garis"
             },
             "man_made/water_tower": {
                 "name": "Tower Air"
             },
-            "man_made/water_well": {
-                "name": "Sumur"
-            },
             "natural": {
                 "name": "Alami"
             },
             "shop/alcohol": {
                 "name": "Toko Minuman"
             },
-            "shop/art": {
-                "name": "Toko Kerajinan dan Keseninan"
-            },
             "shop/bakery": {
                 "name": "Toko Roti"
             },
             "shop/bicycle": {
                 "name": "Toko Sepeda"
             },
-            "shop/books": {
-                "name": "Toko Buku"
-            },
             "shop/boutique": {
                 "name": "Butik"
             },
             "shop/jewelry": {
                 "name": "Toko Perhiasan"
             },
-            "shop/kiosk": {
-                "name": "Kios"
-            },
             "shop/laundry": {
                 "name": "Laundri"
             },
             "shop/music": {
                 "name": "Toko Musik"
             },
-            "shop/newsagent": {
-                "name": "Agen Koran dan Majalah"
-            },
             "shop/optician": {
                 "name": "Optik"
             },
-            "shop/outdoor": {
-                "name": "Toko Outdoor"
-            },
             "shop/pet": {
                 "name": "Toko Peliharaan"
             },
index 63844bb64255b4b70f55e359985b6f61601f78c2..d6b2edd9a75fc5cf5696c9c2ecb13b87c79a490d 100644 (file)
@@ -88,7 +88,6 @@
         },
         "delete": {
             "title": "Eyða",
-            "description": "Fjarlægja af korti.",
             "annotation": {
                 "point": "Eyddi punkti.",
                 "vertex": "Eyddi hnút af leið.",
         },
         "areas": {
             "title": "Svæði",
-            "add": "Svæði eru nákvæmari leið til að tákna hluti. Þau sýna ytri mörk hlutarins. Svæði er hægt að nota fyrir flestallt það sem punktar sýna, og eru oft fyrsta val. **Smelltu á takkann 'Svæði' til að bæta nýju svæði við**",
             "corner": "Svæði eru dregin með því að setja niður hnúta sem tákna ytri mörk svæðisins. **Settu byrjunarhnútinn í eitt horn leiksvæðisins.**",
             "place": "Teiknaðu svæðið með því að setja fleiri hnúta á kortið. Kláraðu svæðið með því að smella í lokin á upphafshnútinn. **Teiknaðu svæði fyrir leikvöllinn.**",
             "search": "**Leita að '{name}'.**",
             "amenity/car_wash": {
                 "name": "Bílaþvottur"
             },
-            "amenity/childcare": {
-                "name": "Barnagæsla"
-            },
             "amenity/cinema": {
                 "name": "Kvikmyndahús",
                 "terms": "bíó"
             "amenity/clock": {
                 "name": "Klukka"
             },
-            "amenity/college": {
-                "name": "Háskóli"
-            },
             "amenity/courthouse": {
                 "name": "Dómhús"
             },
             "amenity/hospital": {
                 "name": "Spítalalóð"
             },
-            "amenity/kindergarten": {
-                "name": "Leikskólalóð"
-            },
             "amenity/library": {
                 "name": "Bókasafn"
             },
             "amenity/townhall": {
                 "name": "Ráðhús"
             },
-            "amenity/university": {
-                "name": "Háskóli"
-            },
             "amenity/veterinary": {
                 "name": "Dýralæknir"
             },
             "man_made/water_tower": {
                 "name": "Vatnsturn"
             },
-            "man_made/water_well": {
-                "name": "Brunnur"
-            },
             "man_made/water_works": {
                 "name": "Vatnsveita"
             },
             "shop/alcohol": {
                 "name": "Vínbúð"
             },
-            "shop/art": {
-                "name": "Listverslun"
-            },
             "shop/bakery": {
                 "name": "Bakarí"
             },
             "shop/bookmaker": {
                 "name": "Veðmangari"
             },
-            "shop/books": {
-                "name": "Bóksala"
-            },
             "shop/boutique": {
                 "name": "Búð"
             },
             "shop/computer": {
                 "name": "Tölvuverslun"
             },
-            "shop/confectionery": {
-                "name": "Konfektbúð"
-            },
             "shop/convenience": {
                 "name": "Kjörbúð"
             },
             "shop/doityourself": {
                 "name": "Handlaginna verslun"
             },
-            "shop/dry_cleaning": {
-                "name": "Þurrhreinsun"
-            },
             "shop/electronics": {
                 "name": "Raftækjaverslun"
             },
             "shop/jewelry": {
                 "name": "Skartgripabúð"
             },
-            "shop/kiosk": {
-                "name": "Blaðastandur"
-            },
             "shop/laundry": {
                 "name": "Þvottur"
             },
             "shop/music": {
                 "name": "Tónlistarbúð"
             },
-            "shop/newsagent": {
-                "name": "Blaðasali"
-            },
             "shop/optician": {
                 "name": "Gleraugnaverslun"
             },
-            "shop/outdoor": {
-                "name": "Útivistarbúð"
-            },
             "shop/pet": {
                 "name": "Dýrabúð"
             },
index 653698274eaa394509601e30e26e2e1c529d976d..381de5b5f78642e41a7623ab85499bdf1d970fd1 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Cancella",
-            "description": "Cancella questo dalla mappa.",
+            "description": "Cancella l'oggetto irreversibilmente.",
             "annotation": {
                 "point": "Cancellato un punto.",
                 "vertex": "Cancellato un punto da una way.",
         "zoom": "Zoom su traccia GPX",
         "browse": "Scegli un file .gpx"
     },
+    "mapillary": {
+        "tooltip": "Fotografie stradali da Mapillary",
+        "title": "Livello Foto (Mapillary)",
+        "view_on_mapillary": "Guarda questa immagine su Mapillary"
+    },
     "help": {
         "title": "Aiuto",
         "help": "# Aiuto\n\nQuesto è un editor per [OpenStreetMap](http://www.openstreetmap.org/), la\nmappa del mondo gratuita e modificabile. Puoi usarlo per aggiungere ed aggiornare\ndati nella tua area, creando una mappa del mondo open-source e open-data\nmigliore per tutti.\n\nLe modifiche che fai a questa mappa saranno visibili a chiunque usa\nOpenStreetMap. Per fare una modifica, avrai bisogno di un\n[account gratuito OpenStreetMap](https://www.openstreetmap.org/user/new).\n\n[iD editor](http://ideditor.com/) è un progetto collaborativo il cui [codice\nsorgente è disponibile su GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Aree",
-            "add": "Le aree sono un modo più dettagliato di rappresentare degli elementi. Esse forniscono le informazioni circa il contorno fisico di un oggetto. Le aree possono essere usate per quasi tutti i casi in cui potresti usare un punto, e sono spesso da preferirsi. **Clicca il pulsante Area per aggiungere una nuova area.**",
+            "add": "Le aree sono utilizzate per indicare i contorni degli elementi come ad esempio i laghi, gli edifici e le aree residenziali. Possono anche essere utilizzate per rappresentare in modo più dettagliato elementi che normalmente vengono mappati come punti. **Clicca il pulsante Area per aggiungere una nuova area.**",
             "corner": "Le aree devono essere disegnate posizionando i punti che segnano il confine dell'area. **Posizionare il punto di partenza a uno degli angoli del parchetto.**",
             "place": "Disegna l'area posizionando più punti. Terminare l'area cliccando sul punto di partenza. **Disegnare un'area per il parchetto.**",
             "search": "**Cerca per '{name}'.**",
             "leisure": {
                 "label": "Tipo"
             },
+            "length": {
+                "label": "Lunghezza (Metri)"
+            },
             "levels": {
                 "label": "Piani",
                 "placeholder": "2, 4, 6..."
             },
             "mtb/scale": {
                 "label": "Difficoltà Mountain Bike",
-                "placeholder": "0, 1, 2, 3..."
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Ghiaia solida/terra battuta, nessun ostacolo, curve ampie"
+                }
+            },
+            "mtb/scale/imba": {
+                "label": "Difficoltà IMBA del tracciato",
+                "placeholder": "Facile, Medio, Difficile..."
             },
             "mtb/scale/uphill": {
                 "placeholder": "0, 1, 2, 3..."
                     "intermediate": "Media (rossa)",
                     "advanced": "Avanzata (nera)",
                     "expert": "Esperto (arancione)",
-                    "freeride": "Fuoripista (gialla)"
+                    "freeride": "Fuoripista (gialla)",
+                    "extreme": "Estrema (equipaggiamento da scalata richiesto)"
                 }
             },
             "piste/grooming": {
             "sport_ice": {
                 "label": "Sport"
             },
+            "sport_racing": {
+                "label": "Sport"
+            },
             "structure": {
                 "label": "Struttura",
                 "placeholder": "Sconosciuto",
             "wheelchair": {
                 "label": "Accesso in carrozzina"
             },
+            "width": {
+                "label": "Larghezza (Metri)"
+            },
             "wikipedia": {
                 "label": "Wikipedia"
             },
                 "name": "Noleggio barche",
                 "terms": "noleggio barche,noleggio,barche,porto,negozio"
             },
+            "amenity/bureau_de_change": {
+                "name": "Cambiavalute",
+                "terms": "cambi,ufficio cambi,cambio,valuta,cambiovaluta"
+            },
             "amenity/bus_station": {
                 "name": "Stazione degli autobus",
                 "terms": "autobus,bus,tram,stazione,fermata,capolinea"
                 "name": "Autolavaggio",
                 "terms": "Autolavaggio"
             },
-            "amenity/childcare": {
-                "name": "Doposcuola",
-                "terms": "Assistenza infanzia"
+            "amenity/charging_station": {
+                "name": "Stazione di ricarica"
             },
             "amenity/cinema": {
                 "name": "Cinema",
                 "name": "Orologio",
                 "terms": "ora,orario,orologio"
             },
-            "amenity/college": {
-                "name": "College",
-                "terms": "Accademia"
+            "amenity/compressed_air": {
+                "name": "Aria Compressa"
             },
             "amenity/courthouse": {
                 "name": "Tribunale",
                 "name": "Area Ospedaliera",
                 "terms": "ospedale,clinica,pronto soccorso,servizio sanitario,salute,hospice,ospizio,infermeria,istituzione,casa di cura,casa di riposo,sanatorio,ambulatorio,chirurgia,reparto"
             },
-            "amenity/kindergarten": {
-                "name": "Area della Scuola dell'infanzia",
-                "terms": "scuola d'infanzia,scuola di infanzia,asilo,assistenza all'infanzia,asilo d'infanzia,scuola materna,scuola dell'infanzia,asilo nido"
-            },
             "amenity/library": {
                 "name": "Biblioteca",
                 "terms": "Libreria"
                 "name": "Banco alimentare",
                 "terms": "mensa del povero,mensa caritas"
             },
-            "amenity/social_facility/group_home": {
-                "name": "Comunità",
-                "terms": "casa comunitaria,terapia di gruppo,comunità"
-            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Dormitorio",
                 "terms": "ricovero,senzadimora,barboni,senza fissa dimora,senza dimora,senza casa"
                 "terms": "sala del comune,palazzo di governo,tribunale,munipio"
             },
             "amenity/university": {
-                "name": "Università",
-                "terms": "college"
+                "name": "Area universitaria"
             },
             "amenity/vending_machine": {
                 "name": "Distributore automatico",
                 "name": "Costruttore di orologi",
                 "terms": "orologi"
             },
+            "craft/confectionary": {
+                "name": "Pasticceria"
+            },
             "craft/dressmaker": {
                 "name": "Sartoria",
                 "terms": "sarto,merceria,vestiti su misura"
                 "name": "Calzolaio",
                 "terms": "scarpe,scarpino,calzature"
             },
+            "craft/upholsterer": {
+                "name": "Tappezziere"
+            },
             "craft/watchmaker": {
                 "name": "Orologiaio",
                 "terms": "orologi,riparazione"
                 "name": "Svincolo primario",
                 "terms": "Svincolo primario"
             },
+            "highway/raceway": {
+                "name": "Circuito",
+                "terms": "pista,autodromo,pista automobilistica,pista motoristica"
+            },
             "highway/residential": {
                 "name": "Residenziale",
                 "terms": "Residenziale"
                 "name": "Parco giochi",
                 "terms": "area giochi,scivolo,parco,giochi"
             },
+            "leisure/running_track": {
+                "name": "Pista di atletica",
+                "terms": "atletica,tartan,pista"
+            },
             "leisure/slipway": {
                 "name": "Scivolo per barche",
                 "terms": "Rampa per la messa in acqua di imbarcazioni"
                 "terms": "Piscina"
             },
             "leisure/track": {
-                "name": "Pista",
-                "terms": "Pista automobilistica"
+                "name": "Pista (sport non motoristici)",
+                "terms": "circuito"
             },
             "line": {
                 "name": "Linea",
                 "name": "Negozio di liquori",
                 "terms": "alcool,liquori,grappa,rum,vodka"
             },
+            "shop/antiques": {
+                "name": "Antiquario",
+                "terms": "antichità,mobili antichi"
+            },
             "shop/art": {
                 "name": "Negozio di opere d'arte",
                 "terms": "opere d'arte,quadri,sculture,galleria"
                 "name": "Autofficina",
                 "terms": "Officina"
             },
+            "shop/carpet": {
+                "name": "Negozio di tappeti",
+                "terms": "tappeti,persiani"
+            },
             "shop/chemist": {
                 "name": "Drogheria",
                 "terms": "Articoli di pulizia e bellezza"
                 "name": "Negozio di informatica",
                 "terms": "Negozio di computer"
             },
-            "shop/confectionery": {
-                "name": "Negozio per dolciumi",
-                "terms": "caramelle,bonbon"
-            },
             "shop/convenience": {
                 "name": "Minimarket",
                 "terms": "Drogheria"
                 "name": "Gioielliere",
                 "terms": "Gioielleria"
             },
-            "shop/kiosk": {
-                "name": "Chiosco",
-                "terms": "Chiosco"
-            },
             "shop/laundry": {
                 "name": "Lavanderia",
                 "terms": "Lavanderia"
                 "name": "Negozio di musica",
                 "terms": "Negozio di nusica"
             },
-            "shop/newsagent": {
-                "name": "Edicola",
-                "terms": "Edicola"
-            },
             "shop/optician": {
                 "name": "Ottico",
                 "terms": "Ottico"
             },
-            "shop/outdoor": {
-                "name": "Negozio per sport all'aperto",
-                "terms": "Negozio all'aperto"
-            },
             "shop/pet": {
                 "name": "Negozio di animali",
                 "terms": "Negozio di animali"
index 40da35a94edd51e394c11f8f3c6dc7ee4be525d4..73d70f81b41c4ea659854ef077eda50716156a18 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "削除",
-            "description": "ã\81\93ã\81®å\9c°ç\89©ã\82\92ã\83\9eã\83\83ã\83\97ã\81\8bã\82\89削除",
+            "description": "ã\82ªã\83\96ã\82¸ã\82§ã\82¯ã\83\88ã\82\92å®\8cå\85¨ã\81«削除",
             "annotation": {
                 "point": "ポイントを削除",
                 "vertex": "ウェイ上のノードを削除",
         "zoom": "GPX軌跡へズーム",
         "browse": ".gpxファイル追加"
     },
+    "mapillary": {
+        "tooltip": "Mapillaryによる通りレベルの写真",
+        "title": "写真の重ね合わせ (Mapillary)",
+        "view_on_mapillary": "この画像をMapillaryで表示"
+    },
     "help": {
         "title": "ヘルプ",
         "help": "# ヘルプ\n\nこのアプリケーションは、自由に編集できる世界地図 [OpenStreetMap](http://www.openstreetmap.org/)のエディターです。このエディターを利用して、あなたの地域のデータを追加したり更新したりして、誰にとってもより便利なオープンソースかつオープンデータの世界地図を作成できます。\n\nあなたが編集した結果は、OpenStreetMapを利用するすべての人が閲覧することができます。編集するためには [無料のOpenStreetMapアカウント](https://www.openstreetmap.org/user/new) が必要です。\n\nこの [iDエディター](http://ideditor.com/) は[GitHub上のソースコード](https://github.com/openstreetmap/iD)による協力型プロジェクトです。\n",
         },
         "areas": {
             "title": "エリア",
-            "add": "ã\82¨ã\83ªã\82¢ã\81§æ\8f\8fã\81\8fã\81\93ã\81¨ã\81§ã\80\81ã\81\9dã\81®å\9c°ç\89©ã\82\92ã\82\88ã\82\8a詳細ã\81«è¡¨ç\8f¾ã\81\97ã\81¦ã\81¿ã\81¾ã\81\97ã\82\87ã\81\86ã\80\82 ã\83\9dã\82¤ã\83³ã\83\88ã\81¨é\81\95ã\81\84ã\80\81ã\82¨ã\83ªã\82¢ã\81§ã\81¯ã\81\9dã\81®å\9c°ç\89©ã\81®å¢\83ç\95\8cç·\9aã\82\92表ç\8f¾ã\81\99ã\82\8bã\81\93ã\81¨ã\81\8cå\8f¯è\83½ã\81§ã\81\99ã\80\82 ã\83\9dã\82¤ã\83³ã\83\88ã\81§è¡¨ç\8f¾ã\81\97ã\81¦ã\81\84ã\82\8bå\9c°ç\89©ã\81®ã\81»ã\81¨ã\82\93ã\81©ã\81¯ã\80\81ã\82¨ã\83ªã\82¢ã\81¨ã\81\97ã\81¦ã\82\82æ\8f\8fã\81\8fã\81\93ã\81¨ã\81\8cå\8f¯è\83½ã\81§ã\81\99ã\80\82 **ã\82¨ã\83ªã\82¢ã\83\9cã\82¿ã\83³ã\82\92ã\82¯ã\83ªã\83\83ã\82¯ã\81\99ã\82\8bã\81\93ã\81¨ã\81§ã\80\81æ\96°ã\81\97ã\81\84ã\82¨ã\83ªã\82¢ã\82\92æ\8f\8fã\81\8fã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99。**",
+            "add": "ã\82¨ã\83ªã\82¢ã\81¯ã\80\81æ¹\96ã\82\84建ç\89©ã\80\81ä½\8få®\85å\8cºå\9f\9fã\81ªã\81©ã\81®å\9c°ç\89©ã\81®å¢\83ç\95\8cç·\9aã\82\92表ç\8f¾ã\81\99ã\82\8bã\81\9fã\82\81ã\81«ä½¿ã\82\8fã\82\8cã\81¾ã\81\99ã\80\82ã\82¨ã\83ªã\82¢ã\82\92使ã\81\86ã\81\93ã\81¨ã\81§ã\80\81ã\83\9dã\82¤ã\83³ã\83\88ã\82\88ã\82\8aã\82\82詳ã\81\97ã\81\8få\9c°ç\89©ã\82\92ã\83\9eã\83\83ã\83\94ã\83³ã\82°ã\81§ã\81\8dã\82\8bã\81\93ã\81¨ã\81\8cå¤\9aã\81\8få­\98å\9c¨ã\81\97ã\81¾ã\81\99ã\80\82 **ã\82¨ã\83ªã\82¢ã\83\9cã\82¿ã\83³ã\82\92ã\82¯ã\83ªã\83\83ã\82¯ã\81\97ã\81¦ã\80\81æ\96°ã\81\97ã\81\84ã\82¨ã\83ªã\82¢ã\82\92æ\8f\8fã\81\84ã\81¦ã\81¿ã\81¾ã\81\97ã\82\87ã\81\86。**",
             "corner": "複数のポイントを描くことで、エリアの境界線を表現することができます。**エリアを作成して、児童公園を描いてみましょう。**",
             "place": "ノードを描くことで、エリアを表現することができます。エリアの描画を完了するには、描き始めたノードをもう一度クリックしてください。**エリアを作成して、児童公園を描いてみましょう。**",
             "search": "** '{name}' を検索してみましょう **",
             "covered": {
                 "label": "屋根"
             },
+            "craft": {
+                "label": "タイプ"
+            },
             "crop": {
                 "label": "収穫物"
             },
                 "placeholder": "40, 50, 60..."
             },
             "mtb/scale": {
-                "label": "マウンテンバイクの困難さ",
+                "label": "マウンテンバイク難易度",
                 "placeholder": "0, 1, 2, 3...",
                 "options": {
                     "0": "0: 硬い砂利/圧縮土、障害物なし、緩いカーブ",
                     "1": "1: いくらか緩んだ表面、小さな障害物、緩いカーブ",
                     "2": "2: とても緩んだ表面、大きな障害物、容易なヘアピンカーブ",
-                    "3": "3: 滑りやすい表面、大きな障害物、きついヘアピンカーブ"
+                    "3": "3: 滑りやすい表面、大きな障害物、きついヘアピンカーブ",
+                    "4": "4: 緩んだ地面や杭、危険なヘアピンカーブ",
+                    "5": "5: 最大の難しさ、漂礫地や地滑り",
+                    "6": "6: 最上級のマウンテンバイクでなければ乗れない"
+                }
+            },
+            "mtb/scale/imba": {
+                "label": "IMBAトレイル難易度",
+                "placeholder": "初級者、中級者、上級者...",
+                "options": {
+                    "0": "非常に容易 (白い円)",
+                    "1": "容易 (緑色の円)",
+                    "2": "中程度 (青い四角形)",
+                    "3": "困難 (黒いひし形)",
+                    "4": "非常に困難 (黒いひし形2つ)"
+                }
+            },
+            "mtb/scale/uphill": {
+                "label": "マウンテンバイク登山難易度",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: 平均10%未満の傾斜、地面は舗装/圧縮、障害物なし",
+                    "1": "1: 平均15%未満の傾斜、地面は舗装/圧縮、小さな障害物あり",
+                    "2": "2: 平均20%未満の傾斜、安定した地面、それなりの石や木の根がある",
+                    "3": "3: 平均25%未満の傾斜、変化のある地面、それなりの石や枝がある",
+                    "4": "4: 平均30%未満の傾斜、地面状態は良くない、大きい岩や木の枝がある",
+                    "5": "5: 非常に険しく、通常マウンテンバイクを押すか運ぶかする必要がある"
                 }
             },
             "name": {
                 "label": "パーク&ライド"
             },
             "parking": {
-                "label": "タイプ"
+                "label": "タイプ",
+                "options": {
+                    "surface": "地面",
+                    "multi-storey": "マルチレベル",
+                    "underground": "地下",
+                    "sheds": "納屋",
+                    "carports": "カーポート",
+                    "garage_boxes": "箱型ガレージ",
+                    "lane": "路側帯"
+                }
             },
             "phone": {
                 "label": "電話番号",
                 "options": {
                     "downhill": "ダウンヒル",
                     "nordic": "ノルディック",
-                    "skitour": "スキーツアー"
+                    "skitour": "スキーツアー",
+                    "sled": "小型そり",
+                    "hike": "ハイキング",
+                    "sleigh": "そり",
+                    "ice_skate": "アイススケート",
+                    "snow_park": "スキー場",
+                    "playground": "児童公園"
                 }
             },
             "place": {
             "route_master": {
                 "label": "タイプ"
             },
+            "sac_scale": {
+                "label": "ハイキングの難易度",
+                "placeholder": "山岳ハイキング, 高地登山…",
+                "options": {
+                    "hiking": "T1: ハイキング",
+                    "mountain_hiking": "T2: 山岳ハイキング",
+                    "demanding_mountain_hiking": "T3: 中難度の山岳ハイキング",
+                    "alpine_hiking": "T4: 高地登山",
+                    "demanding_alpine_hiking": "T5: 中難度の高地登山",
+                    "difficult_alpine_hiking": "T6: 高難度の高地登山"
+                }
+            },
             "seasonal": {
                 "label": "季節限定"
             },
             },
             "smoking": {
                 "label": "喫煙",
+                "placeholder": "いいえ、分けた、はい...",
                 "options": {
+                    "no": "どこにも禁煙",
+                    "separated": "喫煙エリア(分煙でない)",
+                    "isolated": "喫煙エリア(分煙)",
                     "outside": "屋外のみ喫煙可",
                     "yes": "喫煙可",
                     "dedicated": "喫煙者向け(例: スモーカーズクラブ)"
                 }
             },
             "smoothness": {
-                "label": "スムーズさ"
+                "label": "スムーズさ",
+                "placeholder": "ローラースケートなど, 二輪車・四輪車, オフロード車…",
+                "options": {
+                    "excellent": "ローラースケート・スケートボード",
+                    "good": "レース用自転車",
+                    "intermediate": "二輪車など:ママチャリ・車いす・スクーター",
+                    "bad": "二輪車・四輪車:マウンテンバイク・自動車・オートリキシャ",
+                    "very_bad": "最低地上高が高い:軽クロカン車",
+                    "horrible": "オフロード:重オフロード車",
+                    "very_horrible": "特殊オフロード車:トラクター・ATV(全地形対応車)",
+                    "impassible": "通過不能/車両通行不可"
+                }
             },
             "social_facility_for": {
                 "label": "施設の対象者",
             "sport_ice": {
                 "label": "スポーツ"
             },
+            "sport_racing": {
+                "label": "スポーツ"
+            },
             "structure": {
                 "label": "構造",
                 "placeholder": "不明",
                 "options": {
                     "flush": "水洗式",
                     "pitlatrine": "汲み取り式",
-                    "chemical": "化学処理"
+                    "chemical": "化学処理",
+                    "bucket": "バスケットゴール"
                 }
             },
             "tourism": {
             "towertype": {
                 "label": "塔の用途"
             },
+            "tracktype": {
+                "label": "トラック種別",
+                "placeholder": "硬質, 大部分が硬質, 軟質…",
+                "options": {
+                    "grade1": "硬質: 舗装もしくは煉瓦・砕石の締固め路盤",
+                    "grade2": "大部分が硬質: 砂利・岩と柔らかい物質の混合",
+                    "grade3": "硬軟の物質の混合",
+                    "grade4": "大部分が軟質: 土/砂/草と硬い物質の混合",
+                    "grade5": "軟質: 土/砂/草"
+                }
+            },
             "trail_visibility": {
-                "label": "道の可視度"
+                "label": "道の可視度",
+                "placeholder": "優・良・悪…",
+                "options": {
+                    "excellent": "優: すべて明確な道・目印あり",
+                    "good": "良: 判別可能な目印あり(場合によっては目印の探索が必要)",
+                    "intermediate": "中間: 道の大部分は分かるが目印は少ない",
+                    "bad": "悪: 道はなかったりわからなかったりで,かつ目印なし",
+                    "horrible": "劣悪: ほとんど道がなく定位技量が必要",
+                    "no": "不可: 道はなく,高度な定位技量が必要"
+                }
             },
             "tree_type": {
                 "label": "タイプ"
                 "name": "貸しボート",
                 "terms": "貸しボート"
             },
+            "amenity/bureau_de_change": {
+                "name": "両替",
+                "terms": "両替商"
+            },
             "amenity/bus_station": {
                 "name": "バスターミナル",
                 "terms": "バスターミナル"
                 "name": "充電スタンド",
                 "terms": "充電ステーション, 急速充電システム, 充電スタンド, 給電スタンド"
             },
-            "amenity/childcare": {
-                "name": "保育施設",
-                "terms": "託児所,保育園,幼稚園,学童保育"
-            },
             "amenity/cinema": {
                 "name": "映画館",
                 "terms": "映画館,上映施設,スクリーン,銀幕"
                 "name": "時計",
                 "terms": "時計"
             },
-            "amenity/college": {
-                "name": "単科大学",
-                "terms": "大学,短大,専門学校,高専"
-            },
             "amenity/compressed_air": {
                 "name": "空気入れ",
                 "terms": "空気入れ, エアー調整"
                 "name": "病院の敷地",
                 "terms": "病院の敷地"
             },
-            "amenity/kindergarten": {
-                "name": "幼稚園の敷地",
-                "terms": "幼稚園の敷地, 保育園の敷地"
-            },
             "amenity/library": {
                 "name": "図書館",
                 "terms": "図書館,ライブラリ,ライブラリー"
                 "name": "フードバンク",
                 "terms": "フードバンク"
             },
-            "amenity/social_facility/group_home": {
-                "name": "グループホーム",
-                "terms": "グループホーム"
-            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "ホームレス緊急一時宿泊施設",
                 "terms": "ホームレス緊急一時宿泊施設, ホームレスシェルター"
                 "name": "役場",
                 "terms": "市役所,区役所,町役場,村役場,市庁"
             },
-            "amenity/university": {
-                "name": "大学",
-                "terms": "大学"
-            },
             "amenity/vending_machine": {
                 "name": "自動販売機",
                 "terms": "自動販売機"
                 "terms": "建物, ビル"
             },
             "building/apartments": {
-                "name": "アパート",
-                "terms": "アパート"
+                "name": "集合住宅",
+                "terms": "アパート, マンション"
             },
             "building/barn": {
                 "name": "納屋",
                 "name": "主要地方道の接続路",
                 "terms": "主要地方道の連絡路"
             },
+            "highway/raceway": {
+                "name": "サーキット",
+                "terms": "サーキット,自動車レース場"
+            },
             "highway/residential": {
                 "name": "居住区域内道路",
                 "terms": "居住区域内道路"
                 "name": "児童公園",
                 "terms": "児童公園, 遊び場"
             },
+            "leisure/running_track": {
+                "name": "トラック(周回走路)",
+                "terms": "ランニングトラック,ランニング用周回走路"
+            },
             "leisure/slipway": {
                 "name": "進水路",
                 "terms": "進水路, スリップウェイ"
                 "terms": "遊泳プール"
             },
             "leisure/track": {
-                "name": "競技トラック",
-                "terms": "競æ\8a\80ã\83\88ã\83©ã\83\83ã\82¯"
+                "name": "(モータースポーツ以外の)レース用トラック(周回走路)",
+                "terms": "ã\83¬ã\83¼ã\82¹ç\94¨ã\83\88ã\83©ã\83\83ã\82¯, ã\83¬ã\83¼ã\82¹ç\94¨å\91¨å\9b\9eèµ°è·¯"
             },
             "line": {
                 "name": "線",
                 "name": "給水塔",
                 "terms": "給水塔"
             },
-            "man_made/water_well": {
-                "name": "井戸",
-                "terms": "井戸"
-            },
             "man_made/water_works": {
                 "name": "浄水場",
                 "terms": "浄水場"
                 "name": "酒店",
                 "terms": "酒店, 酒屋"
             },
-            "shop/art": {
-                "name": "美術工芸品店",
-                "terms": "美術工芸品店, 美術品店, アートショップ,工芸品店"
-            },
             "shop/bakery": {
                 "name": "パン屋",
                 "terms": "パン屋, ベーカリー"
                 "name": "公営競技投票券売り場",
                 "terms": "公営競技投票券売り場, 馬券売り場, 車券売り場, 舟券売り場"
             },
-            "shop/books": {
-                "name": "書店",
-                "terms": "書店, 本屋"
-            },
             "shop/boutique": {
                 "name": "ブティック",
                 "terms": "ブティック, 婦人服店"
                 "name": "コンピューター店",
                 "terms": "コンピューター店, パソコン店"
             },
-            "shop/confectionery": {
-                "name": "菓子店",
-                "terms": "菓子店"
-            },
             "shop/convenience": {
                 "name": "コンビニエンスストア",
                 "terms": "コンビニエンスストア, コンビニ"
                 "name": "日曜大工用品店",
                 "terms": "日曜大工用品店, 工具店, DIYショップ, ホームセンター"
             },
-            "shop/dry_cleaning": {
-                "name": "ドライクリーニング店",
-                "terms": "ドライクリーニング店"
-            },
             "shop/electronics": {
                 "name": "家電販売店",
                 "terms": "家電販売店"
                 "name": "宝石店",
                 "terms": "宝石店"
             },
-            "shop/kiosk": {
-                "name": "キオスク",
-                "terms": "キオスク"
-            },
             "shop/laundry": {
                 "name": "洗濯屋・コインランドリー",
                 "terms": "洗濯屋, コインランドリー"
                 "name": "CD/レコード店",
                 "terms": "CD店, レコード店"
             },
-            "shop/newsagent": {
-                "name": "新聞・雑誌販売店",
-                "terms": "新聞・雑誌販売店, 新聞販売店, 雑誌販売店"
-            },
             "shop/optician": {
                 "name": "メガネ",
                 "terms": "メガネ,眼鏡,メガネ屋,眼鏡屋"
             },
-            "shop/outdoor": {
-                "name": "アウトドア",
-                "terms": "アウトドアショップ"
-            },
             "shop/pet": {
                 "name": "ペットショップ",
                 "terms": "ペット売り場,ペット,家禽,ペットショップ"
diff --git a/vendor/assets/iD/iD/locales/km-KH.json b/vendor/assets/iD/iD/locales/km-KH.json
new file mode 100644 (file)
index 0000000..9e26dfe
--- /dev/null
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/vendor/assets/iD/iD/locales/km.json b/vendor/assets/iD/iD/locales/km.json
new file mode 100644 (file)
index 0000000..9e26dfe
--- /dev/null
@@ -0,0 +1 @@
+{}
\ No newline at end of file
index ccc64cdbcfec9a6a219c9858445f33268f9e1f9d..7aec764cd3eb0250354da5efe54603276cdec5ea 100644 (file)
             "amenity/toilets": {
                 "name": "화장실"
             },
-            "amenity/university": {
-                "name": "대학교"
-            },
             "building": {
                 "name": "건물"
             },
index 92fcd93742107690fecf215e1840d804b93e27d1..44c2c8daf29b355a432751dce54e62a3428149f9 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "삭제",
-            "description": "지도에서 제거합니다.",
+            "description": "개체를 영구히 삭제합니다.",
             "annotation": {
                 "point": "지점을 삭제했습니다.",
                 "vertex": "길에서 노드를 삭제했습니다.",
         "zoom": "GPX 트랙하려면 확대",
         "browse": ".gpx 파일 찾아보기"
     },
+    "mapillary": {
+        "tooltip": "Mapillary에서 거리 수준 사진",
+        "title": "사진 겹치기 (Mapillary)",
+        "view_on_mapillary": "Mapillary에서 이 그림 보기"
+    },
     "help": {
         "title": "도움말",
         "help": "# 도움말\n\n이 편집기는 세계의 자유롭고 편집할 수 있는 지도인,\n[OpenStreetMap](http://www.openstreetmap.org/)을 위한 편집기입니다.\n모두를 위한 더 나은 세계의 오픈 소스 및 오픈 데이터 지도를 만들고, 당신의\n지역에서 데이터를 추가하거나 업데이드하려면 이를 사용할 수 있습니다.\n\n이 지도에서 만든 편집은 OpenStreetMap을 사용하는 모두에게\n보여질 수 있습니다. 편집을 하기 위해, [무료 OpenStreetMap\n계정](https://www.openstreetmap.org/user/new)이 필요합니다.\n\n[iD 편집기](http://ideditor.com/)는 [GitHub에 사용할 수 있는 소스\n코드](https://github.com/openstreetmap/iD)로 된 협업 프로젝트입니다.\n",
         },
         "areas": {
             "title": "지역",
-            "add": "지역은 기능을 표현하는 자세한 길입니다. 지역은 기능의 경계에 대한 정보를 제공합니다. 지역은 사용할 수 있고, 자주 참조되는 대부분의 기능 유형 지점에 대해 사용할 수 있습니다. **새 지역을 추가하려면 지역 버튼을 클릭하세요.**",
+            "add": "지역은 호수, 건물 그리고 주거 지역과 같은 기능의 경계를 보여주는 데 사용됩니다. 또한 당신이 일반적으로 지점으로 매핑할 수도 있는 많은 기능으로 더 자세한 매핑에 사용할 수 있습니다. **새 지역을 추가하려면 지역 버튼을 클릭하세요.**",
             "corner": "지역은 지역의 경계를 표시하는 노드를 배치하여 그려집니다. **놀이터의 구석 중 하나에 시작 노드를 배치하세요.**",
             "place": "더 많은 노드를 배치하여 지역을 그리세요. 시작 노드를 클릭하여 지역을 마치세요. **놀이터에 대한 지역을 그리세요.**",
             "search": "**'{name}'에 대해 검색하세요.**",
         },
         "fields": {
             "access": {
-                "label": "통행 허가 여부",
+                "label": "통행",
                 "placeholder": "알 수 없음",
                 "types": {
                     "access": "일반",
                 }
             },
             "access_simple": {
-                "label": "통행 허가 여부",
+                "label": "통행",
                 "placeholder": "예"
             },
+            "access_toilets": {
+                "label": "접근"
+            },
             "address": {
                 "label": "주소",
                 "placeholders": {
                     "postcode": "우편 번호",
                     "place": "장소",
                     "hamlet": "작은 마을",
+                    "suburb": "교외",
+                    "subdistrict": "가도",
+                    "district": "구",
+                    "province": "성",
+                    "state": "주",
                     "country": "국가"
                 }
             },
                 "label": "유형"
             },
             "aerialway/access": {
+                "label": "접근",
                 "options": {
+                    "entry": "입구",
                     "exit": "출구",
                     "both": "둘 다"
                 }
             },
             "aerialway/capacity": {
-                "label": "수용자 수 (시간당)",
+                "label": "수용 (시간당)",
                 "placeholder": "500, 2500, 5000..."
             },
             "aerialway/duration": {
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
+                "label": "접근 (여름)",
                 "options": {
-                    "exit": "출구"
+                    "entry": "입구",
+                    "exit": "출구",
+                    "both": "둘 다"
                 }
             },
             "aeroway": {
                 "label": "건물"
             },
             "capacity": {
-                "label": "수용자 수",
+                "label": "수용",
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
             "country": {
                 "label": "국가"
             },
+            "covered": {
+                "label": "덮어짐"
+            },
+            "craft": {
+                "label": "유형"
+            },
+            "crop": {
+                "label": "잘림"
+            },
             "crossing": {
                 "label": "유형"
             },
                 "label": "요금"
             },
             "fire_hydrant/type": {
-                "label": "유형"
+                "label": "유형",
+                "options": {
+                    "wall": "벽",
+                    "pond": "호수"
+                }
             },
             "fixme": {
                 "label": "고치기"
             "fuel/octane_98": {
                 "label": "고급 휘발유 판매"
             },
+            "gauge": {
+                "label": "게이지"
+            },
             "generator/method": {
                 "label": "방식"
             },
                 "placeholder": "홀 수 (1-18)"
             },
             "handicap": {
+                "label": "장애",
                 "placeholder": "1-18"
             },
             "highway": {
                 "label": "유형"
             },
             "hoops": {
+                "label": "후프",
                 "placeholder": "1, 2, 4..."
             },
             "iata": {
                 "label": "길이 (미터)"
             },
             "levels": {
-                "label": "ì\88\98ì¤\80",
+                "label": "층",
                 "placeholder": "2, 4, 6..."
             },
             "lit": {
                 "placeholder": "40, 50, 60..."
             },
             "mtb/scale": {
+                "label": "산악 자전거 어려움",
                 "placeholder": "0, 1, 2, 3..."
             },
             "mtb/scale/imba": {
+                "label": "IMBA 트레일 어려움",
                 "placeholder": "쉬움, 중간, 어려움...",
                 "options": {
                     "0": "매우 쉬움 (하얀 동그라미)",
                 }
             },
             "mtb/scale/uphill": {
+                "label": "산악 자전거 오르막 난이도",
                 "placeholder": "0, 1, 2, 3..."
             },
             "name": {
                 "label": "운영자"
             },
             "par": {
+                "label": "당",
                 "placeholder": "3, 4, 5..."
             },
             "park_ride": {
                 "label": "파크 앤드 라이드"
             },
             "parking": {
-                "label": "유형"
+                "label": "유형",
+                "options": {
+                    "surface": "노면"
+                }
             },
             "phone": {
                 "label": "전화",
                     "freeride": "프리라이드 (off-piste)"
                 }
             },
+            "piste/grooming": {
+                "options": {
+                    "skating": "스케이팅"
+                }
+            },
             "piste/type": {
                 "label": "유형",
                 "options": {
             "restriction": {
                 "label": "유형"
             },
+            "restrictions": {
+                "label": "회전 제한"
+            },
             "route": {
                 "label": "유형"
             },
             },
             "smoking": {
                 "label": "흡연",
+                "placeholder": "아니오, 분리됨, 예...",
                 "options": {
                     "no": "이디서든 금연",
                     "separated": "흡연 구역이나, 격리되지 않음",
-                    "isolated": "흡연 구역이고, 격리됨"
+                    "isolated": "흡연 구역이고, 격리됨",
+                    "outside": "밖에서 허용",
+                    "yes": "어디서나 허용",
+                    "dedicated": "흡연자 전용 (예 흡연자 클럽)"
                 }
             },
             "source": {
             "sport": {
                 "label": "스포츠"
             },
+            "sport_ice": {
+                "label": "스포츠"
+            },
+            "sport_racing": {
+                "label": "스포츠"
+            },
             "structure": {
                 "label": "구조물",
                 "placeholder": "알 수 없음",
                 "label": "유형"
             },
             "towertype": {
-                "label": "í\83\91 ì\9a©ë\8f\84"
+                "label": "í\83\91 ì\9c í\98\95"
             },
             "tracktype": {
                 "label": "트랙 유형"
             "tree_type": {
                 "label": "유형"
             },
+            "trees": {
+                "label": "나무"
+            },
+            "tunnel": {
+                "label": "터널"
+            },
             "vending": {
                 "label": "상품 종류"
             },
             "aerialway/magic_carpet": {
                 "name": "매직 카펫 리프트"
             },
+            "aerialway/station": {
+                "name": "삭도장"
+            },
             "aeroway": {
                 "name": "항공 시설"
             },
                 "name": "보트 대여",
                 "terms": "보트 대여소,보트 렌탈"
             },
+            "amenity/bureau_de_change": {
+                "name": "환전소"
+            },
             "amenity/bus_station": {
                 "name": "버스 정류장"
             },
             "amenity/car_wash": {
                 "name": "세차장"
             },
-            "amenity/childcare": {
-                "name": "보육원",
-                "terms": "보육 시설"
+            "amenity/charging_station": {
+                "name": "충전소"
             },
             "amenity/cinema": {
                 "name": "영화관"
             },
+            "amenity/clinic": {
+                "name": "진료소"
+            },
+            "amenity/clock": {
+                "name": "시계"
+            },
             "amenity/college": {
-                "name": "전문대학"
+                "name": "전문대학 부지"
             },
             "amenity/courthouse": {
                 "name": "법원"
             "amenity/parking": {
                 "name": "자동차 주차장"
             },
+            "amenity/parking_entrance": {
+                "name": "주차장 입구/출구"
+            },
             "amenity/pharmacy": {
                 "name": "약국"
             },
             "amenity/social_facility/food_bank": {
                 "name": "푸드 뱅크"
             },
+            "amenity/studio": {
+                "name": "스튜디오"
+            },
             "amenity/swimming_pool": {
                 "name": "수영장"
             },
                 "name": "마을 회관"
             },
             "amenity/university": {
-                "name": "대학교"
+                "name": "대학교 부지"
             },
             "amenity/vending_machine": {
                 "name": "자동 판매기"
                 "name": "피크닉 테이블"
             },
             "leisure/pitch": {
-                "name": "ì\9a´ë\8f\99ì\9e¥"
+                "name": "ì\8a¤í\8f¬ì¸  í\94¼ì¹\98"
             },
             "leisure/pitch/american_football": {
                 "name": "미식 축구장"
                 "name": "수영장"
             },
             "leisure/track": {
-                "name": "경주로"
+                "name": "경마장 (비 모터 스포츠)"
             },
             "line": {
                 "name": "선"
             "man_made/water_tower": {
                 "name": "급수탑"
             },
-            "man_made/water_well": {
-                "name": "우물"
-            },
             "man_made/water_works": {
                 "name": "물 시설"
             },
             "shop/alcohol": {
                 "name": "주류 상점"
             },
-            "shop/art": {
-                "name": "ì\98\88ì\88  ì\83\81ì \90"
+            "shop/baby_goods": {
+                "name": "ì\9c ì\95\84 ì\9a©í\92\88 ê°\80ê²\8c"
             },
             "shop/bakery": {
                 "name": "제과점"
             "shop/bookmaker": {
                 "name": "마권업자"
             },
-            "shop/books": {
-                "name": "서점"
-            },
             "shop/boutique": {
                 "name": "부티크"
             },
             "shop/computer": {
                 "name": "컴퓨터 상점"
             },
-            "shop/confectionery": {
-                "name": "과자 가게"
-            },
             "shop/convenience": {
                 "name": "편의점"
             },
             "shop/doityourself": {
                 "name": "DIY 상점"
             },
-            "shop/dry_cleaning": {
-                "name": "드라이 클리닝"
-            },
             "shop/electronics": {
                 "name": "전자 제품 가게"
             },
             "shop/jewelry": {
                 "name": "보석 상점"
             },
-            "shop/kiosk": {
-                "name": "키오스크"
-            },
             "shop/laundry": {
                 "name": "세탁소"
             },
             "shop/music": {
                 "name": "음반 가게"
             },
-            "shop/newsagent": {
-                "name": "신문 판매소"
-            },
             "shop/optician": {
                 "name": "안경점"
             },
-            "shop/outdoor": {
-                "name": "ì\95\84ì\9b\83ë\8f\84ì\96´ ì\83\81ì \90"
+            "shop/organic": {
+                "name": "ì\9c ê¸°ë\86\8d ì\83\81í\92\88 ê°\80ê²\8c"
             },
             "shop/pet": {
                 "name": "애완 동물 가게"
                 "name": "신발 가게"
             },
             "shop/sports": {
-                "name": "ì\8a¤í\8f¬ì¸  ì\83\81í\92\88 ì\83\81ì \90"
+                "name": "ì\8a¤í\8f¬ì¸  ì\9a©í\92\88 ê°\80ê²\8c"
             },
             "shop/stationery": {
                 "name": "문구점"
             "shop/video": {
                 "name": "비디오 가게"
             },
+            "shop/water_sports": {
+                "name": "수상 스포츠/수영 가게"
+            },
             "shop/wine": {
                 "name": "와인 가게",
                 "terms": "포도주 가게"
index 2308af5eff639c223641fb036f6e3d4ec9c3a243..b53c1a3e6a8a65b18ac7b959a02532d93d0dec1a 100644 (file)
@@ -95,7 +95,6 @@
         },
         "delete": {
             "title": "Ištrinti",
-            "description": "Pašalinti tai iš žemėlapio.",
             "annotation": {
                 "point": "Taškas ištrintas.",
                 "vertex": "Viršūnė pašalinta iš kelio.",
         },
         "areas": {
             "title": "Plotai",
-            "add": "Plotai - tai detalesnis objektų vaizdavimo būdas. Jie nurodo objekto išorės kontūrus. Plotus galima naudoti beveik visiems objektams, kuriuos galima žymėti taškais ir jei tik galima, ploto žymėjimas yra pageidaujamas. **Spauskite ploto mygtuką ir pridėkite naują plotą.**",
             "corner": "Plotai paišomi dėliojant taškus, nurodančius ploto kontūrą. **Sukurkite pradinį tašką viename iš žaidimų aikštelės kampų.**",
             "place": "Nupieškite plotą pridėdami daugiau taškų. Baikite ploto braižymą pažymėję pradinį tašką. **Nubraižykite žaidimų aikštelės plotą.**",
             "search": "**Ieškoti '{name}'.**",
             "amenity/cinema": {
                 "name": "Kino teatras"
             },
-            "amenity/college": {
-                "name": "Kolegija"
-            },
             "amenity/courthouse": {
                 "name": "Teismo rūmai"
             },
             "amenity/townhall": {
                 "name": "Rotušė"
             },
-            "amenity/university": {
-                "name": "Universitetas"
-            },
             "amenity/vending_machine": {
                 "name": "Prekių automatas"
             },
             "leisure/swimming_pool": {
                 "name": "Baseinas"
             },
-            "leisure/track": {
-                "name": "Lenktynių trasa"
-            },
             "line": {
                 "name": "Linija"
             },
             "man_made/water_tower": {
                 "name": "Vandens bokštas"
             },
-            "man_made/water_well": {
-                "name": "Vandens šulinys"
-            },
             "military/bunker": {
                 "name": "Bunkeris"
             },
             "shop/bicycle": {
                 "name": "Dviračių parduotuvė"
             },
-            "shop/books": {
-                "name": "Knygynas"
-            },
             "shop/butcher": {
                 "name": "Mėsinė"
             },
             "shop/computer": {
                 "name": "Kompiuterių parduotuvė"
             },
-            "shop/confectionery": {
-                "name": "Konditerija"
-            },
             "shop/convenience": {
                 "name": "Savitarnos parduotuvė"
             },
             "shop/jewelry": {
                 "name": "Juvelyrikos parduotuvė"
             },
-            "shop/kiosk": {
-                "name": "Kioskas "
-            },
             "shop/laundry": {
                 "name": "Skalbykla"
             },
index a6a64e19b5665c3d4b71f26fb17fb0b1adf7371f..946e631838ad47feecaa644a34d27d19ef15ebee 100644 (file)
@@ -69,7 +69,6 @@
         },
         "delete": {
             "title": "Dzēst",
-            "description": "Izdzēst no kartes.",
             "annotation": {
                 "point": "Punkts dzēsts.",
                 "vertex": "Mezgls dzests.",
             "amenity/townhall": {
                 "name": "Pilsētas dome"
             },
-            "amenity/university": {
-                "name": "Universitāte"
-            },
             "barrier": {
                 "name": "Barjera"
             },
             "shop/bicycle": {
                 "name": "Velo veikals"
             },
-            "shop/books": {
-                "name": "Grāmatu veikals"
-            },
             "shop/boutique": {
                 "name": "Veikals"
             },
             "shop/computer": {
                 "name": "Datorveikals"
             },
-            "shop/confectionery": {
-                "name": "Saldumu veikals"
-            },
             "shop/convenience": {
                 "name": "Veikals"
             },
             "shop/department_store": {
                 "name": "Lielveikals"
             },
-            "shop/dry_cleaning": {
-                "name": "Ķīmiskā tīrītava"
-            },
             "shop/electronics": {
                 "name": "Elektronikas veikals"
             },
             "shop/jewelry": {
                 "name": "Juvelieris"
             },
-            "shop/kiosk": {
-                "name": "Kiosks"
-            },
             "shop/laundry": {
                 "name": "Veļas mazgātuve"
             },
             "shop/optician": {
                 "name": "Optometrists"
             },
-            "shop/outdoor": {
-                "name": "Aktīvās atpūtas veikals"
-            },
             "shop/pet": {
                 "name": "Dzīvnieku veikals"
             },
index 13e52a1d8ca36de4bbd1340396bb6ec0f2e328ba..5b2a795e8e08a69fd9938b4b16fb43ffa586eff3 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Verwijderen",
-            "description": "Verwijder dit van de kaart.",
+            "description": "Verwijder object permanent.",
             "annotation": {
                 "point": "Punt verwijderd.",
                 "vertex": "Knoop uit een weg verwijderd.",
                 "area": "Vlak verschoven.",
                 "multiple": "Meerdere objecten verschoven."
             },
-            "incomplete_relation": "Dit object kan niet worden verplaatst omdat het niet volledig is gedownload."
+            "incomplete_relation": "Dit object kan niet worden verplaatst omdat het niet volledig is gedownload.",
+            "too_large": "Dit kan niet worden verplaatst omdat slechts een te klein deel ervan momenteel zichtbaar is."
         },
         "rotate": {
             "title": "Roteer",
             "annotation": {
                 "line": "Lijn geroteerd.",
                 "area": "Vlak geroteerd."
-            }
+            },
+            "too_large": "Dit kan niet geroteerd worden omdat slechts een klein deel ervan momenteel zichtbaar is."
         },
         "reverse": {
             "title": "Omdraaien",
         "facebook": "Deel op Facebook",
         "twitter": "Deel op Twitter",
         "google": "Deel op Google+",
-        "help_html": "Uw wijzigingen zouden binnen enkele minuten zichtbaar moeten zijn in de \n\"Standaard\" laag. Andere lagen, en sommige kenmerken, kunnen langer duren\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>details</a>).\n"
+        "help_html": "Uw wijzigingen zouden binnen enkele minuten zichtbaar moeten zijn in de \n\"Standaard\"-laag. Andere lagen, en sommige kenmerken, kunnen langer duren\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>details</a>).\n"
     },
     "confirm": {
         "okay": "OK"
     },
     "splash": {
-        "welcome": "Welkom bij de iD OpenStreetMap editor",
+        "welcome": "Welkom bij de iD OpenStreetMap-editor",
         "text": "iD biedt een gebruiksvriendelijke en krachtige manier om bij te dragen aan de beste, open wereldkaart ter wereld. Dit is versie {version}. Voor meer informatie, zie {website} en meld softwarefouten op {github}.",
         "walkthrough": "Start de rondleiding",
         "start": "Pas nu aan"
         "untagged_point": "Punt zonder tags",
         "untagged_line": "Lijn zonder tags",
         "untagged_area": "Vlak zonder tags",
-        "many_deletions": "U staat op het punt om {n} objecten te verwijderen. Weet u zeker dat u dit wilt doen? Dit zal de objecten verwijderen van de kaart die iedereen ziet op openstreetmap.org.",
+        "many_deletions": "Je staat op het punt om {n} objecten te verwijderen. Weet je zeker dat je dit wil doen? Dit zal de objecten verwijderen van de kaart die iedereen ziet op openstreetmap.org.",
         "tag_suggests_area": "De tag {tag} suggereert dat de lijn een vlak is, maar het is geen vlak",
+        "untagged_point_tooltip": "Kies een objecttype dat beschrijft wat dit punt is.",
+        "untagged_line_tooltip": "Selecteer een objecttype dat beschrijft wat deze lijn is.",
+        "untagged_area_tooltip": "Selecteer een objecttype dat beschrijft wat dit vlak is.",
         "deprecated_tags": "Afgeschafte tags: {tags}"
     },
     "zoom": {
         "zoom": "Zoom de GPX-route",
         "browse": "Blader naar een .gpx bestand"
     },
+    "mapillary": {
+        "tooltip": "Foto's op straatniveau van Mapillary",
+        "title": "Foto Overheen Leggen (Mapillary)",
+        "view_on_mapillary": "Bekijk deze afbeelding op Mapillary"
+    },
     "help": {
         "title": "Help",
         "help": "# Hulp\n\nDit is een bewerkingsprogramma voor\n[OpenStreetMap](http://www.openstreetmap.org/), de vrije en bewerkbare kaart van de wereld. Je kan\nhet gebruiken om data in je regio toe te voegen en bij te werken.\nZo maak je de open-source- en open-data-kaart van de wereld\nbeter voor iedereen.\n\nWijzingen die je maakt aan deze kaart worden zichtbaar voor iedereen\ndie OpenStreetMap gebruikt. Om te kunnen bewerken, zal je een\n[gratis OpenStreetMap-account](https://www.openstreetmap.org/user/new) nodig hebben.\n\nDe [iD-bewerker](http://ideditor.com/) is een samenwerkingsproject\nwaarvan de [broncode beschikbaar is op GitHub](https://github.com/openstreetmap/iD).\n",
         "editing_saving": "# Bewerken & Opslaan\n\nDeze editor is ontworpen om voornamelijk online te gebruiken, en je via de website hebt er toegang toe op dit moment.\n\n### Objecten selecteren\n\nOm objecten in een kaart te selecteren, zoals een weg of interessant punt, moet je op de kaart erop kikken. Het geselecteerde object zal dan oplichten, er zal een paneel met details geopend worden en een menu zal getoond worden dat je met dit object kan doen.\n\nHoud de 'Shift'-toets vast om meerdere objecten te kunnen selecteren. Klik daarna of op objecten die je wil selecteren of op de kaart wil verslepen of teken een rechthoek. Dit laatste zal een alle punten die erin vallen selecteren.\n\n### Opslaan van bewerkingen\n\nAls je wijzigingen maakt aan bestaande wegen, gebouwen en andere plaatsen worden deze eerst lokaal opgeslagen totdat je ze op de server opslaat. Maak je geen zorgen als je een fout maakt - je kan wijzigingen altijd ongedaan maken door op de undo-knop te klikken en ze weer herstellen door op de redo-knop te klikken.\n\nKlik op 'Opslaan' om een groep van bewerkingen op te slaan. - bijvoorbeeld als je een gebied of dorp hebt afgerond en je aan een ander gebied wil beginnen. Je krijgt de mogelijkheid om te herzien wat je hebt aangepast en de editor geeft je suggesties voor verbeteringen en waarschuwingen als er iets mis lijkt te zijn.\n\nAls alles er goed uit ziet kun je kort commentaar toevoegen die de wijziging die je hebt gemaakt beschrijft en klik daarna nogmaals op 'Opslaan' om de wijzigingen op te sturen aan [OpenStreetMap.org](http://www.openstreetmap.org/), waar ze zichtbaar zijn voor alle gebruikers en voor anderen om op voort te bouwen of uit te verbeteren.\n\nAls je in een sessie niet al je bewerkingen door kan voeren kun je het bewerkwindow open laten en later terugkomen (in dezelfde browser op dezelfde computer) en de bewerkapplicatie zal je aanbieden je werk weer terug te zetten.\n",
-        "roads": "# Wegen\n\nJe kan met deze editor wegen maken, verbeteren en verwijderen. Wegen zijn er in\nallerlei soorten en maten: landweggetjes, snelwegen, paadjes, fietspaden en veel\nmeer - ieder stukje dat vaak wordt gebruikt kan in kaart worden gebracht.\n\n### Selecteren\n\nKlik op een weg om deze te selecteren. De omtrek verschijnt samen met een klein\nmenu op de kaart en een schermpje met informatie over de weg.\n\n### Aanpassen\n\nVaak kom je wegen tegen, die niet precies over het beeldmateriaal of de GPS-route\nerachter lopen. Je kan deze wegen aanpassen, zodat ze op de juiste plek komen te\nliggen.\n\nKlik eerst op de weg die je wilt aanpassen. Deze zal dan oplichten en er verschijnen\npuntjes langs de lijn die je kan verslepen naar een betere plek. Als je nieuwe\npuntjes wilt toevoegen voor meer detaillering, dubbelklik op een weggedeelte\nzonder een knooppunt en een nieuwe wordt toegevoegd.\n\nAls een weg is verbonden met een andere weg, maar niet in de kaart dan versleep\nje een van de puntjes op de andere weg om ze te verbinden. Dat wegen met elkaar\nzijn verbonden is belangrijk voor de kaart en essentieel om een routebeschrijving\nte kunnen maken.\n\nJe kan bovendien het 'Verplaats' gereedschap aanklikken of de 'V' snelkoppeling om\nde gehele weg in een keer te verplaatsen en opnieuw aanklikken om deze verplaatsing\nop te slaan.\n\n### Verwijderen\n\nAls een weg helemaal verkeerd is - je ziet dat het niet op het satellietbeeld te zien is\nen je hebt idealiter ter plaatse gecontroleerd, dat de weg er niet is - dan kan je het\nverwijderen, zodat het van de kaart verdwijnt. Wees voorzichtig met het verwijderen\nvan objecten - zoals bij iedere aanpassing is het resultaat voor iedereen zichtbaar en\nsatellietbeelden zijn vaak verouderd, dus de weg zou gewoon nieuw kunnen zijn aangelegd.\n\nJe kan een weg verwijderen door er op te klikken om het te selecteren, waarna je op het\nprullenbakicoon drukt of de 'Verwijderen' toets.\n\n### Aanmaken\n\nHeb je ergens een weg gevonden die nog niet op de kaart staat? Klik op het 'Lijn'\ngereedschap in de linker bovenhoek van de editor of druk op de snelkoppeling '2' om\neen lijn te tekenen.\n\nKlik op het begin van de weg op de kaart en begin te tekenen. Als de weg zich vertakt\nvan de bestaande weg, begin dan op de plek waar ze elkaar kruisen.\n\nKlik dan de punten langs de weg, zodat deze het juiste tracé volgt, volgens het\nsatellietbeeld of de GPS-route. Als de weg die je aan het tekenen bent een andere weg\nkruist, verbindt deze door op het kruispunt te klikken. Als je klaar met tekenen bent,\ndubbelklik of druk op 'Return' of 'Enter' op je toetsenbord.\n",
-        "gps": "# GPS\n\nGP- gegevens vormen voor OpenStreetMap de meest betrouwbare bron voor gegevens. Deze editor\nondersteunt lokale routes - '.gpx' bestanden op je lokale computer. Je kan dit soort\nGPS-routes vastleggen met allerlei smartphoneapplicaties of\nmet je eigen GPS-apparatuur.\n\nVoor meer informatie over het doen van een GPS-veldwerk, lees\n[Surveying with a GPS](http://learnosm.org/en/beginner/using-gps/)\n\nOm een GPS-route te gebruiken om te karteren, sleep een '.gpx.' bestand in je editor\nAls het wordt herkend, wordt het aan de kaart toegevoegd als een heldergroene\nlijn. Klik op het menu 'Achtergondinstellingen' aan de linkerkant om deze nieuwe kaartlaag\naan te zetten, uit te zetten of ernaar toe te zoomen.\n\nDe GPS-route wordt niet meteen naar OpenStreetMap verstuurd - de beste manier om\nhet te gebruiken is als een sjabloon voor het nieuwe objecten dat\nje toevoegt en ook om [het te uploaden naar OpenStreetMap](http://www.openstreetmap.org/trace/create)\nzodat andere gebruikers het ook kunnen gebruiken.\n",
-        "imagery": "# Beeldmateriaal\n\nLuchtfoto's vormen een belangrijke bron voor het karteren. Een combinatie van luchtfoto's, satellietbeelden en vrij-beschikbare bronnen is beschikbaar in de editor onder het menu 'Achtergrondinstellingen' aan de linkerzijde.\n\nStandaard wordt een [Bing Maps](http://www.bing.com/maps/) satellietbeeld in de editor getoond, maar als je de kaart verschaalt of verplaatst naar andere gebieden, worden nieuwe bronnen getoond. Sommige landen, zoals de Verenigde Staten, Frankrijk en Denemarken hebben beeldmateriaal van zeer hoge kwaliteit in sommige gebieden.\n\nSoms is het beeldmateriaal ten opzichte van de kaart verschoven door een fout van de leverancier van het beeldmateriaal. Als je ziet, dat een heleboel wegen zijn verschoven ten opzichte van de achtergrond, ga deze dan niet meteen allemaal verplaatsen zodat de ligging overeenkomt met de achtergrond. In plaats daarvan kan je het beeldmateriaal aanpassen, zodat de ligging overeenkomt met de bestaande gegevens door op de knop 'Verbeter de ligging' te klikken onderaan de 'Achtergrondinstellingen'.\n",
-        "addresses": "# Adressen\n\nAdressen zijn één van de meest nuttige informatie-elementen voor de kaart.\n\nHoewel adressen vaak als deel van een straat worden weergegeven, worden zij\nin OpenstreetMap vastgelegd als eigenschap van gebouwen en plaatsen langs\nde straten.\n\nJe kan adresgegevens toevoegen aan plaatsen die als gebouwcontouren\nzijn gekarteerd, maar ook aan plaatsen die als een enkel punt zijn gekarteerd.\nDe meest betrouwbare bron voor adresgegevens is een veldonderzoek ter\nplaatse of eigen bekendheid - zoals met ieder ander object is kopiëren uit\ncommerciële bronnen zoals Google Maps strict verboden\n",
-        "inspector": "# Het inspectiegereedschap\n\nHet inspectiegereedschap is het schermelement links op de pagina dat verschijnt als een object wordt geselecteerd en maakt het je mogelijk om eigenschappen aan te passen.\n\n### Een objecttype selecteren\n\nNadat je een punt, lijn of vlak hebt toegevoegd, kan je kiezen wat voor type object het is, bijvoorbeeld of het een snelweg of woonerf is, een supermarkt of een café. Het inspectiegereedschap toont knoppen voor veelvoorkomende objecttypen en je kan andere vinden door een term in het zoekscherm in te vullen.\n\nKlik op de 'i' in de rechter onderhoek van een objecttypeknop om meer te weten te komen. Klik op een knop om het type te selecteren.\n\n### Formulieren gebruiken en tags bewerken\n\nNadat je een objecttype hebt gekozen, of wanneer je een object selecteert, dat al een type toegekend heeft gekregen, dan toont het inspectiegereedschap allerlei eigenschappen van het object, zoals naam en adres.\n\nOnder de getoonde eigenschappen, kan je op icoontjes klikken om meer eigenschappen toe te voegen, zoals informatie uit [Wikipedia](http://www.wikipedia.org/), toegankelijkheid, etc.\n\nOnderaan het inspectiegereedschap klik je op 'Extra tags' om willekeurig andere tags toe te voegen. [Taginfo](http://taginfo.openstreetmap.org/) biedt een prachtig overzicht om meer te weten te komen over veelgebruikte combinaties van tags.\n\nAanpassingen die je in het inspectiegereedschap maakt zijn meteen zichtbaar in de kaart. Je kan ze op ieder moment ongedaan maken, door op de knop 'Ongedaan maken' te klikken.\n",
-        "buildings": "# Gebouwen\n\nOpenStreetMap is 's werelds grootste gebouwendatabase. Jij kan deze\ndatabase maken en verbeteren.\n\n### Selecteren\n\nJe kan een gebouw selecteren door op de omtrek te klikken. Dit doet het\ngebouw oplichten en opent een klein menu en een scherm met meer\n informatie over het gebouw.\n\n### Aanpassen\n\nSoms staan gebouwen niet op de juiste plaats of hebben ze onjuiste tags.\n\nOm een heel gebouw te verplaatsen, selecteer het en klik dan op het knop 'Verplaats'.\nBeweeg je muis om het gebouw te verplaatsen en klik als het op de goede plek staat.\n\nOm de vorm van een gebouw te verbeteren klik en versleep je de punten die samen\nde omtrek vormen naar de juiste plek.\n\n### Toevoegen\n\nEen van de onduidelijkheden over het toevoegen van gebouwen is dat in\nOpenStreetMap de gebouwen als vlakken en als punten kunnen worden vastgelegd.\nDe vuistregel is dat gebouwen zoveel mogelijk als een vlak worden ingetekend en\ndat bedrijven, woningen en voorzieningen die in die gebouwen zijn gevestigd als\npunt worden ingetekend binnen de omtrek.\n\nBegin om een gebouw als een vlak in te tekenen door op de knop 'Vlak' te klikken\nin de linker  bovenhoek van het scherm en beëindig het tekenen door de 'Return' toets\nin te drukken of door op het eerste, getekende punt te klikken om de omtrek te sluiten.\n\n### Verwijderen\n\nAls een gebouw helemaal verkeerd is - je kan zien, dat het niet in het satellietbeeld\nzichtbaar is en idealiter heb je ter plekke geconstateerd dat het niet bestaat - dan\nkan je het verwijderen. Wees voorzichtig bij het verwijderen van objecten - zoals\nalle andere aanpassigen, is het resultaat voor iedereen zichtbaar en satellietbeelden\nzijn vaak verouderd, dus het gebouw kan simpelweg onlangs zijn gebouwd.\n\nJe kan een gebouw verwijderen door erop te klikken om het te selecteren en dan\nop het prullenbakicoon te klikken of op de 'Verwijderen' toets te drukken.\n",
-        "relations": "# Relaties\n\nEen relatie is een speciaal type object in OpenStreetMap die andere objecten\ngroepeert. Twee vaak voorkomende type relaties zijn, bijvoorbeeld, *route relatie*,\ndie delen van een weg die tot eenzelfde snelweg behoren groepeert, en\n*multipolygonen*, die verschillende lijnen groeperen die samen een complex vlak\ndefiniëren (een van verschillende delen met gaten erin als een donut).\n\nThe group of features in a relation are called *members*. In the sidebar, you can\nsee which relations a feature is a member of, and click on a relation there\nto select the it. When the relation is selected, you can see all of its\nmembers listed in the sidebar and highlighted on the map.\n\nFor the most part, iD will take care of maintaining relations automatically\nwhile you edit. The main thing you should be aware of is that if you delete a\nsection of road to redraw it more accurately, you should make sure that the\nnew section is a member of the same relations as the original.\n\n## Relaties bewerken\n\nAls je relaties wilt bewerken, zijn hier de basisvaardigheden.\n\nOm een object aan een relatie toe te voegen, selecteer het object, klik op de \"+\" knop in het\n\"Alle relaties\" gedeelte van de sidebar en selecteer of type de naam van de relatie.\n\nOm een nieuwe relatie te creëren, selecteer het eerste object dat er deel uit moet maken,\nklik de \"+\" knop in het \"Alle relaties\" gedeelte en kies \"Nieuwe relatie...\".\n\nOm een object van een relatie ver verwijderen, selecteer het object en klik op de\nvuilnisbak knop naast de relatie van welke die verwijdert dient te worden.\n\nYou can create multipolygons with holes using the \"Merge\" tool. Draw two areas (inner\nand outer), hold the Shift key and click on each of them to select them both, and then\nclick the \"Merge\" (+) knop.\n"
+        "roads": "# Wegen\n\nJe kan met deze editor wegen maken, verbeteren en verwijderen. Wegen zijn er in\nallerlei soorten en maten: landweggetjes, snelwegen, paadjes, fietspaden en veel\nmeer - ieder stukje dat vaak wordt gebruikt kan in kaart worden gebracht.\n\n### Selecteren\n\nKlik op een weg om deze te selecteren. De omtrek verschijnt samen met een klein\nmenu op de kaart en een schermpje met informatie over de weg.\n\n### Aanpassen\n\nVaak kom je wegen tegen, die niet precies over het beeldmateriaal of de GPS-route\nerachter lopen. Je kan deze wegen aanpassen, zodat ze op de juiste plek komen te\nliggen.\n\nKlik eerst op de weg die je wil aanpassen. Deze zal dan oplichten en er verschijnen\npuntjes langs de lijn die je kan verslepen naar een betere plek. Als je nieuwe\npuntjes wil toevoegen voor meer detaillering, dubbelklik op een weggedeelte\nzonder een knooppunt en er wordt een nieuwe ingevoegd.\n\nAls een weg in het echt is verbonden met een andere weg, maar op de kaart niet, dan versleep\nje een van de puntjes op de andere weg om ze te verbinden. Dat wegen met elkaar\nzijn verbonden is belangrijk voor de kaart en essentieel om een routebeschrijving\nte kunnen maken.\n\nJe kan bovendien het 'Verplaats'-gereedschap aanklikken of de 'V'-snelkoppeling om\nde gehele weg in een keer te verplaatsen en opnieuw aanklikken om deze verplaatsing\nop te slaan.\n\n### Verwijderen\n\nAls een weg helemaal verkeerd is - je ziet dat het niet op het satellietbeeld te zien is\nen je hebt idealiter ter plaatse gecontroleerd, dat de weg er niet is - dan kan je het\nverwijderen, zodat het van de kaart verdwijnt. Wees voorzichtig met het verwijderen\nvan objecten - zoals bij iedere aanpassing is het resultaat voor iedereen zichtbaar en\nsatellietbeelden zijn vaak verouderd, dus de weg zou gewoon nieuw kunnen zijn aangelegd.\n\nJe kan een weg verwijderen door er op te klikken om het te selecteren, waarna je op het\nprullenbakicoon drukt of de 'Verwijderen'-toets.\n\n### Aanmaken\n\nHeb je ergens een weg gevonden die nog niet op de kaart staat? Klik op het 'Lijn'-\ngereedschap in de linkerbovenhoek van de editor of druk op de snelkoppeling '2' om\neen lijn te tekenen.\n\nKlik op het begin van de weg op de kaart en begin te tekenen. Als de weg zich vertakt\nvan de bestaande weg, begin dan op de plek waar ze elkaar kruisen.\n\nKlik dan de punten langs de weg, zodat deze het juiste tracé volgt, volgens het\nsatellietbeeld of de GPS-route. Als de weg die je aan het tekenen bent een andere weg\nkruist, verbind deze dan door op het kruispunt te klikken. Als je klaar met tekenen bent,\ndubbelklik of druk op 'Return' of 'Enter' op je toetsenbord.\n",
+        "gps": "# GPS\n\nGPS-gegevens vormen voor OpenStreetMap de meest betrouwbare bron voor gegevens. Deze editor\nondersteunt lokale routes - '.gpx'-bestanden op je lokale computer. Je kan dit soort\nGPS-routes vastleggen met allerlei smartphoneapplicaties of\nmet je eigen GPS-apparatuur.\n\nVoor meer informatie over het doen van een GPS-veldwerk, lees\n[Surveying with a GPS](http://learnosm.org/en/beginner/using-gps/)\n\nOm een GPS-route te gebruiken om te karteren, sleep een '.gpx.'-bestand in de editor.\nAls het wordt herkend, wordt het aan de kaart toegevoegd als een heldergroene\nlijn. Klik op het menu 'Achtergrondinstellingen' aan de linkerkant om deze nieuwe kaartlaag\naan te zetten, uit te zetten of ernaar toe te zoomen.\n\nDe GPS-route wordt niet meteen naar OpenStreetMap verstuurd - de beste manier om\nhet te gebruiken is als een sjabloon voor de nieuwe objecten die\nje toevoegt, en de route dan ook [te uploaden naar OpenStreetMap](http://www.openstreetmap.org/trace/create)\nzodat andere gebruikers hem ook kunnen gebruiken.\n",
+        "imagery": "# Beeldmateriaal\n\nLuchtfoto's vormen een belangrijke bron voor het karteren. Een combinatie van luchtfoto's, satellietbeelden en vrij-beschikbare bronnen is beschikbaar in de editor onder het menu 'Achtergrondinstellingen' aan de linkerzijde.\n\nStandaard wordt een [Bing Maps](http://www.bing.com/maps/)-satellietbeeld in de editor getoond, maar als je de kaart verschaalt of verplaatst naar andere gebieden, worden nieuwe bronnen getoond. Sommige landen, zoals de Verenigde Staten, Frankrijk en Denemarken hebben beeldmateriaal van zeer hoge kwaliteit in sommige gebieden.\n\nSoms is het beeldmateriaal ten opzichte van de kaart verschoven door een fout van de leverancier van het beeldmateriaal. Als je ziet dat een heleboel wegen zijn verschoven ten opzichte van de achtergrond, ga deze dan niet meteen allemaal verplaatsen zodat de ligging overeenkomt met de achtergrond. In plaats daarvan kan je het beeldmateriaal aanpassen, zodat de ligging overeenkomt met de bestaande gegevens door op de knop 'Verbeter de ligging' te klikken onderaan de 'Achtergrondinstellingen'.\n",
+        "addresses": "# Adressen\n\nAdressen zijn één van de meest nuttige informatie-elementen voor de kaart.\n\nHoewel adressen vaak als deel van een straat worden weergegeven, worden zij\nin OpenStreetMap vastgelegd als eigenschap van gebouwen en plaatsen langs\nde straten.\n\nJe kan adresgegevens toevoegen aan plaatsen die als gebouwcontouren\nzijn gekarteerd, maar ook aan plaatsen die als een enkel punt zijn gekarteerd.\nDe meest betrouwbare bron voor adresgegevens is een veldonderzoek ter\nplaatse of eigen bekendheid - zoals met ieder ander object is kopiëren uit\ncommerciële bronnen zoals Google Maps strict verboden.\n",
+        "inspector": "# Het inspectiegereedschap\n\nHet inspectiegereedschap is het schermelement links op de pagina dat verschijnt als een object wordt geselecteerd en maakt het je mogelijk om eigenschappen aan te passen.\n\n### Een objecttype selecteren\n\nNadat je een punt, lijn of vlak hebt toegevoegd, kan je kiezen wat voor type object het is, bijvoorbeeld of het een snelweg of woonerf is, een supermarkt of een café. Het inspectiegereedschap toont knoppen voor veelvoorkomende objecttypen en je kan andere vinden door een term in het zoekscherm in te vullen.\n\nKlik op de 'i' in de rechterbenedenhoek van een objecttypeknop om meer te weten te komen. Klik op een knop om het type te selecteren.\n\n### Formulieren gebruiken en tags bewerken\n\nNadat je een objecttype hebt gekozen, of wanneer je een object selecteert dat al een type toegekend heeft gekregen, dan toont het inspectiegereedschap allerlei eigenschappen van het object, zoals naam en adres.\n\nOnder de getoonde eigenschappen kan je op icoontjes klikken om meer eigenschappen toe te voegen, zoals informatie uit [Wikipedia](http://www.wikipedia.org/), toegankelijkheid voor rolstoelgebruikers, etc.\n\nOnderaan het inspectiegereedschap klik je op 'Extra tags' om andere tags toe te voegen. [Taginfo](http://taginfo.openstreetmap.org/) biedt een prachtig overzicht om meer te weten te komen over veelgebruikte combinaties van tags.\n\nAanpassingen die je in het inspectiegereedschap maakt zijn meteen zichtbaar in de kaart. Je kan ze op ieder moment ongedaan maken, door op de knop 'Ongedaan maken' te klikken.\n",
+        "buildings": "# Gebouwen\n\nOpenStreetMap is 's werelds grootste gebouwendatabase. Jij kan deze\ndatabase maken en verbeteren.\n\n### Selecteren\n\nJe kan een gebouw selecteren door op de omtrek te klikken. Dit doet het\ngebouw oplichten en opent een klein menu en een scherm met meer\n informatie over het gebouw.\n\n### Aanpassen\n\nSoms staan gebouwen niet op de juiste plaats of hebben ze onjuiste tags.\n\nOm een heel gebouw te verplaatsen, selecteer het en klik dan op het knop 'Verplaats'.\nBeweeg je muis om het gebouw te verplaatsen en klik als het op de goede plek staat.\n\nOm de vorm van een gebouw te verbeteren klik en versleep je de punten die samen\nde omtrek vormen naar de juiste plek.\n\n### Toevoegen\n\nEen van de onduidelijkheden over het toevoegen van gebouwen is dat in\nOpenStreetMap de gebouwen als vlakken en als punten kunnen worden vastgelegd.\nDe vuistregel is dat _gebouwen zoveel mogelijk als een vlak_ worden ingetekend en\ndat bedrijven, woningen en voorzieningen die in die gebouwen zijn gevestigd als\npunt worden ingetekend binnen de omtrek.\n\nBegin om een gebouw als een vlak in te tekenen door op de knop 'Vlak' te klikken\nin de linkerbovenhoek van het scherm en beëindig het tekenen door de 'Return'-toets\nin te drukken of door op het eerst getekende punt te klikken om de omtrek te sluiten.\n\n### Verwijderen\n\nAls een gebouw helemaal verkeerd is - je kan zien dat het niet in het satellietbeeld\nzichtbaar is en idealiter heb je ter plekke geconstateerd dat het niet bestaat - dan\nkan je het verwijderen. Wees voorzichtig bij het verwijderen van objecten - zoals\nalle andere aanpassingen, is het resultaat voor iedereen zichtbaar en satellietbeelden\nzijn vaak verouderd, dus het gebouw kan simpelweg onlangs zijn gebouwd.\n\nJe kan een gebouw verwijderen door erop te klikken om het te selecteren en dan\nop het prullenbakicoon te klikken of op de 'Verwijderen'-toets te drukken.\n",
+        "relations": "# Relaties\n\nEen relatie is een speciaal type object in OpenStreetMap dat andere objecten\ngroepeert. Twee vaak voorkomende type relaties zijn bijvoorbeeld de *routerelatie*,\ndie delen van een weg die tot eenzelfde snelweg behoren groepeert, en\n*multipolygonen*, die verschillende lijnen groeperen die samen een complex vlak\ndefiniëren (een van verschillende delen met gaten erin, zoals bij een donut).\n\nDe groep van elementen in een relatie heten *leden*. In de zijbalk kan je zien van\nwelke relaties een element lid is, en daar op een relatie klikken om die te\nselecteren. Wanneer de relatie is geselecteerd, kan je al haar leden in een lijst in de zijbalk zien, en worden ze gehighlight op de kaart.\n\niD zal meestal relaties automatisch voor je in orde houden terwijl je bewerkt. Het belangrijkste waar je moet aan denken is dat als je een deel van een weg verwijdert om het nauwkeuriger opnieuw te tekenen, het nieuwe stuk weg lid moet zijn van dezelfde relaties als het oude.\n\n## Relaties bewerken\n\nAls je relaties wilt bewerken, zijn hier de basisvaardigheden.\n\nOm een object aan een relatie toe te voegen, selecteer het object, klik op de \"+\"-knop in het\n\"Alle relaties\"-gedeelte van de zijbalk en selecteer of typ de naam van de relatie.\n\nOm een nieuwe relatie te maken, selecteer je het eerste object dat er deel van uit moet maken,\nklik je op de \"+\"-knop in het \"Alle relaties\"-gedeelte en kies je \"Nieuwe relatie...\"\n\nOm een object van een relatie te verwijderen, selecteer je dat object en klik je op de\nvuilnisbakknop naast de relatie waaruit je het object wil verwijderen.\n\nJe kan multipolygonen met gaten maken door het \"Samenvoegen\"-gereedschap te gebruken. Teken twee vlakken (de binnenkant en de buitenkant), hou de Shift-toets ingedrukt en klik achtereenvolgens op hen allemaal om ze te selecteren. Klik dan op de \"Samenvoegen\"-knop (+).\n"
     },
     "intro": {
         "navigation": {
             "title": "Navigatie",
-            "drag": "De grote kaart toont de OpenStreetMap gegevens bovenop een achtergrond. Je kan navigeren door te slepen en te schuiven, net zoals iedere online kaart. **Versleep de kaart!**",
-            "select": "Kaartobjecten worden op drie manier weergegeven: door punten, lijnen of vlakken. Alle objecten kunnen worden geselecteerd door erop te klikken. **Klik op de punt om 'm te selecteren.**",
+            "drag": "De grote kaart toont de OpenStreetMap-gegevens bovenop een achtergrond. Je kan navigeren door te slepen en te schuiven, net zoals iedere online kaart. **Versleep de kaart!**",
+            "select": "Kaartobjecten worden op drie manieren weergegeven: door punten, lijnen of vlakken. Alle objecten kunnen worden geselecteerd door erop te klikken. **Klik op de punt om 'm te selecteren.**",
             "header": "De titel toont ons het objecttype.",
-            "pane": "Als een object wordt geselecteerd, wordt de objecteneditor getoond. De titel toont ons het objecttype en het hoofdscherm toont eigenschappen van het object, zoals de naam en het adres. **Sluit de objecteneditor met de sluitknop rechtsboven.**"
+            "pane": "Als een object wordt geselecteerd, wordt de objectenbewerker getoond. De titel toont ons het objecttype en het hoofdscherm toont eigenschappen van het object, zoals de naam en het adres. **Sluit de objectenbewerker met de sluitknop rechtsboven.**"
         },
         "points": {
             "title": "Punten",
-            "add": "Punten kunnen worden gebruikt om objecten zoals winkels, restaurants en monumenten weer te geven. Ze geven een specifieke locatie aan en beschrijven wat daar is. **Klik op de Punt knop om een nieuw punt toe te voegen.**",
+            "add": "Punten kunnen worden gebruikt om objecten zoals winkels, restaurants en monumenten weer te geven. Ze geven een specifieke locatie aan en beschrijven wat daar is. **Klik op de Punt-knop om een nieuw punt toe te voegen.**",
             "place": "Het punt kan worden geplaatst door op de kaart te klikken. **Plaats het punt bovenop het gebouw.**",
-            "search": "Er zijn veel verschillende objecten die door een punt kunnen worden weergegeven. Het punt, dat je zojuist hebt toegevoegd is een Café. **Zoek naar '{name}'**",
-            "choose": "**Selecteer 'Café' uit de lijst.**",
-            "describe": "Het punt wordt nu aangeduid als een café. Door de objecteditor te gebruiken kunnen we meer informatie over een object toevoegen. **Voeg een naam toe**",
-            "close": "De objecteditor kan worden gesloten door op de sluitknop te klikken. **Sluit de objecteditor**",
-            "reselect": "Vaak zullen er al wel punten staan, maar bevatten ze fouten of zijn ze onvolledig. We kunnen bestaande punten aanpassen. **Selecteer het punt, dat je zojuist hebt aangemaakt.**",
-            "fixname": "**Wijzig de naam en sluit de objecteditor.**",
-            "reselect_delete": "Allen objecten in de kaart kunnen worden verwijderd. **Klik op het punt dat je hebt aangemaakt.**",
-            "delete": "Het menu rond het punt bevat handelingen die erop kunt uitvoeren, waaronder verwijderen. **Verwijder het punt.**"
+            "search": "Er zijn veel verschillende objecten die door een punt kunnen worden weergegeven. Het punt dat je zojuist hebt toegevoegd is een Cafetaria. **Zoek naar '{name}'**",
+            "choose": "**Selecteer 'Cafetaria' uit de lijst.**",
+            "describe": "Het punt wordt nu aangeduid als een cafetaria. Door de objectbewerker te gebruiken kunnen we meer informatie over een object toevoegen. **Voeg een naam toe**",
+            "close": "De objectbewerker kan worden gesloten door op de sluitknop te klikken. **Sluit de objectbewerker**",
+            "reselect": "Vaak zullen er al wel punten staan, maar bevatten ze fouten of zijn ze onvolledig. We kunnen bestaande punten aanpassen. **Selecteer het punt dat je zojuist hebt aangemaakt.**",
+            "fixname": "**Wijzig de naam en sluit de objectbewerker.**",
+            "reselect_delete": "Alle objecten in de kaart kunnen worden verwijderd. **Klik op het punt dat je hebt aangemaakt.**",
+            "delete": "Het menu rond het punt bevat handelingen die je erop kunt uitvoeren, waaronder verwijderen. **Verwijder het punt.**"
         },
         "areas": {
             "title": "Vlakken",
-            "add": "Vlakken bieden een gedetailleerdere manier om objecten weer te geven. Zij geven informatie over de grenzen van het object. Vlakken kunnen voor de meeste objecttypen worden toegepast waar punten voor worden gebruikt, maar hebben meestal de voorkeur. **Klik op de Vlak knop om een nieuw vlak toe te voegen.**",
-            "corner": "Vlakken worden getekend door punten te plaatsen die de grens van een vlak markeren. **Plaats het startpunt op een van de hoeken van de speelplaats.**",
-            "place": "Teken het vlak door meer knooppunten te plaatsen. Beëindig het vlak door op het eerste knooppunt te klikken. **Teken een vlak voor een speelplaats.**",
+            "add": "Vlakken worden gebruikt om de grenzen van de objecten, zoals meren, gebouwen en woonwijken te tonen. Ze kunnen ook worden gebruikt voor het in kaart brengen van meer gedetailleerde objecten die je normaal als punten in kaart zou brengen. **Klik op de knop Vlak om een nieuw vlak toe te voegen.**",
+            "corner": "Vlakken worden getekend door punten te plaatsen die de grens van een vlak markeren. **Plaats het startpunt op een van de hoeken van de speeltuin.**",
+            "place": "Teken het vlak door meer knooppunten te plaatsen. Beëindig het vlak door op het eerste knooppunt te klikken. **Teken een vlak voor de speeltuin.**",
             "search": "**Zoek naar '{name}'.**",
             "choose": "**Selecteer Speeltuin uit de lijst.**",
-            "describe": "**Voeg een naam toe en sluit de objecteditor**"
+            "describe": "**Voeg een naam toe en sluit de objectbewerker**"
         },
         "lines": {
             "title": "Lijnen",
-            "add": "Lijnen worden gebruikt om objecten zoals wegen, spoorlijnen en rivieren weer te geven. **Klik op de Lijn knop om een nieuwe lijn toe te voegen.**",
-            "start": "**Begin de lijn door te klikken op het eindpunt van de weg.**",
-            "intersect": "Klik om meer knooppunten aan de lijn toe te voegen. Je kan de kaart verslepen tijdens het tekenen als dat nodig mocht zijn. Wegen en veel andere lijnen zijn onderdeel van een groter netwerk. Het is belangrijk, dat deze lijnen juist aan elkaar zijn verbonden, zodat je een route kan laten berekenen. **Klik op 'Flower Street' om een kruising te maken waar de twee lijnen worden verbonden.**",
+            "add": "Lijnen worden gebruikt om objecten zoals wegen, spoorlijnen en rivieren weer te geven. **Klik op de Lijn-knop om een nieuwe lijn toe te voegen.**",
+            "start": "**Begin de lijn door te klikken op een uiteinde van de weg.**",
+            "intersect": "Klik om meer knooppunten aan de lijn toe te voegen. Je kan de kaart verslepen tijdens het tekenen als dat nodig zou zijn. Wegen en veel andere lijnen zijn onderdeel van een groter netwerk. Het is belangrijk dat deze lijnen correct aan elkaar zijn verbonden, zodat je een route kan laten berekenen. **Klik op 'Flower Street' om een kruising te maken waar de twee lijnen worden verbonden.**",
             "finish": "Lijnen kunnen worden beëindigd door nogmaals op het laatste knooppunt te klikken. **Beëindig het tekenen van de weg.**",
             "road": "**Selecteer 'Weg' uit de lijst**",
-            "residential": "Er zijn verschillende wegtypen, het meest voorkomende type is 'Residential'. **Kies het wegtype 'Residential'**",
-            "describe": "**Geef de weg een naam en sluit de objecteditor.**",
+            "residential": "Er zijn verschillende soorten wegen, het meest voorkomende type is 'Straat'. **Kies het wegtype 'Straat'**",
+            "describe": "**Geef de weg een naam en sluit de objectbewerker.**",
             "restart": "De weg moet 'Flower Street' kruisen.",
-            "wrong_preset": "Je hebt niet het wegtype 'Residential' geselecteerd. **Klik hier om opnieuw te kiezen**"
+            "wrong_preset": "Je hebt niet het wegtype 'Straat' geselecteerd. **Klik hier om opnieuw te kiezen**"
         },
         "startediting": {
             "title": "Begin met aanpassen",
                 }
             },
             "access_simple": {
+                "label": "Toegang",
+                "placeholder": "ja"
+            },
+            "access_toilets": {
                 "label": "Toegang"
             },
             "address": {
                 "label": "Adres",
                 "placeholders": {
+                    "housename": "Huisnaam",
+                    "housenumber": "123",
                     "street": "Straat",
-                    "city": "Stad"
+                    "city": "Stad",
+                    "postcode": "Postcode",
+                    "place": "Plaats",
+                    "province": "Provincie",
+                    "state": "Staat",
+                    "country": "Land"
                 }
             },
             "admin_level": {
                 "label": "Type"
             },
             "aerialway/access": {
-                "label": "Toegang"
+                "label": "Toegang",
+                "options": {
+                    "entry": "Ingang",
+                    "exit": "Uitgang",
+                    "both": "Beide"
+                }
+            },
+            "aerialway/bubble": {
+                "label": "Bubbel"
             },
             "aerialway/capacity": {
                 "label": "Capaciteit (per uur)",
-                "placeholder": "500, 2500, 5000..."
+                "placeholder": "500, 2500, 5000..."
             },
             "aerialway/duration": {
                 "label": "Duur (minuten)",
-                "placeholder": "1, 2, 3..."
+                "placeholder": "1, 2, 3..."
             },
             "aerialway/heating": {
                 "label": "Verwarmd"
             },
             "aerialway/occupancy": {
                 "label": "Bezetting",
-                "placeholder": "2, 4, 8..."
+                "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "Toegang (zomer)"
+                "label": "Toegang (zomer)",
+                "options": {
+                    "entry": "Ingang",
+                    "exit": "Uitgang",
+                    "both": "Beide"
+                }
             },
             "aeroway": {
                 "label": "Type"
             },
             "capacity": {
                 "label": "Inhoud",
-                "placeholder": "50, 100, 200..."
+                "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Richting"
+                "label": "Richting",
+                "options": {
+                    "N": "Noord",
+                    "E": "Oost",
+                    "S": "Zuid",
+                    "W": "West",
+                    "NE": "Noordoost",
+                    "SE": "Zuidoost",
+                    "SW": "Zuidwest",
+                    "NW": "Noordwest",
+                    "NNE": "Noordnoordoost",
+                    "ENE": "Oostnoordoost",
+                    "ESE": "Oostzuidoost",
+                    "SSE": "Zuidzuidoost",
+                    "SSW": "Zuidzuidwest",
+                    "WSW": "Westzuidwest",
+                    "WNW": "Westnoordwest",
+                    "NNW": "Noordnoordwest"
+                }
             },
             "clock_direction": {
                 "label": "Richting",
             "covered": {
                 "label": "Overdekt"
             },
+            "craft": {
+                "label": "type"
+            },
+            "crop": {
+                "label": "Gewas"
+            },
             "crossing": {
                 "label": "Type"
             },
                 "label": "Omschrijving"
             },
             "electrified": {
-                "label": "Bovenleiding"
+                "label": "Bovenleiding",
+                "options": {
+                    "yes": "Ja (ongespecificeerd)",
+                    "no": "Nee"
+                }
             },
             "elevation": {
                 "label": "Hoogte"
                 "label": "Tarief"
             },
             "fire_hydrant/type": {
-                "label": "TYpe"
+                "label": "TYpe",
+                "options": {
+                    "pillar": "Pilaar/Bovengronds",
+                    "wall": "Muur",
+                    "pond": "Vijver"
+                }
             },
             "fixme": {
                 "label": "Repareer me"
             "fuel": {
                 "label": "Brandstof"
             },
+            "fuel/biodiesel": {
+                "label": "Verkoopt Biodiesel"
+            },
+            "fuel/diesel": {
+                "label": "Verkoopt Diesel"
+            },
+            "fuel/e10": {
+                "label": "Verkoopt E10"
+            },
+            "fuel/e85": {
+                "label": "Verkoopt E85"
+            },
+            "fuel/lpg": {
+                "label": "Verkoopt Propaan"
+            },
+            "fuel/octane_91": {
+                "label": "Verkoopt Gewone Benzine"
+            },
+            "fuel/octane_98": {
+                "label": "Verkoopt Premium Benzine"
+            },
             "gauge": {
                 "label": "Spoorwijdte"
             },
                 "label": "Type"
             },
             "golf_hole": {
-                "label": "Referentie"
+                "label": "Referentie",
+                "placeholder": "Holenummer (1-18)"
             },
             "handicap": {
                 "label": "Handicap",
                 "label": "Type"
             },
             "hoops": {
-                "placeholder": "1, 2, 4 ..."
+                "placeholder": "1, 2, 4, ..."
             },
             "iata": {
                 "label": "IATA"
             "internet_access": {
                 "label": "Internettoegang",
                 "options": {
+                    "yes": "Ja",
+                    "no": "Nee",
                     "wlan": "Wifi",
                     "wired": "Vast netwerk",
                     "terminal": "Computer"
                 }
             },
+            "lamp_type": {
+                "label": "Type"
+            },
             "landuse": {
                 "label": "Type"
             },
             "lanes": {
                 "label": "Rijbanen",
-                "placeholder": "1, 2, 3..."
+                "placeholder": "1, 2, 3..."
             },
             "layer": {
                 "label": "Relatieve hoogteligging"
             },
             "levels": {
                 "label": "Niveaus",
-                "placeholder": "2, 4, 6..."
+                "placeholder": "2, 4, 6..."
             },
             "lit": {
                 "label": "Verlicht"
             },
             "maxspeed": {
                 "label": "Maximum snelheid",
-                "placeholder": "40, 50, 60..."
+                "placeholder": "40, 50, 60, ..."
+            },
+            "mtb/scale": {
+                "placeholder": "0, 1, 2, ..."
+            },
+            "mtb/scale/uphill": {
+                "placeholder": "0, 1, 2, ..."
             },
             "name": {
                 "label": "Naam",
                 "label": "Type"
             },
             "oneway": {
-                "label": "Eenrichtingsverkeer"
+                "label": "Eenrichtingsverkeer",
+                "options": {
+                    "undefined": "Aangenomen dat het Nee is",
+                    "yes": "Ja",
+                    "no": "Nee"
+                }
             },
             "oneway_yes": {
-                "label": "Eenrichtingsverkeer"
+                "label": "Eenrichtingsverkeer",
+                "options": {
+                    "undefined": "Aangenomen dat het Ja is",
+                    "yes": "Ja",
+                    "no": "Nee"
+                }
             },
             "opening_hours": {
                 "label": "Openingstijden"
                 "label": "Parkeren en Reizen"
             },
             "parking": {
-                "label": "Type"
+                "label": "Type",
+                "options": {
+                    "surface": "Oppervlak",
+                    "underground": "ondergrond",
+                    "sheds": "Stallen",
+                    "garage_boxes": "Garageboxen"
+                }
             },
             "phone": {
                 "label": "Telefoonnummer",
                 "placeholder": "+31 42 123 4567"
             },
             "piste/difficulty": {
-                "label": "Moeilijkheidsgraad"
+                "label": "Moeilijkheidsgraad",
+                "options": {
+                    "easy": "makkelijk (groene rondje)"
+                }
             },
             "piste/type": {
-                "label": "Type"
+                "label": "Type",
+                "options": {
+                    "sled": "Slee",
+                    "playground": "Speelplaats"
+                }
             },
             "place": {
                 "label": "Type"
                 "label": "Type"
             },
             "smoking": {
-                "label": "Roken"
+                "label": "Roken",
+                "placeholder": "Nee, Gescheiden, Ja, ...",
+                "options": {
+                    "no": "Roken nergens toegestaan",
+                    "separated": "Roken toegestaan op aangegeven plaatsen, fysiek niet gescheiden",
+                    "isolated": "Roken toegestaan op aangegeven plaatsen, fysiek gescheiden",
+                    "outside": "Toegestaan buiten",
+                    "yes": "Overal toegestaan",
+                    "dedicated": "Toegespitst op rokers (bv. rookclub)"
+                }
             },
             "social_facility_for": {
                 "label": "Bedoeld voor",
             "sport": {
                 "label": "Sport"
             },
+            "sport_ice": {
+                "label": "Sport"
+            },
+            "sport_racing": {
+                "label": "Sport"
+            },
             "structure": {
                 "label": "Bouwwerk",
                 "placeholder": "Onbekend",
                     "bridge": "Brug",
                     "tunnel": "Tunnel",
                     "embankment": "Dijk, talud",
-                    "cutting": "Landuitsnijding"
+                    "cutting": "Landuitsnijding",
+                    "ford": "fort"
                 }
             },
             "studio_type": {
                 "label": "Oppervlak"
             },
             "toilets/disposal": {
-                "label": "Afvoer"
+                "label": "Afvoer",
+                "options": {
+                    "pitlatrine": "Kuil/Latrine",
+                    "chemical": "Chemisch",
+                    "bucket": "Emmer"
+                }
             },
             "tourism": {
                 "label": "Type"
                 "label": "Type toren"
             },
             "trail_visibility": {
-                "label": "Zichtbaarheid van de weg"
+                "label": "Zichtbaarheid van de weg",
+                "placeholder": "Uitmuntend, Goed, Slecht, ..."
             },
             "tree_type": {
                 "label": "Type"
                 "name": "Bootverhuur"
             },
             "amenity/cafe": {
-                "name": "Café",
-                "terms": "Café, bar"
+                "name": "Cafetaria",
+                "terms": "Cafetaria, tea-room, tea room, koffiehuis, koffie, thee, vieruurtje, cake, taart"
             },
             "amenity/car_rental": {
                 "name": "Autoverhuur",
             "amenity/charging_station": {
                 "name": "Oplaadstation"
             },
-            "amenity/childcare": {
-                "name": "Kinderopvang",
-                "terms": "kinderopvang, onthaalmoeder, kinderonthaal, creche"
-            },
             "amenity/cinema": {
                 "name": "Bioscoop",
                 "terms": "Bioscoop"
             },
+            "amenity/clinic": {
+                "name": "Kliniek"
+            },
             "amenity/clock": {
                 "name": "Klok",
                 "terms": "klok, uurwerk, horloge, uur, tijd"
             },
-            "amenity/college": {
-                "name": "Hogeschool",
-                "terms": "Hogeschool, universiteit"
-            },
             "amenity/compressed_air": {
                 "name": "Perslucht"
             },
                 "name": "Dokter",
                 "terms": "dokter, arts, geneesheer"
             },
+            "amenity/dojo": {
+                "name": "Dojo / School voor Krijgskunsten"
+            },
             "amenity/drinking_water": {
                 "name": "Drinkwater",
                 "terms": "Drinkwater"
             },
             "amenity/pub": {
                 "name": "Café",
-                "terms": "Café, bar"
+                "terms": "Café, bar, kroeg, bierhuis, bier"
             },
             "amenity/ranger_station": {
                 "name": "Boswachtershut"
                 "name": "Gemeentehuis",
                 "terms": "Gemeentehuis, stadhuis"
             },
-            "amenity/university": {
-                "name": "Universiteit",
-                "terms": "Universtiteit, academie"
-            },
             "amenity/vending_machine": {
                 "name": "Automaat",
                 "terms": "automaat"
             "leisure/swimming_pool": {
                 "name": "Zwembad"
             },
-            "leisure/track": {
-                "name": "Racebaan"
-            },
             "line": {
                 "name": "Lijn"
             },
             "shop/alcohol": {
                 "name": "Slijterij"
             },
-            "shop/art": {
-                "name": "Kunstwinkel",
-                "terms": "kunst, schilderij, standbeeld, kunstgalerij, galerij"
-            },
             "shop/bakery": {
                 "name": "Bakkerij",
                 "terms": "bakkerij"
             "shop/bookmaker": {
                 "name": "Bookmaker (gokkantoor)"
             },
-            "shop/books": {
-                "name": "Boekwinkel",
-                "terms": "boekenwinkel"
-            },
             "shop/boutique": {
                 "name": "Boutique"
             },
             "shop/computer": {
                 "name": "Computerwinkel"
             },
-            "shop/confectionery": {
-                "name": "Banketbakkerij"
-            },
             "shop/convenience": {
                 "name": "Buurtsuper"
             },
             "shop/doityourself": {
                 "name": "Bouwmarkt, doe-het-zelfwinkel"
             },
-            "shop/dry_cleaning": {
-                "name": "Stomerij"
-            },
             "shop/electronics": {
                 "name": "Bruingoedwinkel"
             },
                 "name": "Juwelier",
                 "terms": "juwelier"
             },
-            "shop/kiosk": {
-                "name": "Kiosk"
-            },
             "shop/laundry": {
                 "name": "Wasserette"
             },
             "shop/music": {
                 "name": "Muziekwinkel"
             },
-            "shop/newsagent": {
-                "name": "Krantenkiosk"
-            },
             "shop/optician": {
                 "name": "Opticien"
             },
-            "shop/outdoor": {
-                "name": "Buitensportzaak"
-            },
             "shop/pet": {
                 "name": "Dierenwinkel"
             },
                 "name": "Supermarkt",
                 "terms": "supermarkt, grootwarenhuis"
             },
+            "shop/tea": {
+                "name": "thee winkel"
+            },
+            "shop/tobacco": {
+                "name": "tabak winkel",
+                "terms": "sigaret winkel"
+            },
             "shop/toys": {
                 "name": "Speelgoedwinkel",
                 "terms": "speelgoedwinkel"
             "shop/video": {
                 "name": "Videotheek"
             },
+            "shop/video_games": {
+                "name": "videogame winkel"
+            },
+            "shop/weapons": {
+                "name": "wapen winkel"
+            },
             "shop/wine": {
                 "name": "Wijnwinkel"
             },
index 091c1e19731e9637bb8cb300db7035e7be9a7c6e..c9b5c27c265df79bd1acb86884790ad7abdbb3cc 100644 (file)
@@ -68,7 +68,6 @@
         },
         "delete": {
             "title": "Fjern",
-            "description": "Fjern dette fra kartet.",
             "annotation": {
                 "point": "Fjern et punkt.",
                 "vertex": "Fjernet en node fra veien.",
             "amenity/clock": {
                 "name": "Klokke"
             },
-            "amenity/college": {
-                "name": "Videregående skole"
-            },
             "amenity/doctor": {
                 "name": "Doktor"
             },
             "amenity/townhall": {
                 "name": "Rådhus"
             },
-            "amenity/university": {
-                "name": "Universitet"
-            },
             "amenity/waste_basket": {
                 "name": "Søppel"
             },
             "man_made/water_tower": {
                 "name": "Vanntårn"
             },
-            "man_made/water_well": {
-                "name": "brønn"
-            },
             "man_made/water_works": {
                 "name": "Vannfiltreringsanlegg"
             },
             "shop/bicycle": {
                 "name": "Sykkelbutikk"
             },
-            "shop/books": {
-                "name": "Bokhandler"
-            },
             "shop/butcher": {
                 "name": "Slakter"
             },
             "shop/jewelry": {
                 "name": "Smykkeforhandler"
             },
-            "shop/kiosk": {
-                "name": "Kiosk"
-            },
             "shop/laundry": {
                 "name": "Vaskeri"
             },
             "shop/music": {
                 "name": "Musikkforretning"
             },
-            "shop/newsagent": {
-                "name": "Avisutsalg"
-            },
             "shop/optician": {
                 "name": "Optiker"
             },
index 380a64526d1ee844ad313306a8ca51d064089402..7ba742abe6aabb113007af457290d79c133fe6e0 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Usuń",
-            "description": "Usuń to z mapy.",
+            "description": "Usuń obiekt na stałe.",
             "annotation": {
                 "point": "Usunięto punkt.",
                 "vertex": "Usunięto punkt z drogi.",
         },
         "areas": {
             "title": "Obszary",
-            "add": "Obszary pozwalają na bardziej szczegółowe przedstawienie obiektu. Dostarczają one informacji o jego granicach. Obszary mogą być używane w przypadku większości obiektów, które mogą być przedstawione w postaci punktów. Często są preferowanym typem. **Użyj przycisku Obszar, aby dodać nowy obszar.**",
             "corner": "Obszary są rysowane przez stawianie punktów oznaczających granicę obszaru. **Umieść punkt początkowy w jednym z rogów placu zabaw.**",
             "place": "Narysuj obszar, umieszczając kolejne punkty. Zakończ go, klikając na początkowy punkt. **Narysuj obszar placu zabaw.**",
             "search": "**Wyszukaj '{name}'.**",
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Kierunek"
+                "label": "Kierunek",
+                "options": {
+                    "N": "Północ",
+                    "E": "Wschód",
+                    "S": "Południe",
+                    "W": "Zachód",
+                    "NE": "Północny wschód",
+                    "SE": "Południowy wschód",
+                    "SW": "Południowy zachód",
+                    "NW": "Północny zachód",
+                    "NNE": "Północny północny wschód",
+                    "ENE": "Wschodni północny wschód",
+                    "ESE": "Wschodni południowy wschód",
+                    "SSE": "Południowy południowy wschód",
+                    "SSW": "Południowy południowy zachód",
+                    "WSW": "Zachodni południowy zachód",
+                    "WNW": "Zachodni północny zachód",
+                    "NNW": "Północny północny zachód"
+                }
             },
             "clock_direction": {
                 "label": "Kierunek",
             },
             "name": {
                 "label": "Nazwa",
-                "placeholder": "Nazwa zwyczajowa (jeśli występuje)"
+                "placeholder": "Powszechna nazwa (jeśli istnieje)"
             },
             "natural": {
                 "label": "Natura"
             },
             "smoothness": {
                 "label": "Gładkość",
+                "placeholder": "Cienkie kółka, Koła, Off-road...",
                 "options": {
-                    "excellent": "Cienkie kółka: łyżworolki, skateboard"
+                    "excellent": "Cienkie kółka: łyżworolki, skateboard",
+                    "good": "Cienkie koła: rower szosowy",
+                    "intermediate": "Koła: rower miejski, wózek inwalidzki, skuter",
+                    "bad": "Solidne koła: rower trekkingowy, samochód, riksza",
+                    "very_bad": "Duży prześwit: lekki pojazd terenowy",
+                    "horrible": "Off-road: ciężki pojazd terenowy",
+                    "very_horrible": "Wyspecjalizowany off-road: traktor, ATV (quad)",
+                    "impassible": "Nieprzejezdny dla pojazdów kołowych"
                 }
             },
             "social_facility_for": {
             },
             "amenity/bank": {
                 "name": "Bank",
-                "terms": "kantor,towarzystwo kredytowe,depozyt,skarb państwa,fundusz,firma inwestycyjna,przedsiębiorstwo inwestycyjne,sejf,oszczędności,akcje,ekonomia,skarbiec,firma powiernicza"
+                "terms": "bankowość, kasa"
             },
             "amenity/bar": {
                 "name": "Bar",
                 "name": "Wpożyczalnia łodzi",
                 "terms": "wynajem łodzi"
             },
+            "amenity/bureau_de_change": {
+                "name": "Kantor",
+                "terms": "wymiana walut"
+            },
             "amenity/bus_station": {
                 "name": "Dworzec autobusowy"
             },
                 "name": "Stacja ładowania pojazdów"
             },
             "amenity/childcare": {
-                "name": "Żłobek",
-                "terms": "opieka,przedszkole"
+                "name": "Żłobek"
             },
             "amenity/cinema": {
                 "name": "Kino",
                 "terms": "duży ekran,drive-in,film,ruchomy obraz,pokaz zdjęć,zdjęcia,pokaz,silver screen"
             },
             "amenity/clinic": {
-                "name": "Klinika"
+                "name": "Przychodnia lekarska",
+                "terms": "ośrodek zdrowia, zoz, nzoz, opieka zdrowotna"
             },
             "amenity/clock": {
                 "name": "Zegar",
                 "terms": "Zegar, "
             },
             "amenity/college": {
-                "name": "Uczelnia",
-                "terms": "uczelnia"
+                "name": "Teren uczelni"
             },
             "amenity/compressed_air": {
                 "name": "Kompresor"
             },
             "amenity/dentist": {
                 "name": "Dentysta",
-                "terms": "Dentysta, "
+                "terms": "stomatolog, gabinet stomatologiczny"
             },
             "amenity/doctor": {
                 "name": "Doktor",
             },
             "amenity/hospital": {
                 "name": "Teren szpitala",
-                "terms": "Teren szpitala, szpital, przychodnia, klinika, pomoc, służba zdrowia, hospicjum, ambulatorium, instytucja, dom opieki, sanatorium, chirurgia, oddział"
+                "terms": "Teren szpitala, szpital, służba zdrowia, ambulatorium, chirurgia, oddział"
             },
             "amenity/kindergarten": {
-                "name": "Teren przedszkola",
-                "terms": "zerówka, żłobek, opieka nad dzieckiem, teren, przedszkole,"
+                "name": "Teren przedszkola"
             },
             "amenity/library": {
                 "name": "Biblioteka",
                 "terms": "schronienie, "
             },
             "amenity/social_facility": {
-                "name": "Placówka pomocy społecznej"
+                "name": "Placówka pomocy społecznej",
+                "terms": "opieka społeczna, mops, gops, mopr, ośrodek opieki społecznej"
             },
             "amenity/social_facility/food_bank": {
                 "name": "Bank żywności",
                 "terms": "Bank żywności, "
             },
-            "amenity/social_facility/group_home": {
-                "name": "Wspólny dom"
-            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Schronisko dla bezdomnych"
             },
                 "terms": "władze miasta,ratusz,urząd miasta,urząd gminy,starostwo"
             },
             "amenity/university": {
-                "name": "Uniwersytet",
-                "terms": "college,uniwersytet,szkoła wyższa,uczelnia"
+                "name": "Teren uniwersytetu"
             },
             "amenity/vending_machine": {
                 "name": "Automat sprzedający",
                 "name": "Kościół",
                 "terms": "Kościół, "
             },
+            "building/college": {
+                "name": "Budynek uczelni"
+            },
             "building/commercial": {
                 "name": "Nieruchomość komercyjna",
                 "terms": "sklep,komercyjny,sprzedaż,handlowy"
                 "name": "Budynek przymysłowy",
                 "terms": "przemysłowy,produkcyjny,fabryczny,industrialny"
             },
+            "building/kindergarten": {
+                "name": "Budynek przedszkola"
+            },
             "building/public": {
                 "name": "Budynek publiczny"
             },
                 "terms": "Stacja kolejowa, "
             },
             "building/university": {
-                "name": "Budynek uczelni"
+                "name": "Budynek uczelni",
+                "terms": "uniwersytet, szkoła wyższa, wydział, uczelnia"
             },
             "building/warehouse": {
                 "name": "Magazyn"
                 "name": "Malarz"
             },
             "craft/photographer": {
-                "name": "Fotograf"
+                "name": "Fotograf",
+                "terms": "fotografia, studio fotograficzne, atelier"
             },
             "craft/photographic_laboratory": {
                 "name": "Laboratorium fotograficzne"
             "craft/window_construction": {
                 "name": "Montaż okien"
             },
+            "craft/winery": {
+                "name": "Winnica",
+                "terms": "winiarnia"
+            },
             "embankment": {
                 "name": "Nasyp"
             },
             },
             "landuse/quarry": {
                 "name": "Kamieniołom",
-                "terms": "kamieniołom"
+                "terms": "kamieniołom, żwirownia, kruszywo"
             },
             "landuse/residential": {
                 "name": "Zabudowa mieszkalna",
                 "name": "Basen",
                 "terms": "basen pływacki"
             },
-            "leisure/track": {
-                "name": "Tor wyścigowy",
-                "terms": "tor wyścigowy"
-            },
             "line": {
                 "name": "Linia",
                 "terms": "Linia, lina"
                 "name": "Falochron"
             },
             "man_made/cutline": {
-                "name": "Wycinka"
+                "name": "Przecinka leśna"
             },
             "man_made/embankment": {
                 "name": "Nasyp"
                 "name": "Wieża ciśnień",
                 "terms": "wieża ciśnień"
             },
-            "man_made/water_well": {
-                "name": "Studnia"
-            },
             "man_made/water_works": {
                 "name": "Filtracja wody"
             },
                 "terms": "księgowy"
             },
             "office/administrative": {
-                "name": "Biuro administracji"
+                "name": "Biuro samorządowe"
             },
             "office/architect": {
                 "name": "Architekt",
-                "terms": "architekt"
+                "terms": "studio architektoniczne, biuro architektoniczne, pracownia architektoniczna"
             },
             "office/company": {
                 "name": "Biuro prywatnego przedsiębiorstwa"
             },
             "office/employment_agency": {
                 "name": "Agencja zatrudnienia",
-                "terms": "Agencja pracy, "
+                "terms": "Agencja pracy, pośredniak, pośredniak, biuro pośrednictwa pracy, praca tymczasowa, pośrednictwo pracy"
             },
             "office/estate_agent": {
                 "name": "Biuro nieruchomości"
                 "name": "Gazeta"
             },
             "office/ngo": {
-                "name": "Biuro organizacji pożytku publicznego"
+                "name": "Biuro organizacji pożytku publicznego",
+                "terms": "stowarzyszenie, fundacja"
             },
             "office/physician": {
                 "name": "Lekarz"
                 "terms": "partia polityczna"
             },
             "office/research": {
-                "name": "Biuro badawcze"
+                "name": "Biuro badawcze",
+                "terms": "instytut badawczy"
             },
             "office/telecommunication": {
                 "name": "Biuro firmy telekomunikacyjnej"
                 "terms": "Miasteczko"
             },
             "place/village": {
-                "name": "Wioska",
+                "name": "Wi",
                 "terms": "Wieś"
             },
             "point": {
                 "name": "Sklep monopolowy",
                 "terms": "alkohol"
             },
+            "shop/anime": {
+                "name": "Sklep z anime"
+            },
+            "shop/antiques": {
+                "name": "Sklep z antykami"
+            },
             "shop/art": {
-                "name": "Sklep z dziełami sztuki"
+                "name": "Galeria sztuki"
             },
             "shop/bakery": {
                 "name": "Piekarnia",
                 "terms": "Piekarnia"
             },
             "shop/beauty": {
-                "name": "Salon piękności"
+                "name": "Salon piękności",
+                "terms": "kosmetyczka, wizaż"
             },
             "shop/beverages": {
                 "name": "Sklep z napojami"
             },
             "shop/books": {
                 "name": "Księgarnia",
-                "terms": "księgarnia"
+                "terms": "antykwariat"
             },
             "shop/boutique": {
                 "name": "Butik"
             },
             "shop/car_repair": {
                 "name": "Warsztat samochodowy",
-                "terms": "serwis samochodowy"
+                "terms": "serwis samochodowy. mechanik"
             },
             "shop/chemist": {
                 "name": "Drogeria",
                 "terms": "apteka"
             },
             "shop/clothes": {
-                "name": "Sklep odzieżowy"
+                "name": "Sklep odzieżowy",
+                "terms": "ubrania"
             },
             "shop/computer": {
                 "name": "Sklep komputerowy",
                 "terms": "sklep komputerowy"
             },
-            "shop/confectionery": {
-                "name": "Konfekcja"
-            },
             "shop/convenience": {
                 "name": "Sklep ogólnospożywczy",
                 "terms": "mały sklep, sklepik osiedlowy"
             "shop/electronics": {
                 "name": "Sklep elektroniczny"
             },
+            "shop/erotic": {
+                "name": "Sklep erotyczny"
+            },
             "shop/farm": {
                 "name": "Stragan produktów"
             },
             "shop/jewelry": {
                 "name": "Jubiler"
             },
-            "shop/kiosk": {
-                "name": "Kiosk",
-                "terms": "kiosk"
-            },
             "shop/laundry": {
                 "name": "Pralnia",
                 "terms": "pralnia"
                 "name": "Sklep muzyczny",
                 "terms": "sklep muzyczny"
             },
-            "shop/newsagent": {
-                "name": "Kiosk"
-            },
             "shop/optician": {
                 "name": "Optyk",
                 "terms": "optyk"
             },
-            "shop/outdoor": {
-                "name": "Sklep turystyczny"
+            "shop/pawnbroker": {
+                "name": "Lombard"
             },
             "shop/pet": {
                 "name": "Sklep zoologiczny",
                 "terms": "supermarket"
             },
             "shop/tailor": {
-                "name": "Krawiec"
+                "name": "Krawiec",
+                "terms": "krawcowa, odzież na miarę"
             },
             "shop/toys": {
                 "name": "Sklep z zabawkami",
-                "terms": "sklep z zabawkami"
+                "terms": "zabawki, sklep zabawkarski"
             },
             "shop/travel_agency": {
                 "name": "Biuro podróży",
                 "name": "Sklep z oponami"
             },
             "shop/vacant": {
-                "name": "Zamknięty sklep"
+                "name": "Pusty lokal sklepowy"
             },
             "shop/variety_store": {
                 "name": "Sklep z różnościami"
             "shop/video": {
                 "name": "Sklep wideo"
             },
+            "shop/video_games": {
+                "name": "Sklep z grami wideo"
+            },
+            "shop/weapons": {
+                "name": "Sklep z bronią"
+            },
             "shop/wine": {
                 "name": "Winiarnia",
                 "terms": "Winiarnia"
index e5fa8411656ac9bf090ce8d2352f69151123fa20..d38692d67f692969ed21672ce80444cd8f138087 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Excluir",
-            "description": "Remover isto do mapa.",
+            "description": "Remover objeto permanentemente",
             "annotation": {
                 "point": "Excluído um ponto.",
                 "vertex": "Excluído um pondo de uma linha.",
         },
         "areas": {
             "title": "Áreas",
-            "add": "Áreas são uma forma mais detalhada de representar os objetos do mapa. Elas informam quais são as bordas do objeto. As áreas podem ser usadas para a maioria dos tipos de objetos que os pontos são usados. Na verdade, é frequentemente preferível utilizá-las no lugar de pontos. **Clique no botão Área pra adicionar uma nova área.**",
+            "add": "Áreas são usadas para mostrar os limites de recursos, como lagos, edifícios e áreas residenciais. Elas também podem ser usadas ​​para o mapeamento mais detalhado de muitos recursos que você normalmente mapearia como pontos. **Clique no botão Área para adicionar uma nova área.**",
             "corner": "Para desenhar as áreas, colocamos os pontos que formam a sua borda. **Coloque o primeiro ponto num dos cantos do parquinho.**",
             "place": "Coloque mais pontos para desenhar o resto da área. Para terminar, complete a área clicando de novo no primeiro ponto. **Desenhar a área do parquinho.**",
             "search": "**Procurar por '{name}'.**",
             "address": {
                 "label": "Endereço",
                 "placeholders": {
-                    "housename": "Nome da Casa",
+                    "housename": "Complemento",
                     "housenumber": "123",
                     "street": "Rua",
                     "city": "Município",
                     "N": "Norte",
                     "E": "Leste",
                     "S": "Sul",
-                    "W": "West",
+                    "W": "Oeste",
                     "NE": "Nordeste",
                     "SE": "Sudeste",
                     "SW": "Sudoeste",
                     "NW": "Noroeste",
-                    "NNE": "Norte-nordeste",
-                    "ENE": "Yes (indefinido)"
+                    "NNE": "Nor-nordeste",
+                    "ENE": "És-nordeste",
+                    "ESE": "És-sudeste",
+                    "SSE": "Su-sudeste",
+                    "SSW": "Su-sudoeste",
+                    "WSW": "Oés-sudoeste",
+                    "WNW": "Oés-noroeste",
+                    "NNW": "Nor-noroeste"
                 }
             },
             "clock_direction": {
             },
             "electrified": {
                 "label": "Eletrificação",
+                "placeholder": "Linha de contato, trilho eletrificado...",
                 "options": {
+                    "contact_line": "Linha de contato",
+                    "rail": "Trilho eletrificado",
                     "yes": "Sim (indefinido)",
                     "no": "Não"
                 }
             "fire_hydrant/type": {
                 "label": "Tipo",
                 "options": {
+                    "pillar": "Pilar/Sobre o solo",
                     "underground": "Subterrâneo",
                     "wall": "Muro",
                     "pond": "Lagoa"
                 "placeholder": "40, 50, 60..."
             },
             "mtb/scale": {
-                "placeholder": "0, 1, 2, 3..."
+                "label": "Dificuldade para Mountain Biking",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Pedregulho sólido / terra batida, sem obstáculos, curvas amplas",
+                    "1": "1: Alguma terra solta, pequenos obstáculos, curvas amplas",
+                    "2": "2: Muita terra solta, grandes obstáculos, curvas fechas fáceis",
+                    "3": "3: Superfície escorregadia, grandes obstáculos, curvas fechadas apertadas",
+                    "4": "4: Terra solta ou seixos, curva fechada perigosa",
+                    "5": "5: Dificuldade máxima, pedreira, deslizamentos de terra",
+                    "6": "6: Não é transitável exceto pelos melhores mountain bikers"
+                }
             },
             "mtb/scale/imba": {
+                "label": "Trilha de baixa dificuldade",
                 "placeholder": "Fácil, Médio, Difícil...",
                 "options": {
                     "0": "Mais fácil (cículo branco)",
                 }
             },
             "mtb/scale/uphill": {
-                "placeholder": "0, 1, 2, 3..."
+                "label": "Dificuldade do aclive do Mountain Biking",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Inclinação média <10%, pedregulho/terra batida, sem obstáculos",
+                    "1": "1: Inclinação média <15%, pedregulho/terra batida, poucos objetos pequenos",
+                    "2": "2: Inclinação média <20%, superfície estável, pedras/raízes do tamanho do punho",
+                    "3": "3: Inclinação média <25%, superfície variável,  pedras/galhos do tamanho do punho",
+                    "4": "4: Inclinação média <30%, condição insatisfatória, pedras/galhos grandes",
+                    "5": "5: Muito íngreme, geralmente a bicicleta precisa ser empurrada ou carregada"
+                }
             },
             "name": {
                 "label": "Nome",
                 "label": "Tipo",
                 "options": {
                     "surface": "Superfície",
-                    "underground": "Subterrâneo"
+                    "multi-storey": "Vários níveis",
+                    "underground": "Subterrâneo",
+                    "sheds": "Cabanas",
+                    "carports": "Abrigo de carros",
+                    "garage_boxes": "Vagas de estacionamento",
+                    "lane": "Faixa de acostamento"
                 }
             },
             "phone": {
             },
             "piste/difficulty": {
                 "label": "Dificuldade",
+                "placeholder": "Fácil, Intermediário, Avançado...",
                 "options": {
-                    "easy": "Fácil (círculo verde)"
+                    "novice": "Principiante (educativo)",
+                    "easy": "Fácil (círculo verde)",
+                    "intermediate": "Intermediário (quadrado azul)",
+                    "advanced": "Avançado (diamante preto)",
+                    "expert": "Especialista (duplo diamante preto)",
+                    "freeride": "Trajeto livre (fora da pista)",
+                    "extreme": "Extremo (necessário equipamento de escalada)"
                 }
             },
             "piste/grooming": {
                 "label": "Tosa de Animais",
                 "options": {
-                    "classic": "Clássico"
+                    "classic": "Clássico",
+                    "mogul": "Mongol",
+                    "backcountry": "Sertão",
+                    "classic+skating": "Clássico e Patinação",
+                    "scooter": "Lambreta/Moto de neve",
+                    "skating": "Patinação"
                 }
             },
             "piste/type": {
-                "label": "Modelo"
+                "label": "Modelo",
+                "options": {
+                    "downhill": "Declive",
+                    "nordic": "Nórdico",
+                    "skitour": "Passeio de esqui",
+                    "sled": "Trenó",
+                    "hike": "Caminhada",
+                    "sleigh": "Trenó",
+                    "ice_skate": "Patim de gelo",
+                    "snow_park": "Estação de Esqui",
+                    "playground": "Playground"
+                }
             },
             "place": {
                 "label": "Tipo"
             "route_master": {
                 "label": "Tipo"
             },
+            "sac_scale": {
+                "label": "Dificuldade da caminhada",
+                "placeholder": "Caminhada na montanha, caminhada alpina",
+                "options": {
+                    "hiking": "T1: Caminhada",
+                    "mountain_hiking": "T2: Caminhada na montanha",
+                    "demanding_mountain_hiking": "T3: Requer caminhada na montanha",
+                    "alpine_hiking": "T4: Caminhada alpina",
+                    "demanding_alpine_hiking": "T5: Requer caminhada alpina",
+                    "difficult_alpine_hiking": "T6: Dificuldade de caminhada alpina"
+                }
+            },
             "seasonal": {
                 "label": "Sazonal"
             },
                 "label": "Rampa no Meio-fio"
             },
             "smoking": {
-                "label": "Fumantes"
+                "label": "Fumantes",
+                "placeholder": "Não, Separado, Yes...",
+                "options": {
+                    "no": "Não fume em qualquer lugar",
+                    "separated": "Em áreas de fumantes, não fisicamente isoladas",
+                    "isolated": "Em áreas de fumantes, fisicamente isoladas",
+                    "outside": "Permitido do lado de fora",
+                    "yes": "Permitido em toda parte",
+                    "dedicated": "Dedicado a fumantes (por exemplo, clube de fumantes)"
+                }
+            },
+            "smoothness": {
+                "label": "Maciez",
+                "placeholder": "Cilindros estreitos, rodas, fora de estrada",
+                "options": {
+                    "excellent": "Cilindros estreitos: patins urbano, prancha de skate ",
+                    "good": "Rodas estreintas: bicicleta de corridas",
+                    "intermediate": "Rodas: bicicleta urbana, cadeira de rodas, lambreta",
+                    "bad": "Rodas resistentes: trekking bike, carro, riquixá",
+                    "very_bad": "Alta desobstrução: veículo fora de estrada para serviço leve",
+                    "horrible": "Fora de estrada:  veículo fora de estrada para serviço pesado.",
+                    "very_horrible": "Especializado em fora de estrada: trator, quadriciclo",
+                    "impassible": "Indiferente / Não para veículos sobre rodas"
+                }
             },
             "social_facility_for": {
                 "label": "Pessoas atendidas",
             "sport_ice": {
                 "label": "Esporte"
             },
+            "sport_racing": {
+                "label": "Esporte"
+            },
             "structure": {
                 "label": "Estrutura",
                 "placeholder": "Desconhecido",
                     "bridge": "Ponte",
                     "tunnel": "Túnel",
                     "embankment": "Aterro Elevado",
-                    "cutting": "Escavação"
+                    "cutting": "Escavação",
+                    "ford": "Vau"
                 }
             },
             "studio_type": {
             "toilets/disposal": {
                 "label": "Descarte",
                 "options": {
+                    "flush": "Descarga",
                     "pitlatrine": "Fossa/Latrina",
-                    "chemical": "Químico"
+                    "chemical": "Químico",
+                    "bucket": "Balde"
                 }
             },
             "tourism": {
                 "label": "Tipo de Torre"
             },
             "tracktype": {
-                "label": "Tipo de trilha"
+                "label": "Tipo de trilha",
+                "placeholder": "Sólido, Na maioria das vezes sólido, Macio...",
+                "options": {
+                    "grade1": "Sólido: Pavimentado ou superfície de pedra britada fortemente compactada",
+                    "grade2": "Na maioria das vezes sólido: Cascalho/rocha com algum material macio mesclado.",
+                    "grade3": "Mistura em parte iguais de materiais duros e macios",
+                    "grade4": "Na maioria das vezes macio: terra/areia/grama com algum material duro mesclado.",
+                    "grade5": "Macio: terra/areia/grama"
+                }
             },
             "trail_visibility": {
                 "label": "Visibilidade da Trilha",
-                "placeholder": "Excelente, Bom, Ruim..."
+                "placeholder": "Excelente, Bom, Ruim...",
+                "options": {
+                    "excellent": "Excelente: caminho claro ou sinais em toda a parte",
+                    "good": "Bom: sinais visíveis, algumas vezes requer uma busca",
+                    "intermediate": "Intermediário: poucos sinais, caminho visível na maioria das vezes",
+                    "bad": "Ruim: sem sinais, o caminho algumas vezes não é visível ou não existe",
+                    "horrible": "Horrível: frequentemente sem caminho, algumas habilidades em localização são necessárias",
+                    "no": "Não: sem caminho, são necessárias excelentes habilidades em localização"
+                }
             },
             "tree_type": {
                 "label": "Tipo"
             },
             "aeroway/helipad": {
                 "name": "Heliponto",
-                "terms": "Heliporto, Heliponto, ponto de pouso de helicópteros"
+                "terms": "Heliponto, ponto de pouso de helicópteros"
             },
             "aeroway/runway": {
                 "name": "Pista de Pouso e Decolagem",
                 "name": "Aluguel de Barcos",
                 "terms": "Aluguel de Embarcações"
             },
+            "amenity/bureau_de_change": {
+                "name": "Câmbio",
+                "terms": "Câmbio, Casa de Câmbio"
+            },
             "amenity/bus_station": {
-                "name": "Rodoviária"
+                "name": "Rodoviária",
+                "terms": "Rodoviária, Terminal Rodoviário"
             },
             "amenity/cafe": {
                 "name": "Cafeteria",
                 "terms": "Estação de Recarga, Estação de Carga Elétrica, Tomada de Cargamento, Tomada de Recarga"
             },
             "amenity/childcare": {
-                "name": "Creche",
-                "terms": "Creche"
+                "name": "Berçário/Creche"
             },
             "amenity/cinema": {
                 "name": "Cinema",
                 "name": "Relógio",
                 "terms": "Relógio"
             },
-            "amenity/college": {
-                "name": "Faculdade",
-                "terms": "faculdade, educação superior, curso superior"
-            },
             "amenity/compressed_air": {
                 "name": "Ar Comprimido",
                 "terms": "Ar Comprimido"
                 "name": "Hospital",
                 "terms": "clínica,sala de emergência,serviço de saúde,hospício,enfermaria,instituição,asilo,sanatório,cirurgia"
             },
-            "amenity/kindergarten": {
-                "name": "Escola Infantil",
-                "terms": "Creche, Pré-escola, Cuidados infantis, Bebês, Centro de Educação Infantil, CEI"
-            },
             "amenity/library": {
                 "name": "Biblioteca",
                 "terms": "Biblioteca"
                 "terms": "Feira"
             },
             "amenity/nightclub": {
-                "name": "Danceteria",
+                "name": "Boate",
                 "terms": "Discoteca, Boate, Casa Noturna"
             },
             "amenity/parking": {
                 "name": "Estacionamento",
-                "terms": "estacionamento,parada"
+                "terms": "estacionamento, parada"
             },
             "amenity/parking_entrance": {
-                "name": "Entrada/Saída de Estacionamento",
+                "name": "Entrada/Saída de estacionamento interno",
                 "terms": "Entrada/Saída de Estacionamento, Entrada/Saída de Garagem"
             },
             "amenity/pharmacy": {
                 "terms": "Farmácia, Drogaria, Farmácia de Manipulação"
             },
             "amenity/place_of_worship": {
-                "name": "Local de Prática Religiosa",
+                "name": "Templo Religioso",
                 "terms": "Local de Culto, Lugar de Adoração, Abadia, Basílica, Betel, Catedral, Mor, Capela, Igreja, Aprisco, Casa de Deus, Casa de oração, Casa de adoração, Mesquita, Oratório, Paróquia, Santuário, Sinagoga, Tabernáculo, Templo"
             },
             "amenity/place_of_worship/buddhist": {
             },
             "amenity/ranger_station": {
                 "name": "Estação de Patrulha",
-                "terms": "Patrulha, Ranger"
+                "terms": "Patrulha"
             },
             "amenity/recycling": {
                 "name": "Reciclagem",
                 "name": "Banco de Alimentos",
                 "terms": "Banco de Alimentos"
             },
-            "amenity/social_facility/group_home": {
-                "name": "Lar Compartilhado",
-                "terms": "Lar Compartilhado"
-            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Abrigo para moradores de rua",
                 "terms": "Refúgio para Desabrigados"
                 "name": "Paço Municipal",
                 "terms": "Prefeitura"
             },
-            "amenity/university": {
-                "name": "Universidade",
-                "terms": "Universidade"
-            },
             "amenity/vending_machine": {
                 "name": "Máquina de Venda",
                 "terms": "Totem de vendas, Máquina de Venda Automática"
             },
             "boundary/administrative": {
                 "name": "Limite Administrativo",
-                "terms": "Fronteira Administrativa, Limite Administrativo, Divisa,"
+                "terms": "Fronteira Administrativa, Limite Administrativo, Divisa"
             },
             "building": {
                 "name": "Edifício",
                 "terms": "Relojoeiro"
             },
             "craft/confectionary": {
-                "name": "Doçaria",
-                "terms": "Confeitaria, Doceria"
+                "name": "Confeitaria",
+                "terms": "Confeitaria, Doceria, Doçaria"
             },
             "craft/dressmaker": {
                 "name": "Costureira",
             },
             "footway/sidewalk": {
                 "name": "Calçada",
-                "terms": "calçada,passeio"
+                "terms": "calçada, passeio"
+            },
+            "ford": {
+                "name": "Vau",
+                "terms": "Vau, Lugar em um rio no qual se pode passar a pé, Baixio"
             },
             "golf/bunker": {
                 "name": "Banco de Areia",
             },
             "highway/crossing": {
                 "name": "Travessia de Pedestres",
-                "terms": "Interseção"
+                "terms": "Faixa de Pedestres"
             },
             "highway/crosswalk": {
                 "name": "Travessia de Pedestres",
                 "name": "Placa de Pare",
                 "terms": "Sinal de Pare, Placa Pare"
             },
+            "highway/street_lamp": {
+                "name": "Lampião de rua.",
+                "terms": "Lampião, Lampião de rua, Revérbero"
+            },
             "highway/tertiary": {
                 "name": "Via Terciária",
                 "terms": "Via Terciária"
             },
             "landuse/farmland": {
                 "name": "Agricultura",
-                "terms": "agricultura,terra,campo,roça"
+                "terms": "agricultura, campo, roça"
             },
             "landuse/farmyard": {
                 "name": "Pátio de Fazenda",
                 "terms": "Comum, Habitual, Frequente"
             },
             "leisure/dog_park": {
-                "name": "Cachorródromo",
-                "terms": "Canódromo, Parque de Cães, Parque Canino, Parque de Cachorros"
+                "name": "Parque de Cães",
+                "terms": "Canódromo, Cachorródromo, Parque Canino, Parque de Cachorros"
             },
             "leisure/firepit": {
                 "name": "Fogueira",
                 "terms": "Campo de Golfe"
             },
             "leisure/ice_rink": {
-                "name": "Pista de Gelo",
+                "name": "Pista de Patinação no Gelo",
                 "terms": "Rinque de Patinação no Gelo"
             },
             "leisure/marina": {
                 "terms": "Marina"
             },
             "leisure/park": {
-                "name": "Parque/Praça",
+                "name": "Parque / Praça",
                 "terms": "Parque, praça"
             },
             "leisure/picnic_table": {
                 "name": "Piscina",
                 "terms": "Piscina"
             },
-            "leisure/track": {
-                "name": "Pista de Corrida",
-                "terms": "Pista de Corrida, Pista, Corrida Velocidade, Circuito"
-            },
             "line": {
                 "name": "Linha",
                 "terms": "Linha"
             },
             "man_made/flagpole": {
                 "name": "Mastro de Bandeira",
-                "terms": "matro,bandeira,pau de bandeira"
+                "terms": "mastro, bandeira, pau de bandeira"
             },
             "man_made/lighthouse": {
                 "name": "Farol",
                 "terms": "Encanamento, Duto"
             },
             "man_made/survey_point": {
-                "name": "Ponto de Exame Geográfico",
+                "name": "Ponto de Levantamento Geográfico",
                 "terms": "Marco Geodésico, Equipamento de GPS Diferencial"
             },
             "man_made/tower": {
                 "name": "Caixa d'Água",
                 "terms": "Caixa d'Água"
             },
-            "man_made/water_well": {
-                "name": "Poço de Água",
-                "terms": "Poço de água"
-            },
             "man_made/water_works": {
                 "name": "Estação de Tratamento de Água",
                 "terms": "Estação de Tratamento de Água"
             },
             "military/barracks": {
                 "name": "Quartel",
-                "terms": "quartel,caserna"
+                "terms": "quartel, caserna"
             },
             "military/bunker": {
                 "name": "Casamata",
-                "terms": "casamata,bunker,fortificação"
+                "terms": "casamata, bunker, fortificação"
             },
             "military/range": {
                 "name": "Estande de Tiro Militar",
-                "terms": "tiro,estande"
+                "terms": "tiro, estande"
             },
             "natural": {
                 "name": "Natural",
                 "terms": "Orla Marítima, Linha Costeira"
             },
             "natural/fell": {
-                "name": "Fell",
-                "terms": "Colina, Morro, Cerro, Coxilha, Montanha, Outeiro"
+                "name": "Colina",
+                "terms": "Fell, Morro, Cerro, Coxilha, Montanha, Outeiro"
             },
             "natural/glacier": {
                 "name": "Geleira",
             },
             "office/educational_institution": {
                 "name": "Instituição Educacional",
-                "terms": "escola,colégio,universidade,faculdade,curso,instituto,educação,educacional"
+                "terms": "escola, colégio, universidade, faculdade, curso, instituto, educação, educacional"
             },
             "office/employment_agency": {
                 "name": "Agência de Empregos",
-                "terms": "agência,SINE,emprego,empregos,desempregado"
+                "terms": "agência, SINE, emprego, empregos, desempregado"
             },
             "office/estate_agent": {
                 "name": "Imobiliária",
-                "terms": "imobiliária,aluguel,casa,apartamento,casas,apartamentos"
+                "terms": "imobiliária, aluguel, casa, apartamento, casas, apartamentos"
             },
             "office/financial": {
                 "name": "Escritório Financeiro",
             },
             "office/insurance": {
                 "name": "Seguradora",
-                "terms": "seguro,seguradora,apólice,corretor"
+                "terms": "seguro, seguradora, apólice, corretor"
             },
             "office/it": {
                 "name": "Escritório de TI",
-                "terms": "ti,cpd,informática,computador,rede"
+                "terms": "ti, cpd, informática, computador, rede"
             },
             "office/lawyer": {
                 "name": "Escritório de Advocacia",
-                "terms": "advogado,advocacia,escritório"
+                "terms": "advocacia"
             },
             "office/newspaper": {
                 "name": "Escritório de Jornal",
-                "terms": "jornal,notícia"
+                "terms": "jornal, notícia"
             },
             "office/ngo": {
                 "name": "Sede de ONG",
             },
             "office/physician": {
                 "name": "Médico",
-                "terms": "médico,consultório,doutor,consulta"
+                "terms": "médico, consultório, doutor, consulta"
             },
             "office/political_party": {
                 "name": "Partido Político",
-                "terms": "política,político,partido,gabinete"
+                "terms": "política, político, partido, gabinete"
             },
             "office/research": {
                 "name": "Escritório de Pesquisa",
-                "terms": "pesquisa,pesquisas,pesquisador,escritório"
+                "terms": "pesquisa, pesquisas, pesquisador, escritório"
             },
             "office/telecommunication": {
                 "name": "Escritório de Telecomunicações",
             },
             "office/travel_agent": {
                 "name": "Agência de Viagens",
-                "terms": "viagem,viagens,agência"
+                "terms": "viagem, viagens, agência"
             },
             "piste": {
                 "name": "Pista de Ski",
             },
             "public_transport/platform": {
                 "name": "Plataforma",
-                "terms": "plataforma,embarque,desembarque,espera,transporte público"
+                "terms": "plataforma, embarque, desembarque, espera, transporte público"
             },
             "public_transport/stop_position": {
                 "name": "Posição de Parada",
-                "terms": "ponto,parada,ônibus,metrô,trem"
+                "terms": "ponto, parada, ônibus, metrô, trem"
             },
             "railway": {
                 "name": "Ferrovia",
                 "name": "Loja de Licores",
                 "terms": "Loja de Licores"
             },
-            "shop/art": {
-                "name": "Loja de Artes",
-                "terms": "Loja de Artes"
-            },
             "shop/bakery": {
                 "name": "Padaria",
                 "terms": "Padaria, Panificadora"
                 "name": "Casa de Apostas",
                 "terms": "Casa de Apostas"
             },
-            "shop/books": {
-                "name": "Livraria",
-                "terms": "Livraria"
-            },
             "shop/boutique": {
                 "name": "Butique",
                 "terms": "Butique"
                 "name": "Loja de Informática",
                 "terms": "Loja de Informática"
             },
-            "shop/confectionery": {
-                "name": "Doçaria",
-                "terms": "Confeitaria"
-            },
             "shop/convenience": {
                 "name": "Loja de Conveniência",
                 "terms": "Loja de Conveniência"
                 "name": "Loja de Ferragens/Bricolagem",
                 "terms": "Loja de Bricolagem, Faça você mesmo"
             },
-            "shop/dry_cleaning": {
-                "name": "Lavagem de Roupas a Seco",
-                "terms": "Limpeza a Seco, Lavagem a Seco"
-            },
             "shop/electronics": {
                 "name": "Loja de Eletrônicos",
                 "terms": "Loja de Eletrônicos"
                 "name": "Joalheria",
                 "terms": "Joalheria"
             },
-            "shop/kiosk": {
-                "name": "Quiosque Comercial",
-                "terms": "Quiosque"
-            },
             "shop/laundry": {
                 "name": "Lavanderia",
                 "terms": "Lavanderia"
             },
             "shop/lottery": {
                 "name": "Lotérica",
-                "terms": "Loteria, Casa Lotérica, Mega Sena, Trimania, Quina"
+                "terms": "Loteria, Casa Lotérica, Mega Sena, Quina"
             },
             "shop/mall": {
                 "name": "Centro Comercial",
                 "name": "Loja de Instrumentos Musicais",
                 "terms": "Loja de Discos Musicais, Loja de CD's, Loja de Vinil, Loja Musical"
             },
-            "shop/newsagent": {
-                "name": "Banca de Jornal",
-                "terms": "Banca de Jornal"
-            },
             "shop/optician": {
                 "name": "Ótica",
                 "terms": "Ótica"
             },
-            "shop/outdoor": {
-                "name": "Loja de Esporte/Aventura",
-                "terms": "Loja de Esportes de Aventura"
-            },
             "shop/pet": {
                 "name": "Pet Shop",
                 "terms": "Pet Shop"
                 "terms": "Loja Desocupada"
             },
             "shop/variety_store": {
-                "name": "Loja de Variedades a 1,99",
+                "name": "Loja de Variedades",
                 "terms": "Loja de Variedades"
             },
             "shop/video": {
index 5df00b4b7a97b29b27084974578a9ae2568602ce..f09a0e7f3bddf6cb5a67b09e9dd857ce68a41a54 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Remover",
-            "description": "Eliminar isto do mapa.",
+            "description": "Eliminar este elemento permanentemente.",
             "annotation": {
                 "point": "Ponto eliminado.",
                 "vertex": "Eliminado um ponto de uma linha.",
         "zoom": "Enquadrar percurso GPX",
         "browse": "Procurar por ficheiro .gpx"
     },
+    "mapillary": {
+        "tooltip": "Fotos ao nível da rua de Mapillary",
+        "title": "Sobreposição de foto (Mapillary)",
+        "view_on_mapillary": "Ver esta imagem no Mapillary"
+    },
     "help": {
         "title": "Ajuda",
         "help": "# Ajuda\n\nEste é um editor do [OpenStreetMap](http://www.openstreetmap.org/), o mapa mundial livre e editável. Pode utilizá-lo para adicionar e atualizar dados do mapa na sua área, colaborando na construção de um mapa mundial melhor para todos. \n\nAs edições que fizer neste mapa serão visíveis a todas as pessoas que utilizem o OpenStreetMap. Para poder alterar o mapa é necessário ter uma [conta no OpenStreetMap](https://www.openstreetmap.org/user/new). O [editor iD](http://ideditor.com/) é um projeto colaborativo com [código-fonte disponível no site GitHub](https://github.com/openstreetmap/iD). \n",
         },
         "areas": {
             "title": "Áreas",
-            "add": "As áreas permitem representar mais detalhadamente os elementos no mapa. Elas indicam os limites dos elementos. As áreas podem ser utilizadas para representar a maioria dos elementos que os pontos representam e são muitas vezes utilizadas para tal. **Clique no botão Área para adicionar uma nova área.**",
+            "add": "As áreas permitem delimitar concretamente os limites de certos elementos como por exemplo: lagos, edifícios e zonas residenciais. Elas também podem ser usadas para mapear mais detalhadamente outros elementos que são normalmente representados por pontos. **Clique no botão Área para adicionar uma nova área.**",
             "corner": "As áreas são criadas indicando os pontos que definem os limites destas. **Coloque o primeiro ponto num dos cantos do parque infantil que aparece na imagem de satélite.**",
             "place": "Continue a desenhar a área adicionando mais pontos. Termine a área clicando no ponto inicial desta. **Adicione os outros pontos nos cantos da área do parque infantil.**",
             "search": "**Pesquisar por '{name}'.**",
             "covered": {
                 "label": "Coberto"
             },
+            "craft": {
+                "label": "Tipo"
+            },
             "crop": {
                 "label": "Produção"
             },
             "sport_ice": {
                 "label": "Desporto"
             },
+            "sport_racing": {
+                "label": "Desporto"
+            },
             "structure": {
                 "label": "Estrutura",
                 "placeholder": "Desconhecido",
                 "terms": "Barbacue/Grill, Barbacue, Carne Assada"
             },
             "amenity/bench": {
-                "name": "Assento",
-                "terms": "Banco, Assento, Banco de Sentar, Sentar"
+                "name": "Banco de Sentar",
+                "terms": "Bench, Banco, Assento, Sentar"
             },
             "amenity/bicycle_parking": {
                 "name": "Parque de Bicicletas",
                 "name": "Aluguer de Barcos",
                 "terms": "Boat Rental"
             },
+            "amenity/bureau_de_change": {
+                "name": "Posto de Câmbio",
+                "terms": "Currency Exchange, Troca de Dinheiro"
+            },
             "amenity/bus_station": {
                 "name": "Estação de Autocarros",
                 "terms": "Bus Station, Autocarros "
                 "terms": "Charging Station, Estação de recarga, Energia, Bateria"
             },
             "amenity/childcare": {
-                "name": "Creche",
-                "terms": "Área de Cuidados Infantis"
+                "name": "Berçário / Creche",
+                "terms": "Nursery/Childcare, cuidados Infantis"
             },
             "amenity/cinema": {
                 "name": "Cinema",
             },
             "amenity/college": {
                 "name": "Colégio",
-                "terms": "Colégio, Colégio Interno, Escola Privada, Privada, Externatos, Semiprivado"
+                "terms": "College Grounds, Colégio, Colégio Interno, Escola Privada, Privada, Externatos, Semiprivado"
             },
             "amenity/compressed_air": {
                 "name": "Máquina de Ar Comprimido",
             },
             "amenity/kindergarten": {
                 "name": "Jardim Infantil / Infantário",
-                "terms": "Pré-Escola, Pré Escola"
+                "terms": "Preschool/Kindergarten Grounds, Pré-Escola, Pré Escola"
             },
             "amenity/library": {
                 "name": "Biblioteca",
                 "terms": "Estacionamento, Lugar de Estacionamento"
             },
             "amenity/parking_entrance": {
-                "name": "Entrada / Saída de Parque de \nEstacionamento",
+                "name": "Entrada / Saída de Estacionamento",
                 "terms": "Parking Garage Entrance/Exit"
             },
             "amenity/pharmacy": {
                 "terms": "Muçulmano, Mesquita"
             },
             "amenity/police": {
-                "name": "Polícia",
+                "name": "Posto de Polícia",
                 "terms": "Polícia, GNR, G.N.R., PSP, P.S.P., Polícia de Segurança Pública, Guarda Nacional Republicana"
             },
             "amenity/post_box": {
                 "terms": "Food Bank, Alimento, Comida"
             },
             "amenity/social_facility/group_home": {
-                "name": "Pousada Pública",
-                "terms": "Group Home, Hostel, Casa Comunitária"
+                "name": "Lar de Idosos",
+                "terms": "Elderly Group Home"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Abrigo para os Sem-Abrigo",
             },
             "amenity/university": {
                 "name": "Universidade",
-                "terms": "Universidade, Faculdade, Instituto, Politécnico"
+                "terms": "University Grounds, Universidade, Faculdade, Instituto, Politécnico"
             },
             "amenity/vending_machine": {
                 "name": "Máquina de Vendas Automática",
                 "name": "Igreja",
                 "terms": "Church"
             },
+            "building/college": {
+                "name": "Edifíco Colegial ",
+                "terms": "College Building"
+            },
             "building/commercial": {
                 "name": "Escritório",
                 "terms": "Prédio Comercial, Edifício Comercial"
                 "name": "Industria",
                 "terms": "Edifício Industrial, Manufactura, Fábrica"
             },
+            "building/kindergarten": {
+                "name": "Edifício de Jardim Infantil / Infantário",
+                "terms": "Preschool/Kindergarten Building"
+            },
             "building/public": {
                 "name": "Edifício Público",
                 "terms": "Public Building"
                 "name": "Armazém",
                 "terms": "Warehouse, Arrecadação"
             },
+            "craft": {
+                "name": "Ofício",
+                "terms": "Craft, Arofissão, Artesanato"
+            },
             "craft/basket_maker": {
                 "name": "Criador de Cestas",
                 "terms": "Basket Maker, Fabricante de Cestas, Fabricante de Cestos"
                 "name": "Fabrico de Vidro",
                 "terms": "Window Construction"
             },
+            "craft/winery": {
+                "name": "Adega",
+                "terms": "Winery, Bodega, Vinhos"
+            },
             "embankment": {
                 "name": "Aterro Elevado",
                 "terms": "Embankment, Elevação do Terreno"
                 "terms": "Trilha, Caminho"
             },
             "highway/pedestrian": {
-                "name": "Praça / Rua Pedonal",
-                "terms": "Pedonal, Pedestre"
+                "name": "Praça",
+                "terms": "Pedestrian, Rua Pedonal, Rua Pedestre"
             },
             "highway/primary": {
-                "name": "Estrada Nacional (Primária)",
-                "terms": "Estrada Principal, Rodovia Principal, Estrada Primária, Rodovia Primária, Primário"
+                "name": "Estrada Primária",
+                "terms": "Primary Road, Estrada Nacional, Rodovia Principal, Estrada Primária, Rodovia Primária, Primário"
             },
             "highway/primary_link": {
-                "name": "Nó de Ligação a uma Estrada Nacional (Primária)",
-                "terms": "Ligação Estrada Nacional, Ligação Rodovia Nacional, Ligação Nacional,  Ligação Estrada Principal, Entrada Estrada Nacional, Entrada Rodovia Nacional, Entrada Nacional, Entrada Estrada Nacional, Saída Nacional, Saída Rodovia Nacional, Saída Nacional, Saída Estrada Nacional,"
+                "name": "Nó de Ligação a uma Estrada Primária",
+                "terms": "Primary Link, Ligação Estrada Nacional, Ligação Rodovia Nacional, Ligação Nacional,  Ligação Estrada Principal, Entrada Estrada Nacional, Entrada Rodovia Nacional, Entrada Nacional, Entrada Estrada Nacional, Saída Nacional, Saída Rodovia Nacional, Saída Nacional, Saída Estrada Nacional,"
+            },
+            "highway/raceway": {
+                "name": "Circuito de Corrida Automóvel",
+                "terms": "Motor Raceway"
             },
             "highway/residential": {
                 "name": "Rua Residencial",
                 "terms": "Rest Area, Posto de Descanço"
             },
             "highway/road": {
-                "name": "Estrada Incógnita",
+                "name": "Estrada com Classificação Desconhecida",
                 "terms": "Estrada Genérica, Rodovia Genérica, Estrada Desconhecida, Rodovia Desconhecida"
             },
             "highway/secondary": {
-                "name": "Estrada Regional (Secundária)",
-                "terms": "Estrada Secundária, Rodovia Secundária, Secundário"
+                "name": "Estrada Secundária",
+                "terms": "Secondary Road, Estrada Regional, Rodovia Secundária, Secundário"
             },
             "highway/secondary_link": {
-                "name": "Nó de ligação a uma Estrada Regional (Secundária)",
-                "terms": "Ligação Estrada Regional, Ligação Rodovia Regional, Ligação Regional,  Ligação Estrada Secundária, Entrada Estrada Regional, Entrada Rodovia Regional, Entrada Regional, Entrada Estrada Secundária, Saída Regional, Saída Rodovia Regional, Saída Regional, Saída Estrada Secundária"
+                "name": "Nó de Ligação a uma Estrada Secundária",
+                "terms": "Secondary Link, Ligação Estrada Regional, Ligação Rodovia Regional, Ligação Regional,  Ligação Estrada Secundária, Entrada Estrada Regional, Entrada Rodovia Regional, Entrada Regional, Entrada Estrada Secundária, Saída Regional, Saída Rodovia Regional, Saída Regional, Saída Estrada Secundária"
             },
             "highway/service": {
                 "name": "Estrada de Serviço",
                 "terms": "Street Lamp, Poste de Luz, Lâmpada, Luz, Iluminação"
             },
             "highway/tertiary": {
-                "name": "Estrada / Caminho Municipal (Terciária)",
-                "terms": "Estrada Terciária, Rodovia Terciária, Terciário, Caminho Municipal"
+                "name": "Estrada Terciária",
+                "terms": "Tertiary Road, Estrada Municipal, Caminho Municipal, Rodovia Terciária, Terciário, Caminho Municipal"
             },
             "highway/tertiary_link": {
-                "name": "Nó de ligação a uma Estrada / Caminho \n\nMunicipal (Terciária)",
-                "terms": "Ligação Estrada Municipal, Ligação Rodovia Municipal, Ligação Municipal,  Ligação Estrada Terciária, Entrada Estrada Municipal, Entrada Rodovia Municipal, Entrada Municipal, Entrada Estrada Terciária, Saída Municipal, Saída Rodovia Municipal, Saída Municipal, Saída Estrada Municipal"
+                "name": "Nó de Ligação a uma Estrada Terciária",
+                "terms": "Tertiary Link, Ligação Estrada Municipal, Ligação Rodovia Municipal, Ligação Municipal,  Ligação Estrada Terciária, Entrada Estrada Municipal, Entrada Rodovia Municipal, Entrada Municipal, Entrada Estrada Terciária, Saída Municipal, Saída Rodovia Municipal, Saída Municipal, Saída Estrada Municipal"
             },
             "highway/track": {
                 "name": "Estrada Florestal / Agrícola",
                 "terms": "Inversão de Marcha"
             },
             "highway/unclassified": {
-                "name": "Estrada Sem Classificação Ofícial",
-                "terms": "Estrada Não-Classificada"
+                "name": "Estrada sem Classificação",
+                "terms": "Unclassified, Estrada Não-Classificada"
             },
             "historic": {
                 "name": "Local Histórico",
                 "terms": "Cemitério, Vala"
             },
             "landuse/churchyard": {
-                "name": "Átrio da Igreja",
+                "name": "Adro da Igreja",
                 "terms": "Churchyard, Área da Igreja, Zona da Igreja, Praça da Igreja"
             },
             "landuse/commercial": {
                 "terms": "Lazer, Diversão, Leisure"
             },
             "leisure/common": {
-                "name": "Comum",
+                "name": "Baldio",
                 "terms": "Common"
             },
             "leisure/dog_park": {
                 "name": "Parque Infantil",
                 "terms": "Parque Infantil, Escorrega, Baloiço, Escorregas, Baloiços"
             },
+            "leisure/running_track": {
+                "name": "Pista de Corrida",
+                "terms": "Racing Track, Pista de Atletismo"
+            },
             "leisure/slipway": {
                 "name": "Rampa para Barcos",
                 "terms": "Slipway"
                 "terms": "Piscina, Swimming Pool"
             },
             "leisure/track": {
-                "name": "Pista de Corrida",
-                "terms": "Race Track, Pista Automobilística, Circuito"
+                "name": "Circuito de Corrida (não Motorizada)",
+                "terms": "Racetrack (non-Motorsport), Circuito de Bicicletas"
             },
             "line": {
                 "name": "Linha",
             },
             "man_made/water_well": {
                 "name": "Poço de Água",
-                "terms": "Water well"
+                "terms": "Water Well"
             },
             "man_made/water_works": {
                 "name": "Estação de Captação e Tratamento de Água",
                 "terms": "praia"
             },
             "natural/cliff": {
-                "name": "Falésia / Arriba",
+                "name": "Precipício",
                 "terms": "Escarpa"
             },
             "natural/coastline": {
                 "terms": "Costa, Orla"
             },
             "natural/fell": {
-                "name": "Tunturi",
+                "name": "Encosta",
                 "terms": "Fell"
             },
             "natural/glacier": {
                 "terms": "Educacional Institution, Escola"
             },
             "office/employment_agency": {
-                "name": "Centro de Emprego",
+                "name": "Agência de Emprego",
                 "terms": "Employment Agency, Agência de Emprego"
             },
             "office/estate_agent": {
                 "terms": "Localidade"
             },
             "place/neighbourhood": {
-                "name": "Vizinhança",
-                "terms": "Neigborhood, Bairro"
+                "name": "Bairro",
+                "terms": "Neigborhood, Vizinhança"
             },
             "place/suburb": {
                 "name": "Borough",
                 "terms": "Minor Power Line, Linha de Transmissão Menor, Linha de Energia Menor"
             },
             "power/pole": {
-                "name": "Poste de Eletricidade",
-                "terms": "Poste de Eletricidade"
+                "name": "Torre de Baixa Tensão",
+                "terms": "Power Pole, Poste de Eletricidade"
             },
             "power/sub_station": {
                 "name": "Subestação",
                 "terms": "Substation"
             },
             "power/tower": {
-                "name": "Torre de Alta Tensão",
-                "terms": "Torre de Alta-Tensão, Poste de Alta-Tensão"
+                "name": "Torre de Média e Alta Tensão",
+                "terms": "High-Voltage Tower, Torre de Alta-Tensão, Poste de Alta-Tensão"
             },
             "power/transformer": {
                 "name": "Transformador de Distribuição",
                 "name": "Loja de Bebidas Alcoólicas",
                 "terms": "Alcool"
             },
+            "shop/anime": {
+                "name": "Loja de Anime",
+                "terms": "Anime Shop, Loja de material Asiático, Manga, Anime"
+            },
+            "shop/antiques": {
+                "name": "Loja de Antiguidades",
+                "terms": "Antiques Shop"
+            },
             "shop/art": {
-                "name": "Loja de Arte",
-                "terms": "Art Shop, Venda de Arte, Exposição"
+                "name": "Galeria de Arte",
+                "terms": "Art Gallery, Art Shop, Exposição"
+            },
+            "shop/baby_goods": {
+                "name": "Loja de Acessórios para Bebés",
+                "terms": "Baby Goods Store, Loja de Roupa, Carrinho, Brinquedos"
+            },
+            "shop/bag": {
+                "name": "Loja de Malas / Bagagem",
+                "terms": "Bag/Luggage Store"
             },
             "shop/bakery": {
                 "name": "Padaria",
                 "terms": "Padaria"
             },
+            "shop/bathroom_furnishing": {
+                "name": "Loja de Assessórios para Casas de Banho",
+                "terms": "Bathroom Furnishing Store"
+            },
             "shop/beauty": {
                 "name": "Loja de Beleza",
                 "terms": "Loja de Beleza"
             },
+            "shop/bed": {
+                "name": "Loja de Camas / Colchões",
+                "terms": "Bedding/Mattress Store"
+            },
             "shop/beverages": {
                 "name": "Loja de Bebidas",
                 "terms": "Beverage Store"
             },
             "shop/books": {
                 "name": "Livraria",
-                "terms": "Livraria"
+                "terms": "Book Store, Loja de Livros"
             },
             "shop/boutique": {
                 "name": "Boutique",
                 "name": "Talho",
                 "terms": "Talho"
             },
+            "shop/candles": {
+                "name": "Loja de Velas",
+                "terms": "Candle Shop"
+            },
             "shop/car": {
                 "name": "Loja de Automóveis",
                 "terms": "Concessonária de Automomóveis"
                 "name": "Oficina de Automóveis",
                 "terms": "Ofinina de Automóveis"
             },
+            "shop/carpet": {
+                "name": "Loja de Carpetes / Tapetes",
+                "terms": "Carpet Store"
+            },
+            "shop/cheese": {
+                "name": "Loja de Queijos",
+                "terms": "Cheese Store"
+            },
             "shop/chemist": {
                 "name": "Drogaria",
                 "terms": "Chemist"
             },
+            "shop/chocolate": {
+                "name": "Loja de Chocolate",
+                "terms": "Chocolate Store"
+            },
             "shop/clothes": {
                 "name": "Loja de Roupas",
                 "terms": "Loja de Roupa"
             },
             "shop/confectionery": {
                 "name": "Confeitaria",
-                "terms": "Confectionery"
+                "terms": "Candy Store, Loja de Gomas"
             },
             "shop/convenience": {
                 "name": "Loja de Conveniência",
                 "terms": "Loja de Conviniência"
             },
+            "shop/copyshop": {
+                "name": "Loja de Fotocópias",
+                "terms": "Copy Store"
+            },
+            "shop/cosmetics": {
+                "name": "Loja de Cosmetica",
+                "terms": "Cosmetics"
+            },
+            "shop/craft": {
+                "name": "Loja de Artes e Ofícios",
+                "terms": "Arts and Crafts Store"
+            },
+            "shop/curtain": {
+                "name": "Loja de Curtinas",
+                "terms": "Curtain Store"
+            },
+            "shop/dairy": {
+                "name": "Loja de Lacticínios",
+                "terms": "Dairy Store, Produtos Lácteos"
+            },
             "shop/deli": {
                 "name": "Loja de Gourmet / Delicacias",
                 "terms": "Deli"
             },
             "shop/dry_cleaning": {
                 "name": "Limpeza a Seco",
-                "terms": "Dry Cleaners"
+                "terms": "Dry Cleaner"
             },
             "shop/electronics": {
                 "name": "Loja de Eletrónica de Consumo",
                 "terms": "Loja de Eletrodomésticos"
             },
+            "shop/erotic": {
+                "name": "Sex Shop",
+                "terms": "Erotic Store"
+            },
+            "shop/fabric": {
+                "name": "Loja de Tecidos",
+                "terms": "Fabric Store"
+            },
             "shop/farm": {
                 "name": "Barraca de Produtos do Campo",
                 "terms": "Barraca de Fruta, Barraca de Legumes, Barraca de Hortaliças, Barraca de Batatas"
             },
+            "shop/fashion": {
+                "name": "Loja de Moda",
+                "terms": "Fashion Store"
+            },
             "shop/fishmonger": {
                 "name": "Peixaria",
                 "terms": "Fishmonger, Pesqueiro"
                 "name": "Florista",
                 "terms": "Florista"
             },
+            "shop/frame": {
+                "name": "Loja de Molduras",
+                "terms": "Framing Shop"
+            },
             "shop/funeral_directors": {
                 "name": "Agência Funerária",
                 "terms": "Funeral Home, Casa Funerária, Agência Mortuária, Casa Mortuária"
             },
+            "shop/furnace": {
+                "name": "Fábrica de Fornos",
+                "terms": "Furnace Store, Loja de Fornos"
+            },
             "shop/furniture": {
                 "name": "Loja de Mobiliário",
                 "terms": "Loja de Móveis"
                 "name": "Loja de Ferragens",
                 "terms": "Hardware Store"
             },
+            "shop/hearing_aids": {
+                "name": "Loja de Aparelhos Auditivos",
+                "terms": "Hearing Aids Store"
+            },
+            "shop/herbalist": {
+                "name": "Herbalista",
+                "terms": "Herbalist"
+            },
             "shop/hifi": {
                 "name": "Loja de Alta Fidelidade",
                 "terms": "Hifi Store, Som"
             },
+            "shop/interior_decoration": {
+                "name": "Loja de Decoração de Interiores",
+                "terms": "Interior Decoration Store"
+            },
             "shop/jewelry": {
                 "name": "Joalharia",
                 "terms": "Jeweler"
             },
             "shop/kiosk": {
                 "name": "Quiosque",
-                "terms": "Quiosque"
+                "terms": "News Kiosk"
+            },
+            "shop/kitchen": {
+                "name": "Loja de Materiais de Culinária",
+                "terms": "Kitchen Design Store"
             },
             "shop/laundry": {
                 "name": "Lavandaria",
                 "terms": "Laundry, Roupa, Secagem"
             },
+            "shop/leather": {
+                "name": "Loja de Peles",
+                "terms": "Leather Store, Loja de Cabedais"
+            },
             "shop/locksmith": {
                 "name": "Serralheiro",
                 "terms": "Locksmith, Fechaduras"
                 "name": "Centro Comercial",
                 "terms": "Mall, Shopping"
             },
+            "shop/massage": {
+                "name": "Loja de Massagens",
+                "terms": "Massage Shop, Massagista"
+            },
+            "shop/medical_supply": {
+                "name": "Loja de Materiais Médicos ",
+                "terms": "Medical Supply Store"
+            },
             "shop/mobile_phone": {
                 "name": "Loja de Telemóveis",
                 "terms": "Loja de Telemóveis"
             },
+            "shop/money_lender": {
+                "name": "Emprestador de Dinheiro",
+                "terms": "Money Lender"
+            },
             "shop/motorcycle": {
                 "name": "Loja de Motas",
                 "terms": "Loja de Motos"
                 "name": "Loja de Música",
                 "terms": "Loja de Música"
             },
+            "shop/musical_instrument": {
+                "name": "Loja de Instrumentos Musicais",
+                "terms": "Musical Instrument Store, Guitarra, Piano, Violino, Bateria, Som"
+            },
             "shop/newsagent": {
-                "name": "Loja de Jornais e Revistas",
-                "terms": "Newsagent"
+                "name": "Loja de Jornais / Revistas",
+                "terms": "Newspaper/Magazine Shop"
             },
             "shop/optician": {
                 "name": "Loja de Ótica / Oculos",
                 "terms": "Optician"
             },
+            "shop/organic": {
+                "name": "Loja de Material Orgânico",
+                "terms": "Organic Good Store"
+            },
             "shop/outdoor": {
-                "name": "Loja de Artigos p/Atividades ao Ar Livre",
-                "terms": "Outdoor Store"
+                "name": "Loja de Equipamento Outdoor",
+                "terms": "Outdoors Store, Caminada, Escalada, Passeio"
+            },
+            "shop/paint": {
+                "name": "Loja de Tintas",
+                "terms": "Paint Store, Tintas"
+            },
+            "shop/pawnbroker": {
+                "name": "Loja de Penhoras",
+                "terms": "Pawn Shop"
             },
             "shop/pet": {
                 "name": "Loja de Animais",
                 "name": "Loja de Fotografia",
                 "terms": "Photography Store, Fotográfo"
             },
+            "shop/pyrotechnics": {
+                "name": "Loja de Pirotécnia",
+                "terms": "Fireworks Store, Fogo de Artifício"
+            },
+            "shop/radiotechnics": {
+                "name": "Loja de Componentes de Eletrónicos / Rádio",
+                "terms": "Radio/Electronic Component Store"
+            },
+            "shop/religion": {
+                "name": "Loja de Artigos Religiosos",
+                "terms": "Religious Store, Religião"
+            },
+            "shop/scuba_diving": {
+                "name": "Loja de Equipamento para Mergulho",
+                "terms": "Scuba Diving Shop"
+            },
             "shop/seafood": {
                 "name": "Loja de Frutos do Mar",
                 "terms": "Seafood Shop, Camarão, Lagosta, Caranguejo, Ameijoas, Mexilhões"
             },
+            "shop/second_hand": {
+                "name": "Loja de Produtos em Segunda Mão",
+                "terms": "Consignment/Thrift Store, Loja de Consignação"
+            },
             "shop/shoes": {
                 "name": "Sapataria",
                 "terms": "Loja de Sapatos, Sapataria"
                 "name": "Alfaiate",
                 "terms": "Tailor, Vestido, Fato, Roupa"
             },
+            "shop/tattoo": {
+                "name": "Estúdio de Tatuagens ",
+                "terms": "Tattoo Parlor, Tatuagens "
+            },
+            "shop/tea": {
+                "name": "Loja de Chá",
+                "terms": "Tea Store"
+            },
+            "shop/ticket": {
+                "name": "Bilheteira",
+                "terms": "Ticket Seller, Bilheteria, Bilhete, Ingresso"
+            },
+            "shop/tobacco": {
+                "name": "Tabacaria",
+                "terms": "Tobacco Shop, Loja de Tabaco"
+            },
             "shop/toys": {
                 "name": "Loja de Brinquedos",
                 "terms": "Loja de Brinquedos"
                 "name": "Loja Vazia",
                 "terms": "Vacant Shop"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Loja de Aspiradores",
+                "terms": "Vacuum Cleaner Store"
+            },
             "shop/variety_store": {
                 "name": "Loja dos Chineses",
                 "terms": "Variety Store, Loja dos 300, Loja dos Trezentos javascript:;"
                 "name": "Videoclube",
                 "terms": "Video Store"
             },
+            "shop/video_games": {
+                "name": "Loja de Videojogos",
+                "terms": "Video Game Store, Jogos de Computador, Consola"
+            },
+            "shop/water_sports": {
+                "name": "Loja de Material de Natação",
+                "terms": "Watersport/Swim Shop, Material de Banho"
+            },
+            "shop/weapons": {
+                "name": "Armaria",
+                "terms": "Weapon Shop, Loja de Armas"
+            },
+            "shop/window_blind": {
+                "name": "Loja de Estores",
+                "terms": "Window Blind Store"
+            },
             "shop/wine": {
                 "name": "Loja de Vinhos",
                 "terms": "Wine Shop, Loja de Licor, Bebidas Alcoolicas"
                 "terms": "Hotel"
             },
             "tourism/information": {
-                "name": "Outros Pontos de Informação Turística",
+                "name": "Informação Turística",
                 "terms": "Informação"
             },
             "tourism/motel": {
index 79bde44625036d200a90806938671f6cc9bd458e..fcfda27714fa4d3520d0af92caefc926848b7068 100644 (file)
@@ -61,7 +61,6 @@
         },
         "delete": {
             "title": "Sterge",
-            "description": "Șterge de pe hartă.",
             "annotation": {
                 "point": "Șterge un punct.",
                 "vertex": "Șterge un nod dintr-o cale.",
             "amenity/townhall": {
                 "name": "Primărie"
             },
-            "amenity/university": {
-                "name": "Universitate"
-            },
             "building": {
                 "name": "Clădire"
             },
index e5ef11be0ad8e993f2afb6459bef45198ef809fc..7f2964823d69a5618c1c0e78c0ae2de207c1f78a 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Удалить",
-            "description": "УбÑ\80аÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82 Ñ\81 ÐºÐ°Ñ\80Ñ\82Ñ\8b.",
+            "description": "УдалиÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82 Ð¾ÐºÐ¾Ð½Ñ\87аÑ\82елÑ\8cно.",
             "annotation": {
                 "point": "Удалена точка.",
                 "vertex": "Удалёна точка из линии.",
         "zoom": "Навести на GPX-трек",
         "browse": "Выбрать .gpx-файл"
     },
+    "mapillary": {
+        "tooltip": "Фотографии уровня улиц из Mapillary",
+        "title": "Наложение фотографий (Mapillary)",
+        "view_on_mapillary": "Посмотреть это изображение на Mapillary"
+    },
     "help": {
         "title": "Справка",
         "help": "# Справка\n\nЭто редактор [OpenStreetMap](http://www.openstreetmap.org/): общедоступной,\nсвободно редактируемой карты мира. Вы можете использовать этот редактор для добавления\nи обновления карты вашей местности, помогая всем,\nулучшая открытую и свободную карту мира\n\nВаши правки увидит каждый пользователь карты OpenStreetMap. Для\nредактирования вам потребуется [зарегистрироваться в OpenStreetMap](https://www.openstreetmap.org/user/new).\n\n[Редактор iD](http://ideditor.com/) — открытый совместный проект\nс [исходным кодом на GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Области",
-            "add": "Области — более детальный способ описать объект карты. Они задают границы объекта. Областями можно нарисовать большинство объектов, обозначаемых точками, и часто это предпочтительный способ.\n **Щелкните кнопку «Область» для создания новой области.**",
+            "add": "Области используются для отображения границ таких объектов как озёра, здания и земельные участки. Они так же могут использоваться для более детальной отрисовки большинства объектов, которые вы так же можете обозначить точками. **Щелкните кнопку «Область» для добавления новой области.**",
             "corner": "Нарисовать область можно, задав её границу точками.\n**Поставьте начальную точку в каком-нибудь углу детской площадки.** ",
             "place": "Нарисуйте область, расставляя точки, задающие её контур. Завершите контур нажатием на начальную точку. **Нарисуйте контур детской площадки.**",
             "search": "**Найдите детскую площадку** ",
         },
         "fields": {
             "access": {
-                "label": "Ð\9eгÑ\80аниÑ\87ениÑ\8f",
+                "label": "Ð\94оÑ\81Ñ\82Ñ\83п",
                 "placeholder": "Неизвестно",
                 "types": {
-                    "access": "Ð\9eбÑ\89ие",
+                    "access": "Ð\94лÑ\8f Ð²Ñ\81еÑ\85",
                     "foot": "Пешеходы",
                     "motor_vehicle": "Автотранспорт",
                     "bicycle": "Велосипеды",
                         "description": "Посторонним доступ запрещён"
                     },
                     "permissive": {
-                        "title": "РазÑ\80еÑ\88ено",
-                        "description": "Доступ возможен до тех пор, пока владелец не отменит разрешение"
+                        "title": "Ð\94опÑ\83Ñ\81каеÑ\82Ñ\81Ñ\8f",
+                        "description": "Доступ возможен до тех пор, пока владелец не отменит разрешение в любой момент"
                     },
                     "private": {
                         "title": "С разрешения владельца",
                         "description": "Доступ разрешён только с разрешения владельца в индивидуальном порядке"
                     },
                     "designated": {
-                        "title": "Ð\9eбознаÑ\87ено",
+                        "title": "Ð\9fÑ\80едназнаÑ\87еннÑ\8bй",
                         "description": "Доступ разрешен в соответствии со знаками или специфичными местными законами"
                     },
                     "destination": {
-                        "title": "Ð\9cеÑ\81Ñ\82о назначения",
+                        "title": "Ð\94о Ð¼ÐµÑ\81Ñ\82а назначения",
                         "description": "Транзитное движение запрещено"
                     }
                 }
             },
             "access_simple": {
-                "label": "Ð\9eгÑ\80аниÑ\87ениÑ\8f",
+                "label": "Ð\94оÑ\81Ñ\82Ñ\83п",
                 "placeholder": "да"
             },
             "access_toilets": {
-                "label": "Ð\9eгÑ\80аниÑ\87ениÑ\8f"
+                "label": "Ð\94оÑ\81Ñ\82Ñ\83п"
             },
             "address": {
                 "label": "Адрес",
                     "postcode": "Почтовый индекс",
                     "place": "Населённый пункт",
                     "hamlet": "Малое село",
+                    "state": "Штат",
                     "country": "Страна"
                 }
             },
                 "label": "Тип"
             },
             "aerialway/access": {
-                "label": "Ð\9eгÑ\80аниÑ\87ениÑ\8f",
+                "label": "Ð\94оÑ\81Ñ\82Ñ\83п",
                 "options": {
                     "entry": "Вход",
                     "exit": "Выход",
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "Ð\9eгÑ\80аниÑ\87ениÑ\8f (летом)",
+                "label": "Ð\94оÑ\81Ñ\82Ñ\83п (летом)",
                 "options": {
                     "entry": "Вход",
                     "exit": "Выход",
             },
             "fax": {
                 "label": "Факс",
-                "placeholder": "+31 42 123 4567"
+                "placeholder": "+7 495 1234567"
             },
             "fee": {
                 "label": "Стоимость"
             "fire_hydrant/type": {
                 "label": "Тип",
                 "options": {
-                    "wall": "Стена",
-                    "pond": "Пруд"
+                    "pillar": "Наземный",
+                    "underground": "Подземный",
+                    "wall": "Настенный",
+                    "pond": "Около пруда"
                 }
             },
             "fixme": {
                 "label": "Часы работы"
             },
             "operator": {
-                "label": "Ð\92ладелеÑ\86"
+                "label": "Ð\9eбÑ\81лÑ\83живаÑ\8eÑ\89аÑ\8f ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ñ\8f"
             },
             "par": {
                 "placeholder": "3, 4, 5..."
             "parking": {
                 "label": "Тип",
                 "options": {
-                    "surface": "Покрытие"
+                    "surface": "Наземная",
+                    "multi-storey": "Многоярусная",
+                    "underground": "Подземная",
+                    "sheds": "Сараи рядом с домом",
+                    "carports": "Автомобильный навес",
+                    "garage_boxes": "Одноярусные гаражи"
                 }
             },
             "phone": {
                 "label": "Телефон",
-                "placeholder": "+31 42 123 4567"
+                "placeholder": "+7 495 1234567"
             },
             "piste/difficulty": {
                 "label": "Сложность"
                 "label": "Подготовка"
             },
             "piste/type": {
-                "label": "Тип"
+                "label": "Тип",
+                "options": {
+                    "downhill": "Горнолыжная трасса",
+                    "nordic": "Для классического хода",
+                    "sled": "Для саней",
+                    "sleigh": "Для грузовых саней",
+                    "ice_skate": "Для конькового хода",
+                    "snow_park": "Снежный парк",
+                    "playground": "Детская трасса"
+                }
             },
             "place": {
                 "label": "Тип"
                 "label": "Тип"
             },
             "shelter": {
-                "label": "Укрытие"
+                "label": "Укрытие от непогоды"
             },
             "shelter_type": {
                 "label": "Тип"
                 "label": "Тип"
             },
             "smoking": {
-                "label": "Курение"
+                "label": "Курение",
+                "placeholder": "Запрещено, в отдельной зоне, разрешено…",
+                "options": {
+                    "no": "Курить запрещено везде",
+                    "separated": "В зоне для курящих, не отделённой физически",
+                    "isolated": "В зоне для курящих, отделённой физически",
+                    "outside": "Разрешено снаружи",
+                    "yes": "Разрешено везде",
+                    "dedicated": "Предназначено для курящих (например, сигарный клуб)"
+                }
+            },
+            "smoothness": {
+                "label": "Проходимость"
             },
             "social_facility_for": {
                 "placeholder": "Обслуживают бездомных, инвалидов,  детей и т. п."
             },
             "amenity/bicycle_parking": {
                 "name": "Велопарковка",
-                "terms": "велопарковка, велопаркинг, парковка для велосипедов, паркинг для велосипедов"
+                "terms": "велопарковка, велопаркинг, парковка для велосипедов, паркинг для велосипедов, велостоянка"
             },
             "amenity/bicycle_rental": {
                 "name": "Велопрокат",
                 "name": "Аренда Лодок",
                 "terms": "Прокат Лодок"
             },
+            "amenity/bureau_de_change": {
+                "name": "Пункт обмена валюты"
+            },
             "amenity/bus_station": {
-                "name": "Автобусная станция"
+                "name": "Автобусная станция (вокзал)",
+                "terms": "автобусная станция, автовокзал, вокзал"
             },
             "amenity/cafe": {
                 "name": "Кафе",
                 "name": "Станция для зарядки",
                 "terms": "станция зарядки, станция для подзарядки, станция подзарядки, станция для зарядки электромобилей, станция зарядки электромобилей, станция для подзарядки электромобилей, станция подзарядки электромобилей, "
             },
-            "amenity/childcare": {
-                "name": "Уход за детьми"
-            },
             "amenity/cinema": {
                 "name": "Кинотеатр",
                 "terms": "кинотеатр, кино, кинозал, киноплекс, моноэкран, миниплекс, мультиплекс, мегаплекс"
                 "name": "Часы",
                 "terms": "часы, время"
             },
-            "amenity/college": {
-                "name": "Колледж",
-                "terms": "ПТУ, колледж, техникум"
-            },
             "amenity/compressed_air": {
                 "name": "Сжатый воздух"
             },
             "amenity/hospital": {
                 "name": "Территория больницы"
             },
-            "amenity/kindergarten": {
-                "name": "Территория детского сада",
-                "terms": "Детский сад,Детская площадка,Ясли"
-            },
             "amenity/library": {
                 "name": "Библиотека",
                 "terms": "библиотека"
             },
             "amenity/parking": {
                 "name": "Автомобильная стоянка",
-                "terms": "парковка, паркинг, автостоянка"
+                "terms": "парковка, паркинг, автостоянка, автомобильная парковка"
             },
             "amenity/parking_entrance": {
                 "name": "Вход/выход с автостоянки"
                 "terms": "Школьная площадка"
             },
             "amenity/shelter": {
-                "name": "Укрытие",
-                "terms": "Укрытие, Навес, Защита от непогоды"
+                "name": "Укрытие от непогоды",
+                "terms": "Укрытие, Навес, Защита от непогоды, Беседка"
             },
             "amenity/social_facility": {
                 "name": "Социальное учреждение"
             },
+            "amenity/social_facility/food_bank": {
+                "name": "Пищевой банк"
+            },
             "amenity/social_facility/homeless_shelter": {
-                "name": "СоÑ\86иалÑ\8cнÑ\8bе Ñ\83Ñ\87Ñ\80еждениÑ\8f"
+                "name": "Ð\92Ñ\80еменное Ð¶Ð¸Ð»Ñ\8cÑ\91 Ð´Ð»Ñ\8f Ð±ÐµÐ·Ð´Ð¾Ð¼Ð½Ñ\8bÑ\85 Ð¸ Ð±ÐµÐ´Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89иÑ\85"
             },
             "amenity/studio": {
                 "name": "Студия"
                 "name": "Администрация",
                 "terms": "Администрация, мэрия, администрация города, администрация района, совет, ратуша, администрация, муниципалитет"
             },
-            "amenity/university": {
-                "name": "Университет",
-                "terms": "университет, институт, вуз"
-            },
             "amenity/vending_machine": {
                 "name": "Торговый Автомат",
                 "terms": "Торговый автомат, автомат, торгомат"
                 "terms": "Гостиница, Отель, Здание гостиницы, Здание отеля"
             },
             "building/house": {
-                "name": "Частный дом",
+                "name": "ЧаÑ\81Ñ\82нÑ\8bй Ð¶Ð¸Ð»Ð¾Ð¹ Ð´Ð¾Ð¼",
                 "terms": "дом, частный дом, изба, хата"
             },
             "building/hut": {
                 "terms": "Жилой дом, Жилое здание"
             },
             "building/retail": {
-                "name": "Ð\9cагазин Ñ\80озниÑ\87ной Ñ\82оÑ\80говли"
+                "name": "ТоÑ\80говое Ð·Ð´Ð°Ð½Ð¸Ðµ"
             },
             "building/roof": {
                 "name": "Крыша",
                 "name": "Блокированные дома"
             },
             "building/train_station": {
-                "name": "Железнодорожный вокзал"
+                "name": "Железнодорожный вокзал",
+                "terms": "вокзал, ж/д вокзал, железнодорожный вокзал"
             },
             "building/university": {
                 "name": "Здание университета, института "
                 "name": "Скульптор"
             },
             "craft/plumber": {
-                "name": "Водопроводчик"
+                "name": "Водопроводчик",
+                "terms": "Водопроводчик, сантехник"
             },
             "craft/pottery": {
                 "name": "Портной"
                 "name": "Съезд с дороги регионального значения"
             },
             "highway/residential": {
-                "name": "УлиÑ\86а",
+                "name": "Ð\94оÑ\80ога Ð²Ð´Ð¾Ð»Ñ\8c Ð¶Ð¸Ð»Ñ\8bÑ\85 Ð·Ð¾Ð½",
                 "terms": "Улица, Жилая улица"
             },
             "highway/rest_area": {
                 "name": "Военная территория"
             },
             "landuse/orchard": {
-                "name": "Ð\9aÑ\83Ñ\81Ñ\82аÑ\80ник",
+                "name": "Ð\9fлодовÑ\8bй Ñ\81ад",
                 "terms": "фруктовый сад, сад"
             },
             "landuse/quarry": {
                 "name": "Бассейн",
                 "terms": "плавательный бассейн, плавательный бассеин"
             },
-            "leisure/track": {
-                "name": "Гоночная Трасса",
-                "terms": "Трасса для Гонок, Трек, Трасса, Автодром"
-            },
             "line": {
                 "name": "Линия",
                 "terms": "Линия"
                 "name": "Водонапорная башня",
                 "terms": "водонапорная башня, водонапорная вышка"
             },
-            "man_made/water_well": {
-                "name": "Колодец",
-                "terms": "колодец"
-            },
             "man_made/water_works": {
                 "name": "Станция водоподготовки",
                 "terms": "Водозабор"
                 "terms": "пляж"
             },
             "natural/cliff": {
-                "name": "Скала",
+                "name": "Скальный обрыв",
                 "terms": "Скала, Утёс, Шхеры"
             },
             "natural/coastline": {
                 "terms": "Урочище, Заброшенное поселение"
             },
             "place/neighbourhood": {
-                "name": "Исторический район (города) со сложившимся именем"
+                "name": "Исторический район со сложившимся именем"
             },
             "place/suburb": {
                 "name": "Именованная часть города"
                 "name": "Винный магазин",
                 "terms": "Винный магазин, Винная лавка, Вино-водочный магазин"
             },
-            "shop/art": {
-                "name": "Ð\90Ñ\80Ñ\82-магазин",
-                "terms": "Ð\9cагазин Ð¸Ñ\81кÑ\83Ñ\81Ñ\81Ñ\82в, Ð\90Ñ\80Ñ\82 Ð³Ð°Ð»ÐµÑ\80еÑ\8f"
+            "shop/anime": {
+                "name": "Ð\9cагазин Ð°Ð½Ð¸Ð¼Ðµ",
+                "terms": "магазин Ð°Ð½Ð¸Ð¼Ðµ, Ð°Ð½Ð¸Ð¼Ðµ, Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ Ð¼Ð°Ð½Ð³Ð¸, Ð¼Ð°Ð½Ð³Ð°, Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ ÐºÐ¾Ñ\81плеÑ\8f, ÐºÐ¾Ñ\81плей"
             },
             "shop/bakery": {
                 "name": "Хлебный",
                 "terms": "Букмекер, Ставки, Лототрон, Пари, Лотерея"
             },
             "shop/books": {
-                "name": "Книжный",
-                "terms": "книги, ÐºÐ½Ð¸Ð¶Ð½Ñ\8bй"
+                "name": "Книжный магазин",
+                "terms": "магазин ÐºÐ½Ð¸Ð³, ÐºÐ½Ð¸Ð¶Ð½Ñ\8bй Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½, ÐºÐ½Ð¸Ð³Ð¸"
             },
             "shop/boutique": {
                 "name": "Бутик",
                 "name": "Автомастерская",
                 "terms": "автомастерская, ремонт авто, станция техобслуживания, автосервис"
             },
+            "shop/cheese": {
+                "name": "Магазин сыров",
+                "terms": "магазин сыра, магазин сыров, сыр, сыры, сырный магазин"
+            },
             "shop/chemist": {
                 "name": "Бытовая химия",
                 "terms": "Бытовая химия"
             },
+            "shop/chocolate": {
+                "name": "Магазин шоколада"
+            },
             "shop/clothes": {
                 "name": "Одежда",
                 "terms": "магазин одежды"
                 "name": "Компьютерный магазин",
                 "terms": "Компьютерный магазин"
             },
-            "shop/confectionery": {
-                "name": "Кондитерская",
-                "terms": "Кондитерская"
-            },
             "shop/convenience": {
                 "name": "Продуктовый",
                 "terms": "Продуктовый магазин, Магазин шаговой доступности"
                 "name": "Магазин \"Сделай сам\"",
                 "terms": "Магазин \"Сделай Сам\", Всё для ремонта"
             },
-            "shop/dry_cleaning": {
-                "name": "Химчистка",
-                "terms": "химчистка"
-            },
             "shop/electronics": {
                 "name": "Магазин бытовой электроники",
                 "terms": "Магазин бытовой электроники"
                 "terms": "ювелир"
             },
             "shop/kiosk": {
-                "name": "Ð\9aиоск",
-                "terms": "киоÑ\81к, Ð»Ð°Ñ\80Ñ\91к, Ð»Ð°Ñ\80ек, Ð¼Ð¾Ñ\80оженое"
+                "name": "Ð\9dовоÑ\81Ñ\82ной Ðºиоск",
+                "terms": "новоÑ\81Ñ\82ной ÐºÐ¸Ð¾Ñ\81к, ÐºÐ¸Ð¾Ñ\81к Ð½Ð¾Ð²Ð¾Ñ\81Ñ\82ей, ÐºÐ¸Ð¾Ñ\81к Ñ\81 Ð½Ð¾Ð²Ð¾Ñ\81Ñ\82Ñ\8fми"
             },
             "shop/laundry": {
                 "name": "Прачечная",
                 "name": "Музыкальный магазин",
                 "terms": "Музыкальный магазин, Аудио салон"
             },
-            "shop/newsagent": {
-                "name": "Газеты-журналы",
-                "terms": "Газеты-журналы, Новостной киоск, Пресса, Союзпечать"
-            },
             "shop/optician": {
                 "name": "Оптика",
                 "terms": "оптика, очки"
             },
-            "shop/outdoor": {
-                "name": "Товары для отдыха и туризма",
-                "terms": "Товары для отдыха и туризма, Товары для кэмпинга, Туристическое снаряжение"
-            },
             "shop/pet": {
                 "name": "Зоомагазин",
                 "terms": "зоомагазин"
                 "name": "Магазин Фототоваров",
                 "terms": "Фототовары, Фототехника"
             },
+            "shop/pyrotechnics": {
+                "name": "Магазин фейерверков",
+                "terms": "магазин фейерверков, фейерверки, магазин пиротехники, пиротехника, магазин петард, петарды, пиротехнический магазин"
+            },
             "shop/seafood": {
                 "name": "Морепродукты",
                 "terms": "Морепродукты, Суши, Рыба, Рыбный"
             "shop/tailor": {
                 "name": "Портной"
             },
+            "shop/tea": {
+                "name": "Чайный магазин",
+                "terms": "магазин чая, чайный магазин, чайная лавка, лавка чая"
+            },
             "shop/toys": {
                 "name": "Игрушки",
                 "terms": "магазин игрушек"
             },
             "shop/variety_store": {
                 "name": "Товары по одной цене",
-                "terms": "Товары по одной цене, \"Всё по одной цене\", Магазин фиксированной цены"
+                "terms": "Товары по одной цене, Всё по одной цене, Магазин фиксированной цены, Фикс прайс, Фикспрайс, Fix Price"
             },
             "shop/video": {
                 "name": "Видеомагазин",
                 "terms": "Видео салон, Продажа фильмов и видеозаписей"
             },
+            "shop/video_games": {
+                "name": "Магазин видеоигр",
+                "terms": "магазин видеоигр, салон видеоигр, видеоигровой магазин, видеоигровой салон"
+            },
+            "shop/weapons": {
+                "name": "Магазин оружия",
+                "terms": "магазин оружия, оружейный магазин"
+            },
             "shop/wine": {
                 "name": "Винный магазин"
             },
             },
             "tourism/information": {
                 "name": "Инфопункт",
-                "terms": "Инфопункт, Инфостэнд, Информационный пункт"
+                "terms": "Инфопункт, Инфостэнд, Информационный пункт, Справочная, Справочное, Информационное бюро"
             },
             "tourism/motel": {
                 "name": "Мотель",
                 "terms": "Административная граница"
             },
             "type/multipolygon": {
-                "name": "Многоугольник",
+                "name": "Мультиполигон",
                 "terms": "Мультиполигон, Многоугольник"
             },
             "type/restriction": {
                 "name": "Ограничение",
-                "terms": "Ограничение, Ограничение направлений движения, Ограничение манёвра"
+                "terms": "Ограничение, Ограничение направлений движения, Ограничение манёвра, Запрет на поворот, Запрет поворота"
             },
             "type/restriction/no_left_turn": {
-                "name": "Поворот налево запрещён",
-                "terms": "запрет поворота налево, запрет правого поворота, запрещен поворот налево, запрещён поворот налево, запрещен левый поворот, запрещён левый поворот, поворот налево запрещен, поворот налево запрещён, левый поворот запрещен, запрещён левый поворот"
+                "name": "Поворот налево запрещён (3.18.2)",
+                "terms": "запрет поворота налево, запрет правого поворота, запрещен поворот налево, запрещён поворот налево, запрещен левый поворот, запрещён левый поворот, поворот налево запрещен, поворот налево запрещён, левый поворот запрещен, запрещён левый поворот, 3.18.2"
             },
             "type/restriction/no_right_turn": {
-                "name": "Поворот направо запрещён",
-                "terms": "запрет поворота направо, запрет правого поворота, запрещен поворот направо, запрещён поворот направо, запрещен правый поворот, запрещён правый поворот, поворот направо запрещен, поворот направо запрещён, правый поворот запрещен, запрещён правый поворот"
+                "name": "Поворот направо запрещён (3.18.1)",
+                "terms": "запрет поворота направо, запрет правого поворота, запрещен поворот направо, запрещён поворот направо, запрещен правый поворот, запрещён правый поворот, поворот направо запрещен, поворот направо запрещён, правый поворот запрещен, запрещён правый поворот, 3.18.1"
             },
             "type/restriction/no_straight_on": {
-                "name": "Движение направо или налево",
-                "terms": "Движение прямо запрещено"
+                "name": "Движение направо или налево (4.1.4)",
+                "terms": "Движение прямо запрещено, Движение прямо или направо, 4.1.4"
             },
             "type/restriction/no_u_turn": {
-                "name": "Разворот запрещён",
+                "name": "Разворот запрещён (3.19)",
                 "terms": "Разворот запрещён, Без разворотов, Запрещён разворот"
             },
             "type/restriction/only_left_turn": {
-                "name": "Только поворот налево"
+                "name": "Движение налево (4.1.3)",
+                "terms": "Только поворот налево, Движение налево, 4.1.3"
             },
             "type/restriction/only_right_turn": {
-                "name": "Только поворот направо"
+                "name": "Движение направо (4.1.2)",
+                "terms": "Только поворот направо, Движение направо, 4.1.2"
             },
             "type/restriction/only_straight_on": {
-                "name": "Движение прямо",
-                "terms": "повоÑ\80оÑ\82Ñ\8b Ð·Ð°Ð¿Ñ\80еÑ\89енÑ\8b, Ñ\82олÑ\8cко Ð¿Ñ\80Ñ\8fмо, Ð·Ð°Ð¿Ñ\80еÑ\82 Ð¿Ð¾Ð²Ð¾Ñ\80оÑ\82ов"
+                "name": "Движение прямо (4.1.1)",
+                "terms": "Ð\94вижение Ð¿Ñ\80Ñ\8fмо, Ð¿Ð¾Ð²Ð¾Ñ\80оÑ\82Ñ\8b Ð·Ð°Ð¿Ñ\80еÑ\89енÑ\8b, Ñ\82олÑ\8cко Ð¿Ñ\80Ñ\8fмо, Ð·Ð°Ð¿Ñ\80еÑ\82 Ð¿Ð¾Ð²Ð¾Ñ\80оÑ\82ов, 4.1.1"
             },
             "type/route": {
                 "name": "Маршрут",
index 083ab8ab4839f1ef19c72a3d5babc53cadbc7075..f71572a498885eedcc2d4b7f79b77b57a93657d8 100644 (file)
@@ -23,7 +23,6 @@
         },
         "delete": {
             "title": "මකන්න",
-            "description": "මෙය සිතියමෙන් ඉවත් කරන්න.",
             "annotation": {
                 "point": "ලක්ෂ්‍යයක් ඉවත් කරන්න.",
                 "line": "රේඛාව මකන්න.",
index 46a189e916dbcd79d75d133391c8b47e18eb13d1..82eeaa33daccedd3b47d5d4744318c3163e10984 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Vymaž",
-            "description": "Odstráň z mapy.",
+            "description": "Vymazať objekt navždy.",
             "annotation": {
                 "point": "Odstránenie bodu.",
                 "vertex": "Odstránenie uzla z cesty.",
                 "area": "Presunutie plochy.",
                 "multiple": "Presunutie viacerých objektov."
             },
-            "incomplete_relation": "Tento objekt nemožno presunúť, pretože nebol úplne stiahnutý."
+            "incomplete_relation": "Tento objekt nemožno presunúť, pretože nebol úplne stiahnutý.",
+            "too_large": "Tento objekt nemôže byť presunutý, pretože niektoré jeho časti nie sú viditeľné."
         },
         "rotate": {
             "title": "Otoč",
             "annotation": {
                 "line": "Otočenie čiary.",
                 "area": "Otočenie plochy."
-            }
+            },
+            "too_large": "Tento objekt nemôže byť otočený, pretože niektoré jeho časti nie sú viditeľné."
         },
         "reverse": {
             "title": "Obráť",
             },
             "not_eligible": "Čiary nemôžu byť rozdelené na ich začiatku alebo konci.",
             "multiple_ways": "Príliš veľa čiar na rozdelenie."
+        },
+        "restriction": {
+            "help": {
+                "select": "Kliknite pre výber segmentu cesty.",
+                "toggle": "Kliknite pre prepnutie zákazov odbočenia.",
+                "toggle_on": "Kliknite pre pridanie \"{restriction}\" obmedzenia.",
+                "toggle_off": "Kliknite pre odstránenie \"{restriction}\"  obmedzenia,"
+            },
+            "annotation": {
+                "create": "Pridať zákaz odbočenia",
+                "delete": "Odstrániť zákaz odbočenia"
+            }
         }
     },
     "undo": {
         "untagged_area": "Neoznačená plocha",
         "many_deletions": "Vymazávate {n} objektov. Ste si naozaj istý? Týmto ich vymažete z mapy na openstreetmap.org, ktorú používajú ďalší používatelia.",
         "tag_suggests_area": "Označenie {tag} predpokladá, že objekt by mal byť plochou a nie čiarou.",
+        "untagged_point_tooltip": "Vyberte typ objektu, ktorý popisuje, čo je tento bod.",
+        "untagged_line_tooltip": "Vyberte typ objektu, ktorý popisuje, čo je táto línia.",
+        "untagged_area_tooltip": "Vyberte typ objektu, ktorý popisuje, čo je táto plocha.",
         "deprecated_tags": "Neschválené označenie: {tags}"
     },
     "zoom": {
         "zoom": "Priblíž na GPX stopu",
         "browse": "Vyber .gpx súbor"
     },
+    "mapillary": {
+        "tooltip": "Fotografie ulíc z Mapillary",
+        "title": "Vrstva fotografií (Mapillary)",
+        "view_on_mapillary": "Prezrieť tento obrázok na Mapillary"
+    },
     "help": {
         "title": "Pomoc",
         "help": "# Pomoc\n\nToto je editor pre [OpenStreetMap](http://www.openstreetmap.org/), slobodnú a upravovateľnú mapu sveta. Môžete ho používať na pridávanie a aktualizovanie údajov vo vašom okolí a vylepšiť tak mapu sveta s otvoreným kódom a dátami pre všetkých.\n\nÚpravy, ktoré v tejto mape spravíte, budú viditeľné pre každého, kto používa OpenStreetMap. Na to, aby ste mohli upravovať, budete potrebovať [bezplatný OpenStreetMap účet](https://www.openstreetmap.org/user/new).\n\n[iD editor](http://ideditor.com/) je kolaboratívny projekt so [zdrojovým kódom dostupným na GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Plochy",
-            "add": "Plochy sú detailnejší spôsob ako znázorniť objekty. Poskytujú informácie o hraniciach objektu. Plochy môžu byť použité pre väčšinu typov objektov, pre ktoré používame body a sú aj často krát uprednostňované. **Kliknite na tlačítko Plocha a pridajte novú plochu.**",
+            "add": "Plochy slúžia na zobrazenie hraníc jazier, budov a obytných oblastí. Môžu byť taktiež použité pre podrobnejšie zmapovanie mnohých funkcií, ktoré sú na mape ako normálne body. ** Kliknite na tlačidlo Plocha a pridajte novú oblasť. **",
             "corner": "Plochy sú zakreslované umiestňovaním uzlov, ktoré označujú hranicu plochy. **Umiestnite počiatočný uzol na jeden z rohov ihriska.**",
             "place": "Nakreslite plochu umiestnením ďalších uzlov. Dokončite plochu kliknutím na počiatočný uzol. **Nakreslite plochu pre ihrisko.**",
             "search": "**Vyhľadajte \"{name}\".**",
             "category-rail": {
                 "name": "Železnica"
             },
+            "category-restriction": {
+                "name": "Obmedzenie"
+            },
             "category-road": {
                 "name": "Cesta"
             },
                 }
             },
             "access_simple": {
+                "label": "Prístup",
+                "placeholder": "áno"
+            },
+            "access_toilets": {
                 "label": "Prístup"
             },
             "address": {
                 "label": "Adresa",
                 "placeholders": {
+                    "housename": "Meno domu",
+                    "housenumber": "123",
                     "street": "Ulica",
-                    "city": "Mesto"
+                    "city": "Mesto",
+                    "postcode": "PSČ",
+                    "place": "Obec",
+                    "hamlet": "Osada/Samota",
+                    "suburb": "Predmestie",
+                    "subdistrict": "Podoblasť",
+                    "district": "Okres",
+                    "province": "Provincia",
+                    "state": "Štát",
+                    "country": "Štát"
                 }
             },
             "admin_level": {
                 "label": "Typ"
             },
             "aerialway/access": {
-                "label": "Prístup"
+                "label": "Prístup",
+                "options": {
+                    "entry": "Vchod",
+                    "exit": "Východ",
+                    "both": "Obidva"
+                }
             },
             "aerialway/bubble": {
                 "label": "Štít proti vetru"
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "Prístup (leto)"
+                "label": "Prístup (leto)",
+                "options": {
+                    "entry": "Vchod",
+                    "exit": "Východ",
+                    "both": "Obidva"
+                }
             },
             "aeroway": {
                 "label": "Typ"
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "Smer"
+                "label": "Smer",
+                "options": {
+                    "N": "Sever",
+                    "E": "Východ",
+                    "S": "Juh",
+                    "W": "Západ",
+                    "NE": "Severtovýchod",
+                    "SE": "Juhovýchod",
+                    "SW": "Juhozápad",
+                    "NW": "Severozápad",
+                    "NNE": "Severo-severovýchod",
+                    "ENE": "Východo-severovýchod",
+                    "ESE": "Východo-juhovýchod",
+                    "SSE": "Juho-juhovýchod",
+                    "SSW": "Juho-juhozápad",
+                    "WSW": "Západo-juhozápad",
+                    "WNW": "Západo-severozápad",
+                    "NNW": "Severo-severozápad"
+                }
             },
             "clock_direction": {
                 "label": "Smer",
             "covered": {
                 "label": "Krytý"
             },
+            "craft": {
+                "label": "Typ"
+            },
             "crop": {
                 "label": "Pole"
             },
                 "label": "Popis"
             },
             "electrified": {
-                "label": "Elektrifikovaná"
+                "label": "Elektrifikovaná",
+                "options": {
+                    "yes": "Áno (nešpecifikované)",
+                    "no": "Nie"
+                }
             },
             "elevation": {
                 "label": "Nadmorská výška"
             "entrance": {
                 "label": "Typ"
             },
+            "except": {
+                "label": "Výnimky"
+            },
             "fax": {
                 "label": "Fax",
                 "placeholder": "+31 42 123 4567"
                 "label": "Poplatok"
             },
             "fire_hydrant/type": {
-                "label": "Typ"
+                "label": "Typ",
+                "options": {
+                    "pillar": "Stĺpik/Nadzemný",
+                    "underground": "Podzemný",
+                    "wall": "Nastenný",
+                    "pond": "Požiarna nádrž"
+                }
             },
             "fixme": {
                 "label": "Oprav ma!"
             "fuel": {
                 "label": "Palivo"
             },
+            "fuel/biodiesel": {
+                "label": "Predáva Bionaftu"
+            },
+            "fuel/diesel": {
+                "label": "Predáva naftu"
+            },
+            "fuel/e10": {
+                "label": "Predáva E10"
+            },
+            "fuel/e85": {
+                "label": "Predáva E85"
+            },
+            "fuel/lpg": {
+                "label": "Predáva LPG"
+            },
+            "fuel/octane_100": {
+                "label": "Predáva 100 oktánový benzín"
+            },
+            "fuel/octane_91": {
+                "label": "Predáva 91 oktánový benzín"
+            },
+            "fuel/octane_95": {
+                "label": "Predáva 95 oktánový benzín"
+            },
+            "fuel/octane_98": {
+                "label": "Predáva 98 oktánový benzín"
+            },
             "gauge": {
                 "label": "Rozchod"
             },
             "internet_access": {
                 "label": "Prístup k Internetu",
                 "options": {
+                    "yes": "Áno",
+                    "no": "Nie",
                     "wlan": "Wifi",
                     "wired": "Káblom",
                     "terminal": "Terminál"
                 }
             },
+            "lamp_type": {
+                "label": "Typ"
+            },
             "landuse": {
                 "label": "Typ"
             },
             "leisure": {
                 "label": "Typ"
             },
+            "length": {
+                "label": "Dĺžka (metrov)"
+            },
             "levels": {
                 "label": "Poschodia",
                 "placeholder": "2, 4, 6..."
                 "label": "Povolená rýchlosť",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "label": "Obtiažnosť pre horské bicykle",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Štrk/zhutnená pôda, bez prekážok, široké zákruty",
+                    "1": "1: Miestami nespevnený povrch, malé prekážky, široké zákruty",
+                    "2": "2: Väčšinou nespevnený povrch, veľké prekážky, ľahké vlásenky",
+                    "3": "3: Klzký povrch, veľké prekážky, úzke vlásenky",
+                    "4": "4: Nespevnený povrch alebo balvany, nebezpečné vlásenky",
+                    "5": "5: Najväčšia obtiažnosť, skalné polia, zosuvy pôdy",
+                    "6": "6: Nezjazdné okrem najlepších horských bicyklistov"
+                }
+            },
+            "mtb/scale/imba": {
+                "label": "Obtiažnosť podľa IMBA",
+                "placeholder": "Lahká, stredná, ťažká...",
+                "options": {
+                    "0": "Najľahšia (biely kruh)",
+                    "1": "Ľahká (zelený kruh)",
+                    "2": "Stredná (modrý štvorec)",
+                    "3": "Ťažká (čierny kosoštvorec)",
+                    "4": "Veľmi ťažká (dvojitý čierny kosoštvorec)"
+                }
+            },
+            "mtb/scale/uphill": {
+                "label": "Obtiažnosť jazdy do kopca",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: Priem. sklon <10%, štrk/udupaná hlina, bez prekážok",
+                    "1": "1: Priem. sklon <15%, štrk/udupaná hlina, niekoľko malých objektov",
+                    "2": "2: Priem. sklon <20%, stabilný povrch, kamene/korene veľkosti päste",
+                    "3": "3: Priem. sklon <25%, premenlivý povrch, kamene/korene veľkosti päste",
+                    "4": "4: Priem. sklon <30%, nevhodné podmienky, veľké kamene/konáre",
+                    "5": "5: Veľmi strmé, bicykel sa musí tlačiť alebo preniesť"
+                }
+            },
             "name": {
                 "label": "Názov",
                 "placeholder": "Vlastné meno objektu (iba ak existuje)"
                 "label": "Typ"
             },
             "oneway": {
-                "label": "Jednosmerná"
+                "label": "Jednosmerná",
+                "options": {
+                    "undefined": "Pravdepodobne nie",
+                    "yes": "Áno",
+                    "no": "Nie"
+                }
             },
             "oneway_yes": {
-                "label": "Jednosmerná"
+                "label": "Jednosmerná",
+                "options": {
+                    "undefined": "Pravdepodobne áno",
+                    "yes": "Áno",
+                    "no": "Nie"
+                }
             },
             "opening_hours": {
                 "label": "Hodiny"
                 "label": "Odstavné parkovisko"
             },
             "parking": {
-                "label": "Typ"
+                "label": "Typ",
+                "options": {
+                    "surface": "Povrch",
+                    "multi-storey": "Viacúrovňové",
+                    "underground": "Podzemné",
+                    "sheds": "Šopy",
+                    "carports": "Kryté",
+                    "garage_boxes": "Garáže",
+                    "lane": "Postranné"
+                }
             },
             "phone": {
                 "label": "Telefón",
                 "placeholder": "+31 42 123 4567"
             },
             "piste/difficulty": {
-                "label": "Obtiažnosť"
+                "label": "Obtiažnosť",
+                "placeholder": "Ľahká, stredná, pokročilá...",
+                "options": {
+                    "novice": "Pre začiatočníkov (inštruktážny)",
+                    "easy": "Ľahká (zelený kruh)",
+                    "intermediate": "Stredná (modrý štvorec)",
+                    "advanced": "Pokročilá (čierny kosoštvorec)",
+                    "expert": "Pre expertov (dvojitý čierny kosoštvorec)",
+                    "freeride": "Voľný zjazd (mimo zjazdovky)",
+                    "extreme": "Extrémna (potrebné horolezecké vybavenie)"
+                }
             },
             "piste/grooming": {
-                "label": "Úprava"
+                "label": "Úprava",
+                "options": {
+                    "classic": "Klasické",
+                    "mogul": "Bubny",
+                    "backcountry": "Bežky",
+                    "classic+skating": "Klasické a korčuľovanie",
+                    "scooter": "Snežné skútre",
+                    "skating": "Korčuľovanie"
+                }
             },
             "piste/type": {
-                "label": "Typ"
+                "label": "Typ",
+                "options": {
+                    "downhill": "Zjazd",
+                    "nordic": "Severské lyžovanie"
+                }
             },
             "place": {
                 "label": "Typ"
             },
+            "population": {
+                "label": "Populácia"
+            },
             "power": {
                 "label": "Typ"
             },
             "restriction": {
                 "label": "Typ"
             },
+            "restrictions": {
+                "label": "Zákazy odbočovanie"
+            },
             "route": {
                 "label": "Typ"
             },
             "route_master": {
                 "label": "Typ"
             },
+            "sac_scale": {
+                "label": "Obtiažnosť turistickej trasy",
+                "placeholder": "Horská turistika, vysokohorská turistika...",
+                "options": {
+                    "hiking": "T1: Turistika",
+                    "mountain_hiking": "T2: Horská turistika",
+                    "demanding_mountain_hiking": "T3: Náročná horská turistika",
+                    "alpine_hiking": "T4: Vysokohorská  turistika",
+                    "demanding_alpine_hiking": "T5: Náročná vysokohorská turistika",
+                    "difficult_alpine_hiking": "T6: Obtiažna vysokohorská turistika"
+                }
+            },
             "seasonal": {
                 "label": "Sezónne"
             },
                 "label": "Znížený obrubník"
             },
             "smoking": {
-                "label": "Fajčenie"
+                "label": "Fajčenie",
+                "placeholder": "Nie, odelene, áno...",
+                "options": {
+                    "no": "Zákaz fajčenia",
+                    "separated": "Vo fajčiarskom priestore, bez fyzického oddelenia",
+                    "isolated": "Vo fajčiarskom priestore, fyzicky oddelený",
+                    "outside": "Vo vonkajšich priestoroch",
+                    "yes": "Povolené všade",
+                    "dedicated": "Určený pre fajčiarov (napr. fajčiarský klub)"
+                }
             },
             "social_facility_for": {
                 "label": "Služby poskytované pre",
             "sport_ice": {
                 "label": "Šport"
             },
+            "sport_racing": {
+                "label": "Šport"
+            },
             "structure": {
                 "label": "Štruktúra",
                 "placeholder": "Neznáme",
                     "bridge": "Most",
                     "tunnel": "Tunel",
                     "embankment": "Násyp",
-                    "cutting": "Výkop"
+                    "cutting": "Výkop",
+                    "ford": "Brod"
                 }
             },
             "studio_type": {
                 "label": "Taktilné značenie"
             },
             "toilets/disposal": {
-                "label": "Odstraňovanie"
+                "label": "Odstraňovanie",
+                "options": {
+                    "flush": "Splachovacie",
+                    "pitlatrine": "Latrína",
+                    "chemical": "Chemické",
+                    "bucket": "Suché"
+                }
             },
             "tourism": {
                 "label": "Typ"
             "towertype": {
                 "label": "Typ veže"
             },
+            "tracktype": {
+                "label": "Typ lesnej cesty",
+                "placeholder": "Pevná, väčšinou pevná, mäkká...",
+                "options": {
+                    "grade1": "Pevná: spevnený alebo silne skompaktnený povrch",
+                    "grade2": "Väčšinou pevná: štrk zmiešaný s mäkkými materiálmi",
+                    "grade3": "Vyvážená zmes tvrdých a mäkkých materiálov",
+                    "grade4": "Väčšinou jemná: pôda/piesok/tráva s zmiešané s tvrdým materiálom",
+                    "grade5": "Mäkká: pôda/piesok/tráva"
+                }
+            },
             "trail_visibility": {
-                "label": "Viditeľnosť trasy"
+                "label": "Viditeľnosť trasy",
+                "placeholder": "Výborná, dobrá, zlá...",
+                "options": {
+                    "excellent": "Výborná: jednoznačný chodník alebo časté značenie",
+                    "good": "Dobrá: značenie viditeľné, občasne vyžaduje hľadanie",
+                    "intermediate": "Stredná: riedke značenie, chodník zväčša viditeľný",
+                    "bad": "Zlá: bez značenia, chodník občas nepozorovateľný",
+                    "horrible": "Veľmi zlá: často bez chodníka, čiastočne vyžaduje orientačné zručnosti",
+                    "no": "Nie: bez chodníka, vyžaduje výborné orientačné zručnosti"
+                }
             },
             "tree_type": {
                 "label": "Typ"
             "wheelchair": {
                 "label": "Prístup pre vozičkárov"
             },
+            "width": {
+                "label": "Šírka (metrov)"
+            },
             "wikipedia": {
                 "label": "Wikipédia"
             },
                 "name": "Prenájom lodí",
                 "terms": "prenajom lodi,požičovňa lodí,pozicovna lodi,prenájom člnov,prenajom clnov,pozivocna clnov,požičovňa člnov, čln,cln,člny,clny,lode,skútre,skutre,vodné skútre,vodne skutre"
             },
+            "amenity/bureau_de_change": {
+                "name": "Zmenáreň",
+                "terms": "zmenaren,valuty,cudzia mena, výmena peňazí,vymena penazi"
+            },
+            "amenity/bus_station": {
+                "name": "Autobusová zastávka",
+                "terms": "autobusova zastavka,zastávka,zastavka,stanica,autobus,mhd"
+            },
             "amenity/cafe": {
                 "name": "Kaviareň",
                 "terms": "kaviareň,kaviaren"
                 "name": "Autoumyváreň",
                 "terms": "umyváreň automobilov,umyváreň áut,autoumyváreň,autoumyvárka,umyvaren utomobilov,umyvaren aut,autoumyvaren,autoumyvarka"
             },
+            "amenity/charging_station": {
+                "name": "Nabíjacia stanica",
+                "terms": "nabijacia stanica,elektromobil,nabíjačka,nabijacka,"
+            },
             "amenity/childcare": {
                 "name": "Detská starostlivosť",
-                "terms": "detska starostlivost"
+                "terms": "detska starostlivost,skolka,škôlka,jasle,jasličky,jaslicky"
             },
             "amenity/cinema": {
                 "name": "Kino",
                 "terms": "hodiny,čas,cas"
             },
             "amenity/college": {
-                "name": "Fakulta",
-                "terms": "Vysoká škola,vysoka skola,univerzita,katedra,akadémia,akademia"
+                "name": "Vysoká škola",
+                "terms": "vysoka skola"
+            },
+            "amenity/compressed_air": {
+                "name": "Stlačený vzduch",
+                "terms": "stlaceny vzduch,kompresor"
             },
             "amenity/courthouse": {
                 "name": "Súd",
                 "name": "Lekár",
                 "terms": "lekar,doktor,ordinácia,ordinacia"
             },
+            "amenity/dojo": {
+                "name": "Škola bojových umení",
+                "terms": "skola bojovych umeni,dojo,karate,kugfu,aikido"
+            },
             "amenity/drinking_water": {
                 "name": "Pitná voda",
                 "terms": "fontánka na pitie, voda na pitie,pitna voda,pitná voda,fontanka na pitie,voda na pitie"
                 "terms": "nemocnicny areal,nemocnica,poliklinika"
             },
             "amenity/kindergarten": {
-                "name": "Areál škôlky",
-                "terms": "areal skolky,skolka,škôlka"
+                "name": "Detská škôlka",
+                "terms": "detska skolka,škôlka,skolka"
             },
             "amenity/library": {
                 "name": "Knižnica",
                 "name": "Parkovisko",
                 "terms": "parkovisko,parkovanie,garaz,garáž"
             },
+            "amenity/parking_entrance": {
+                "name": "Vhod/východ do garáže",
+                "terms": "vchod/vychod do garaze,vchod,vychod,garáž,garaz,parkovanie"
+            },
             "amenity/pharmacy": {
                 "name": "Lekáreň",
                 "terms": "lekaren,farmácia,farmacia,lieky,výdajňa liekov,vydajna liekov"
                 "name": "Potravinová banka",
                 "terms": "potravinova banka,vydaj jedla,výdaj jedla,jedlo,strava"
             },
-            "amenity/social_facility/group_home": {
-                "name": "Dom sociálnych služieb",
-                "terms": "dom socialnych sluzieb,domov dochodcov,domov dôchodcov"
-            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Ubytovňa pre bezdomovcov",
                 "terms": "ubytovna pre bezdomovcov,útulok,utulok"
             },
             "amenity/university": {
                 "name": "Univerzita",
-                "terms": "fakulta,univerzita,alma mater, akadémia,akademia,katedra,vysoka skola"
+                "terms": "Univerzita,vysoka skola, vysoká škola"
             },
             "amenity/vending_machine": {
                 "name": "Automat",
                 "name": "Kostol",
                 "terms": "kostol,dom,dóm,chrám,chram,bozi dom,boží dom"
             },
+            "building/college": {
+                "name": "Budova vysokej školy",
+                "terms": "budova vysokej skoly,vysoka skola,vysoká škola"
+            },
             "building/commercial": {
                 "name": "Komerčná budova",
                 "terms": "Obchody,firmy,firma,predaj,podnik,podniky,kancelarie,kancelárie"
                 "name": "Internát",
                 "terms": "internat,intrak,intrák"
             },
+            "building/entrance": {
+                "name": "Vchod/východ",
+                "terms": "vchod/vychod,vchod,vychod,východ,vstup,výstup,vchodové dvere,vchodove dvere"
+            },
             "building/garage": {
                 "name": "Garáž",
                 "terms": "garaz,garáže,garaze,parkovanie,kryté parkovanie,kryte parkovanie"
                 "name": "Priemyselná budova",
                 "terms": "premyselna budova,industrialna,industriálna,výroba,vyroba"
             },
+            "building/kindergarten": {
+                "name": "Budova škôlky",
+                "terms": "budova skolky,skolka,škôlka"
+            },
             "building/public": {
                 "name": "Verejná budova",
                 "terms": "verejna budova"
                 "name": "Sklad",
                 "terms": "velkosklad,malosklad,skladisko"
             },
+            "craft": {
+                "name": "Remeslo",
+                "terms": "zručnosť,remeselníctvo,cech"
+            },
             "craft/basket_maker": {
                 "name": "Košikárstvo",
                 "terms": "kosikarstvo,vyroba kosikov,výroba košíkov"
                 "name": "Núdzový telefón",
                 "terms": "nudzovy telefon,SOS,tiesňová linka,tiesnova linka,núdzový telefón.nudzovy telefon"
             },
+            "entrance": {
+                "name": "Vchod/východ",
+                "terms": "vchod/vychod,vchod,vychod,východ,vstup,výstup,vchodové dvere,vchodove dvere"
+            },
             "footway/crossing": {
                 "name": "Prechod",
                 "terms": "Prechod pre chodcov,zebra"
             },
+            "footway/crosswalk": {
+                "name": "Prechod",
+                "terms": "prechod pre chodcov,zebra"
+            },
             "footway/sidewalk": {
                 "name": "Chodník",
                 "terms": "chodnik"
             },
+            "ford": {
+                "name": "Brod",
+                "terms": "brod rieky,rieka,prechod cez rieku"
+            },
             "golf/bunker": {
                 "name": "Piesková jama",
                 "terms": "pieskova jama, bunker, piesok, sand trap"
                 "name": "Prechod pre chodcov",
                 "terms": "Prechod pre chodcov,zebra"
             },
+            "highway/crosswalk": {
+                "name": "Prechod zec cestu",
+                "terms": "zebra,prechod pre chodcov"
+            },
             "highway/cycleway": {
                 "name": "Cyklocesta",
                 "terms": "cesta pre bicykle,cestička,cesticka,cyklopruh,cyklocesta"
                 "name": "Značka STOP",
                 "terms": "znacka stop,stopka"
             },
+            "highway/street_lamp": {
+                "name": "Pouličná lampa",
+                "terms": "poulicna lampa,nocne osvetlenie,nočné osvetlenie"
+            },
             "highway/tertiary": {
                 "name": "Cesta 3. triedy",
                 "terms": "Cesta tretej triedy,hlavná cesta,hlavna cesta"
                 "name": "Plaváreň",
                 "terms": "Plavaren,kúpalisko,kupalisko"
             },
-            "leisure/track": {
-                "name": "Závodná dráha",
-                "terms": "závodisko,zavodisko,okruh,preteky"
-            },
             "line": {
                 "name": "Čiara",
                 "terms": "ciara,cesta,trat,kanal,trasa,trať,trat"
                 "name": "Veža s vodojemom",
                 "terms": "vodojem,veza s vodojemom,veza,veža,vodárenská veža,vodarenska veza"
             },
-            "man_made/water_well": {
-                "name": "Studňa",
-                "terms": "studna,pramen,prameň"
-            },
             "man_made/water_works": {
                 "name": "Vodojem",
                 "terms": "vodáreň,vodaren,vodný zdroj,vodny zdroj,prameň,pramen"
                 "name": "Obchod s alkoholom",
                 "terms": "alkohol"
             },
-            "shop/art": {
-                "name": "Galéria",
-                "terms": "galeria"
-            },
             "shop/bakery": {
                 "name": "Pekáreň",
                 "terms": "pekaren,pekárstvo,pekarstvo,chlieb,pecivo,pečivo"
                 "name": "Stávková kancelária",
                 "terms": "stavkova kancelaria,stavky,tipos,sportka,bingo,stavka,stávka,kurz"
             },
-            "shop/books": {
-                "name": "Knihkupectvo",
-                "terms": "knihy,obchod s knihami"
-            },
             "shop/boutique": {
                 "name": "Butik",
                 "terms": "oblecenie,oblečenie,šaty,saty,odev,odevy"
                 "name": "Obchod s výpočtovou technikou",
                 "terms": "obchod s vypoctovou technikou,pocitace,počitače,elektro,elektronika,vypoctova technika,výpočtová technika"
             },
-            "shop/confectionery": {
-                "name": "Cukráreň",
-                "terms": "cukraren,cukrovinky,cukrárstvo,cukrarstvo"
-            },
             "shop/convenience": {
                 "name": "Samoobsluha",
                 "terms": "cukraren,cukrovinky,cukrárstvo,cukrarstvo,obchod s cukrovinkami"
                 "name": "Obchod pre kutilov",
                 "terms": "stavebný materiál,stavebny material,hornbach,baumax"
             },
-            "shop/dry_cleaning": {
-                "name": "Čistenie odevov za sucha",
-                "terms": "cistenie odevov za sucha,cistiaren,čistiareň"
-            },
             "shop/electronics": {
                 "name": "Elektro obchod",
                 "terms": "elektro,elektronika"
                 "name": "Zlatníctvo",
                 "terms": "zlatnictvo,šperky,sperky,zlato,striebro"
             },
-            "shop/kiosk": {
-                "name": "Stánok",
-                "terms": "stanok,noviny,cigarety,kiosk,občerstvenie,obcerstvenie"
-            },
             "shop/laundry": {
                 "name": "Čistiareň",
                 "terms": "cistiaren,Čistiareň odevov,Práčovňa,cistiaren odevov,pracovna"
                 "name": "Obchod s hudbou",
                 "terms": "hudba,hudobný obchod,hudobny obchod,CD,mp3"
             },
-            "shop/newsagent": {
-                "name": "Trafika",
-                "terms": "noviny,časopisy,casopisy"
-            },
             "shop/optician": {
                 "name": "Optika",
                 "terms": "okuliare,zrak,"
             },
-            "shop/outdoor": {
-                "name": "Outdoorový obchod",
-                "terms": "outdoorovy obchod,outdorovy obchod,trekový obchod,trekovy obchod,outdoorové vybavenie,outdorove vybavenie,stany,spacaky,spacáky"
-            },
             "shop/pet": {
                 "name": "Chovprodukt",
                 "terms": "domáci miláčik,domaci milacik,domace zvierata,domáce zvierata,potrava"
                 "name": "Obmedzenie",
                 "terms": "dopravne obmedzenie,dopravné obmedzenie"
             },
+            "type/restriction/no_left_turn": {
+                "name": "Zákaz odbočenia vľavo",
+                "terms": "zakaz odbocenia vlavo"
+            },
+            "type/restriction/no_right_turn": {
+                "name": "Zákaz odbočenia vpravo",
+                "terms": "zakaz odbocenia vpravo"
+            },
+            "type/restriction/no_straight_on": {
+                "name": "Prikázaný smer jazdy vpravo a vlavo",
+                "terms": "prikazany smer jazdy vpravo a vlavo"
+            },
+            "type/restriction/no_u_turn": {
+                "name": "Zákaz otáčania",
+                "terms": "zakaz otacania"
+            },
+            "type/restriction/only_left_turn": {
+                "name": "Prikázaný smer jazdy vľavo",
+                "terms": "Prikazany smer jazdy vlavo"
+            },
+            "type/restriction/only_right_turn": {
+                "name": "Prikázaný smer jazdy vpravo",
+                "terms": "prikazany smer jazdy vpravo"
+            },
+            "type/restriction/only_straight_on": {
+                "name": "Prikázaný smer jazdy priamo",
+                "terms": "prikazany smer jazdy priamo"
+            },
             "type/route": {
                 "name": "Trasa",
                 "terms": "trasa,linka,trat,trať"
index 94dda4f1d26be7714f66484417817ca48956acef..b0c345ceb6984dbd09cc0ae37fa79bc526906cbf 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Odstrani",
-            "description": "Odstrani izbor z zemljevida.",
+            "description": "Trajno izbriši objekt.",
             "annotation": {
                 "point": "Točka je izbrisana.",
                 "vertex": "Vozlišče je izbrisano.",
         "title": "Prikaži moj položaj"
     },
     "inspector": {
-        "no_documentation_combination": "Za to kombinacijo oznak dokumentacija ni na voljo",
-        "no_documentation_key": "Za ta ključ dokumentacija ni na voljo",
+        "no_documentation_combination": "Za to kombinacijo oznak ni na voljo dokumentacije",
+        "no_documentation_key": "Za ta ključ ni na voljo dokumentacije",
         "show_more": "Pokaži več",
         "view_on_osm": "Ogled na openstreetmap.org",
         "all_tags": "Vse oznake",
         },
         "areas": {
             "title": "Mnogokotniki",
-            "add": "Mnogokotniki so bolj podroben način za predstavitev geografskih prvin. Nosijo informacijo o meji geografske prvine. Mnogokotniki so lahko uporabljena za predstavitev večine prvin, za katere lahko uporabimo tudi točke, in so pogostejša izbira. **Kliknite na gumb Mnogokotnik za dodajanje novega mnogokotnika.**",
             "corner": "Mnogokotnike narišemo tako, da vozlišča postavimo na rob območja. **Postavite začetno vozlišče v enega od kotov igrišča.**",
             "place": "Mnogokotnike narišete s postavljanjem več vozlišč, zaključite jih s klikom na začetno vozlišče. **Narišite mnogokotnik za igrišče.**",
             "search": "**Išči '{name}'.**",
             "sport_ice": {
                 "label": "Šport"
             },
+            "sport_racing": {
+                "label": "Šport"
+            },
             "structure": {
                 "label": "Premostitveni objekt",
                 "placeholder": "Neznano",
                 "name": "Izposoja plovil",
                 "terms": "najem čolnov,rent-a-boat,izposoja čolnov"
             },
+            "amenity/bureau_de_change": {
+                "name": "Menjalnica",
+                "terms": "menjalnica,menjava,devize"
+            },
             "amenity/bus_station": {
                 "name": "Avtobusna postaja",
                 "terms": "AP"
                 "terms": "elektro črpalka,polnilni terminal"
             },
             "amenity/childcare": {
-                "name": "Varstvo otrok (ZAVRNJEN v OSMc!)",
-                "terms": "varstvo otrok,sirotišnica"
+                "name": "Jasli/Vrtec"
             },
             "amenity/cinema": {
                 "name": "Kino",
                 "name": "Ura",
                 "terms": "čas"
             },
-            "amenity/college": {
-                "name": "Srednja šola",
-                "terms": "šola,SŠ,srednja šola, kolidž"
-            },
             "amenity/compressed_air": {
                 "name": "Zračni kompresor",
                 "terms": "polnenje pnevmatik,pumpa"
                 "name": "Klinični center",
                 "terms": "klinika,zdravstvene storitve,bolnišnica"
             },
-            "amenity/kindergarten": {
-                "name": "Otroški vrtec",
-                "terms": "vrtec"
-            },
             "amenity/library": {
                 "name": "Knjižnica",
                 "terms": "biblioteka"
                 "name": "Banka hrane",
                 "terms": "banka s hrano"
             },
-            "amenity/social_facility/group_home": {
-                "name": "Stanovanjska skupina",
-                "terms": "Skupni začasni dom,prehodni dom"
-            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Zatočišče za brezdomce",
                 "terms": "zavetišče za brezdomce"
                 "name": "Mestna hiša",
                 "terms": "magistrat,rotovž"
             },
-            "amenity/university": {
-                "name": "Univerza",
-                "terms": "fakulteta,visoka šola,višja šola,šola"
-            },
             "amenity/vending_machine": {
                 "name": "Prodajni avtomat",
                 "terms": "avtomat,kavomat,mlekomat"
                 "name": "Skladišče",
                 "terms": "depo"
             },
+            "craft": {
+                "name": "Obrt"
+            },
             "craft/basket_maker": {
                 "name": "Košar",
                 "terms": "izdelovalec košev"
                 "name": "Otroško igrišče",
                 "terms": "igrišče za otroke"
             },
+            "leisure/running_track": {
+                "name": "Tekaška steza"
+            },
             "leisure/slipway": {
                 "name": "Rampa",
                 "terms": "rampa za vodna plovila"
                 "name": "Plavalni bazen",
                 "terms": "bazen,kopališče"
             },
-            "leisure/track": {
-                "name": "Tekmovalna steza",
-                "terms": "tekaška steza na stadionu,kolesarska steza na stadionu"
-            },
             "line": {
                 "name": "Črta",
                 "terms": "linija,daljica,lomljenka"
                 "terms": "rezervar,rezervoar"
             },
             "man_made/water_well": {
-                "name": "Vodnjak",
-                "terms": "štirna"
+                "name": "Vodnjak"
             },
             "man_made/water_works": {
                 "name": "Vodovod",
                 "name": "Trgovina z alkoholnimi pijačami",
                 "terms": "alkoholne pijače"
             },
-            "shop/art": {
-                "name": "Trgovina z umetninam",
-                "terms": "umetnine,prodaja umetni"
+            "shop/antiques": {
+                "name": "Starinarnica",
+                "terms": "starinarnica,antikvariat"
             },
             "shop/bakery": {
                 "name": "Pekarna",
                 "terms": "pobiralec stav"
             },
             "shop/books": {
-                "name": "Knjigarna",
-                "terms": "knjigarnica"
+                "name": "Knjigarna"
             },
             "shop/boutique": {
                 "name": "Butik",
                 "name": "Računalniška trgovina",
                 "terms": "računalniki,komponente"
             },
-            "shop/confectionery": {
-                "name": "Trgovina s sladkarijami",
-                "terms": "slaščičarna, slaščičarstvo, slaščice, bonboniera"
-            },
             "shop/convenience": {
                 "name": "Minimarket",
                 "terms": "mini-market,trgovinica"
             },
+            "shop/copyshop": {
+                "name": "Fotokopirnica"
+            },
             "shop/deli": {
                 "name": "Delikatesa",
                 "terms": "špecerija,delikatesna trgovina"
                 "terms": "orodje"
             },
             "shop/dry_cleaning": {
-                "name": "Čistilnica",
-                "terms": "kemična čistilnica"
+                "name": "Čistilnica"
             },
             "shop/electronics": {
                 "name": "Elektronska trgovina",
                 "terms": "elektronika,hifi"
             },
+            "shop/fabric": {
+                "name": "Trgovina z metrskim blagom"
+            },
             "shop/farm": {
                 "name": "Prodaja domačih pridelkov",
                 "terms": "lokalna tržnica"
                 "name": "Železnina",
                 "terms": "izdelki iz kovin"
             },
+            "shop/herbalist": {
+                "name": "Zeliščarstvo"
+            },
             "shop/hifi": {
                 "name": "Trgovina z avdio opremo",
                 "terms": "hifi"
                 "name": "Draguljarna",
                 "terms": "bižuterija,nakit,zlatarna"
             },
-            "shop/kiosk": {
-                "name": "Kiosk",
-                "terms": "kiosk,trafika"
-            },
             "shop/laundry": {
                 "name": "Pralnica",
                 "terms": "samopostrežna pralnica perila"
                 "name": "Trgovski center",
                 "terms": "nakupovalni center,trgovski center,nakupovalni center"
             },
+            "shop/medical_supply": {
+                "name": "Trgovina z medicinskimi primpomočki"
+            },
             "shop/mobile_phone": {
                 "name": "Trgovina z mobilnimi telefoni",
                 "terms": "mobi trgovina"
             },
+            "shop/money_lender": {
+                "name": "Posojilnica"
+            },
             "shop/motorcycle": {
                 "name": "Trgovina z motorji",
                 "terms": "moto trgovina"
                 "name": "Trgovina z glasbo",
                 "terms": "muzikalije"
             },
-            "shop/newsagent": {
-                "name": "Trafika",
-                "terms": "prodaja časopisov"
-            },
             "shop/optician": {
                 "name": "Optik",
                 "terms": "optika,očala"
             },
             "shop/outdoor": {
-                "name": "Trgovina za dejavosti na prostem",
-                "terms": "prostočasna trgovina"
+                "name": "Trgovina za dejavosti na prostem"
+            },
+            "shop/paint": {
+                "name": "Trgovina z barvami"
+            },
+            "shop/pawnbroker": {
+                "name": "Zastavljalnica"
             },
             "shop/pet": {
                 "name": "Trgovina za domače živali",
                 "name": "Krojač",
                 "terms": "krojač,oblačila"
             },
+            "shop/tea": {
+                "name": "Čajnica"
+            },
             "shop/toys": {
                 "name": "Trgovina igrač",
                 "terms": "igrače"
             },
             "shop/wine": {
                 "name": "Kletarstvo",
-                "terms": "kletarstvo,vinska klet"
+                "terms": "kletarstvo,vinska klet,vinotoč"
             },
             "tourism": {
                 "name": "Turizem",
diff --git a/vendor/assets/iD/iD/locales/sq-AL.json b/vendor/assets/iD/iD/locales/sq-AL.json
new file mode 100644 (file)
index 0000000..9e26dfe
--- /dev/null
@@ -0,0 +1 @@
+{}
\ No newline at end of file
index eb4b184492d426bc08b342acc44d54146e840ea7..a0c7dd70d13dc70a9ee9343b5eb6a0215c5b757e 100644 (file)
@@ -95,7 +95,6 @@
         },
         "delete": {
             "title": "Обриши",
-            "description": "Уклони са мапе.",
             "annotation": {
                 "point": "Обрисан чвор.",
                 "vertex": "Обрисан чвор са путање.",
         },
         "areas": {
             "title": "Области",
-            "add": "Области су детаљнији начин за представљање објеката. Оне пружају информације о оквирима објеката. Области се могу користити за већину врста објеката за које се чворови користе, а често су и погодније. **Кликните на дугме Област да бисте додали нову области.**",
             "corner": "Области су нацртане постављањем чворова који обележавају границу области. **Поставите полазни чвор на једном од углова игралишта.**",
             "place": "Нацртајте област постављањем више чворова. Завршите области кликом на почетни чвор. **Нацртајте област за игралиште.**",
             "search": "**Претрага за '{name}'.**",
             "amenity/car_wash": {
                 "name": "Ауто-перионица"
             },
-            "amenity/childcare": {
-                "name": "Обданиште"
-            },
             "amenity/cinema": {
                 "name": "Биоскоп"
             },
             "amenity/clock": {
                 "name": "Сат"
             },
-            "amenity/college": {
-                "name": "Факултет"
-            },
             "amenity/compressed_air": {
                 "name": "Компримовани ваздух"
             },
             "amenity/hospital": {
                 "name": "Болнички круг"
             },
-            "amenity/kindergarten": {
-                "name": "Предшколско двориште"
-            },
             "amenity/library": {
                 "name": "Библиотека"
             },
             "amenity/townhall": {
                 "name": "Градска кућа"
             },
-            "amenity/university": {
-                "name": "Универзитет"
-            },
             "amenity/vending_machine": {
                 "name": "Аутомат"
             },
             "leisure/swimming_pool": {
                 "name": "Базен"
             },
-            "leisure/track": {
-                "name": "Тркачка стаза"
-            },
             "line": {
                 "name": "Путања"
             },
             "man_made/water_tower": {
                 "name": "Водо-торањ"
             },
-            "man_made/water_well": {
-                "name": "Бунар"
-            },
             "man_made/water_works": {
                 "name": "Водовод"
             },
             "shop/bookmaker": {
                 "name": "Кладионичар"
             },
-            "shop/books": {
-                "name": "Књижара"
-            },
             "shop/boutique": {
                 "name": "Бутик"
             },
             "shop/computer": {
                 "name": "Продавница рачунара"
             },
-            "shop/confectionery": {
-                "name": "Посластичарница"
-            },
             "shop/convenience": {
                 "name": "Бакалница"
             },
             "shop/doityourself": {
                 "name": "Све за кућу"
             },
-            "shop/dry_cleaning": {
-                "name": "Хемијско чишћење"
-            },
             "shop/electronics": {
                 "name": "Електроника"
             },
             "shop/jewelry": {
                 "name": "Златар"
             },
-            "shop/kiosk": {
-                "name": "Трафика"
-            },
             "shop/laundry": {
                 "name": "Перионица"
             },
             "shop/music": {
                 "name": "Музичка продавница"
             },
-            "shop/newsagent": {
-                "name": "Киоск"
-            },
             "shop/optician": {
                 "name": "Оптичар"
             },
-            "shop/outdoor": {
-                "name": "Улична продавница"
-            },
             "shop/pet": {
                 "name": "Продавница кућних љубимаца"
             },
index e341e36f204f197cc37c3dd41f3a5dace30b993c..7d1d9436fa104541efeaab615c16519d8eb2c254 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Ta bort",
-            "description": "Tag bort från kartan.",
+            "description": "Ta bort objekt permanent.",
             "annotation": {
                 "point": "Tagit bort en punkt.",
                 "vertex": "Tagit bort en nod från en väg.",
         "none": "Ingen",
         "custom": "Anpassa",
         "custom_button": "Ändra anpassad bakgrund",
+        "custom_prompt": "Ange en URL-mall för plattor. Giltiga symboler är  {z}, {x}, {y} för Z/X/Y-schema och {u} för quadtile-schema.",
         "fix_misalignment": "Justera bildplacering",
         "reset": "ta bort"
     },
         "view_on_osm": "Visa på OSM",
         "facebook": "Dela på Facebook",
         "twitter": "Dela på Twitter",
-        "google": "Dela på Google+"
+        "google": "Dela på Google+",
+        "help_html": "Dina ändringar bör synas på \"Standard\"-lagret innom några minuter. Andra lager, och vissa egenskaper kan ta längre tid. \n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>detaljer</a>).\n"
     },
     "confirm": {
         "okay": "Ok"
         "zoom": "Zooma till GPX-spår",
         "browse": "Bläddra efter en .gpx-fil"
     },
+    "mapillary": {
+        "tooltip": "Gatubilder från Mapillary",
+        "title": "Bildöversikt (Mapillary)",
+        "view_on_mapillary": "Visa denna bild på Mapillary"
+    },
     "help": {
         "title": "Hjälp",
         "help": "# Hjälp\n\nDetta är en redigerare för [OpenStreetMap](http://www.openstreetmap.org/), den\nfri och redigerbara världskartan. Du kan använda den för att lägga till och uppdatera\ndata i ditt närområde, allt för att ytterligare förbättra en världskarta för alla baserad på öppen källkod och data.\n\nÄndringar du gör i den här kartan kommer att visas för alla som använder\nOpenStreetMap. För att göra en ändring behöver du ett\n[gratis OpenStreetMap-konto](https://www.openstreetmap.org/user/new).\n\n[iD editor](http://ideditor.com/) är ett samarbetsprojekt med [källkodkod \ntillgänglig på GitHub](https://github.com/openstreetmap/iD).\n",
         "editing_saving": "# Redigera & spara\n\nDenna redigerare är designad att främst fungera online, och du använder den via en webbsida just nu.\n\n### Välj objekt\n\nFör att välja ett kartobjekt, t.ex. en väg eller en punkt, klicka på den på kartan. Detta kommer att markera det valda objektet, öppna en panel med detaljer om det, och visa en meny med saker du kan göra med det.\n\nFör att välja flera objekt, håll ner Skift-tangenten. Klicka sedan på objekten du vill välja eller dra på kartan för att rita en rektangel. Detta kommer att rita en ruta och markera punkterna inuti den.\n\n### Spara redigeringar\n\nNär du gör ändringar som att ändra på en väg, byggnad eller plats är detta sparat lokalt fram tills att du spara det på servern. Oroa dig inte om du gör ett misstag, du kan alltid ångra en ändring genom att klicka på Ånga-knappen och göra om din förändring genom att klicka på Gör om-knappen.\n\nKlicka på Spara för att slutföra en grupp att förändringar, t.ex. om du fullfört ett område i en stad och vill börja ändra i ett annat område. Du får möjlighet att granska vad du gjort och redigeraren ger dig hjälpsamma förslag och varningar om någon ändring inte verka korrekt.\n\nOm allt ser bra ut kan du ange en kort kommentar som förklarar vad du gjort och sedan klicka på Spara igen för att skicka iväg ändringarna till [OpenStreetMap.org](http://www.openstreetmap.org/) där de blir synliga för alla andra användare och tillgängliga för andra att bygga sina förbättringar på.\n\nOm du inte kan slutföra din ändring på en gång kan du lämna redigeringsfönstret öppet och komma tillbaka (i samma webbläsare på samma dator) och redigeringsprogrammet kommer att ge dig möjlighet att återställa ditt arbete.\n",
+        "roads": "# Vägar\n\nDu kan skapa, fixa och ta bort vägar med denna redigerare. Vägar kan vara alla typer av: stigar, bilvägar, spår, cykelvägar m.m - alla välanvända segment ska mappas.\n\n### Markering\n\nKlicka på en väg för att välja den. En markering blir då synlig tillsammans med en liten verktygsmeny på kartan och ett sidofällt visar mer information om vägen.\n\n### Modifiering\n\nOfta ser du vägar som inte är justerade till bakgrundsbilden eller till ett GPS-spår. Du kan justera dessa vägar så att de är på korrekt plats.\n\nKlicka först på vägen du vill ändra. Detta kommer att markera den och visa kontrollpunkt längst den som du kan dra i för att justera den. Om du vill lägga till en ny kontrollpunkt för högre detaljrikedom, dubbelklicka på en del av vägen utan en punkt så kommer en kontrollpunkt läggas till.\n\nOm vägen är ansluten till en annan väg, men är inte det på kartan, kan du dra en av dess kontrollpunkt till den andra vägen för att koppla dem tillsammans. Att vägarna är kopplade till varandra är viktigt för kartan och avgörande för att kunna ge korrekta körinstruktioner.\n\nDu kan också klicka på verktyget 'Flytta' eller trycka på tangenten 'M' på tangentbordet för att flytta en hel väg på en gång, och sedan klicka igen för att spara flytten.\n\n### Borttagning\n\nOm hela vägen är helt fel - du kan se att den inte existerar på satellitbilderna och har helst bekräftat i verkligheten att den inte finns - kan du ta bort den, vilket tar bort den från kartan. Var försiktigt när du ta bort objekt - precis som vi all redigering kan alla se resultatet och satellitbilderna är oftast gamla, så vägen kan helt enkelt vara nybyggd.\n\nDu kan ta bort en väg genom att klicka på den för att markera den och sedan klicka på ikonen soptunna eller klicka på knappen 'Delete' på tangentbordet.\n\n### Skapa\n\nHittat någonstans att det borde finnas en väg där de inte finns en? Klicka på ikonen 'Linje'  högst upp till vänster i redigeringsfönstret eller klicka på knappen '2' på tangentbordet för att börja rita en linje.\n\nKlicka på början av vägen på kartan för att påbörja ritningen. Om vägen viker av från en existerande väg, starta genom att klicka där de ansluter till varandra. \n\nKlicka sedan på punkter längst vägen så att den följer vägens sträckning enligt satellitbilder eller GPS-spår. Om vägen du ritar korsar en annan väg, anslut dem tillsammans genom att klicka där de korsar. När du är klar med att rita in vägen, dubbelklicka eller tryck 'Enter' på tangentbordet.\n",
         "gps": "# GPS \n\nGPS-data är den mest pålitliga källan för uppgifter till OpenStreetMap. Denna redigerare \nstödjer lokala spår – ”.GPX”-filer på din lokala dator. Du kan skapa \ndenna typ av GPS-spår med ett flertal smartphone-appar samt med\npersonlig GPS-hårdvara. \n\nFör information om hur man skapar en GPS-spårning, läs \n[Kartläggning med en GPS](http://learnosm.org/en/beginner/using-gps/). \n\nFör att använda ett GPX-spår för kartläggning, dra och släpp GPX-filen på \nkartredigeraren. Om den känns igen kommer den att läggas till på kartan som en klargrön \nlinje. Klicka på menyn \"Bakgrundsinställningar\" på höger sida för att aktivera, \navaktivera eller zooma till detta nya GPX-drivna lager. \n\nGPX spår överförs inte direkt till OpenStreetMap - det bästa sättet att \nanvända dem är att rita på kartan, använda den som en guide för de nya objekt som \ndu lägger till, och också [ladda upp dem till OpenStreetMap](http://www.openstreetmap.org/trace/create) \nför att användas av andra.\n",
-        "buildings": "# Byggnader\n\nOpenStreetMap är världens största databas över byggnader. Du kan skapa\noch förbättra denna databas.\n\n### Markering\n\nDu kan markera en byggnad genom att klicka på dess kant. Detta kommer att markera \nbyggnaden och öppna en litet verktygsmeny och ett sidofält som visar mer information\nom byggnaden.\n\n### Modifiering\n\nIbland är byggnader felaktigt placerade eller har felaktiga taggar.\n\nFör att flytta en hel byggnad, markera den och klicka sedan på \"Flytta\"-verktyget. flytta\nmus för att flytta byggnaden, och klicka när den är korrekt placerad.\n\nFör att fixa den specifika formen av en byggnad, klicka och dra noderna som bildar\nramen till bättre platser.\n\n### Skapa\n\nEn av de viktigaste frågorna att tänka på vid tilläggning av byggnader till kartan är att\nOpenStreetMap registrerar byggnader både som form och punkt. Tumregeln\när att _kartlägga en byggnad som en form när möjligt_ och kartlägg företag, bostäder,\nfacilitet, och andra saker finns i byggandena som punkter placerade\ninuti byggnadernas ram.\n\nBörja rita en byggnad som en ram genom att klicka på knappen \"område\" högst upp till vänster\ngränssnittet, och avsluta det antingen genom att trycka på \"Retur\" på tangentbordet\neller genom att klicka på den första ritade noden för att stänga formen.\n\n### Radering\n\nOm en byggnad är helt fel – du kan se att den inte finns med i någon satellitbild\noch helst har bekräftat lokalt att det inte finns – kan du ta bort\nden, vilket tar bort det från kartan. Var försiktig när du tar bort objekt –\nlikt alla ändringar kommer resultatet ses av alla och satellitbilder\när ofta föråldrad, så byggnaden kan helt enkelt vara nybyggd.\n\nDu kan ta bort en byggnad genom att klicka på den för att markera den och sedan klicka på\nikonen papperskorg eller trycka på \"Delete\"-tangenten.\n"
+        "imagery": "# Flygbilder\n\nFlygbilder är en viktig källa vid kartläggning. En kombination av bilder från flygplan, satelliter och andra fria källor finns tillgängliga i redigeraren i menyn 'Bakgrundsinställningar' till höger.\n\nNormalt visas ett satellitlager från  [Bing Maps](http://www.bing.com/maps/) i redigeraren, men när du förflytta dig runt och zooma till nya geografiska områden kommer nya källor bli tillgängliga. Vissa länder, som t.ex. USA, Frankrike och Danmark har bilder av väldigt hög kvalité tillgängliga för vissa områden. \n\nFlygbilderna är ibland förskjutna till kartan på grund av misstag från leverantören av flygbilder. Om du ser att många vägar är förskjutna i förhållande till flygfotot, flytta dem inte direkt för att matcha bakgrunden. Istället kan du justera flygfotot så att det matchar med existerande data genom att klicka 'Justera bildplacering' längst ner i menyn för Bakgrundsinställningar.\n",
+        "addresses": "# Adresser\n\nAdresser är bland den mest användbara informationen på kartan.\n\nÄven om adresser normalt oftast är relaterade till segment av gatan är de i OpenStreetMap hanterade som attribut på byggnader och platser längst gatan.\n\nDu kan lägga till adressinformation både på platser kartlagda som byggnadskonturer och på platser kartlagda som enskilda punkter. \nDen bästa källan för adressinformation är från egen kunskap eller genom att besöka platsen - precis som för allt annat, att kopiera från kommersiella källor som Google Maps är strikt förbjudet.\n",
+        "inspector": "# Använda kontrollfunktionen\n\nUpplysningen är området området till vänster på sidan som låter dig ändra detaljerna för valt objekt.\n\n### Välj objekttyp\n\nEfter att du lagt till en punkt, linje eller område kan du välja vad för typ av objekt det är, t.ex. om det är en huvudväg eller bostadsgata, shoppingcenter eller café. \nDetaljverktyget visar knappar för vanliga objekttyper, och du kan söka efter andra typer i sökfönstret. \n\nKlicka på 'i' i högra nedre hörnet för en objekttyp för att lära dig mer om det. Klicka på en knapp för att välja typ.\n\n### Andra formulär och ändra taggar\n\nEfter att du valt en objekttyp, eller om du väljer ett objekt som redan har en typ associerad, kommer kontrollfunktionen visa fällt med detaljer om objekttypen som namn och adress. \n\nUnder fälten kan du klicka på ikoner för att lägga till andra detaljer, som t.ex.  [Wikipedia]-information (http://www.wikipedia.se/), handikappanpassning m.m.\n\nLängst ner i kontrollfunktionen, klicka på 'Fler taggar' för att lägga till ytterligare godtyckliga taggar till objektet.  [Taginfo](http://taginfo.openstreetmap.org/) är en bra resurs för att lära dig mer om populära tagg-kombinationer.\n\nÄndringar du gör i kontrollfunktionen dyker automatiskt upp på kartan. Du kan ångra dem när du vill genom att klicka på 'Ånga'-knappen.\n",
+        "buildings": "# Byggnader\n\nOpenStreetMap är världens största databas över byggnader. Du kan skapa\noch förbättra denna databas.\n\n### Markering\n\nDu kan markera en byggnad genom att klicka på dess kant. Detta kommer att markera \nbyggnaden och öppna en litet verktygsmeny och ett sidofält som visar mer information\nom byggnaden.\n\n### Modifiering\n\nIbland är byggnader felaktigt placerade eller har felaktiga taggar.\n\nFör att flytta en hel byggnad, markera den och klicka sedan på \"Flytta\"-verktyget. flytta\nmus för att flytta byggnaden, och klicka när den är korrekt placerad.\n\nFör att fixa den specifika formen av en byggnad, klicka och dra noderna som bildar\nramen till bättre platser.\n\n### Skapa\n\nEn av de viktigaste frågorna att tänka på vid tilläggning av byggnader till kartan är att\nOpenStreetMap registrerar byggnader både som form och punkt. Tumregeln\när att _kartlägga en byggnad som en form när möjligt_ och kartlägg företag, bostäder,\nfacilitet, och andra saker finns i byggandena som punkter placerade\ninuti byggnadernas ram.\n\nBörja rita en byggnad som en ram genom att klicka på knappen \"område\" högst upp till vänster\ngränssnittet, och avsluta det antingen genom att trycka på \"Retur\" på tangentbordet\neller genom att klicka på den första ritade noden för att stänga formen.\n\n### Radering\n\nOm en byggnad är helt fel – du kan se att den inte finns med i någon satellitbild\noch helst har bekräftat lokalt att det inte finns – kan du ta bort\nden, vilket tar bort det från kartan. Var försiktig när du tar bort objekt –\nlikt alla ändringar kommer resultatet ses av alla och satellitbilder\när ofta föråldrad, så byggnaden kan helt enkelt vara nybyggd.\n\nDu kan ta bort en byggnad genom att klicka på den för att markera den och sedan klicka på\nikonen papperskorg eller trycka på \"Delete\"-tangenten.\n",
+        "relations": "# Relationer\n\nEn relation är en speciell typ av egenskap i OpenStreetMap som gruppera ihop objekt. Två vanliga relationstyper är t.ex. *ruttrelation* som gruppera ihop sektioner av vägar som tillhör en specifik riksväg eller motorväg, och *multipolygoner* som gruppera ihop linjer som definiera en komplex yta (som t.ex. har flera delar eller hål i sig)\n\nObjekten i en relation kallas \n*medlemmar*. I sidopanelen kan du se vilka relationer ett objekt är medlem i, och klicka på en relation där för att välja den. När relationen är vald kan du se alla medlemmar listade i sidopanelen och markerade på kartan.\n\nFör det mesta kommer iD ta hand om relationerna automatiskt när du redigerar. Det viktigaste du måste veta om är att om du tar bort en sektion av en väg för att rita om den mer exakt, måste du se till att den nya sektionen är medlem i samma relation som originalet. \n\n## Redigera relationer\n\nOm du vill redigera relationer är här grunderna.\n\nFör att lägga till ett objekt till en relation, markera objektet och klicka på \"+\"-knappen i sektionen \"Alla relationer\" i sidopanelen, och välj sedan eller skriv namnet på relationen.\n\nFör att skapa en ny relation, markera första objektet som ska vara medlem i relationen, Klicka på \"+\"-knappen i sektionen \"Alla relationer\" och välj \"Ny relation...\"\n\nFör att ta bort ett objekt från en relation, markera objektet och klicka på soptunnan bredvid relationen du vill ta bort den från.\n\nDu kan skapa multipolygoner med hål i sig med verktyget \"sammanfoga\". Rita två ytor (inre och yttre), håll ner shift-knappen och klicka på var och en av dem för att markera dem båda, klicka sedan på knappen \"Sammanfoga\" (+).\n"
     },
     "intro": {
         "navigation": {
         },
         "areas": {
             "title": "Områden",
-            "add": "Områden kan vara ett sätt att mer detaljerat beskriva objekt. De ger information om gränserna för objektet. Områden kan i många fall användas istället för punkter och ofta är de att föredra. **Klicka på Område-knappen för att lägga till ett nytt område.**",
+            "add": "Områden används för att visa gränserna för objekt så som sjöar, byggnader och bostadsområden. De kan också användas för mer detaljerad kartläggning av många objekt du normalt kartlägger med punkter. **Klicka på knappen Område för att lägga till ett nytt område.**",
             "corner": "Områden ritas genom att placera punkter som representerar gränsen på området. **Placera startpunkten på ett av lekplatsens hörn.**",
             "place": "Rita området genom att placera ut fler punkter. Avsluta genom att klicka på startpunken igen. **Rita området för lekplatsen.**",
             "search": "**Sök efter '{name}'.**",
                     "both": "Båda"
                 }
             },
+            "aerialway/bubble": {
+                "label": "Skidkabin"
+            },
             "aerialway/capacity": {
                 "label": "Kapacitet (per timme)",
                 "placeholder": "500, 2500, 5000..."
                 "label": "Varaktighet (min)",
                 "placeholder": "1, 2, 3..."
             },
+            "aerialway/heating": {
+                "label": "Uppvärmd"
+            },
             "aerialway/occupancy": {
                 "label": "Antal personer",
                 "placeholder": "2, 4, 8..."
             "covered": {
                 "label": "Övertäckt"
             },
+            "craft": {
+                "label": "Typ"
+            },
             "crop": {
                 "label": "Gröda"
             },
                 "label": "Typ"
             },
             "cuisine": {
-                "label": "Kök"
+                "label": "Typ av mat"
             },
             "denomination": {
                 "label": "Samfund"
             "historic": {
                 "label": "Typ"
             },
+            "hoops": {
+                "label": "Basketkorgar",
+                "placeholder": "1, 2, 4..."
+            },
             "iata": {
                 "label": "IATA"
             },
                 "placeholder": "2, 4, 6..."
             },
             "lit": {
-                "label": "Lutning"
+                "label": "Upplyst"
             },
             "location": {
                 "label": "Lokalisering"
                 }
             },
             "opening_hours": {
-                "label": "Timmar"
+                "label": "Öppettider "
             },
             "operator": {
                 "label": "Operatör"
             "sport_ice": {
                 "label": "Sport"
             },
+            "sport_racing": {
+                "label": "Sport"
+            },
             "structure": {
                 "label": "Struktur",
                 "placeholder": "Okänt",
                 "terms": "flygplats, flygfält, flyghamn, aerodrom, landningsplats, lufthamn"
             },
             "aeroway/apron": {
-                "name": "Parkering av flygplan (Apron)"
+                "name": "Parkering av flygplan (Apron)",
+                "terms": "Flygplansparkering, flygplansplatta, flygplattsplatta, flygparkering, parkering av flygplan, parkering av plan, apron"
             },
             "aeroway/gate": {
-                "name": "Gate"
+                "name": "Gate",
+                "terms": "Gate, flyggate, flygplattsgate"
             },
             "aeroway/hangar": {
-                "name": "Hangar"
+                "name": "Hangar",
+                "terms": "Hangar, garage för flygplan, flygplanshall, flygverkstad, flygplangarage, flyggarage"
             },
             "aeroway/helipad": {
                 "name": "Helikopterplatta",
                 "terms": "Helipad, Helikopterplatta"
             },
             "aeroway/runway": {
-                "name": "Start- och landningsbana"
+                "name": "Start- och landningsbana",
+                "terms": "Startbana, landningsbana, rullbana, landa, landning"
             },
             "aeroway/taxiway": {
-                "name": "Taxibana"
+                "name": "Taxibana",
+                "terms": "Taxibana, transportbana, flygplansväg, transportsträcka"
             },
             "aeroway/terminal": {
-                "name": "Flygterminal"
+                "name": "Flygterminal",
+                "terms": "Flygplatsterminal, terminal, avgångshall, ankomsthall, flygterminal, flygplats"
             },
             "amenity": {
                 "name": "Facilitet",
                 "name": "Båtuthyrning",
                 "terms": "Båtuthyrning, båtlån, båtleasing, lånebåt, hyrbåt"
             },
+            "amenity/bureau_de_change": {
+                "name": "Växlingskontor",
+                "terms": "Växlingskontor, växling, valuta, pengar, pengaväxling, resecheckar "
+            },
             "amenity/bus_station": {
                 "name": "Busstation",
                 "terms": "Busstation, bussterminal, terminal, Busshållplats, resecenter, buss"
             },
             "amenity/childcare": {
                 "name": "Barnomsorg",
-                "terms": "Barnomsorg, Förskola, Dagis, Barnhem, Dagmamma"
+                "terms": "Barnomsorg, Förskola, Dagis, Barnhem, Dagmamma, daghem"
             },
             "amenity/cinema": {
                 "name": "Biograf",
                 "name": "Klocka",
                 "terms": "Klocka, ur, urtavla, kyrkklocka, tidur, solur, väggur, väggklocka"
             },
+            "amenity/college": {
+                "name": "Gymnasieområde",
+                "terms": "Gymnasium, gymnasie, college, vidareutbildning, gymnasiumområde, gymnasieområde"
+            },
             "amenity/compressed_air": {
                 "name": "Tryckluft",
                 "terms": "Tryckluft, pumpstation, komprimerad luft"
                 "terms": "Stadshus, förvaltning, myndighet, ämbetsverk, representation, fullmäktige, riksdag, parlament, kommunalhus, samlingsplats, folkets hus, samlingslokal,"
             },
             "amenity/university": {
-                "name": "Universitet"
+                "name": "Universitetsområde",
+                "terms": "Universitet, universitetsområde, högskola, högskoleområde, college,\nakademi, universitetsbyggnad, lärosäte"
             },
             "amenity/vending_machine": {
                 "name": "Varuautomat",
                 "name": "Kyrka",
                 "terms": "Kyrka, kyrkobyggnad, gudshus, tempel, kapell, bönehus, böneplats, missionshus, gudstjänstlokal"
             },
+            "building/college": {
+                "name": "Gymnasiebyggnad",
+                "terms": "Gymnasie, gymnasium, gymnasiebyggnad"
+            },
             "building/commercial": {
                 "name": "Kommersiell byggnad",
                 "terms": "Kommersiell byggnad, kommersiellt, affärsbyggnad, handelsbyggnad"
                 "name": "Industribyggnad",
                 "terms": "Industribyggnad, fabrik, industri, lager"
             },
+            "building/kindergarten": {
+                "name": "Förskolebyggnad",
+                "terms": "Förskola, dagis, daghem, lekskola, kindergarten, lekis,  förskolebyggnad, dagisbyggnad, dagishus, förskolehus"
+            },
             "building/public": {
                 "name": "Publik byggnad",
                 "terms": "Publik byggnad, allmän byggnad, offentlig byggnad"
                 "name": "Järnvägsstation",
                 "terms": "Järnvägsstation, centralstation, central, huvudbangård, tågstation, järnvägshållplats, tåghållplats"
             },
+            "building/university": {
+                "name": "Universitetsbyggnad",
+                "terms": "Universitetsbyggnad, högskolebyggnad, universitet, högskola, högskolebyggnad"
+            },
             "building/warehouse": {
                 "name": "Lagerhus",
                 "terms": "Lagerhus, lager, upplag, magasin, depå, packhus, lada"
             },
+            "craft": {
+                "name": "Hantverk",
+                "terms": "Hantverk, skrå, slöjd, hantverkare"
+            },
             "craft/basket_maker": {
                 "name": "Korgtillverkare",
                 "terms": "Korgtillverkare, korg, korgtillverkning, korgflätning, Korgslöjd"
                 "name": "Fönstertillverkare",
                 "terms": "Fönstertillverkare, dörrtillverkare, fönsterinstallatör, dörrinstallatör, dörr, dörrar, fönster, fönsterleverantör, dörrleverantör, fönstermontör, dörrmontör"
             },
+            "craft/winery": {
+                "name": "Vinfabrik",
+                "terms": "Vinfabrik, vineri, vinframställnig, vin, vinproduktion, Vinframställning"
+            },
             "embankment": {
                 "name": "Vägbank",
                 "terms": "Upphöjning, barnvall, vall, bank, Vägbank"
                 "name": "Anslutning, primär väg",
                 "terms": "Anslutning, påfart, avfart, huvudväg, riksväg, primär väg, primärväg"
             },
+            "highway/raceway": {
+                "name": "Motorracerbana",
+                "terms": " racerbana, motorracerbana, motorbana, tävlingsbana, motortävling, rally, rallybana, kappkörning, gokart, go-kart, tävlingsbana"
+            },
             "highway/residential": {
                 "name": "Bostadsgata",
                 "terms": "Bostadsgata, gata, bostadsområde, villaväg, villagata"
                 "name": "Lekplats",
                 "terms": "Lekplats, lekområde, lekpark"
             },
+            "leisure/running_track": {
+                "name": "Kapplöpningsbana",
+                "terms": "Kapplöpningsbana, löpbana, motionsspår, Löparbana "
+            },
             "leisure/slipway": {
                 "name": "Stapelbädd",
                 "terms": "Stapelbädd, Sjösättningsplats, staplar, varv, docka, fartygsdocka, torrdocka, båtramp"
                 "terms": "Simbassäng, bassäng, swimmingpool, pool, simning, simma"
             },
             "leisure/track": {
-                "name": "Tävlingsbana",
-                "terms": "Tävlingsbana, kapplöpningsbana, springbana, springning, cykling, travbana, galoppbana, hundkapplöpning, hästkapplöpning"
+                "name": "Tävlingsbana (Icke motorsport)",
+                "terms": "Tävlingsbana, cykeltävling, hundkapplöpning, hästkapplöpning, galoppbana, travbana, löpbana"
             },
             "line": {
                 "name": "Linje",
                 "terms": "Fjäll, trädgräns, högfjäll, fjällanskap"
             },
             "natural/glacier": {
-                "name": "Glassiär"
+                "name": "Glassiär",
+                "terms": "Glassiär, landis, ismassa, jökel, gletscher"
             },
             "natural/grassland": {
-                "name": "Grässlätt"
+                "name": "Grässlätt",
+                "terms": "Grässlätt, gräsfällt, äng"
             },
             "natural/heath": {
-                "name": "Hed"
+                "name": "Hed",
+                "terms": "hed, äng, gräs, slättmark, slätt, tundra, stäpp, alvar, kalmark"
             },
             "natural/peak": {
                 "name": "Bergstopp",
                 "terms": "Bergstopp, berg, alp, hjässa, kalott, klack, klint, klätt"
             },
+            "natural/scree": {
+                "name": "Stensamling",
+                "terms": "Stensamling, röse, Taluskon, stenras, stenanhopning"
+            },
             "natural/scrub": {
-                "name": "busksnår"
+                "name": "busksnår",
+                "terms": "busksnår, Buskskog, snår, sly"
             },
             "natural/spring": {
-                "name": "Källa"
+                "name": "Källa",
+                "terms": "källa, vattenställe, vattenhål, källsprång, källåder, källflöde, källdrag, springflöde"
             },
             "natural/tree": {
-                "name": "Träd"
+                "name": "Träd",
+                "terms": "träd, trä, trädstam, stam; barrträd, lövträd, gran, ek, björk, stock"
             },
             "natural/water": {
-                "name": "Vatten"
+                "name": "Vatten",
+                "terms": "vatten, vattensamling, sjö, damm, reservoar, göl, tjärn"
             },
             "natural/water/lake": {
                 "name": "Sjö",
                 "terms": "damm, tjärn, göl "
             },
             "natural/water/reservoir": {
-                "name": "Reservoar"
+                "name": "Reservoar",
+                "terms": "reservoar, tank, damm, fördämning"
             },
             "natural/wetland": {
-                "name": "Våtmark"
+                "name": "Våtmark",
+                "terms": "Våtmark, sankmark, myr, sump, kärr, mosse, torvmark, sumpmark, träsk, moras, mad"
             },
             "natural/wood": {
-                "name": "Skog"
+                "name": "Skog (utan skogsbruk)",
+                "terms": "skog, Urskog, djungel, bush, regnskog, vildmark"
             },
             "office": {
-                "name": "Kontor"
+                "name": "Kontor",
+                "terms": "Kontor, tjänster, tjänsteman, tjänstemän, byrå, expedition"
+            },
+            "office/accountant": {
+                "name": "Revisor",
+                "terms": "Revisor, revision, räkenskapsgranskare, granskningsman, kontrollant"
+            },
+            "office/administrative": {
+                "name": "Lokal myndighet",
+                "terms": "Lokal myndighet, myndighet, kommun, kommunkontor, kommunbyggnad"
+            },
+            "office/architect": {
+                "name": "Arkitekt",
+                "terms": "Arkitekt, byggnadskonstnär, byggnadskonst, ritningar"
+            },
+            "office/company": {
+                "name": "Företagskontor",
+                "terms": "Företagskontor, kontor, företag, expedition, kundmottagning"
+            },
+            "office/educational_institution": {
+                "name": "Utbildningskontor",
+                "terms": "Utbildningskontor, expedition, skolexpedition, rektorsexpedition, rektor, skolledning"
+            },
+            "office/employment_agency": {
+                "name": "Arbetsförmedling",
+                "terms": "Arbetsförmedling, arbetsförmedlingen, arbetslös, arbetssökande, förmedling"
+            },
+            "office/estate_agent": {
+                "name": "Mäklare/bostadsförmedling",
+                "terms": "Bostadsförmedling, fastighetsförmedling, husförmedling, mäklare, egendom, mark, fastighet, fastighetsmäklare, bostadsuthyrning, fastighetsuthyrning, kontorsuthyrning"
+            },
+            "office/financial": {
+                "name": "Bankkontor",
+                "terms": "Bankkontor, finanskontor, ekonomi, finans, bank, ekonomisk"
+            },
+            "office/government": {
+                "name": "Myndighet",
+                "terms": "Myndighet, myndighetskontor, statlig myndighet"
+            },
+            "office/insurance": {
+                "name": "Försäkringskontor",
+                "terms": "Försäkringskontor, försäkringar, försäkringsförmedling"
+            },
+            "office/it": {
+                "name": "IT-kontor",
+                "terms": "IT-kontor, datorföretag, dataföretag, IT-företag, informationsteknologi, dotcomföretag, IT-kunsult, datakonsult, datorkonsult, helpdesk"
+            },
+            "office/lawyer": {
+                "name": "Advokatkontor",
+                "terms": "Advokatkontor, advokat, jurist, juridiskt ombud, rättsombud, ombud, jurist, försvarare, lagman"
+            },
+            "office/newspaper": {
+                "name": "Tidningsredaktion",
+                "terms": "Tidningsredaktion, tidning, nyhetsredaktion, redaktion, tidningslokal, utgivare, tidskrift, magasin"
+            },
+            "office/ngo": {
+                "name": "Icke-statlig organisation",
+                "terms": "Icke-statlig organisation, organisation, hjälporganisation, fackförening, ideell förening, ideell, förening, icke-kommersiel, frivilligorganisation, frivillig, intresseorganisation"
+            },
+            "office/physician": {
+                "name": "Läkare",
+                "terms": "Läkare, husläkare, doktorspraktik, medicinare"
+            },
+            "office/political_party": {
+                "name": "Politiskt parti",
+                "terms": "Politiskt parti, politik, parti"
+            },
+            "office/research": {
+                "name": "Forskning och utveckling",
+                "terms": "Forskning och utveckling, forskning, utveckling, vetenskapligt studium, vetenskapligt arbete, undersökning, efterforskning, research"
+            },
+            "office/telecommunication": {
+                "name": "Telekom",
+                "terms": "Telekom, telefoni, telefoner, telefon, internet, internetcafé, surfning, surfcafé mobil, mobiltelefon, mobiltelefoni"
+            },
+            "office/therapist": {
+                "name": "Terapeut",
+                "terms": "Terapeut, behandling, behandlare, psykolog, psykoterapeut, psykologi, terapi, Arbetsterapi, arbetsterapeut, Fysioterapi,sjukgymnast, logoped, Språkterapi, Talterapi, Röstterapi, Kemoterapi, cellgiftsbehandling, Radioterapi, Farmakoterapi, Samtalsterapi, Psykoterapi, Kognitiv beteendeterapi, beteendeterapi, kbt, Kognitiv terapi, Beteendeterapi, Psykoanalys, Sexterapi, Familjeterapi"
+            },
+            "office/travel_agent": {
+                "name": "Resebyrå ",
+                "terms": "Resebyrå, reseförmedlare, resförmedlare, researrangör, biljettförsäljning, resesamordnare"
+            },
+            "piste": {
+                "name": "Pist/skidspår",
+                "terms": "Pist, skidspår, skidbacke, slalombacke, skidbana, utförsåkning, längdskidåkning, längdskidspår"
             },
             "place": {
-                "name": "Plats"
+                "name": "Plats",
+                "terms": "Plats, ort, ställe, samhälle, stad, trakt, bygd, tätort, förort, stadsdel, by, boplats"
             },
             "place/city": {
-                "name": "Större stad"
+                "name": "Större stad",
+                "terms": "Större stad, stad, storstad, metropol, världsstad, huvudstad"
             },
             "place/hamlet": {
                 "name": "By",
                 "terms": "ö, holme, skär, kobbe, klippa, rev, atoll"
             },
             "place/isolated_dwelling": {
-                "name": "Isolerad boplats"
+                "name": "Isolerad boplats",
+                "terms": "Isolerad boplats, boplats, bosättning"
             },
             "place/locality": {
-                "name": "Plats"
+                "name": "Plats",
+                "terms": "Plats, obefolkad plats, ställe, trakt, lokalitet, läge"
+            },
+            "place/neighbourhood": {
+                "name": "Kvarter",
+                "terms": "Kvarter, närområde, bostadsområde, stadsdel, område"
+            },
+            "place/suburb": {
+                "name": "Borough",
+                "terms": "Borough, kommun"
             },
             "place/town": {
                 "name": "Mellanstor stad",
                 "terms": "tätort, ort"
             },
             "point": {
-                "name": "Punkt"
+                "name": "Punkt",
+                "terms": "Punkt, fläck, läge, ställe, plats"
             },
             "power": {
-                "name": "Kraft"
+                "name": "Elförsörjning",
+                "terms": "El, elförsörjning, kraft, ström, strömförsörjning"
             },
             "power/generator": {
-                "name": "Kraftgenerator"
+                "name": "Elgenerator",
+                "terms": "Elgenerator, kraftgenerator, generator, strömtillverkning, kraftkälla"
             },
             "power/line": {
-                "name": "Kraftledning"
+                "name": "Högspänningsledning",
+                "terms": "kraftledning, elledning, högspänningsledning, högspänning"
+            },
+            "power/minor_line": {
+                "name": "Mindre kraftledning",
+                "terms": "Kraftledning, elledning"
             },
             "power/pole": {
-                "name": "Kraftledningsstolpe"
+                "name": "Kraftledningsstolpe",
+                "terms": "Kraftledningsstolpe, elledningsstolpe, stolpe, kraftledningsmast, elledningsmast, mast"
             },
             "power/sub_station": {
-                "name": "Transformator"
+                "name": "Fördelningsstation",
+                "terms": "Transformator, elomvandling, elskåp, fördelningsstation, stadsnätstation, elfördelning"
             },
             "power/tower": {
-                "name": "Högspänningsmast"
+                "name": "Högspänningsmast",
+                "terms": "Högspänningsmast, kraftledningsstolpe, kraftledningsmast, mast"
             },
             "power/transformer": {
-                "name": "Transformator"
+                "name": "Transformator",
+                "terms": "Transformator, nätstation, elomvandling"
+            },
+            "public_transport/platform": {
+                "name": "Plattform",
+                "terms": "Plattform, väntplats, påstigningsplats, avsats, perrong"
+            },
+            "public_transport/stop_position": {
+                "name": "Stopposition",
+                "terms": "Stopposition, busshållplats, hållplats"
             },
             "railway": {
-                "name": "Järnväg"
+                "name": "Järnväg",
+                "terms": "Järnväg, rälsbana, tågbana, tågräls, räls, spår, spårtrafik, tåg, rälsbana"
             },
             "railway/abandoned": {
-                "name": "Övergiven järnväg"
+                "name": "Riven järnväg",
+                "terms": "Riven järnväg, borttagen järnväg"
             },
             "railway/disused": {
-                "name": "Oanvänd järnväg"
+                "name": "Oanvänd järnväg",
+                "terms": "Oanvänd järnväg, övergiven järnväg, övergiven tågbana, oanvänd tågbana"
+            },
+            "railway/funicular": {
+                "name": "Bergbana ",
+                "terms": "Bergbana"
+            },
+            "railway/halt": {
+                "name": "Mindre järnvägshållplats",
+                "terms": "Mindre järnvägshållplats, hållplats, järnvägshållplats, avstigningsplats, påstigningsplats, tågstopp"
             },
             "railway/level_crossing": {
                 "name": "Plankorsning",
                 "terms": "Korsning, järnvägskorsning, kryss, vägkors, kors, vägkors, vägskäl, gatukorsning, plankorsning"
             },
             "railway/monorail": {
-                "name": "Monorail"
+                "name": "Monorail",
+                "terms": "Monorail, enskensbana, balkbana"
+            },
+            "railway/narrow_gauge": {
+                "name": "Smalspårbana",
+                "terms": "Smalspårbana, smalspår"
             },
             "railway/platform": {
-                "name": "Perrong"
+                "name": "Perrong",
+                "terms": "perrong, plattform, väntplan, väntplats"
             },
             "railway/rail": {
-                "name": "Räls"
+                "name": "Räls",
+                "terms": "Räls, järnvägsspår, spår, bana"
             },
             "railway/station": {
-                "name": "Järnvägsstation"
+                "name": "Järnvägsstation",
+                "terms": "Järnvägsstation, station, central, centralstation"
             },
             "railway/subway": {
-                "name": "Tunnelbana"
+                "name": "Tunnelbana",
+                "terms": "Tunnelbana, T-bana, metro"
             },
             "railway/subway_entrance": {
-                "name": "Tunnelbaneingång"
+                "name": "Tunnelbaneingång",
+                "terms": "Tunnelbaneingång, tunnelbanenergång, t-baneingång, t-banenedgång"
             },
             "railway/tram": {
                 "name": "Spårvagn",
                 "terms": "Spårvagn, spårväg, motorvagn"
             },
             "relation": {
-                "name": "Relation"
+                "name": "Relation",
+                "terms": "Relation, relaterat, förbindelse, förhållande, samband, anknytning, koppling, kontext"
             },
             "route/ferry": {
-                "name": "Färjerutt"
+                "name": "Färjerutt",
+                "terms": "Färjerutt, båtrutt, rutt, färjelinje, båtlinje, färja, båt i linjetrafik"
             },
             "shop": {
-                "name": "Affär"
+                "name": "Affär",
+                "terms": "Affär, shop, butik"
             },
             "shop/alcohol": {
-                "name": "Vin-och-spritaffär"
+                "name": "Vin-och-spritaffär",
+                "terms": "Vinaffär, spritaffär, vin- och sprit, vin- och spritaffär, systemet, systembolaget, bolaget"
+            },
+            "shop/anime": {
+                "name": "Anime-affär",
+                "terms": "Anime, animēshon, manga, mangastil, Kodomo, Shōjo, shoujo, shojo, Josei, Shōnen"
+            },
+            "shop/antiques": {
+                "name": "Antikaffär",
+                "terms": "Antikaffär, antikshop, antikt, antikvitetsaffär, antikvariat"
+            },
+            "shop/art": {
+                "name": "Konstgalleri",
+                "terms": "Konstgalleri, konst, konstaffär, tavlor, statyer, kulturer, galleri"
+            },
+            "shop/baby_goods": {
+                "name": "Babyprodukter",
+                "terms": "Bäbis, Baby, småbarn, barnkläder, babykläder, bäbiskläder, blöjor, nappflaskor, nappar, barnvagnar, spjälsängar, Babyprodukter"
+            },
+            "shop/bag": {
+                "name": "Väskaffär",
+                "terms": "Väskaffär, väskor, resväskor, bagage, bagageväskor, handväskor"
             },
             "shop/bakery": {
-                "name": "Bageri"
+                "name": "Bageri",
+                "terms": "Bageri, bröd, baka, bullar, bagare"
+            },
+            "shop/bathroom_furnishing": {
+                "name": "Badrumsinredning",
+                "terms": "Badrumsinredning, badrum"
             },
             "shop/beauty": {
-                "name": "Skönhetssalong"
+                "name": "Skönhetssalong",
+                "terms": "Skönhetssalong, skönhet, skönhetsbehandlingar, nagelsalong, solarium, shiatsu, massage, spa, hälsoanläggning, kuranstalt, kurort, kosmetik, smink"
+            },
+            "shop/bed": {
+                "name": "Sängaffär",
+                "terms": "Sängaffär, sängar, madrasser, kuddar, täcken, påslakan, lakan"
             },
             "shop/beverages": {
-                "name": "Dryckaffär"
+                "name": "Dryckaffär",
+                "terms": "Dryck, alkohol, läsk, dricka, läskedryck"
             },
             "shop/bicycle": {
-                "name": "Cykelaffär"
+                "name": "Cykelaffär",
+                "terms": "Cykelaffär, cykel, cykelreparatör, cykelförsäljning"
+            },
+            "shop/bookmaker": {
+                "name": "Vadslagning",
+                "terms": "Vadslagning, vadhållning, dobbel, spel, trav, Stryktipset, måltipset"
             },
             "shop/books": {
-                "name": "Bokhandel"
+                "name": "Bokhandel",
+                "terms": "Bokhandel, bokförsäljning, bokförsäljning, antikvariat"
             },
             "shop/boutique": {
-                "name": "Boutique (Dyra kläder och accessoarer)"
+                "name": "Boutique (Dyra kläder och accessoarer)",
+                "terms": "Boutique, modeaffär, accessoarer, kläder, finkläder, klänningar, smycken"
             },
             "shop/butcher": {
-                "name": "Slaktare"
+                "name": "Slaktare",
+                "terms": "Slaktare, kött, köttaffär, köttstyckare; charkuterist, charkuterihandlare, styckare, chark"
+            },
+            "shop/candles": {
+                "name": "Ljusaffär",
+                "terms": "Ljusaffär, ljus, värmeljus, mysljus, stearinljus, ljusstakar"
             },
             "shop/car": {
-                "name": "Bilhandlare"
+                "name": "Bilhandlare",
+                "terms": "Bilhandlare, bilsäljare, bilförsäljning, bilfirma, bilverkstad, bilreparatör, biltillbehör"
             },
             "shop/car_parts": {
-                "name": "Bildelar"
+                "name": "Biltillbehör",
+                "terms": "Bildelar, biltillbehör, reservdelar, bilreservdelar"
             },
             "shop/car_repair": {
-                "name": "Bilverkstad"
+                "name": "Bilverkstad",
+                "terms": "Bilverkstad, verkstad, bilreparatör"
+            },
+            "shop/carpet": {
+                "name": "Mattaffär",
+                "terms": "Mattaffär, mattor"
+            },
+            "shop/cheese": {
+                "name": "Ostaffär",
+                "terms": "Ostaffär, ost, ostar, ostbutik"
             },
             "shop/chemist": {
-                "name": "Kemiaffär (hygien,  kosmetika & städ)"
+                "name": "Kemiaffär (hygien,  kosmetika & städ)",
+                "terms": "Kemiaffär, kemi, hygien, hygienartiklar, kosmetik, smink, kosmetika, städ, städmaterial, rengöring, rengöringsmedel"
+            },
+            "shop/chocolate": {
+                "name": "Chokladaffär",
+                "terms": "Chokladaffär, Choklad, pralin, praliner, konfekt"
             },
             "shop/clothes": {
-                "name": "Klädaffär"
+                "name": "Klädaffär",
+                "terms": "Klädaffär, kläder, klädbutik, ekipering"
             },
             "shop/computer": {
-                "name": "Datorbutik"
+                "name": "Datorbutik",
+                "terms": "Datorbutik, datoraffär, data, dator, datorer, datorhårdvara, datorprogram, datortförsäljning "
             },
             "shop/confectionery": {
-                "name": "Godisaffär"
+                "name": "Godisaffär",
+                "terms": "konfektbutik, godisaffär, godisbutik, godis, konfektyr, godis, karameller, choklad, sötsaker"
             },
             "shop/convenience": {
-                "name": "Närbutik"
+                "name": "Närbutik",
+                "terms": "Närbutik, kvartersbutik, livsmedelbutik, livsmedel, mataffär"
+            },
+            "shop/copyshop": {
+                "name": "Tryckeri",
+                "terms": "Copyshop, tryckeri, kopiering"
+            },
+            "shop/cosmetics": {
+                "name": "Sminkaffär",
+                "terms": "Sminkaffär, smink, kosmetika, kosmetikaffär"
+            },
+            "shop/craft": {
+                "name": "Konst- och hantverksbutik",
+                "terms": "Konsthantverk, konstverk, hantverk, slöjd"
+            },
+            "shop/curtain": {
+                "name": "Gardinaffär",
+                "terms": "Gardinaffär, gardiner, draperier"
+            },
+            "shop/dairy": {
+                "name": "Mejeriaffär",
+                "terms": "Mejeriaffär, mejeri, mjölk, mjölkaffär"
             },
             "shop/deli": {
-                "name": "Delikatessaffär"
+                "name": "Delikatessaffär",
+                "terms": "Delikatessaffär, delikatess, delikatesser, finmat"
             },
             "shop/department_store": {
-                "name": "Varuhus"
+                "name": "Varuhus",
+                "terms": "Varuhus, affärshus"
             },
             "shop/doityourself": {
-                "name": "Byggmarknad"
+                "name": "Byggmarknad",
+                "terms": "Byggmarknad, bygghandel, Gör-det-själv, gördetsjälv, gör det själv, byggvaruhus, indie, byggsatser, byggsats, verktyg, järnaffär, handverktyg, elverktyg, heminredning, inredning, byggmaterial"
             },
             "shop/dry_cleaning": {
-                "name": "Kemtvätt"
+                "name": "Kemtvätt",
+                "terms": "Kemtvättar, kemisk tvätt"
             },
             "shop/electronics": {
-                "name": "Elektronikbutik"
+                "name": "Elektronikbutik",
+                "terms": "Elektronikbutik, hemelektronik, TV, radio, dator, datorer, kylskåp, spisar, vitvaror, tvättmaskin, torktumlare, hushållsapparater, kablar, batterier"
+            },
+            "shop/erotic": {
+                "name": "Sexshop",
+                "terms": "Sex, sexshop, sexaffär, erotik, erotikaffär, erotisk, sexfilmer, porr, porrfilmer, sexleksaker, underkläder, kondomer, pornografi, porrfilmer, sexfilmer, porrtidningar"
+            },
+            "shop/fabric": {
+                "name": "Tygaffär",
+                "terms": "Tygaffär, tyger, tyg, sömnad"
             },
             "shop/farm": {
                 "name": "Gårdsbutik",
                 "terms": "Gårdsbutik, närproducerat, egenproducerat"
             },
+            "shop/fashion": {
+                "name": "Modebutik",
+                "terms": "Modebutik, klädaffär, kläder, modekläder, mode"
+            },
             "shop/fishmonger": {
-                "name": "Fiskhandlare"
+                "name": "Fiskhandlare",
+                "terms": "Fiskhandlare, fisk, skaldjur, fiskdisk, fiskförsäljning"
             },
             "shop/florist": {
-                "name": "Florist"
+                "name": "Florist",
+                "terms": "Florist, blommor, blomförsäljning, bukett, blomsterbindare, blomsterhandlare "
+            },
+            "shop/frame": {
+                "name": "Ramaffär",
+                "terms": "Ramaffär, ramar, inramning"
+            },
+            "shop/funeral_directors": {
+                "name": "Begravningsbyrå",
+                "terms": "begravningsbyrå, begravningsceremoni, begravning, bodelning, jordfästning, gravsättning, kremering"
+            },
+            "shop/furnace": {
+                "name": "Värmepannor",
+                "terms": "Värmepannor, pannor, uppvärmning, ugnar, värmesystem, ugn, kakelugn, kamin"
             },
             "shop/furniture": {
-                "name": "Möbelaffär"
+                "name": "Möbelaffär",
+                "terms": "Möbelaffär, möbelgrossist, möbelvaruhus, inredning"
             },
             "shop/garden_centre": {
-                "name": "Trädgårdscenter"
+                "name": "Trädgårdscenter",
+                "terms": "Trädgårdscenter, plantskola, blommor, blomkrukor, krukväxter, buskar, träd, trädgårdsväxter, trädgård, trädgårdsverktyg, planteringsjord, jord"
             },
             "shop/gift": {
-                "name": "Presentbutik"
+                "name": "Presentbutik",
+                "terms": "Presentbutik, presenter, gratulationskort, grattiskort, gåvor, gåva, present, souvenirbutik, souvenir, souvenirer"
             },
             "shop/greengrocer": {
-                "name": "Grönsakshandlare"
+                "name": "Grönsakshandlare",
+                "terms": "Grönsakshandlare, grönsaker, frukt, frukthandlare, frukthandel, vegetabiliskt"
             },
             "shop/hairdresser": {
-                "name": "Hårfrissör"
+                "name": "Hårfrisör",
+                "terms": "Hårfrisör, frisör, hår, hårklippning, hårtvätt, rakning, hårfärgning, skägg, hårförlängning, skönhet, skönhetssalong, salong, barberare, stylist, hårkreatör, hårkonstnär"
             },
             "shop/hardware": {
-                "name": "Järnaffär"
+                "name": "Järnaffär",
+                "terms": "Järnaffär, järnhandlare, skruv, skruvar, bult, bultar, spik, krokar, järnbeslag, järntillbehör, metallverktyg, verktyg, bygg, el, vvs, trädgårdsredskap, redskap, handverktyg, elverktyg, köksutrustning, badrum, kök, hushållsprodukter, lås, nycklar, nyckeltillverkning"
+            },
+            "shop/hearing_aids": {
+                "name": "Hörapparater",
+                "terms": "Hörapparater, hörselskada, hörselskadade, hörhjälpmedel, hörsel"
+            },
+            "shop/herbalist": {
+                "name": "Medicinalväxter",
+                "terms": "medicinalväxter, örter, läkande örter"
             },
             "shop/hifi": {
-                "name": "HiFi-butik"
+                "name": "HiFi-butik",
+                "terms": "HIFI-butik, hifi, ljud, ljudåtergivning, förstärkare, högtalare, ljudanläggning, audio, stereo, stereoanläggning"
+            },
+            "shop/interior_decoration": {
+                "name": "Inredningsaffär",
+                "terms": "Inredningsaffär, inredning, dekoration"
             },
             "shop/jewelry": {
-                "name": "Juvelerare"
+                "name": "Juvelerare",
+                "terms": "Juvelare, smycken, halsband, ring, ringar, örhänge, örhängen, klocka, klockor, guld, silver"
             },
             "shop/kiosk": {
-                "name": "Kiosk"
+                "name": "Kiosk",
+                "terms": "Kiosk, gatukök, tidningar, godis, cigaretter, tobak, snus, dryck, läsk, butik, snabbmat, glass, korv"
+            },
+            "shop/kitchen": {
+                "name": "Köksinredning",
+                "terms": "Köksinredning, kök, bänkskivor, köksskåp, skåpluckor"
             },
             "shop/laundry": {
-                "name": "Tvättinrättning"
+                "name": "Tvättinrättning",
+                "terms": "Tvättinrättning, tvätteri, tvättemat, tvättstuga, tvättautomat"
+            },
+            "shop/leather": {
+                "name": "Läderaffär",
+                "terms": "Läderaffär, läder, läderjackor, läderkläder"
+            },
+            "shop/locksmith": {
+                "name": "Låssmed",
+                "terms": "Låssmed, nyckeltillverkning, nyckelkopiering, nyckel, lås, låsinstallation, dyrkning"
+            },
+            "shop/lottery": {
+                "name": "Lotteri",
+                "terms": "Lotteri, lottdragning, bingospel, hasardspel, hasard, tombola, lottförsäljningen, lottstånd"
             },
             "shop/mall": {
-                "name": "Galleria"
+                "name": "Köpcenter",
+                "terms": "Varuhus, shoppingcenter, affärshus, shoppingcentrum, köpcentrum, köpcenter"
+            },
+            "shop/massage": {
+                "name": "Massage",
+                "terms": "Massage, massagebehandling, thaimassage"
+            },
+            "shop/medical_supply": {
+                "name": "Medicinsk utrustning ",
+                "terms": "medicinsk utrustning, Träningsbollar, Bandage, Kryckor, ledstöd, Ortopedteknik, blodtrycksmätare, Glucometer,glukometer, hjälpmedel, rullstol"
             },
             "shop/mobile_phone": {
-                "name": "Mobiltelefonbutik"
+                "name": "Mobiltelefoner",
+                "terms": "Mobiltelefoner, mobiltelefon, mobiltelefoni, telefon, telefonbutik, mobiltelefonbutik"
+            },
+            "shop/money_lender": {
+                "name": "Långivare",
+                "terms": "Långivare, utlåning, utlåningsinstitution, mikrolån, telefonlån, pantbank"
             },
             "shop/motorcycle": {
-                "name": "Återförsäljare av motorcyklar"
+                "name": "Återförsäljare av motorcyklar",
+                "terms": "Motorcykel, motorcyklar, motorcykelåterförsäljare, motorcykelbutik, motorcykeltillbehör"
             },
             "shop/music": {
-                "name": "Musikaffär"
+                "name": "Musikaffär",
+                "terms": "Musikaffär, musikbutik, CD-affär, CD, kasset, vinyl, LP, skivaffär , skivbutik"
+            },
+            "shop/musical_instrument": {
+                "name": "Musikinstrument",
+                "terms": "Musikinstrument, instrument, noter"
             },
             "shop/newsagent": {
-                "name": "Tidningsaffär"
+                "name": "Tidningsaffär",
+                "terms": "Tidningsaffär, pressbyrå, pressbyrån, kiosk, tidningskiosk, tidningsställ, tidningar, magasin, tidskrifter"
             },
             "shop/optician": {
-                "name": "Optiker"
+                "name": "Optiker",
+                "terms": "Optiker, synundersökning, glasögon, linser"
+            },
+            "shop/organic": {
+                "name": "Ekologiska livsmedel",
+                "terms": "ekologiskt, miljövänligt"
             },
             "shop/outdoor": {
-                "name": "Friluftsaffär"
+                "name": "Friluftsaffär",
+                "terms": "Friluftsaffär, camping, campingutrustning, vandring, vandringsutrustning, tält, klätterutrustning, klättring, friluftsliv, uteliv"
+            },
+            "shop/paint": {
+                "name": "Färgbutik",
+                "terms": "Färgbutik, färg, målarfärg, målning"
+            },
+            "shop/pawnbroker": {
+                "name": "Pantbank",
+                "terms": "pantbank, pantbanken, \tpantbelåning,\tpantlånekontor, varubelåning, pant"
             },
             "shop/pet": {
-                "name": "Djurbutik"
+                "name": "Djurbutik",
+                "terms": "Djuraffär, djur, husdjur, hund, hundar, katt, katter, djurmat, djurtillbehör, djurburar, akvarium"
+            },
+            "shop/photo": {
+                "name": "Fotoaffär ",
+                "terms": "fotoaffär, bild, foto, video, fotografi, fotoredigering, framkallning, ram, kameratillbehör, kamera, kameror, filmkamera, fotokamera, konvertering"
+            },
+            "shop/pyrotechnics": {
+                "name": "Fyrverkerier",
+                "terms": "fyrverkerier, smällare, tomtebloss, raketer, nyårsraketer, pyroteknik"
+            },
+            "shop/radiotechnics": {
+                "name": "Radio/Elektronikbutik",
+                "terms": "Radio, radiobutik, elektronik, elektronikbutik, radiotillbehör, elektronikkomponenter"
+            },
+            "shop/religion": {
+                "name": "Religiös butik",
+                "terms": "Religiös, religion, biblar, psalmböcker, kyrkobutik"
+            },
+            "shop/scuba_diving": {
+                "name": "Dykarbutik",
+                "terms": "Dykning, Dykarbutik, dykutrustning"
+            },
+            "shop/seafood": {
+                "name": "Fiskaffär",
+                "terms": "Fiskaffär, fisk, skaldjur, fiskhandlare, bläckfisk, räkor, hummer, krabba, ostron, musslor"
+            },
+            "shop/second_hand": {
+                "name": "Second hand",
+                "terms": "Second hand, loppis, loppmarknad, secondhand "
             },
             "shop/shoes": {
-                "name": "Skoaffär"
+                "name": "Skoaffär",
+                "terms": "Skoaffär, skor, skobutik"
             },
             "shop/sports": {
-                "name": "Sportaffär"
+                "name": "Sportaffär",
+                "terms": "Sportaffär, sportutrustning, sportkläder, träningskläder, träningsutrustning, träningsskor, löpskor"
             },
             "shop/stationery": {
-                "name": "Pappershandel"
+                "name": "Pappershandel",
+                "terms": "pappersvaror , pappershandel, papper, anteckningsböcker, grattiskort, kuvert, pennor, Kontorsmaterial "
             },
             "shop/supermarket": {
                 "name": "Snabbköp",
                 "terms": "självbetjäningsbutik, självköp, supermarket, snabbköp, dagligvarubutik, affär, mataffär"
             },
+            "shop/tailor": {
+                "name": "Skräddare",
+                "terms": "Skräddare, kläder"
+            },
+            "shop/tattoo": {
+                "name": "Tatueringsstudio",
+                "terms": "Tatueringsstudio, tatueringssalong, tatuera, tatuerare, tatuering, "
+            },
+            "shop/tea": {
+                "name": "Te-butik",
+                "terms": "Te, the, te, påste, örtte, thé, teblad"
+            },
+            "shop/ticket": {
+                "name": "Biljettförsäljning",
+                "terms": "Biljettförsäljning, biljetter, biljettkassa, biljettsäljare, biljettkontor, biljettlucka, biljettåterförsäljare"
+            },
+            "shop/tobacco": {
+                "name": "Tobaksbutik",
+                "terms": "Tobaksbutik, tobak, rökning, pipa, pipor, snus, cigaretter,  cigarett, cigarr, cigarrer, röktillbehör"
+            },
             "shop/toys": {
-                "name": "Leksaksaffär"
+                "name": "Leksaksaffär",
+                "terms": "Leksaksaffär, leksaker, barnsaker"
             },
             "shop/travel_agency": {
-                "name": "Resebyrå"
+                "name": "Resebyrå",
+                "terms": "Resebyrå, reseagent, biljettförsäljning, charter, charterflyg, charterresa "
             },
             "shop/tyres": {
-                "name": "Däckfirma"
+                "name": "Däckfirma",
+                "terms": "Däckfirma, däckbyte, hjulbyte, däckförsäljning, hjulförsäljning, fälgar, däck, hjul, fälg, balansering, "
             },
             "shop/vacant": {
-                "name": "Tom lokal"
+                "name": "Tom lokal",
+                "terms": "Tom lokal, vakant lokal, lokal för uthyrning, uthyrning"
+            },
+            "shop/vacuum_cleaner": {
+                "name": "Dammsugarbutik",
+                "terms": "Dammsugarbutik, dammsugare, dammsugaråterförsäljare, dammsugarpåsar, dammsugartillbehör"
             },
             "shop/variety_store": {
-                "name": "Fyndbutik"
+                "name": "Fyndbutik",
+                "terms": "Fyndbutik, billigt,lågpris, lågprisbutik, fynd, överskott, överskottsaffär"
             },
             "shop/video": {
-                "name": "Videobutik"
+                "name": "Videobutik",
+                "terms": "Videobutik, filmbutik, filmförsäljning, filmuthyrning, DVD, VHS"
+            },
+            "shop/video_games": {
+                "name": "TV-spel",
+                "terms": "TV-spel, videospel, konsolspel, spelkonsoler, datorspel, dataspel, tvspel"
+            },
+            "shop/water_sports": {
+                "name": "Vattensport/simning ",
+                "terms": "Vattensport, simning, badkläder"
+            },
+            "shop/weapons": {
+                "name": "Vapenaffär",
+                "terms": "Vapenaffär, vapen, ammunition, jakt, skjutvapen"
+            },
+            "shop/window_blind": {
+                "name": "Persienner",
+                "terms": "Persienner, spjälgardin, jalusi, markis, rullgardin, spjäljalusi"
             },
             "shop/wine": {
-                "name": "Vinaffär"
+                "name": "Vinaffär",
+                "terms": "Vinaffär, systembolaget, systemet, vin, vinförsäljning"
             },
             "tourism": {
-                "name": "Turism"
+                "name": "Turism",
+                "terms": "Turism, sevärdhet, turistattraktion, turistmagnat"
             },
             "tourism/alpine_hut": {
-                "name": "Fjällstuga"
+                "name": "Fjällstation",
+                "terms": "Fjällstuga, fjällstation"
             },
             "tourism/artwork": {
-                "name": "Konst"
+                "name": "Publik konst",
+                "terms": "Konst, publik konst, gatukonst, offentlig konst"
             },
             "tourism/attraction": {
-                "name": "Turistattraktion"
+                "name": "Turistattraktion",
+                "terms": "Turistattraktion, sevärdhet, sevärdighet"
             },
             "tourism/camp_site": {
-                "name": "Kampingplats"
+                "name": "Campingplats",
+                "terms": "Campingplats, camping, husvagn, tält, campinganläggning"
             },
             "tourism/caravan_site": {
-                "name": "Ställplats"
+                "name": "Ställplats",
+                "terms": "Ställplats, campingplats, camping, husvagnscamping, husbilscamping, fricamping"
             },
             "tourism/chalet": {
-                "name": "Stuga"
+                "name": "Campingstuga",
+                "terms": "Campingstuga, stuga, sommarstuga"
             },
             "tourism/guest_house": {
                 "name": "Gästhus",
-                "terms": "Gästhus, vandrarhem, övernattningsställe, logi"
+                "terms": "Gästhus, vandrarhem, övernattningsställe, logi, pensionat , Bed & Breakfast."
             },
             "tourism/hostel": {
-                "name": "Vandrarhem"
+                "name": "Vandrarhem",
+                "terms": "Vandrarhem, övernattningsställe"
             },
             "tourism/hotel": {
-                "name": "Hotell"
+                "name": "Hotell",
+                "terms": "Hotell, hotellanläggning, värdshus"
             },
             "tourism/information": {
-                "name": "Information"
+                "name": "Information",
+                "terms": "Information, informationskällan, Turistbyråer , turistkontor, karta, informationskarta, infokarta, Informationstavla"
             },
             "tourism/motel": {
-                "name": "Motel"
+                "name": "Motel",
+                "terms": "Motell, hotell, motorhotell, väghotell"
             },
             "tourism/museum": {
                 "name": "Museum",
                 "terms": "museum, samling, konstsamling, museibyggnad, vetenskap, historia, historik, historia, konst, arkeologi"
             },
             "tourism/picnic_site": {
-                "name": "Picknickplats"
+                "name": "Picknickplats",
+                "terms": "Picknickplats, rastplats, picknick, utflykt"
             },
             "tourism/theme_park": {
-                "name": "Temapark"
+                "name": "Nöjespark",
+                "terms": "Temapark, nöjespark, åkattraktioner, tivoli, nöjesfält, nöjesplats"
             },
             "tourism/viewpoint": {
-                "name": "Utsiktspunkt"
+                "name": "Utsiktspunkt",
+                "terms": "Utsiktsplats, utsikt, vy"
             },
             "tourism/zoo": {
-                "name": "Zoo"
+                "name": "Zoo",
+                "terms": "Zoo, zoologisk trädgård, djurpark"
             },
             "type/boundary": {
-                "name": "Gräns"
+                "name": "Gräns",
+                "terms": "Gräns, gränslinje, administrativ gräns"
             },
             "type/boundary/administrative": {
-                "name": "Administrativ gräns"
+                "name": "Administrativ gräns",
+                "terms": "Administrativ gräns, gräns, stat, territorium, administrativ enhet"
             },
             "type/multipolygon": {
-                "name": "Multipolygon"
+                "name": "Multipolygon",
+                "terms": "Multipolygon,  polygon, komplex yta"
             },
             "type/restriction": {
-                "name": "Restriktion"
+                "name": "Restriktion",
+                "terms": "Restriktion, inskränkning, förbehåll, begränsning"
             },
             "type/restriction/no_left_turn": {
                 "name": "Ingen vänstersväng",
                 "terms": "Inga svängar, rakt fram, ingen sväng"
             },
             "type/route": {
-                "name": "Rutt"
+                "name": "Rutt",
+                "terms": "rutt, färdväg, färdled"
             },
             "type/route/bicycle": {
-                "name": "cykelrutt"
+                "name": "Cykelrutt",
+                "terms": "Cykelrutt, cykelled, cykelförbindelse, cykelnät"
             },
             "type/route/bus": {
-                "name": "Bussrutt"
+                "name": "Busslinje",
+                "terms": "Bussrutt, bussväg, bussled, busslinje"
             },
             "type/route/detour": {
-                "name": "Alternativ rutt"
+                "name": "Alternativ rutt",
+                "terms": "Alternativ rutt, alternativ väg, omväg"
             },
             "type/route/ferry": {
-                "name": "Färjerutt"
+                "name": "Färjerutt",
+                "terms": "Färjerutt, båtrutt, båtlinjetrafik"
             },
             "type/route/foot": {
-                "name": "Vandringsrutt"
+                "name": "Vandringsled",
+                "terms": "Vandringsrutt, vandringsled, stig"
+            },
+            "type/route/hiking": {
+                "name": "Vandringsled",
+                "terms": "Vandringsrutt, vandringsled, stig"
             },
             "type/route/pipeline": {
-                "name": "Rörledningsrutt"
+                "name": "Rörledningsrutt",
+                "terms": "Rörledningsrutt, rörledning, pipeline, oljeledning, vattenledning, avloppsledning"
             },
             "type/route/power": {
-                "name": "Kraftledningsrutt"
+                "name": "Kraftledningsrutt",
+                "terms": "Kraftledningsrutt, kraftledning, elförsörjning, elnät"
             },
             "type/route/road": {
-                "name": "Vägrutt"
+                "name": "Vägrutt",
+                "terms": "Vägrutt, vägnät, vägförbindelse"
             },
             "type/route/train": {
-                "name": "Tågrutt"
+                "name": "Tågrutt",
+                "terms": "Tågrutt, tågnät, järnvägsrutt, järnväg, järnvägsförbindelse"
             },
             "type/route/tram": {
-                "name": "Spårvagnsrutt"
+                "name": "Spårvagnsrutt",
+                "terms": "Spårvagnsrutt, spårvagn, spårvagnsnät, spårvagnsräls, spårvagnsförbindelse "
             },
             "type/route_master": {
-                "name": "Huvudrutt"
+                "name": "Huvudrutt",
+                "terms": "Huvudrutt, huvudförbindelse, huvudväg"
             },
             "vertex": {
-                "name": "Annat"
+                "name": "Annat",
+                "terms": "Annat, övrigt"
             },
             "waterway": {
-                "name": "Vattenväg"
+                "name": "Vattenväg",
+                "terms": "Vattenväg, vattenflöde"
             },
             "waterway/canal": {
-                "name": "Kanal"
+                "name": "Kanal",
+                "terms": "Kanal, vattenväg, vattenled"
             },
             "waterway/dam": {
-                "name": "Fördämning"
+                "name": "Fördämning",
+                "terms": "damm, reservoar, fördämning, vattensamling"
             },
             "waterway/ditch": {
-                "name": "Dike"
+                "name": "Dike",
+                "terms": "Dike, fåra"
             },
             "waterway/drain": {
-                "name": "Dränering"
+                "name": "Dränering",
+                "terms": "dränering, avrinning, dagvatten, dagvattenavrinning "
             },
             "waterway/river": {
                 "name": "Flod",
                 "terms": "vattendrag, bäck, dike"
             },
             "waterway/weir": {
-                "name": "Dam"
+                "name": "Damm",
+                "terms": "damm, reservoar, fördämning, vattensamling"
             }
         }
     }
index 591aba20826c03f90c0345d2dfb552acc2571b33..7552da12c246bf11291e8f72cab0df0f88894619 100644 (file)
             "amenity/clock": {
                 "name": "கடிகாரம்"
             },
-            "amenity/college": {
-                "name": "கல்லூரி"
-            },
             "amenity/fire_station": {
                 "name": "தீயணைப்பு நிலையம்"
             },
             "amenity/townhall": {
                 "name": "நகராட்சிமன்றம்"
             },
-            "amenity/university": {
-                "name": "பல்கலைக்கழகம்"
-            },
             "area": {
                 "name": "பரப்பளவு"
             },
             "shop/alcohol": {
                 "name": "மதுபானக் கடை"
             },
-            "shop/books": {
-                "name": "புத்தகக்கடை"
-            },
             "shop/car": {
                 "name": "வாகன விற்பனையகம்"
             },
             "shop/computer": {
                 "name": "கணினி விற்பனையகம்"
             },
-            "shop/dry_cleaning": {
-                "name": "உலர் சலவையகம்"
-            },
             "shop/florist": {
                 "name": "பூக்கடை"
             },
index 9015763cdd0ab8316253be6f31b52022c34c57f0..ed340032fecebd2c140873d7addc52185c5ca4a4 100644 (file)
@@ -71,7 +71,6 @@
         },
         "delete": {
             "title": "తొలగించు",
-            "description": "మ్యాప్ నుండి ఇది తొలగించు",
             "annotation": {
                 "point": "ఒక బిందువును తొలగించారు.",
                 "line": "గీత తొలగించబడింది",
             "amenity/toilets": {
                 "name": "మరుగుదొడ్లు"
             },
-            "amenity/university": {
-                "name": "విశ్వవిద్యాలయం"
-            },
             "barrier/fence": {
                 "name": "కంచె"
             },
index 7f5d5251637362e447d3958872ade4eff3f816e7..48980bc05d612cf852fa71670daf66a796e50e54 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Burahin",
-            "description": "Burahin ito sa mapa.",
+            "description": "Permanenteng burahin ito. ",
             "annotation": {
                 "point": "Binura ang isang point o tuldok.",
                 "vertex": "Binura ang isang node mula sa way o linya.",
         },
         "areas": {
             "title": "Mga area o poligon",
-            "add": "Ang mga area o poligon ay mas detalyadong paraan upang kumatawan sa mga tampok. Nagbibigay ang mga ito ng impormasyon sa mga hangganan o boundary ng lugar. Ang karamihan ng maaring i-mapa gamit ang puntos ay pwede rin i-katawan bilang area o poligon. **I-click ang button para sa Area upang magdagdag ng bagong area o poligon.**",
             "corner": "Ang paglikha ng area o poligon ay sa pamamagitan ng paglalagay node sa paligid ng mga hangganan ng lugar. **Ilagay ang unang node sa isa sa mga sulok ng palaruan.**",
             "place": "Ipagpatuloy ang pag-guhit ng area o pligon sa pamamagitan ng paglalagay ng higit pang mga node. Tapusin ito sa pamamagitan ng pag-click sa umpisang node. ** Gumuhit ng area o pilgon ng palaruan.**",
             "search": "**Hanapin ang '{name}'.**",
index 5c8f6ca5d1a7950a392c4a2e1a2b4d422a14a3ed..f38b886a81c5dd90acd6f5ea0f9cf6c8b0d59197 100644 (file)
@@ -16,7 +16,7 @@
             "tail": "Nokta eklemek için haritaya tıklayın."
         },
         "browse": {
-            "title": "Dolaş",
+            "title": "Gözat",
             "description": "Harita üzerinde dolan ve yaklaş."
         },
         "draw_area": {
@@ -30,7 +30,8 @@
         "add": {
             "annotation": {
                 "point": "Nokta eklendi.",
-                "vertex": "Çizgiye bir nod eklendi."
+                "vertex": "Çizgiye bir nod eklendi.",
+                "relation": "Bir ilişki eklendi."
             }
         },
         "start": {
@@ -43,6 +44,8 @@
             "key": "A",
             "title": "Devam et",
             "description": "Çizgiye devam et.",
+            "not_eligible": "Burada çizgi sürdürülemez.",
+            "multiple": "Burada birkaç çizgi sürdürülebilir. Bir çizgi seçmek için, Şift tuşuna basın ve çizginin üzerine tıklayın.",
             "annotation": {
                 "line": "Çizgiye devam edildi.",
                 "area": "Alana devam edildi."
@@ -51,6 +54,9 @@
         "cancel_draw": {
             "annotation": "Çizim iptal edildi."
         },
+        "change_role": {
+            "annotation": "Bir ilişki üyesinin görevi değiştirildi."
+        },
         "change_tags": {
             "annotation": "Etiketler değiştirildi."
         },
                 "line": "Çizgiyi daireleştirin.",
                 "area": "Alanı daireleştirin."
             },
-            "not_closed": "Bu daireleştirilemez çünkü döngü içerisinde değil."
+            "not_closed": "Bu daireleştirilemez çünkü döngü içerisinde değil.",
+            "too_large": "Bu yuvarlaklaştırılamaz çünkü yeterli bölümü görülebilir değil. "
         },
         "orthogonalize": {
             "title": "Kare",
+            "description": {
+                "line": "Bu çizginin köşelerini kareleştir.",
+                "area": "Bu alanın köşelerini kareleştir."
+            },
+            "key": "S",
             "annotation": {
                 "line": "Çizginin köşeleri doğrultuldu.",
                 "area": "Alanın köşeleri doğrultuldu."
-            }
+            },
+            "not_squarish": "Bu kareleştirilemez çünkü karemsi değil. ",
+            "too_large": "Bu kareleştirilemez çünkü yeterli bölümü görülebilir değil. "
         },
         "straighten": {
             "title": "Düzleştir",
-            "description": "Bu çizgiyi düzleştir."
+            "description": "Bu çizgiyi düzleştir.",
+            "key": "S",
+            "annotation": "Bir çizgi düzleştirildi.",
+            "too_bendy": "Bu düzleştirilemez çünkü çok eğimli. "
         },
         "delete": {
             "title": "Sil",
-            "description": "Haritan bunu sil.",
+            "description": "Nesneyi kalıcı olarak sil. ",
             "annotation": {
                 "point": "Bir nokta silindi.",
                 "vertex": "Yoldan bir nod silindi.",
                 "area": "Bir alan silindi.",
                 "relation": "Bir ilişki silindi.",
                 "multiple": "{n} adet obje silindi."
-            }
+            },
+            "incomplete_relation": "Bu özellik silinemez çünkü henüz bütünüyle indirilmedi. "
+        },
+        "add_member": {
+            "annotation": "İlişkiye bir üye eklendi."
+        },
+        "delete_member": {
+            "annotation": "İlişkiden bir üye silindi. "
         },
         "connect": {
             "annotation": {
             "key": "C",
             "annotation": "{n} adet çizgi birleştirildi.",
             "not_eligible": "Bu kısımlar birleştirilemez.",
-            "not_adjacent": "Bu çizgiler birleştirilemez çünkü bağlı değiller."
+            "not_adjacent": "Bu çizgiler birleştirilemez çünkü bağlı değiller.",
+            "restriction": "Bu çizgiler birleştirilemez çünkü içlerinden en az biri bir \"{relation}\" ilişkinin üyesi.",
+            "incomplete_relation": "Bu özellikler birleştirilemez çünkü içlerinden en az biri henüz bütünüyle indirilmedi."
         },
         "move": {
             "title": "Taşı",
                 "area": "Bir alan taşındı.",
                 "multiple": "Birden fazla obje taşındı."
             },
-            "incomplete_relation": "Bu kısım taşınamaz çünkü tamamı indirilmedi."
+            "incomplete_relation": "Bu kısım taşınamaz çünkü tamamı indirilmedi.",
+            "too_large": "Bu taşınamaz çünkü yeterli bölümü görülebilir değil. "
         },
         "rotate": {
             "title": "Çevir",
+            "description": "Bu nesneyi orta noktası çevresinde döndür.",
             "key": "R",
             "annotation": {
                 "line": "Çizgi çevrildi.",
                 "area": "Alan çevirildi."
-            }
+            },
+            "too_large": "Bu döndürülemez çünkü yeterli bölümü görülebilir değil. "
         },
         "reverse": {
             "title": "Ters çevir",
             },
             "not_eligible": "Çizgiler başlagıç ya da bitişlerinden ayrılamazlar",
             "multiple_ways": "Burada ayrılacak çok fazla çizgi var"
+        },
+        "restriction": {
+            "help": {
+                "select": "Yolun bir bölümünü seçmek için tıkla.",
+                "toggle": "Dönüş kısıtlamalarını değiştirmek için tıkla.",
+                "toggle_on": "Bir \"{restriction}\" kısıtllama eklemek için tıkla.",
+                "toggle_off": "\"{restriction}\" Kısıtlamayı kaldırmak için tıkla."
+            },
+            "annotation": {
+                "create": "Bir dönüş kısıtlaması eklendi.",
+                "delete": "Bir dönüş kısıtlaması silindi. "
+            }
         }
     },
     "undo": {
+        "tooltip": "Geri al: {action}",
         "nothing": "Geri alınacak birşey yok."
     },
     "redo": {
+        "tooltip": "Yeniden uygula: {action}",
         "nothing": "Tekrar yapılacak birşey yok."
     },
+    "tooltip_keyhint": "Kısayol:",
     "browser_notice": "Bu editör sadece Firefox, Chrome, Safari, Opera ile Internet Explorer 9 ve üstü tarayıcılarda çalışmaktadır. Lütfen tarayınıcı güncelleyin ya da Potlatch 2'yi kullanarak haritada güncelleme yapınız.",
     "translate": {
         "translate": "Çevir",
-        "localized_translation_name": "İsim"
+        "localized_translation_label": "Çokdilli adı",
+        "localized_translation_language": "Dil seç",
+        "localized_translation_name": "Ad"
     },
+    "zoom_in_edit": "Güncellemek/değiştirmek için görüntüyü yakınlaştır.",
     "logout": "Çıkış",
     "loading_auth": "OpenStreetMap'e bağlanıyor...",
     "report_a_bug": "Hata rapor et",
+    "status": {
+        "error": "APIya bağlanılamıyor.",
+        "offline": "API kapalı. Daha sonra yeniden dene.",
+        "readonly": "Bu API yalnızca okunabilir. Yaptığın değişiklikleri saklamak için beklemen gerekecek. "
+    },
     "commit": {
         "title": "Değişiklikleri kaydet",
         "description_placeholder": "Katkı sağlayanlar hakkında kısa açıklama",
         "message_label": "Mesajı işle",
+        "upload_explanation": "Yüklediğin değişiklikler OpenStreetMap verilerini kullanan bütün haritalarda görülebilecek. ",
+        "upload_explanation_with_user": "{user} olarak yüklediğin değişiklikler OpenStreetMap verilerini kullanan bütün haritalarda görülebilecek. ",
         "save": "Kaydet",
         "cancel": "İptal",
         "warnings": "Uyarılar",
         "created": "Oluşturuldu"
     },
     "contributors": {
-        "list": "{users} tarafından yapılan katkılar"
+        "list": "{users} tarafından yapılan katkılar",
+        "truncated_list": "{users} ve {count} başkası eliyle yapılan katkılar"
     },
     "geocoder": {
         "search": "Dünya haritasında ara...",
         "view_on_osm": "OpenStreetMap.org üzerinde gör",
         "all_tags": "Tüm etiketler",
         "all_members": "Tüm üyeler",
+        "all_relations": "Bütün ilişkiler",
+        "new_relation": "Yeni ilişki...",
+        "role": "Görev",
         "choose": "Kısım tipini seçiniz",
         "results": "{search} kelimesi için {n} adet sonuç ",
         "reference": "OpenStreetMap Wiki'de gör",
+        "back_tooltip": "Özelliği değiştir",
         "remove": "Kaldır",
+        "search": "Ara",
         "multiselect": "Nesneler seçildi",
         "unknown": "Bilinmeyen",
+        "incomplete": "<indirilmedi>",
+        "feature_list": "Özellik ara",
+        "edit": "Özelliği düzenle",
+        "none": "Hiç",
         "node": "Düğüm",
         "way": "Yön",
         "relation": "İlişki",
         "title": "Arkaplan",
         "description": "Arkaplan Ayarları",
         "percent_brightness": "{opacity}% parlaklık",
+        "none": "Hiç",
+        "custom": "Seçimlik",
+        "custom_button": "Seçimlik artalanı düzenle",
+        "fix_misalignment": "Çizilemeyi ya da başka deyişle hizalamayı onar.",
         "reset": "Sıfırla"
     },
     "restore": {
         "unsaved_changes": "Kaydedilmemiş değişiklikleriniz var"
     },
     "success": {
+        "edited_osm": "Düzenlenmiş OSM!",
         "just_edited": "Şu an OpenStreetMap'de bir değişiklik yaptınız!",
         "view_on_osm": "OSM üzerinde gör",
         "facebook": "Facebook'da Paylaş",
         "twitter": "Twitter'da Paylaş",
-        "google": "Google+'da Paylaş"
+        "google": "Google+'da Paylaş",
+        "help_html": "Yaptığın değişikliklerin bir kaç dakika içinde \"Ölçünlü ya da başka deyişle standart\" katmanda görülebilmesi gerek. Öteki katmanlar, ve özellikler, daha çok süre alabilir\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>ayrıntılar</a>).\n"
     },
     "confirm": {
         "okay": "Tamam"
     },
     "splash": {
         "welcome": "OpenStreetMap Editörü iD'ye hoşgeldiniz",
+        "text": "iD, dünyanın en iyi özgür dünya haritasına katkıda bulunmak için, kolay ama güçlü bir araç. Bu sürüm {version}. Daha çok bilgi için {website} yerliğine bak ve yanlışlıkları ya da böcekleri {github} aracılığıyla bildir.",
         "walkthrough": "Örnek çalışmaya başla",
         "start": "Şimdi Düzenle"
     },
         "untagged_area": "Etiketlenmemiş alan",
         "many_deletions": "Şu an {n} adet objeyi siliyorsunuz. Bunu yapmak istediğinize emin misiniz? Bu işlem ile ilgili objelerin tamamı herkesin ziyaret ettiği openstreetmap.org üzerinden de silinmiş olacaktır.",
         "tag_suggests_area": "{tag} etiketi buranın alan olmasını tavsiye ediyor ama alan değil.",
+        "untagged_point_tooltip": "Bu noktanın ne olduğunu belirten bir özellik türü seç.",
+        "untagged_line_tooltip": "Bu çizginin ne olduğunu belirten bir özellik türü seç.",
+        "untagged_area_tooltip": "Bu alanın ne olduğunu belirten bir özellik türü seç.",
         "deprecated_tags": "Kullanımdan kaldırılmış etiket : {tags}"
     },
     "zoom": {
         "in": "Yaklaş",
         "out": "Uzaklaş"
     },
+    "cannot_zoom": "Bu kipte daha fazla uzaklaşılamaz.",
     "gpx": {
-        "local_layer": "Lokal GPX dosyası"
+        "local_layer": "Lokal GPX dosyası",
+        "drag_drop": "Sayfaya bir .gpx dosyası sürükle bırak, ya da gözatmak için sağdaki düğmeye bas.",
+        "zoom": "GPX izine yakınlaş",
+        "browse": ".gpx dosyası için gözat"
     },
     "help": {
-        "title": "Yardım"
+        "title": "Yardım",
+        "help": "# Yardım\n\nBu, dünyanın özgür ve düzenlenebilir haritası [OpenStreetMap](http://www.openstreetmap.org/)\niçin bir düzenleyici. Bunu bulunduğunuz bölgeyle ilgili bir veri\neklemek ya da güncellemek, böylece herkes için daha iyi bir açık kaynak\nve açık veri  bir dünya haritası oluşturmak için kullanabilirsiniz\n\nBu haritada yaptığınız düzenlemeler OpenStreetMap kullanan herkesçe\ngörülebilir olacak. Düzenleyebilek için bir \n[ücretsiz OpenStreetMap kullanıcısına](https://www.openstreetmap.org/user/new)\ngereksiniminiz var.\n\n[iD düzenleyicisi](http://ideditor.com/) ortak çaba ürünü bir proje ya da başka deyişle tasarı ve [kaynak kodu GitHub üzerinden erişilebilir](https://github.com/openstreetmap/iD).\n"
     },
     "intro": {
         "navigation": {
             "title": "Noktalar",
             "add": "Noktalar dükkanları, restoranları ya da anıtları göstermek için kullanılabilir. Bunlar bir lokasyonu işaretler ve orada ne olduğunu tarif eder. **Nokta butonuna tıklayarak yeni bir nokta ekleyiniz.**",
             "place": "Bir noktayı haritaya tıklayarak yerleştirebilirsiniz. **Bir binanın üstüne noktayı yerleştiriniz.**",
+            "search": "Noktalarla gösterilebilecek çok farklı özellikler var. Şimdi eklediğin nokta bir kafe. **'{name}' ara**",
+            "choose": "**Listeden kafeyi seç.**",
             "describe": "Nokta artık kafe olarak işaretlendi. Nesne editörü ile nesneye daha fazla bilgi ekleyebiliriz. **Bir ad ekleyiniz**",
             "close": "Nesne editörü kapat butonuna tıklayarak kapanabilir. **Nesne editörünü kapatınız**",
             "reselect": "Bazen noktalar bulunmaktadır fakat hataları ya da eksiklikleri bulunmaktadır. Bunları düzenleyebiliriz. **Oluşturduğunuz noktayı seçiniz.**",
         "areas": {
             "title": "Alanlar",
             "corner": "Alanlar alan sınırlarını belirleyen noktaların konulması ile çizilirler. **Test alanında bir alanın köşe noktasına tıklayarak çizime başlayın.**",
+            "search": "**'{name}' ara.**",
+            "choose": "**Listeden Oyunalanı seç.**",
             "describe": "**Bir ad ekleyerek editörü kapatınız**"
         },
         "lines": {
             "title": "Çizgiler",
+            "add": "Çizgiler, yollar, demiryolları ve ırmaklar gibi özellikler için kullanılır.  **Yeni bir çizgi eklemek için çizgi düğmesine tıklayın.**",
             "start": "**Çizimi başlatmak için yolun sonuna tıklayınız.**",
+            "finish": "Çizgiler, son düğüme bir kez daha tıklanarak bitirilebilir. **Yolu çizmeyi bitirin.**",
+            "road": "**Yolu listeden seç**",
             "residential": "Çok farklı tiplerde yollar bulunmaktadır, en yaygın olanı Şehir İçi olanlardır. **Şehir için yol tipini şeçiniz**",
             "describe": "**Yola adını verin ve editörü kapatın.**",
-            "restart": "Bu yolun \"Flower Street\" -sokağı- ile kesişmesi gerekiyor."
+            "restart": "Bu yolun \"Flower Street\" -sokağı- ile kesişmesi gerekiyor.",
+            "wrong_preset": "Yerleşim yeri yolu türünü seçmedin. **Yeniden seçmek için buraya tıkla**"
         },
         "startediting": {
             "title": "Düzenlemeye Başla",
     },
     "presets": {
         "categories": {
+            "category-building": {
+                "name": "Yapı"
+            },
             "category-golf": {
                 "name": "Gold"
             },
+            "category-landuse": {
+                "name": "Kullanılan Toprak"
+            },
+            "category-path": {
+                "name": "Keçi Yolu"
+            },
             "category-rail": {
                 "name": "Demiryolu"
             },
+            "category-restriction": {
+                "name": "Kısıtlama"
+            },
+            "category-road": {
+                "name": "Yol"
+            },
             "category-route": {
                 "name": "Güzergah"
+            },
+            "category-water-area": {
+                "name": "Su"
+            },
+            "category-water-line": {
+                "name": "Su"
             }
         },
         "fields": {
                 "placeholder": "Bilinmeyen",
                 "types": {
                     "access": "Genel",
-                    "foot": "Yürüyerek"
+                    "foot": "Yürüyerek",
+                    "motor_vehicle": "Motorlu araçlar",
+                    "bicycle": "Bisikletler",
+                    "horse": "Atlar"
                 },
                 "options": {
                     "yes": {
-                        "title": "Serbest"
+                        "title": "Serbest",
+                        "description": "Yasaca girişe izin verilmiş; geçme önceliği"
                     },
                     "no": {
                         "title": "Yasak",
                         "description": "Giriş kamuya açık değildir"
                     },
+                    "permissive": {
+                        "title": "İzin veren",
+                        "description": "Sahibi geri çekene kadar giriş açık"
+                    },
                     "private": {
-                        "title": "Özel"
+                        "title": "Özel",
+                        "description": "Giriş, sahibinin oluruna bağlı"
+                    },
+                    "designated": {
+                        "title": "Ayrılmış",
+                        "description": "Giriş, imlere ya da yerel yasalara göre olurlanmış"
                     },
                     "destination": {
-                        "title": "Hedef"
+                        "title": "Hedef",
+                        "description": "Giriş, yalnız varılacak yere ulaşmak için olurlu"
                     }
                 }
             },
+            "access_simple": {
+                "label": "Giriş",
+                "placeholder": "evet"
+            },
+            "access_toilets": {
+                "label": "Giriş"
+            },
             "address": {
                 "label": "Adres",
                 "placeholders": {
+                    "housename": "Ev adı",
+                    "housenumber": "123",
                     "street": "Sokak",
-                    "city": "Şehir"
+                    "city": "Şehir",
+                    "postcode": "Posta kodu",
+                    "place": "Yer",
+                    "hamlet": "Küçük köy",
+                    "province": "İl",
+                    "state": "Uçbeylik",
+                    "country": "Ülke"
                 }
             },
+            "admin_level": {
+                "label": "Yönetim Düzeyi"
+            },
+            "aerialway": {
+                "label": "Tür"
+            },
+            "aerialway/access": {
+                "label": "Erişim",
+                "options": {
+                    "entry": "Giriş",
+                    "exit": "Çıkış",
+                    "both": "İkisi"
+                }
+            },
+            "aerialway/bubble": {
+                "label": "Yumru"
+            },
             "aerialway/capacity": {
                 "label": "Kapasite (saatlik)",
                 "placeholder": "500, 2500, 5000..."
                 "label": "Isıtmalı"
             },
             "aerialway/occupancy": {
+                "label": "Doluluk",
                 "placeholder": "2,4,8..."
             },
+            "aerialway/summer/access": {
+                "label": "Erişim (yaz)",
+                "options": {
+                    "entry": "Giriş",
+                    "exit": "Çıkış",
+                    "both": "İkisi"
+                }
+            },
             "aeroway": {
                 "label": "Tip"
             },
             "bicycle_parking": {
                 "label": "Tip"
             },
+            "boundary": {
+                "label": "Tip"
+            },
             "building": {
                 "label": "Bina"
             },
                 "label": "Kapasite",
                 "placeholder": "50, 100, 200..."
             },
+            "cardinal_direction": {
+                "label": "Yön"
+            },
             "clock_direction": {
                 "options": {
                     "clockwise": "Saat Yönünde"
             "country": {
                 "label": "Ülke"
             },
+            "craft": {
+                "label": "Tip"
+            },
             "crossing": {
                 "label": "Tip"
             },
             "description": {
                 "label": "Açıklama"
             },
+            "electrified": {
+                "options": {
+                    "no": "Hayır"
+                }
+            },
             "elevation": {
                 "label": "Yükseklik"
             },
             "fee": {
                 "label": "Ücret"
             },
+            "fire_hydrant/type": {
+                "label": "Tip"
+            },
             "fixme": {
                 "label": "Bunu Düzelt"
             },
                 "label": "Tip"
             },
             "handicap": {
-                "label": "Engelli"
+                "label": "Engelli",
+                "placeholder": "1-18"
             },
             "highway": {
                 "label": "Tip"
             "internet_access": {
                 "label": "İnternet Bağlantısı",
                 "options": {
+                    "yes": "Evet",
+                    "no": "Hayır",
                     "wlan": "Wifi",
                     "wired": "Kablolu",
                     "terminal": "Terminal"
                 }
             },
+            "lamp_type": {
+                "label": "Tip"
+            },
             "landuse": {
                 "label": "Tip"
             },
                 "label": "Hız Limiti",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "placeholder": "0, 1, 2, 3..."
+            },
+            "mtb/scale/uphill": {
+                "placeholder": "0, 1, 2, 3..."
+            },
             "name": {
                 "label": "İsim"
             },
             "operator": {
                 "label": "Operatör"
             },
+            "par": {
+                "placeholder": "3, 4, 5..."
+            },
             "parking": {
                 "label": "Tür"
             },
             "piste/difficulty": {
                 "label": "Zorluk"
             },
+            "piste/type": {
+                "label": "Tip"
+            },
             "place": {
                 "label": "Tip"
             },
                     "tunnel": "Tünel"
                 }
             },
+            "supervised": {
+                "label": "Gözetimli"
+            },
             "surface": {
                 "label": "Yüzey"
             },
+            "toilets/disposal": {
+                "options": {
+                    "bucket": "Kova"
+                }
+            },
             "tourism": {
                 "label": "Tip"
             },
+            "trail_visibility": {
+                "placeholder": "Olağanüstü, İyi, Kötü"
+            },
             "tunnel": {
                 "label": "Tünel"
             },
             "amenity/car_wash": {
                 "name": "Araç Yıkama"
             },
-            "amenity/childcare": {
-                "name": "Çocuk Bakımı"
-            },
             "amenity/cinema": {
                 "name": "Sinema"
             },
             "amenity/clock": {
                 "name": "Saat"
             },
-            "amenity/college": {
-                "name": "Kolej"
-            },
             "amenity/courthouse": {
                 "name": "Mahkeme"
             },
             "amenity/hospital": {
                 "name": "Hastane Bölgesi"
             },
-            "amenity/kindergarten": {
-                "name": "Anaokulu Bölgesi"
-            },
             "amenity/library": {
                 "name": "Kütüphane"
             },
             "amenity/school": {
                 "name": "Okul Bölgesi"
             },
+            "amenity/shelter": {
+                "name": "Barınak"
+            },
+            "amenity/social_facility/group_home": {
+                "name": "Yaşlılar Evi"
+            },
+            "amenity/social_facility/homeless_shelter": {
+                "name": "Evsizler Barınağı"
+            },
             "amenity/studio": {
                 "name": "Stüdyo"
             },
                 "name": "Belediye Binası"
             },
             "amenity/university": {
-                "name": "Üniversite"
+                "name": "Yerleşke"
             },
             "area": {
                 "name": "Alan"
             "barrier/stile": {
                 "name": "Çit basamağı"
             },
+            "barrier/toll_booth": {
+                "name": "Gişe"
+            },
             "barrier/wall": {
                 "name": "Duvar"
             },
             "building/construction": {
                 "name": "Yapı İnşaat Aşamasında"
             },
+            "building/detached": {
+                "name": "Ayrık Ev"
+            },
+            "building/dormitory": {
+                "name": "Yurt"
+            },
+            "building/entrance": {
+                "name": "Giriş/Çıkış"
+            },
             "building/garage": {
                 "name": "Garaj"
             },
             "craft/jeweler": {
                 "name": "Kuyumcu"
             },
+            "craft/key_cutter": {
+                "name": "Açarcı/Anahtarcı"
+            },
             "craft/locksmith": {
                 "name": "Çilingir"
             },
             "craft/shoemaker": {
                 "name": "Ayakkabıcı"
             },
+            "craft/stonemason": {
+                "name": "Taşduvarcı"
+            },
             "craft/sweep": {
                 "name": "Baca Temizleyicisi"
             },
             "craft/tailor": {
                 "name": "Terzi"
             },
+            "craft/tiler": {
+                "name": "Çinici/Fayansçı"
+            },
+            "craft/upholsterer": {
+                "name": "Döşemeci"
+            },
             "craft/watchmaker": {
                 "name": "Saatçi"
             },
+            "emergency/ambulance_station": {
+                "name": "Cankurtaran Durağı"
+            },
             "emergency/fire_hydrant": {
                 "name": "Yangın Musluğu"
             },
+            "entrance": {
+                "name": "Giriş/Çıkış"
+            },
+            "footway/crosswalk": {
+                "name": "Yaya Geçidi"
+            },
             "footway/sidewalk": {
                 "name": "Kaldırım"
             },
             "highway/crossing": {
                 "name": "Geçit"
             },
+            "highway/crosswalk": {
+                "name": "Yaya Geçidi"
+            },
             "highway/cycleway": {
                 "name": "Bisiklet Yolu"
             },
             "highway/footway": {
                 "name": "Yaya Yolu"
             },
+            "highway/mini_roundabout": {
+                "name": "Küçük Dönerkavşak"
+            },
             "highway/motorway": {
                 "name": "Otoyol"
             },
+            "highway/motorway_link": {
+                "name": "Araç Yolu Bağlantısı"
+            },
             "highway/path": {
                 "name": "Patika"
             },
             "highway/primary": {
                 "name": "Devlet Yolu"
             },
+            "highway/primary_link": {
+                "name": "Birincil Bağlantı"
+            },
+            "highway/raceway": {
+                "name": "Araç Yarış Yolu"
+            },
+            "highway/residential": {
+                "name": "Yerleşim Yeri Yolu"
+            },
+            "highway/rest_area": {
+                "name": "Dinlenme Alanı"
+            },
             "highway/road": {
                 "name": "Bilinmeyen Yol"
             },
             "highway/secondary": {
                 "name": "İl Yolu"
             },
+            "highway/secondary_link": {
+                "name": "İkincil Bağlantı"
+            },
             "highway/service": {
                 "name": "Servis Yolu"
             },
+            "highway/service/drive-through": {
+                "name": "Sür-Al"
+            },
+            "highway/service/driveway": {
+                "name": "Özel Yol"
+            },
             "highway/steps": {
                 "name": "Adım"
             },
+            "highway/stop": {
+                "name": "Dur İmi"
+            },
+            "highway/street_lamp": {
+                "name": "Sokak Işığı"
+            },
             "highway/tertiary": {
                 "name": "Köy arası yolu"
             },
             "landuse/farm": {
                 "name": "Tarla"
             },
+            "landuse/farmland": {
+                "name": "Çiftlik"
+            },
             "landuse/farmyard": {
                 "name": "Çiftlik avlusu"
             },
             "landuse/industrial": {
                 "name": "Endüstri"
             },
+            "landuse/landfill": {
+                "name": "Çöplük"
+            },
             "landuse/meadow": {
                 "name": "Çayır"
             },
+            "landuse/military": {
+                "name": "Çeril"
+            },
             "landuse/orchard": {
                 "name": "Meyve Bahçesi"
             },
             "leisure": {
                 "name": "Keyif"
             },
+            "leisure/common": {
+                "name": "Ortak Kullanım Alanı"
+            },
             "leisure/dog_park": {
                 "name": "Köpek Parkı"
             },
             "leisure/swimming_pool": {
                 "name": "Yüzme Havuzu"
             },
-            "leisure/track": {
-                "name": "Yarış Pisti"
-            },
             "line": {
                 "name": "Çizgi"
             },
             "man_made/water_tower": {
                 "name": "Su Kulesi"
             },
-            "man_made/water_well": {
-                "name": "Su kuyusu"
-            },
             "natural": {
                 "name": "Doğal"
             },
             "place/locality": {
                 "name": "Yer/mevkii"
             },
+            "place/neighbourhood": {
+                "name": "Semt"
+            },
             "place/town": {
                 "name": "Kasaba"
             },
                 "name": "Bisikletçi"
             },
             "shop/books": {
-                "name": "Kitapçı"
+                "name": "Kitapçı/Betikçi",
+                "terms": "İçecekçi"
             },
             "shop/boutique": {
                 "name": "Butik"
             "shop/butcher": {
                 "name": "Kasap"
             },
+            "shop/candles": {
+                "name": "Mumcu"
+            },
             "shop/car": {
                 "name": "Oto Galeri"
             },
             "shop/car_repair": {
                 "name": "Tamirci"
             },
+            "shop/carpet": {
+                "name": "Halıcı"
+            },
+            "shop/cheese": {
+                "name": "Peynirci"
+            },
             "shop/chemist": {
                 "name": "Eczacı"
             },
+            "shop/clothes": {
+                "name": "Giyimci"
+            },
             "shop/computer": {
                 "name": "Bilgisayar Mağazası"
             },
             "shop/convenience": {
                 "name": "Bakkal"
             },
-            "shop/dry_cleaning": {
-                "name": "Kuru Temizleme"
-            },
             "shop/electronics": {
                 "name": "Elektronik Mağazası"
             },
index 306086a4ad870675a03ca5ef3baa55565489cbe9..2e1babf03857bb252edad5e792fa2bb451511f73 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Вилучити",
-            "description": "Вилучити об’єкт з мапи.",
+            "description": "Вилучити об'єкт назавжди.",
             "annotation": {
                 "point": "Вилучено точку.",
                 "vertex": "Вилучено точку з лінії.",
         },
         "areas": {
             "title": "Полігони",
-            "add": "Полігони — більш докладний спосіб представлення об’єктів. Вони надають інформацію про межі об’єктів. Полігони можуть застосовуватись для більшості об’єктів, що позначаються точками, і є більш бажаними у застосуванні. **Натисніть на 'Полігон' для додавання нового полігону.**",
+            "add": "Полігони використовуються, щоб показати межі об’єктів, наприклад: озер, будинків території житлової забудови. Їх також використовують для більш детального нанесення на мапу об’єктів, які зазвичай позначаються точками. **Натисніть на кнопку Полігон, щоб додати його до мапи.**",
             "corner": "Полігони кресляться додаванням точок на межах об’єкта. **Поставте першу точку на куті ігрового майданчика.**",
             "place": "Окресліть територію, додаючи точки. Закінчіть креслення, клацнувши на першу точку. **Накресліть полігон для ігрового майданчика.**",
             "search": "**Знайдіть '{name}'.**",
                 "name": "Зарядна станція",
                 "terms": "Charging station, pfhzlyf cnfywsz"
             },
-            "amenity/childcare": {
-                "name": "Дитяча кімната",
-                "terms": "Childcare, lbnzxf rsvyfnf, догляд за дітьми, ігрова зона, ігрова кімната"
-            },
             "amenity/cinema": {
                 "name": "Кінотеатр",
                 "terms": "Cinema, rsyjntfnh,кіно,кінематографія"
                 "name": "Годинник",
                 "terms": "Clock, ujlbyybr"
             },
-            "amenity/college": {
-                "name": "Коледж",
-                "terms": "College, rjktl,училище,технікум"
-            },
             "amenity/courthouse": {
                 "name": "Суд",
                 "terms": "Courthouse, cel, суд"
                 "name": "Територія лікарні",
                 "terms": "Hospital grounds, nthbnjhsz ksrfhys"
             },
-            "amenity/kindergarten": {
-                "name": "Територія дитсадка",
-                "terms": "Kindergarten grounds, nthbnjhsz lbncflrf"
-            },
             "amenity/library": {
                 "name": "Бібліотека",
                 "terms": "Library, sksjntrf"
                 "terms": "Ranger Station,rjynjhf kscybwndf, лісник, лісництво"
             },
             "amenity/recycling": {
-                "name": "Переробка"
+                "name": "Переробка вторсировини",
+                "terms": "Recycling, Gththjrf dnjhcbhjdbyb, пункт прийому вторсировини"
             },
             "amenity/restaurant": {
                 "name": "Ресторан",
                 "name": "Міська державна адміністрація",
                 "terms": "Town Hall, vscmrf lthfdyf flvsyscnhfwsz, мерія,ратуша,міськвиконком"
             },
-            "amenity/university": {
-                "name": "Університет",
-                "terms": "University, eysdthcbntn"
-            },
             "amenity/vending_machine": {
                 "name": "Торговельний автомат",
                 "terms": "Vending Machine,njhujdtkmybq fdnjvfn, торгівельний автомат, торговий автомат"
                 "name": "Промзона",
                 "terms": "Industrial,ghjvpjyf"
             },
+            "landuse/landfill": {
+                "name": "Звалище",
+                "terms": "Landfill, Pdfkbot, смітник, свалка, мусорка, "
+            },
             "landuse/meadow": {
                 "name": "Левада",
                 "terms": "Meadow,ktdflf"
                 "name": "Басейн",
                 "terms": "Swimming Pool,fctqy"
             },
-            "leisure/track": {
-                "name": "Гоночний трек",
-                "terms": "Race Track,ujyjxybq nhtr, бігова доріжка"
-            },
             "line": {
                 "name": "Лінія",
                 "terms": "Line,ksysz"
                 "name": "Водонапірна вежа",
                 "terms": "Water Tower,djljyfgshyf dtf"
             },
-            "man_made/water_well": {
-                "name": "Колодязь",
-                "terms": "Water well,rjkjlzpm,вода"
-            },
             "man_made/water_works": {
                 "name": "Водозабір",
                 "terms": "Water Works,djljpfsh"
                 "name": "Веломагазин",
                 "terms": "Bicycle Shop,dtkjvfufpby"
             },
-            "shop/books": {
-                "name": "Книгарня",
-                "terms": "Bookstore,rybufhyz"
-            },
             "shop/boutique": {
                 "name": "Бутік",
                 "terms": "Boutique,ensr"
                 "name": "Комп’ютери",
                 "terms": "Computer Store,rjvgnthb"
             },
-            "shop/confectionery": {
-                "name": "Кондитерська",
-                "terms": "Confectionery,rjylbnthcmrf, цукерки, солодощі"
-            },
             "shop/convenience": {
                 "name": "Міні-маркет",
                 "terms": "Convenience Store,vsys-vfhrtn, ларьок, магазин"
                 "name": "Зроби сам",
                 "terms": "DIY Store,phjb cfv"
             },
-            "shop/dry_cleaning": {
-                "name": "Хімчистка",
-                "terms": "Dry Cleaners,vsxbcnrf"
-            },
             "shop/electronics": {
                 "name": "Електроніка",
                 "terms": "Electronics Store,tktrnhjysrf"
                 "name": "Ювелірні прикраси",
                 "terms": "Jeweler,dtkshys ghbrhfcb"
             },
-            "shop/kiosk": {
-                "name": "Кіоск",
-                "terms": "Kiosk,rsjcr, МАФ, ларьок"
-            },
             "shop/laundry": {
                 "name": "Пральня",
                 "terms": "Laundry,ghfkmyz"
                 "name": "Музичний магазин",
                 "terms": "Music Store,vepbxybq vfufpby"
             },
-            "shop/newsagent": {
-                "name": "Газетний кіоск",
-                "terms": "Newsagent,ufptnybq rsjcr"
-            },
             "shop/optician": {
                 "name": "Оптика",
                 "terms": "Optician,jgnbrf"
             },
-            "shop/outdoor": {
-                "name": "Товари для активного відпочинку",
-                "terms": "Outdoor Store,njdfhb lkz frnbdyjuj dslgjxbyre, туризм, туристичне спорядження"
-            },
             "shop/pet": {
                 "name": "Товари для тварин",
                 "terms": "Pet Store,njdfhb lkz ndfhby"
index f0d78a563998abc0c87db5527b015c5e17e1b05d..04b28da4dc77be16345402721c605783bc810b79 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "Xóa",
-            "description": "Xóa đối tượng này khỏi bản đồ.",
+            "description": "Xóa đối tượng vĩnh viễn.",
             "annotation": {
                 "point": "xóa địa điểm",
                 "vertex": "xóa nốt khỏi lối",
         },
         "reverse": {
             "title": "Đảo ngược",
-            "description": "Đảo nguợc chiều đường kẻ này.",
+            "description": "Đảo ngược chiều đường kẻ này.",
             "key": "V",
             "annotation": "đảo ngược đường kẻ"
         },
         "zoom": "Phóng vừa tuyến đường GPX",
         "browse": "Chọn một tập tin .gpx"
     },
+    "mapillary": {
+        "tooltip": "Hình ảnh từ con đường do Mapillary cung cấp",
+        "title": "Lớp phủ Hình ảnh (Mapillary)",
+        "view_on_mapillary": "Xem hình này trên Mapillary"
+    },
     "help": {
         "title": "Trợ giúp",
         "help": "# Trợ giúp\n\nĐây là trình vẽ của [OpenStreetMap](http://www.openstreetmap.org/), bản đồ có mã nguồn mở và dữ liệu mở cho phép mọi người cùng sửa đổi. Bạn có thể sử dụng chương trình này để bổ sung và cập nhật dữ liệu bản đồ tại khu vực của bạn. Bạn có thể cải tiến bản đồ thế giới mở để cho mọi người sử dụng.\n\nCác sửa đổi của bạn trên bản đồ này sẽ xuất hiện cho mọi người dùng OpenStreetMap. Để sửa bản đồ, bạn cần có một [tài khoản OpenStreetMap miễn phí](https://www.openstreetmap.org/user/new).\n\n[Tình vẽ iD](http://ideditor.com/) là một dự án cộng tác và xuất bản [tất cả mã nguồn tại GitHub](https://github.com/openstreetmap/iD).\n",
         },
         "areas": {
             "title": "Vùng",
-            "add": "Bạn có thể vẽ kỹ hơn bằng cách vẽ vùng thay vì địa điểm. Phần nhiều thể loại địa điểm có thể được vẽ như vùng. Khuyên bạn cố gắng vẽ vùng thay vì địa điểm để cho biết đường biên của đối tượng. **Nhấn vào nút Vùng để bắt đầu vẽ vùng mới.**",
+            "add": "Các vùng cho biết hình dạng của hồ nước, tòa nhà, và khu vực dân cư. Bạn có thể cung cấp nhiều chi tiết hơn dùng vùng so với địa điểm. **Nhấn vào nút Vùng để bắt đầu vẽ vùng mới.**",
             "corner": "Để vẽ vùng, đặt các nốt theo đường biên của vùng. **Đặt nốt đầu tiên vào một góc của sân chơi trẻ em.**",
             "place": "Đặt thêm nốt để tiếp tục vẽ vùng, rồi nhấn vào nốt đầu tiên để “đóng” vùng này. **Vẽ một vùng cho sân chơI trẻ em.**",
             "search": "**Tìm “{name}”.**",
             "covered": {
                 "label": "Có Mái Che"
             },
+            "craft": {
+                "label": "Loại"
+            },
             "crop": {
                 "label": "Loại cây"
             },
             "sport_ice": {
                 "label": "Môn Thể thao"
             },
+            "sport_racing": {
+                "label": "Môn Thể thao"
+            },
             "structure": {
                 "label": "Cấu trúc",
                 "placeholder": "Không rõ",
                 "name": "Cho thuê Tàu",
                 "terms": "dịch vụ cho thuê tàu, chỗ thuê tàu, tiệm thuê tàu, thuê tàu, dịch vụ cho mướn tàu, chỗ mướn tàu, tiệm mướn tàu, mướn tàu, dịch vụ cho thuê thuyền, chỗ thuê thuyền, tiệm thuê thuyền, thuê thuyền, dịch vụ cho mướn thuyền, chỗ mướn thuyền, tiệm mướn thuyền, mướn thuyền, dich vu cho thue tau, cho thue tau, tiem thue tau, thue tau, dich vu cho muon tau, cho muon tau, tiem muon tau, muon tau, dich vu cho thue thuyen, cho thue thuyen, tiem thue thuyen, thue thuyen, dich vu cho muon thuyen, cho muon thuyen, tiem muon thuyen, muon thuyen"
             },
+            "amenity/bureau_de_change": {
+                "name": "Đổi tiền",
+                "terms": "đổi tiền, chuyển đổi tiền tệ, nơi đổi tiền, quán đổi tiền, máy đổi tiền, trạm đổi tiền, doi tien, chuyen doi tien te, noi doi tien, quan doi tien, may doi tien, tram doi tien"
+            },
             "amenity/bus_station": {
                 "name": "Ga Xe buýt",
                 "terms": "ga xe buýt, nhà ga xe buýt, nhà ga buýt, ga buýt, ga xe buyt, nha ga xe buyt, nha ga buyt, ga buyt"
             },
             "amenity/childcare": {
                 "name": "Giữ trẻ",
-                "terms": "giữ trẻ, giữ con nít, giữ đứa bé, giu tre, giu con nit, giu dua be"
+                "terms": "nhà trẻ, giữ trẻ, giữ con nít, giữ đứa bé, nha tre, giu tre, giu con nit, giu dua be"
             },
             "amenity/cinema": {
                 "name": "Rạp phim",
                 "terms": "đồng hồ, dong ho"
             },
             "amenity/college": {
-                "name": "Trường Cao đẳng",
-                "terms": "trường cao đẳng, cao đẳng, CĐ, truong cao dang, cao dang, CD"
+                "name": "Sân trường Cao đẳng",
+                "terms": "sân trường cao đẳng, trường cao đẳng, cao đẳng, CĐ, san truong cao dang, truong cao dang, cao dang, CD"
             },
             "amenity/compressed_air": {
                 "name": "Khí Nén",
                 "terms": "nhà phân phát thực phẩm, dịch vụ phân phối thực phẩm, cơ quan cung cấp thực phẩm, cơ quan cung cấp thức ăn, cơ quan cung cấp đồ ăn, giao thức ăn cho người đói, food bank, nha phan phat thuc pham, dich vu phan phoi thuc pham, co quan cung cap thuc pham, co quan cung cap thuc an, co quan cung cap do an, giao thuc an cho nguoi doi"
             },
             "amenity/social_facility/group_home": {
-                "name": "Nhà trọ Cộng đồng",
-                "terms": "nhà trọ cộng đồng, nhà tập thể, group home, nha tro cong dong, nha tap the"
+                "name": "Nhà trọ Cộng đồng Người già",
+                "terms": "nhà trọ cộng đồng người già, nhà tập thể của người già, group home, nha tro cong dong nguoi gia, nha tap the cua nguoi gia"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Cứu trợ Người Vô gia cư",
                 "terms": "tòa thị chính, tòa thị chánh, toà thị chính, toà thị chánh, trụ sở thành phố, trụ sở thị xã, trụ sở làng, toa thi chinh, toa thi chanh, tru so thanh pho, tru so thi xa, tru so lang"
             },
             "amenity/university": {
-                "name": "Trường Đại học",
-                "terms": "cao đẳng, trường cao đẳng, đại học, CĐ, ĐH, cao dang, truong cao dang, dai hoc, CD, DH"
+                "name": "Sân trường Đại học",
+                "terms": "sân trường đại học, sân viện đại học, sân trường cao đẳng, trường đại học, viện đại học, trường cao đẳng, ĐH, CĐ, san truong dai hoc, san vien dai hoc, san truong cao dang, truong dai hoc, vien dai hoc, truong cao dang"
             },
             "amenity/vending_machine": {
                 "name": "Máy bán hàng",
                 "name": "Nhà thờ",
                 "terms": "nhà thờ, Ki-tô giáo, Kitô giáo, Thiên Chúa giáo, đạo Thiên Chúa, Công giáo, Tin Lành, giáo xứ, thánh đường, nha tho, Ki-to giao, Kito giao, Thien Chua giao, dao Thien Chua, Cong giao, Tin Lanh, giao xu, thanh duong"
             },
+            "building/college": {
+                "name": "Tòa nhà Trường Cao đẳng",
+                "terms": "tòa nhà trường cao đẳng, toà nhà trường cao đẳng, toa nha truong cao dang"
+            },
             "building/commercial": {
                 "name": "Tòa nhà Thương mại",
                 "terms": "tòa nhà thương mại, toà nhà thương mại, toa nha thuong mai"
                 "name": "Tòa nhà Công nghiệp",
                 "terms": "tòa nhà công nghiệp, toà nhà công nghiệp, toa nha cong nghiep"
             },
+            "building/kindergarten": {
+                "name": "Nhà trẻ",
+                "terms": "nhà trẻ, nhà giữ trẻ, trường mẫu giáo, trường mầm non, nha tre, nha giu tre, truong mau giao, truong mam non"
+            },
             "building/public": {
                 "name": "Tòa nhà Công cộng",
                 "terms": "tòa nhà công cộng, toà nhà công cộng"
                 "name": "Nhà kho",
                 "terms": "nhà kho, kho, kho tàng, kho bãi, nha kho, kho tang, kho bai"
             },
+            "craft": {
+                "name": "Nghề",
+                "terms": "nghề, nghề nghiệp, nghệ, nghệ nghiềp, nghe, nghe nghiep"
+            },
             "craft/basket_maker": {
                 "name": "Đan Rổ rá",
                 "terms": "nghề đan rổ rá, người đan rổ rá, tiệm đan rổ rá, nghe dan ro ra, nguoi dan ro ra, tiem dan ro ra"
                 "name": "Xây Cửa sổ",
                 "terms": "thợ xây cửa sổ, người xây cửa sổ, tho xay cua so, nguoi xay cua so"
             },
+            "craft/winery": {
+                "name": "Nhà máy Rượu vang",
+                "terms": "nhà máy rượu vang, nha may ruou vang"
+            },
             "embankment": {
                 "name": "Đường đắp cao",
                 "terms": "đường đắp cao, đê, duong dap cao, de"
                 "name": "Nhánh Ra vào Đường Chính",
                 "terms": "đường nhánh đường chính, đường nhánh quốc lộ, đường nhánh xa lộ, đoạn nhánh đường chính, đoạn nhánh quốc lộ, đoạn nhánh xa lộ, đường nhánh rẽ đường chính, đường nhánh rẽ quốc lộ, đường nhánh rẽ xa lộ, đoạn nhánh rẽ đường chính, đoạn nhánh rẽ quốc lộ, đoạn nhánh rẽ xa lộ, đường nhánh chuyển đường chính, đường nhánh chuyển quốc lộ, đường nhánh chuyển xa lộ, nhánh chuyển đường chính, nhánh chuyển quốc lộ, nhánh chuyển xa lộ, lối ra vào đường chính, lối ra vào quốc lộ, lối ra vào xa lộ, lối ra đường chính, lối ra quốc lộ, lối ra xa lộ, lối vào đường chính, lối vào quốc lộ, lối vào xa lộ, nhánh ra đường chính, nhánh ra quốc lộ, nhánh ra xa lộ, nhánh vào đường chính, nhánh vào quốc lộ, nhánh vào xa lộ, đường nối đường chính, đường nối quốc lộ, đường nối xa lộ, duong nhanh duong chinh, duong nhanh quoc lo, duong nhanh xa lo, doan nhanh duong chinh, doan nhanh quoc lo, doan nhanh xa lo, duong nhanh re duong chinh, duong nhanh re quoc lo, duong nhanh re xa lo, doan nhanh re duong chinh, doan nhanh re quoc lo, doan nhanh re xa lo, duong nhanh chuyen duong chinh, duong nhanh chuyen quoc lo, duong nhanh chuyen xa lo, nhanh chuyen duong chinh, nhanh chuyen quoc lo, nhanh chuyen xa lo, loi ra vao duong chinh, loi ra vao quoc lo, loi ra vao xa lo, loi ra duong chinh, loi ra quoc lo, loi ra xa lo, loi vao duong chinh, loi vao quoc lo, loi vao xa lo, nhanh ra duong chinh, nhanh ra quoc lo, nhanh ra xa lo, nhanh vao duong chinh, nhanh vao quoc lo, nhanh vao xa lo, duong noi duong chinh, duong noi quoc lo, duong noi xa lo"
             },
+            "highway/raceway": {
+                "name": "Đường Đua Ô tô",
+                "terms": "đường đua xe hơi, đường đua ô tô, đường đua ô-tô, đường đua ôtô, trường đua xe hơi, trường đua ô tô, trường đua ô-tô, trường đua ôtô, duong dua xe, truong dua xe, duong dua xe hoi, duong dua o to, duong dua o-to, duong dua oto, truong dua xe hoi, truong dua o to, truong dua o-to, truong dua oto"
+            },
             "highway/residential": {
                 "name": "Ngõ Dân cư",
                 "terms": "ngõ dân cư, ngõ dân sinh, ngõ, đường dân cư, dân cư, đường dân sinh, dân sinh, kiệt, ngo dan cu, ngo dan sinh, ngo, duong dan cu, dan cu, duong dan sinh, dan sinh, kiet"
                 "name": "Sân chơi",
                 "terms": "sân chơi, khu vui chơi, khu vui chơi trẻ em, đồ chơi, công viên trẻ em, cầu tuột, đu, xích đu, thang leo, san choi, khu vui choi, khu vui choi tre em, do choi, cong vien tre em, cau tuot, du, xich du, thang leo"
             },
+            "leisure/running_track": {
+                "name": "Đường Chạy",
+                "terms": "đường chạy, đường chạy đua, đường chạy điền kinh, duong chay, duong chay dua, duong chay dien kinh"
+            },
             "leisure/slipway": {
                 "name": "Đường Trượt tàu",
                 "terms": "đường trượt tàu, duong truot tau"
                 "terms": "hồ bơi, hồ tắm, ho boi, ho tam"
             },
             "leisure/track": {
-                "name": "Đường Đua",
-                "terms": "đường đua, trường đua, đường chạy điền kinh, đua ngựa, đua xe đạp, duong dua, truong dua, duong chay dien kinh, dua ngua, dua xe dap"
+                "name": "Đường Đua (Không phải Ô tô)",
+                "terms": "đường đua, trường đua, đường đua ngựa, đường đua xe đạp, duong dua, truong dua, duong dua ngua, duong dua xe dap"
             },
             "line": {
                 "name": "Đường kẻ",
                 "name": "Tiệm Rượu",
                 "terms": "tiệm rượu, nơi bán rượu, chỗ bán rượu, quầy bán rượu, cửa hàng rượu, cửa hàng bán rượu, tiệm bán rượu, tiem ruou, noi ban ruou, cho ban ruou, quay ban ruou, cua hang ruou, cua hang ban ruou, tiem ban ruou"
             },
+            "shop/anime": {
+                "name": "Tiệm Anime",
+                "terms": "tiệm anime, cửa hàng anime, cửa hiệu anime, quán anime, tiem anime, cua hang anime, cua hieu anime, quan anime"
+            },
+            "shop/antiques": {
+                "name": "Tiệm Đồ Cổ",
+                "terms": "tiệm đồ cổ, cửa hàng đồ cổ, cửa hiệu đồ cổ, người bán đồ cổ, chỗ bán đồ cổ, nơi bán đồ cổ, tiem do co, cua hang do co, cua hieu do co, nguoi ban do co, cho ban do co, noi ban do co"
+            },
             "shop/art": {
                 "name": "Tiệm Nghệ phẩm",
                 "terms": "tiệm nghệ phẩm, tiệm bức tranh, tiệm bức vẽ, cửa hàng nghệ phẩm, cửa hàng bức tranh, cửa hàng bức vẽ, quán nghệ phẩm, quán bức tranh, quán bức vẽ, nơi bán nghệ phẩm, nơi bán bức tranh, nơi bán bức vẽ, tiem nghe pham, tiem buc tranh, tiem buc ve, cua hang nghe pham, cua hang buc tranh, cua hang buc ve, quan nghe pham, quan buc tranh, quan buc ve, noi ban nghe pham, noi ban buc tranh, noi ban buc ve"
             },
+            "shop/baby_goods": {
+                "name": "Tiệm Đồ Sơ sinh",
+                "terms": "tiệm đồ sơ sinh, cửa hàng đồ sơ sinh, cửa hiệu đồ sơ sinh, tiệm đồ em bé, cửa hàng đồ em bé, cửa hiệu đồ em bé, chăm sóc em bé, đồ chơi em bé, sữa, tiem do so sinh, cua hang do so sinh, cua hieu do so sinh, tiem do em be, cua hang do em be, cua hieu do em be, cham soc em be, do choi em be, sua"
+            },
+            "shop/bag": {
+                "name": "Tiệm Túi",
+                "terms": "tiệm túi, cửa hàng tửi, cửa hiệu túi, quán túi, tiệm bao, cửa hàng bao, cửa hiệu bao, quán bao, tiệm va li, cửa hàng va li, cửa hiệu va li, quán va li, tiệm va-li, cửa hàng va-li, cửa hiệu va-li, quán va-li, tiệm vali, cửa hàng vali, cửa hiệu vali, quán vali, tiệm xắc, cửa hàng xắc, cửa hiệu xắc, quán xắc, tiem tui, cua hang tui, cua hieu tui, quan tui, tiem bao, cua hang bao, cua hieu bao, quan bao, tiem va li, cua hang va li, cua hieu va li, quan va li, tiem va-li, cua hang va-li, cua hieu va-li, quan va-li, tiem vali, cua hang vali, cua hieu vali, quan vali, tiem xac, cua hang xac, cua hieu xac, quan xac"
+            },
             "shop/bakery": {
                 "name": "Tiệm Bánh",
                 "terms": "tiệm bánh, tiệm bánh mì, tiệm bán bánh, nơi bán bánh, chỗ bán bánh, quầy bán bánh, nhà bán bánh, tiem banh, tiem banh mi, tiem ban banh, noi ban banh, cho ban banh, quay ban banh, nha ban banh"
             },
+            "shop/bathroom_furnishing": {
+                "name": "Tiệm Bán đồ Phòng tắm",
+                "terms": "tiệm bán đồ phòng tắm, cửa hàng bán đồ phòng tắm, cửa hiệu bán đồ phòng tắm, tiệm thiết bị phòng tắm, cửa hàng thiết bị phòng tắm, cửa hiệu thiết bị phòng tắm, tiem ban do phong tam, cua hang ban do phong tam, cua hieu ban do phong tam, tiem thiet bi phong tam, cua hang thiet bi phong tam, cua hieu thiet bi phong tam"
+            },
             "shop/beauty": {
                 "name": "Tiệm Mỹ phẩm",
                 "terms": "thẩm mỹ viện, thẩm mĩ viện, nơi làm đẹp, cửa hàng làm đẹp, nhà làm đẹp, chỗ làm đẹp, tham my vien, tham mi vien, noi lam dep, cua hang lam dep, nha lam dep, cho lam dep"
             },
+            "shop/bed": {
+                "name": "Tiệm Nệm",
+                "terms": "tiệm nệm, cửa hàng nệm, cửa hiệu nệm, tiệm đệm, cửa hàng đệm, cửa hiệu đệm, tiệm đồ giường, cửa hàng đồ giường, cửa hiệu đồ giường, tiem nem, cua hang nem, cua hieu nem, tiem dem, cua hang dem, cua hieu dem, tiem do giuong, cua hang do giuong, cua hieu do giuong"
+            },
             "shop/beverages": {
                 "name": "Tiệm Đồ uống",
                 "terms": "tiệm đồ uống, tiệm thức uống, tiệm nước uống, nơi bán đồ uống, chỗ bán đồ uống, quầy bán đồ uống, cửa hàng đồ uống, cửa hàng bán đồ uống, tiệm bán đồ uống, tiem do uong, tiem thuc uong, tiem nuoc uong, noi ban do uong, cho ban do uong, quay ban do uong, cua hang do uong, cua hang ban do uong, tiem ban do uong"
                 "name": "Hàng Thịt",
                 "terms": "hàng thịt, tiệm thịt, chỗ bán thịt, hang thit, tiem thit, cho ban thit"
             },
+            "shop/candles": {
+                "name": "Tiệm Cây nến",
+                "terms": "tiệm cây nến, cửa hàng cây nến, cửa hiệu cây nến, quán cây nến, tiem cay nen, cua hang cay nen, cua hieu cay nen, quan cay nen"
+            },
             "shop/car": {
                 "name": "Tiệm Xe hơi",
                 "terms": "tiệm xe hơi, tiệm bán xe hơi, cửa hàng xe hơi, chỗ bán xe cộ, tiem xe hoi, tiem ban xe hoi, cua hang xe hoi, cho ban xe co"
                 "name": "Tiệm Sửa Xe",
                 "terms": "tiệm sửa xe, cửa hàng sửa xe, chỗ sửa xe, tiem sua xe, cua hang sua xe, cho sua xe"
             },
+            "shop/carpet": {
+                "name": "Tiệm Thảm",
+                "terms": "tiệm thảm, cửa hàng thảm, cửa hiệu thảm, quán thảm, tiem tham, cua hang tham, cua hieu tham, quan tham"
+            },
+            "shop/cheese": {
+                "name": "Tiệm Pho mát",
+                "terms": "tiệm pho mát, cửa hàng pho mát, cửa hiệu pho mát, quán pho mát, tiệm pho-mát, cửa hàng pho-mát, cửa hiệu pho-mát, quán pho-mát, tiệm phó mát, cửa hàng phó mát, cửa hiệu phó mát, quán phó mát, tiệm phô mai, cửa hàng phô mai, cửa hiệu phô mai, quán phô mai, tiệm phô-ma, cửa hàng phô-ma, cửa hiệu phô-ma, quán phô-ma, tiệm phôma, cửa hàng phôma, cửa hiệu phôma, quán phôma, tiem pho mat, cua hang pho mat, cua hieu pho mat, quan pho mat, tiem pho-mat, cua hang pho-mat, cua hieu pho-mat, quan pho-mat, tiem pho mai, cua hang pho mai, cua hieu pho mai, quan pho mai, tiem pho-ma, cua hang pho-ma, cua hieu pho-ma, quan pho-ma, tiem phoma, cua hang phoma, cua hieu phoma, quan phoma"
+            },
             "shop/chemist": {
                 "name": "Tiệm Dược phẩm",
                 "terms": "tiệm dược phẩm, cửa hàng dược phẩm, chỗ bán dược phẩm, tiem duoc pham, cua hang duoc pham, cho ban duoc pham"
             },
+            "shop/chocolate": {
+                "name": "Tiệm Sô-cô-la",
+                "terms": "tiệm sô-cô-la, cửa hàng sô-cô-la, cửa hiệu sô-cô-la, quán sô-cô-la, tiệm sôcôla, cửa hàng sôcôla, cửa hiệu sôcôla, quán sôcôla, tiệm súc-cù-là, cửa hàng súc-cù-là, cửa hiệu súc-cù-là, quán súc-cù-là, tiem so-co-la, cua hang so-co-la, cua hieu so-co-la, quan so-co-la, tiem socola, cua hang socola, cua hieu socola, quan socola, tiem suc-cu-la, cua hang suc-cu-la, cua hieu suc-cu-la, quan suc-cu-la"
+            },
             "shop/clothes": {
                 "name": "Tiệm Quần áo",
                 "terms": "tiệm quần áo, cửa hàng quần áo, chỗ bán bộ quần áo, tiem quan ao, cua hang quan ao, cho ban bo quan ao"
                 "name": "Tiệm Tiện lợi",
                 "terms": "tiệm tiện lợi, tiệm tạp hóa, tiệm tạp hoá, cửa hàng tiện lợi, cửa hàng tạp hóa, cửa hàng tạp hoá, tiem tien loi, tiem tap hoa, cua hang tien loi, cua hang tap hoa"
             },
+            "shop/copyshop": {
+                "name": "Tiệm Sao chép",
+                "terms": "tiệm sao chép, cửa hàng sao chép, cửa hiệu sao chép, in ấn, máy in, máy quét, fax, tiem sao chep, cua hang sao chep, cua hieu sao chep, in an, may in, may quet"
+            },
+            "shop/cosmetics": {
+                "name": "Tiệm Mỹ phẩm",
+                "terms": "tiệm mỹ phẩm, tiệm mĩ phẩm, cửa hàng mỹ phẩm, cửa hàng mĩ phẩm, cửa hiệu mỹ phẩm, cửa hiệu mỹ phẩm, quán mỹ phẩm, quán mĩ phẩm, tiem my pham, tiem mi pham, cua hang my pham, cua hang mi pham, cua hieu my pham, cua hieu my pham, quan my pham, quan mi pham"
+            },
+            "shop/craft": {
+                "name": "Tiệm Bán đồ Thủ công",
+                "terms": "tiệm bán đồ thủ công, cửa hàng bán đồ thủ công, cửa hiệu bán đồ thủ công, thủ công mỹ nghệ, nội thất, sơn, hoa giả, giấy, bút, khắc gỗ, tiem ban do thu cong, cua hang ban do thu cong, cua hieu ban do thu cong, thu cong my nghe, noi that, son, hoa gia, giay, but, khac go"
+            },
+            "shop/curtain": {
+                "name": "Tiệm Màn cửa",
+                "terms": "tiệm màn cửa, cửa hàng màn cửa, cửa hiệu màn cửa, tiem man cua, cua hang man cua, cua hieu man cua"
+            },
+            "shop/dairy": {
+                "name": "Tiệm Sữa",
+                "terms": "tiệm sữa, cửa hàng sữa, cửa hiệu sữa, quán sữa, pho mát, pho-mát, phó mát, phô mai, phô-ma, phôma, sữa chua, da ua, da-ua, tiem sua, cua hang sua, cua hieu sua, quan sua, pho mat, pho-mat, pho mat, pho mai, pho-ma, phoma, sua chua"
+            },
             "shop/deli": {
                 "name": "Tiệm Deli",
                 "terms": "tiệm deli, cửa hàng deli, chỗ bán đồ ăn nấu sẵn, tiệm đồ ăn thượng hạng, tiem deli, cua hang deli, cho ban do an nau san, tiem do an thuong hang"
             },
             "shop/dry_cleaning": {
                 "name": "Tiệm Giặt khô",
-                "terms": "tiệm giặt hấp tẩy, cửa hàng giặt hấp tẩy, tiệm giặt sấy, cửa hàng giặt sấy, tiem giat hap tay, cua hang giat hap tay, tiem giat say, cua hang giat say"
+                "terms": "tiệm giặt khô, cửa hàng giặt khô, tiệm giặt hấp tẩy, cửa hàng giặt hấp tẩy, tiệm giặt sấy, cửa hàng giặt sấy, tiem giat kho, cua hang giat kho, tiem giat hap tay, cua hang giat hap tay, tiem giat say, cua hang giat say"
             },
             "shop/electronics": {
                 "name": "Cửa hàng điện tử",
                 "terms": "chỗ bán đồ điện, tiệm bán đồ điện, nơi bán đồ điện, cửa hàng bán đồ điện, cửa hiệu bán đồ điện, quầy bán đồ điện, cửa tiệm đồ điện, tiệm điện tử, cửa hàng điện tử, máy tính, vi tính, điện thoại, tivi, TV, máy giặt, máy lạnh, máy sưởi, loa, máy ảnh, máy chụp hình, cho ban do dien, tiem ban do dien, noi ban do dien, cua hang ban do dien, cua hieu ban do dien, quay ban do dien, cua tiem do dien, tiem dien tu, cua hang dien tu, may tinh, vi tinh, dien thoai, may giat, may lanh, may suoi, may anh, may chup hinh"
             },
+            "shop/erotic": {
+                "name": "Tiệm Bán đồ Khiêu dâm",
+                "terms": "tiệm bán đồ khiêu dâm, cửa hàng bán đồ khiêu dâm, cửa hiệu bán đồ khiêu dâm, tiem ban do khieu dam, cua hang ban do khieu dam, cua hieu ban do khieu dam"
+            },
+            "shop/fabric": {
+                "name": "Tiệm Vải",
+                "terms": "tiệm vải, cửa hàng vải, cửa hiệu vải, tiem vai, cua hang vai, cua hieu vai"
+            },
             "shop/farm": {
                 "name": "Quầy Nông sản",
                 "terms": "quầy bán rau cỏ, quầy rau cỏ, quầy bán trái cây, quầy trái cây, tiệm nông sản, cửa hàng nông sản, rau quả, quay ban rau co, quay rau co, quay ban trai cay, quay trai cay, tiem nong san, cua hang nong san, rau qua"
             },
+            "shop/fashion": {
+                "name": "Tiệm Thời trang",
+                "terms": "tiệm thời trang, cửa hàng thời trang, cửa hiệu thời trang, áo dài, tiem thoi trang, cua hang thoi trang, cua hieu thoi trang, ao dai"
+            },
             "shop/fishmonger": {
                 "name": "Tiệm Cá",
                 "terms": "người bán cá, quầy bán cá, nơi bán cá, tiệm bán cá, chỗ bán cá, cửa hàng bán cá, cá sống, cá tươi, tôm, cua, cá chiên, nguoi ban ca, quay ban ca, noi ban ca, tiem ban ca, cho ban ca, cua hang ban ca, ca song, ca tuoi, tom, cua, ca chien"
                 "name": "Tiệm Hoa",
                 "terms": "quầy bán hoa, tiệm bán hoa, chỗ bán hoa, nơi bán hoa, cửa hàng hoa, cửa hàng bán hoa, nơi bán hoa, bông hoa, quay ban hoa, tiem ban hoa, cho ban hoa, noi ban hoa, cua hang hoa, cua hang ban hoa, noi ban hoa, bong hoa"
             },
+            "shop/frame": {
+                "name": "Tiệm Khung Tranh",
+                "terms": "tiệm khung tranh, tiệm đóng khung tranh, cửa hàng khung tranh, cửa hàng đóng khung tranh, cửa hiệu khung tranh, cửa hiệu đóng khung tranh, tiem khung tranh, tiem dong khung tranh, cua hang khung tranh, cua hang dong khung tranh, cua hieu khung tranh, cua hieu dong khung tranh"
+            },
             "shop/funeral_directors": {
                 "name": "Nhà quàn",
                 "terms": "nhà quàn, nhà tang lễ, nha quan, nha tang le"
             },
+            "shop/furnace": {
+                "name": "Tiệm Máy sưởi",
+                "terms": "tiệm máy sưởi, cửa hàng máy sưởi, cửa hiệu máy sưởi, tiem may suoi, cua hang may suoi, cua hieu may suoi"
+            },
             "shop/furniture": {
                 "name": "Cửa hàng Nội thất",
                 "terms": "cửa hàng đồ đạc, chỗ đồ đạc, cửa hàng bán đồ đạc, tiệm bán đồ đạc, quầy bán đồ đạc, nơi bán đồ đạc, đồ gỗ, giường, bàn, ghế, đèn, cua hang do dac, cho do dac, cua hang ban do dac, tiem ban do dac, quay ban do dac, noi ban do dac, do go, giuong, ban, ghe, den"
                 "name": "Tiệm Ngũ kim",
                 "terms": "khu vực bán đồ ngũ kim, chỗ bán đồ ngũ kim, tiệm bán đồ ngũ kim, nơi bán đồ ngũ kim, cửa hàng bán đồ ngũ kim, cửa hiệu bán đồ ngũ kim, quầy bán đồ ngũ kim, nơi đồ ngũ kim, cửa tiệm đồ ngũ kim, đồ xây dựng, vít, đinh, ốc, sơn, đèn, pin, khu vuc ban do ngu kim, cho ban do ngu kim, tiem ban do ngu kim, noi ban do ngu kim, cua hang ban do ngu kim, cua hieu ban do ngu kim, quay ban do ngu kim, noi do ngu kim, cua tiem do ngu kim, do xay dung, vit, dinh, oc, son, den"
             },
+            "shop/hearing_aids": {
+                "name": "Tiệm Ống nghe",
+                "terms": "tiệm ống nghe, cửa hàng ống nghe, cửa hiệu ống nghe, điếc tai, tiem ong nghe, cua hang ong nghe, cua hieu ong nghe, diec tai"
+            },
+            "shop/herbalist": {
+                "name": "Tiệm Thuốc Bắc/Nam",
+                "terms": "tiệm thuốc bắc, tiệm thuốc nam, cửa hàng thuốc bắc, cửa hàng thuốc nam, cửa hiệu thuốc bắc, cửa hiệu thuốc nam, tiệm thuốc đông y, tiệm thuốc đông dược, cửa hàng thuốc đông y, cửa hàng thuốc đông dược, cửa hiệu thuốc đông y, cửa hiệu thuốc đông dược, tiem thuoc bac, tiem thuoc nam, cua hang thuoc bac, cua hang thuoc nam, cua hieu thuoc bac, cua hieu thuoc nam, tiem thuoc dong y, tiem thuoc dong duoc, cua hang thuoc dong y, cua hang thuoc dong duoc, cua hieu thuoc dong y, cua hieu thuoc dong duoc"
+            },
             "shop/hifi": {
                 "name": "Tiệm Thiết bị Âm thanh",
                 "terms": "tiệm thiết bị âm thanh, cửa hàng thiết bị âm thanh, chỗ bán thiết bị âm thanh, cửa hiệu thiết bị âm thanh, hifi, hi-fi, video, loa, tiem thiet bi am thanh, cua hang thiet bi am thanh, cho ban thiet bi am thanh, cua hieu thiet bi am thanh"
             },
+            "shop/interior_decoration": {
+                "name": "Tiệm Trang trí Nội thất",
+                "terms": "tiệm trang trí nội thất, cửa hàng trang trí nội thất, cửa hiệu trang trí nội thất"
+            },
             "shop/jewelry": {
                 "name": "Tiệm Kim hoàn",
                 "terms": "khu vực bán kim hoàn, chỗ bán kim hoàn, tiệm bán kim hoàn, nơi bán kim hoàn, cửa hàng bán kim hoàn, cửa hiệu bán kim hoàn, quầy bán kim hoàn, cửa tiệm kim hoàn, đồ trang sức, vàng, ngọc, khu vuc ban kim hoan, cho ban kim hoan, tiem ban kim hoan, noi ban kim hoan, cua hang ban kim hoan, cua hieu ban kim hoan, quay ban kim hoan, cua tiem kim hoan, do trang suc, vang, ngoc"
             },
             "shop/kiosk": {
-                "name": "Gian hàng",
-                "terms": "gian hàng, quầy, gian hang, quay"
+                "name": "Quầy Báo",
+                "terms": "quầy báo, gian hàng, tạp chí, tin tức, quay bao, gian hang, tap chi, tin tức"
+            },
+            "shop/kitchen": {
+                "name": "Tiệm Trang trí Nội thất",
+                "terms": "tiem trang tri noi that, cua hang trang tri noi that, cua hieu trang tri noi that"
             },
             "shop/laundry": {
                 "name": "Tiệm Máy giặt",
                 "terms": "tiệm máy giặt, tiệm giặt ủi, chỗ giặt quần áo, chỗ giặt ủi, cửa hàng giặt ủi, tiem may giat, tiem giat ui, cho giat quan ao, cho giat ui, cua hang giat ui"
             },
+            "shop/leather": {
+                "name": "Tiệm Đồ Da",
+                "terms": "tiệm đồ da, cửa hàng đồ da, cửa hiệu đồ da, quán đồ da, tiệm quần áo da, cửa hàng quần áo da, cửa hiệu quần áo da, quán quần áo da, tiem do da, cua hang do da, cua hieu do da, quan do da, tiem quan ao da, cua hang quan ao da, cua hieu quan ao da, quan quan ao da"
+            },
             "shop/locksmith": {
                 "name": "Thợ khóa",
                 "terms": "thợ khóa, thợ sửa khóa, thợ khoá, trợ sửa khoá, thợ kim khí, tho khoa, tho sua khoa, tho kim khi"
                 "name": "Trung tâm Thương mại",
                 "terms": "trung tâm thương mại, khu thương mại, trung tam thuong mai, khu thuong mai"
             },
+            "shop/massage": {
+                "name": "Tiệm Xoa bóp",
+                "terms": "tiệm xoa bóp, cửa hàng xoa bóp, cửa hiệu xoa bóp, quán xoa bóp, tiệm châm cứu, cửa hàng châm cứu, cửa hiệu châm cứu, quán châm cứu, tiem xoa bop, cua hang xoa bop, cua hieu xoa bop, quan xoa bop, tiem cham cuu, cua hang cham cuu, cua hieu cham cuu, quan cham cuu"
+            },
+            "shop/medical_supply": {
+                "name": "Tiệm Thiết bị Y tế",
+                "terms": "tiệm thiết bị y tế, cửa hàng thiết bị y tế, cửa hiệu thiết bị y tế, tiem thiet bi y te, cua hang thiet bi y te, cua hieu thiet bi y te"
+            },
             "shop/mobile_phone": {
                 "name": "Tiệm Điện thoại Di động",
                 "terms": "tiệm điện thoại di động, tiệm điện thoại cầm tay, quầy điện thoại di động, cửa hàng điện thoại di động, cửa hiệu điện thoại di động, chỗ bán điện thoại di động, tiem dien thoai di dong, tiem dien thoai cam tay, quay dien thoai di dong, cua hang dien thoai di dong, cua hieu dien thoai di dong, cho ban dien thoai di dong"
             },
+            "shop/money_lender": {
+                "name": "Chỗ Mượn Tiền",
+                "terms": "chỗ mượn tiền, nơi mượn tiền, tiệm mượn tiền, cửa hàng mượn tiền, cửa hiệu mượn tiền, quán mượn tiền, cho muon tien, noi muon tien, tiem muon tien, cua hang muon tien, cua hieu muon tien, quan muon tien"
+            },
             "shop/motorcycle": {
                 "name": "Tiệm Xe máy",
                 "terms": "tiệm xe máy, tiệm xe gắn máy, tiệm xe hai bánh, chỗ bán xe máy, cửa hàng xe máy, tiem xe may, tiem xe gan may, tiem xe hai banh, cho ban xe may, cua hang xe may"
                 "name": "Tiệm Âm nhạc",
                 "terms": "tiệm nhạc cụ, tiệm đĩa nhạc, tiệm thiết bị âm nhạc, tiệm bản nhạc, chỗ bán nhạc, quầy nhạc, cửa hàng nhạc, cửa hiệu nhạc, tiem nhac cu, tiem dia nhac, tiem thiet bi am nhac, tiem ban nhac, cho ban nhac, quay nhac, cua hang nhac, cua hieu nhac"
             },
+            "shop/musical_instrument": {
+                "name": "Tiệm Nhạc cụ",
+                "terms": "nhạc cụ, pianô, ghi-ta, ghita, kèn, trống, nhac cu, ken, trong"
+            },
             "shop/newsagent": {
-                "name": "Quầy báo",
-                "terms": "quầy báo, sạp báo, tiệm báo, cửa hàng báo, cửa hiệu báo, tin tức, tờ báo, nhật báo, tạp chí, thời sự, quay bao, sap bao, tiem bao, cua hang bao, cua hieu bao, tin tuc, to bao, nhat bao, tap chi, thoi su"
+                "name": "Tiệm Báo",
+                "terms": "tiệm báo, cửa hàng báo, cửa hiệu báo, quán báo, tiệm tạp chí, cửa hàng tạp chí, cửa hiệu tạp chí, quán tạp chí, tiem bao, cua hang bao, cua hieu bao, quan bao, tiem tap chi, cua hang tap chi, cua hieu tap chi, quan tap chi"
             },
             "shop/optician": {
                 "name": "Tiệm Kính mắt",
                 "terms": "tiệm kính đeo mắt, tiệm kiếng đeo mắt, chỗ đo mắt, bác sĩ mắt, văn phòng đo mắt, cửa hàng kính đeo mắt, cửa hiệu kính đeo mắt, chỗ làm kính đeo mắt, tiem kinh deo mat, tiem kieng deo mat, cho do mat, bac si mat, van phong do mat, cua hang kinh deo mat, cua hieu kinh deo mat, cho lam kinh deo mat"
             },
+            "shop/organic": {
+                "name": "Tiệm Thực phẩm Hữu cơ",
+                "terms": "tiệm thực phẩm hữu cơ, tiệm đồ ăn hữu cơ, cửa hàng thực phẩm hữu cơ, cửa hàng đồ ăn hữu cơ, cửa hiệu thực phẩm hữu cơ, cửa hiệu đồ ăn hữu cơ, tiem thuc pham huu co, tiem do an huu co, cua hang thuc pham huu co, cua hang do an huu co, cua hieu thuc pham huu co, cua hieu do an huu co"
+            },
             "shop/outdoor": {
                 "name": "Tiệm Thể thao Ngoài trời",
                 "terms": "tiệm bán thiết bị thể thao ngoài trời, chỗ bán thiết bị dã ngoại, đồ cắm trại, giày đi bộ, GPS, cửa hàng thể thao ngoài trời, cửa hiệu thể thao ngoài trời, tiem ban thiet bi the thao ngoai troi, cho ban thiet bi da ngoai, do cam trai, giay di bo, cua hang the thao ngoai troi, cua hieu the thao ngoai troi"
             },
+            "shop/paint": {
+                "name": "Tiệm Sơn",
+                "terms": "tiệm sơn, cửa hàng sơn, cửa hiệu sơn, quán sơn, tiem son, cua hang son, cua hieu son, quan son"
+            },
+            "shop/pawnbroker": {
+                "name": "Tiệm Cầm đồ",
+                "terms": "tiệm cầm đồ, cửa hàng cầm đồ, cửa hiệu cầm đồ, quán cầm đồ, tiem cam do, cua hang cam do, cua hieu cam do, quan cam do"
+            },
             "shop/pet": {
                 "name": "Tiệm Vật nuôi",
                 "terms": "tiệm bán vật nuôi, tiệm bán đồ nuôi thú vật, cửa hàng vật nuôi, cửa hiệu thú vật, đồ ăn thú vật, chó, mèo, tiem ban vat nuoi, tiem ban do nuoi thu vat, cua hang vat nuoi, cua hieu thu vat, do an thu vat, cho, meo"
                 "name": "Tiệm Chụp Hình",
                 "terms": "tiệm chụp hình, tiệm lấy hình, tiệm lấy ảnh, tiệm nhiếp ảnh, cửa hàng chụp hình, cửa hàng lấy hình, cửa hàng lấy ảnh, cửa hàng nhiếp ảnh, tiem chup hinh, tiem lay hinh, tiem lay anh, tiem nhiep anh, cua hang chup hinh, cua hang lay hinh, cua hang lay anh, cua hang nhiep anh"
             },
+            "shop/pyrotechnics": {
+                "name": "Tiệm Pháo bông",
+                "terms": "tiệm pháo bông, cửa hàng pháo bông, cửa hiệu pháo bông, quán pháo bông, tiệm pháo hoa, cửa hàng pháo hoa, cửa hiệu pháo hoa, quán pháo hoa, tiem phao bong, cua hang phao bong, cua hieu phao bong, quan phao bong, tiem phao hoa, cua hang phao hoa, cua hieu phao hoa, quan phao hoa"
+            },
+            "shop/radiotechnics": {
+                "name": "Tiệm Linh kiện Điện tử",
+                "terms": "tiệm linh kiện điện tử, tiệm linh kiện điện thoại, tiệm linh kiện vô tuyến, tiệm linh kiện rađiô, tiệm linh kiện radio, cửa hàng linh kiện điện tử, cửa hàng linh kiện điện thoại, cửa hàng linh kiện vô tuyến, cửa hàng linh kiện rađiô, cửa hàng linh kiện radio, cửa hiệu linh kiện điện tử, cửa hiệu linh kiện điện thoại, cửa hiệu linh kiện vô tuyến, cửa hiệu linh kiện rađiô, cửa hiệu linh kiện radio, tiem linh kien dien tu, tiem linh kien dien thoai, tiem linh kien vo tuyen, tiem linh kien radio, cua hang linh kien dien tu, cua hang linh kien dien thoai, cua hang linh kien vo tuyen, cua hang linh kien radio, cua hieu linh kien dien tu, cua hieu linh kien dien thoai, cua hieu linh kien vo tuyen, cua hieu linh kien radio"
+            },
+            "shop/religion": {
+                "name": "Tiệm Bán đồ Tôn giáo",
+                "terms": "tiệm bán đồ tôn giáo, cửa hàng bán đồ tôn giáo, cửa hiệu bán đồ tôn giáo, tiệm sách tôn giáo, hiệu sách tôn giáo, cửa hàng sách tôn giáo, cửa hiệu sách tôn giáo, tiem ban do ton giao, cua hang ban do ton giao, cua hieu ban do ton giao, tiem sach ton giao, hieu sach ton giao, cua hang sach ton giao, cua hieu sach ton giao"
+            },
+            "shop/scuba_diving": {
+                "name": "Tiệm Dụng cụ Lặn Scuba",
+                "terms": "tiệm dụng cụ lặn scuba, cửa hàng dụng cụ lặn scuba, cửa hiệu dụng cụ lặn scuba, tiem dung cu lan scuba, cua hang dung cu lan scuba, cua hieu dung cu lan scuba"
+            },
             "shop/seafood": {
                 "name": "Tiệm Hải sản",
                 "terms": "tiệm hải sản, tiệm cá, tiem hai san, tiem ca"
             },
+            "shop/second_hand": {
+                "name": "Tiệm Mua lại",
+                "terms": "tiệm mua lại, cửa hàng mua lại, cửa hiệu mua lại, tiệm bán đồ cũ, cửa hàng bán đồ cũ, cửa hiệu bán đồ cũ, tiem mua lai, cua hang mua lai, cua hieu mua lai, tiem ban do cu, cua hang ban do cu, cua hieu ban do cu"
+            },
             "shop/shoes": {
                 "name": "Tiệm Giày",
                 "terms": "tiệm giày, cửa hàng giày, chỗ bán giày, cửa hiệu giày, dép, tiem giay, cua hang giay, cho ban giay, cua hieu giay, dep"
                 "name": "Tiệm May",
                 "terms": "tiệm may, cửa hàng may, thợ may, may quần áo, tiem may, cua hang may, tho may, may quan ao"
             },
+            "shop/tattoo": {
+                "name": "Tiệm Xăm",
+                "terms": "tiệm xăm, cửa hàng xăm, cửa hiệu xăm, tiem xam, cua hang xam, cua hieu xam"
+            },
+            "shop/tea": {
+                "name": "Tiệm Trà Khô",
+                "terms": "tiệm bán trà khô, tiệm bán chè khô, cửa hàng bán trà khô, cửa hàng bán chè khô, cửa hiệu bán trà khô, cửa hiệu bán chè khô, tiem ban tra kho, tiem ban che kho, cua hang ban tra kho, cua hang ban che kho, cua hieu ban tra kho, cua hieu ban che kho"
+            },
+            "shop/ticket": {
+                "name": "Đại lý Bán Vé",
+                "terms": "đại lý bán vé, đại lí bán vé, văn phòng bán vé, vé buổi hòa nhạc, vé buổi hoà nhạc, vé xe buýt, vé xe lửa, vé máy bay, vé phi cơ, dai ly ban ve, dai li ban ve, van phong ban ve, ve buoi hoa nhac, ve xe buyt, ve xe lua, ve may bay, ve phi co"
+            },
+            "shop/tobacco": {
+                "name": "Tiệm Thuốc lá",
+                "terms": "tiệm thuốc lá, cửa hàng thuốc lá, cửa hiệu thuốc lá, tiệm xì gà, cửa hàng xì gà, cửa hiệu xì gà, tiem thuoc la, cua hang thuoc la, cua hieu thuoc la, tiem xi ga, cua hang xi ga, cua hieu xi ga"
+            },
             "shop/toys": {
                 "name": "Tiệm Đồ chơi",
                 "terms": "tiệm đồ chơi cho trẻ em, chỗ bán đồ chơi, cửa hàng đồ chơi, cửa hiệu đồ chơi, đồ chơi trẻ nhỏ, tiem do choi cho tre em, cho ban do choi, cua hang do choi, cua hieu do choi, do choi tre nho"
                 "name": "Tiệm Đóng cửa",
                 "terms": "tiệm đóng cửa, tiệm chưa mở cửa, tiệm chuẩn bị khai trương, tiệm chưa có hàng, cửa hàng đóng cửa, cửa hàng chưa mở cửa, cửa hiệu đóng cửa, cửa hiệu chưa mở cửa, quầy chưa có hàng, chỗ đóng cửa, chỗ chưa mở cửa, tiem dong cua, tiem chua mo cua, tiem chuan bi khai truong, tiem chua co hang, cua hang dong cua, cua hang chua mo cua, cua hieu dong cua, cua hieu chua mo cua, quay chua co hang, cho dong cua, cho chua mo cua"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Tiệm Máy Hút bụi",
+                "terms": "tiệm máy hút bụi, cửa hàng máy hút bụi, cửa hiệu máy hút bụi, quán hút bụi"
+            },
             "shop/variety_store": {
                 "name": "Tiệm Tạp hóa",
                 "terms": "tiệm tạp hóa, tiệm tạp hoá, cửa hàng tạp hóa, cửa hiệu tạp hóa, chỗ bán tạp hóa, quầy tạp hóa, tiệm bán nhiều thứ, tiem tap hoa, tiem tap hoa, cua hang tap hoa, cua hieu tap hoa, cho ban tap hoa, quay tap hoa, tiem ban nhieu thu"
                 "name": "Tiệm Phim",
                 "terms": "tiệm bán phim, tiệm bán video, tiệm mướn phim, tiệm mướn video, chỗ bán phim, chỗ mướn phim, cửa hàng phim, cửa hiệu phim, quầy bán phim, tiem ban phim, tiem ban video, tiem muon phim, tiem muon video, cho ban phim, cho muon phim, cua hang phim, cua hieu phim, quay ban phim"
             },
+            "shop/video_games": {
+                "name": "Tiệm Video Game",
+                "terms": "tiệm video game, tiệm trò chơi video, tiệm trò chơi điện tử, tiệm game, cửa hàng video game, cửa hàng trò chơi video, cửa hàng trò chơi điện tử, cửa hàng game, cửa hiệu video game, cửa hiệu trò chơi video, cửa hiệu trò chơi điện tử, cửa hiệu game, tiem video game, tiem tro choi video, tiem tro choi dien tu, tiem game, cua hang video game, cua hang tro choi video, cua hang tro choi dien tu, cua hang game, cua hieu video game, cua hieu tro choi video, cua hieu tro choi dien tu, cua hieu game"
+            },
+            "shop/water_sports": {
+                "name": "Tiệm Dụng cụ Bơi lội",
+                "terms": "tiệm dụng cụ bơi lội, tiệm bán đồ bơi lội, cửa hàng dụng cụ bơi lội, cửa hàng bán đồ bơi lội, cửa hiệu dụng cụ bơi lội, cửa hiệu bán đồ bơi lội, tiem dung cu boi loi, tiem ban do boi loi, cua hang dung cu boi loi, cua hang ban do boi loi, cua hieu dung cu boi loi, cua hieu ban do boi loi"
+            },
+            "shop/weapons": {
+                "name": "Tiệm Súng",
+                "terms": "tiệm súng, cửa hàng súng, cửa hiệu súng, quán súng"
+            },
+            "shop/window_blind": {
+                "name": "Tiệm Mành",
+                "terms": "tiệm mành mành, cửa hàng mành mành, cửa hiệu mành mành, tiệm màn sáo, cửa hàng màn sáo, cửa hiệu màn sáo, tiem manh manh, cua hang manh manh, cua hieu manh manh, tiem man sao, cua hang man sao, cua hieu man sao"
+            },
             "shop/wine": {
                 "name": "Tiệm Rượu vang",
                 "terms": "tiệm rượu vang, nơi bán rượu vang, chỗ bán rượu vang, quầy bán rượu vang, cửa hàng rượu vang, cửa hàng bán rượu vang, tiệm bán rượu vang, tiem ruou vang, noi ban ruou vang, cho ban ruou vang, quay ban ruou vang, cua hang ruou vang, cua hang ban ruou vang, tiem ban ruou vang"
index a25106075d928d58a422434cbd505ba97274d6ca..49277aa8d7ec89bc0b9c32532420884eaa0b2e2f 100644 (file)
@@ -95,7 +95,6 @@
         },
         "delete": {
             "title": "刪",
-            "description": "地圖度拎走佢。",
             "annotation": {
                 "point": "刪咗處。",
                 "vertex": "道度刪咗節。",
         },
         "areas": {
             "title": "範圍",
-            "add": "範圍係更祥細講地貌。佢畀埋地貌界綫。處出地嘅地貌,範圍多數都用到,做到範圍就做範圍。**撳住範圍掣,開新範圍。**",
             "corner": "要畫範圍,就用節來勾出邊界,包住範圍。**擺開始一節,喺遊樂場一角。**",
             "place": "畫範圍,就要擺多啲節。要完成範圍,就欽返頭嗰節。**畫個範圍畀遊樂場。**",
             "search": "**搵【{name}】。**",
                 "name": "洗車舖",
                 "terms": "Car Wash,洗車,洗車店,洗車舖"
             },
-            "amenity/childcare": {
-                "name": "托兒所",
-                "terms": "Childcare,托兒所"
-            },
             "amenity/cinema": {
                 "name": "電影戲院",
                 "terms": "Cinema,戲院,電影,電影戲院,電影院"
             },
-            "amenity/college": {
-                "name": "學院",
-                "terms": "College,大學,大專,學院,專上學院,專校,專科學院,書院,理工"
-            },
             "amenity/courthouse": {
                 "name": "法庭",
                 "terms": "Courthouse,法庭,法院,臬署,裁判署"
                 "name": "大會堂",
                 "terms": "Town Hall,大會堂,市政府,市政廳"
             },
-            "amenity/university": {
-                "name": "大學",
-                "terms": "University,大學,大專"
-            },
             "amenity/vending_machine": {
                 "name": "售賣機",
                 "terms": "Vending Machine,售賣機,自勳動賣機"
                 "name": "游水池",
                 "terms": "Swimming Pool,游水池,游泳池,遊泳池"
             },
-            "leisure/track": {
-                "name": "賽車跑道",
-                "terms": "Race Track,賽車跑道"
-            },
             "line": {
                 "name": "綫",
                 "terms": "Line,綫,線"
                 "name": "水塔",
                 "terms": "Water Tower,水塔"
             },
-            "man_made/water_well": {
-                "name": "井",
-                "terms": "Water well,井,水井"
-            },
             "man_made/water_works": {
                 "name": "供水廠",
                 "terms": "Water Works,供水廠,水務設施"
                 "name": "單車舖",
                 "terms": "Bicycle Shop,單車店,單車舖,自行車店"
             },
-            "shop/books": {
-                "name": "書局",
-                "terms": "Bookstore,書局,書店"
-            },
             "shop/boutique": {
                 "name": "時裝店",
                 "terms": "Boutique,時裝店,服飾店,精品店"
                 "name": "電腦舖",
                 "terms": "Computer Store,電腦店,電腦舖"
             },
-            "shop/confectionery": {
-                "name": "糖菓舖",
-                "terms": "Confectionery,甜點店,糖菓舖"
-            },
             "shop/convenience": {
                 "name": "便利店",
                 "terms": "Convenience Store,便利店"
                 "name": "自組舖",
                 "terms": "DIY Store,DIY商店,自組舖"
             },
-            "shop/dry_cleaning": {
-                "name": "乾洗",
-                "terms": "Dry Cleaners,乾洗,乾洗店"
-            },
             "shop/electronics": {
                 "name": "電子舖",
                 "terms": "Electronics Store,電器店,電子舖"
                 "name": "珠寶金行",
                 "terms": "Jeweler,珠寶店,珠寶舖,珠寶金行,首飾店,首飾舖"
             },
-            "shop/kiosk": {
-                "name": "小賣部、報紙檔、煙仔檔等",
-                "terms": "Kiosk,售貨亭,售賣亭,報刊亭,報攤,小賣部,書報攤"
-            },
             "shop/laundry": {
                 "name": "洗衣舖",
                 "terms": "Laundry,洗衣店,洗衣舖"
                 "name": "唱片舖",
                 "terms": "Music Store,唱片舖,音樂店"
             },
-            "shop/newsagent": {
-                "name": "報紙檔(有舖)",
-                "terms": "Newsagent,報攤,報紙檔,書報攤"
-            },
             "shop/optician": {
                 "name": "眼鏡鋪",
                 "terms": "Optician,眼鏡店,眼鏡行,眼鏡鋪"
             },
-            "shop/outdoor": {
-                "name": "行山舖",
-                "terms": "Outdoor Store,戶外用品店,行山舖"
-            },
             "shop/pet": {
                 "name": "寵物舖",
                 "terms": "Pet Store,寵物店,寵物舖"
index c71b2761575d6909e7c7404d6a1a4a5464a12dc2..db5631334c357554226723cb1ba012a8c7961dc5 100644 (file)
@@ -71,7 +71,8 @@
                 "line": "环形化线。",
                 "area": "环形化区域。"
             },
-            "not_closed": "它不是闭合的环形,无法圆形化。"
+            "not_closed": "它不是闭合的环形,无法圆形化。",
+            "too_large": "因为可见部分不足,不能变成圆形。"
         },
         "orthogonalize": {
             "title": "直角化",
@@ -84,7 +85,8 @@
                 "line": "拉直线上角的边。",
                 "area": "已将区域的弯角换成直角。"
             },
-            "not_squarish": "因为它不是近似方形的,这不能被直角化。"
+            "not_squarish": "因为它不是近似方形的,这不能被直角化。",
+            "too_large": "因为可见部分不足,不能变成方形。"
         },
         "straighten": {
             "title": "拉直",
@@ -95,7 +97,7 @@
         },
         "delete": {
             "title": "删除",
-            "description": "从地图上删除。",
+            "description": "彻底删除对象。",
             "annotation": {
                 "point": "删除点。",
                 "vertex": "删除路径上的节点。",
                 "area": "移动区域。",
                 "multiple": "移动多个对象。"
             },
-            "incomplete_relation": "该特征还没有下载完整,无法移动。"
+            "incomplete_relation": "该特征还没有下载完整,无法移动。",
+            "too_large": "因为可见部分不足,不能移动。"
         },
         "rotate": {
             "title": "旋转",
             "annotation": {
                 "line": "旋转线。",
                 "area": "旋转区域。"
-            }
+            },
+            "too_large": "因为可见部分不足,不能旋转。"
         },
         "reverse": {
             "title": "反转",
         "untagged_area": "未标记的区域",
         "many_deletions": "您正在删除 {n} 个对象,您确定要这么做吗?这将会把它们从大家所见的 openstreetmap.org 地图上删除。",
         "tag_suggests_area": "标签{tag}表明线应该为区域,但它不是区域",
+        "untagged_point_tooltip": "选择该点的特征类型。",
+        "untagged_line_tooltip": "选择描述这条线的特征类型。",
+        "untagged_area_tooltip": "选择描述这块区域的特征类型。",
         "deprecated_tags": "弃用标签:{tags}"
     },
     "zoom": {
         },
         "areas": {
             "title": "区域",
-            "add": "区域能较详细地代表物件,提供该物件的边界资料。大部份以点可以代表的物件类别,都可以用区域代表,而后者往往更为适合。 **点击「区域」按钮,以新增一个区域**",
             "corner": "通过将节点放到面的边界上,可绘制面。 **将起始节点置于游乐场的其中一角**",
             "place": "放置更多节点可绘制区域。点击开始节点即可完成绘制。**在沙盒绘制一个区域。**",
             "search": "**搜索'{name}'。**",
                 }
             },
             "access_simple": {
-                "label": "通行限制"
+                "label": "通行限制",
+                "placeholder": "是"
+            },
+            "access_toilets": {
+                "label": "连接"
             },
             "address": {
                 "label": "地址",
                 "placeholders": {
+                    "housename": "房屋名称",
+                    "housenumber": "123号",
                     "street": "街道",
                     "city": "城市",
                     "postcode": "邮政编码",
+                    "place": "地方",
+                    "hamlet": "村庄",
                     "suburb": "地区",
+                    "subdistrict": "街道",
                     "district": "行政区",
                     "province": "行政省",
                     "state": "行政州",
                 "label": "类型"
             },
             "aerialway/access": {
-                "label": "通行限制"
+                "label": "通行限制",
+                "options": {
+                    "entry": "入口",
+                    "exit": "出口",
+                    "both": "双向"
+                }
+            },
+            "aerialway/bubble": {
+                "label": "圆形顶"
             },
             "aerialway/capacity": {
                 "label": "容量(每小时)",
                 "label": "持续时间(分钟)",
                 "placeholder": "1, 2, 3..."
             },
+            "aerialway/heating": {
+                "label": "暖气"
+            },
             "aerialway/occupancy": {
+                "label": "载客数",
                 "placeholder": "2, 4, 8..."
             },
+            "aerialway/summer/access": {
+                "label": "通行方向(夏季)",
+                "options": {
+                    "entry": "入口",
+                    "exit": "出口",
+                    "both": "双方"
+                }
+            },
             "aeroway": {
                 "label": "类型"
             },
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "方向"
+                "label": "方向",
+                "options": {
+                    "N": "北",
+                    "E": "东",
+                    "S": "南",
+                    "W": "西",
+                    "NE": "东北",
+                    "SE": "东南",
+                    "SW": "西南",
+                    "NW": "西北",
+                    "NNE": "东北偏北"
+                }
             },
             "clock_direction": {
                 "label": "方向",
             "covered": {
                 "label": "覆盖"
             },
+            "crop": {
+                "label": "庄稼"
+            },
             "crossing": {
                 "label": "类型"
             },
                 "label": "说明"
             },
             "electrified": {
-                "label": "电气化"
+                "label": "电气化",
+                "placeholder": "接触线、电气化铁路…",
+                "options": {
+                    "contact_line": "接触线",
+                    "rail": "电气化铁路",
+                    "yes": "是(未指明)",
+                    "no": "否"
+                }
             },
             "elevation": {
                 "label": "海拔"
                 "label": "费用"
             },
             "fire_hydrant/type": {
-                "label": "类型"
+                "label": "类型",
+                "options": {
+                    "pillar": "支柱/地上",
+                    "underground": "地铁",
+                    "wall": "墙",
+                    "pond": "池塘"
+                }
             },
             "fixme": {
                 "label": "修复我"
                 "label": "类型"
             },
             "hoops": {
+                "label": "篮球",
                 "placeholder": "1, 2, 4..."
             },
             "iata": {
             "internet_access": {
                 "label": "互联网接入",
                 "options": {
+                    "yes": "是",
+                    "no": "否",
                     "wlan": "Wi-Fi",
                     "wired": "有线网络",
                     "terminal": "终端"
                 }
             },
+            "lamp_type": {
+                "label": "类型"
+            },
             "landuse": {
                 "label": "类型"
             },
                 "label": "速度限制",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "label": "登山車难度",
+                "placeholder": "0, 1, 2, 3..."
+            },
+            "mtb/scale/imba": {
+                "placeholder": "简单,中等,困难...",
+                "options": {
+                    "0": "最简单的(白色圆圈)"
+                }
+            },
+            "mtb/scale/uphill": {
+                "label": "山地自行车上坡难度",
+                "placeholder": "0, 1, 2, 3..."
+            },
             "name": {
                 "label": "名称",
                 "placeholder": "常用名称(如果有)"
             "oneway": {
                 "label": "单行线",
                 "options": {
-                    "undefined": "假定为否"
+                    "undefined": "假定为否",
+                    "yes": "是",
+                    "no": "否"
                 }
             },
             "oneway_yes": {
                 "label": "单行线",
                 "options": {
-                    "undefined": "假定为是"
+                    "undefined": "假定为是",
+                    "yes": "是",
+                    "no": "否"
                 }
             },
             "opening_hours": {
                 "label": "经营者"
             },
             "par": {
+                "label": "标准杆",
                 "placeholder": "3, 4, 5..."
             },
             "park_ride": {
                 "label": "停车换乘"
             },
             "parking": {
-                "label": "类型"
+                "label": "类型",
+                "options": {
+                    "surface": "地面",
+                    "multi-storey": "多晨",
+                    "underground": "地下",
+                    "sheds": "单独车库",
+                    "carports": "车棚",
+                    "lane": "路边"
+                }
             },
             "phone": {
                 "label": "电话",
                 "placeholder": "+31 42 123 4567"
             },
             "piste/difficulty": {
-                "label": "困难"
+                "label": "困难",
+                "options": {
+                    "advanced": "高级(黑钻)"
+                }
+            },
+            "piste/grooming": {
+                "options": {
+                    "skating": "滑冰"
+                }
             },
             "piste/type": {
-                "label": "类型"
+                "label": "类型",
+                "options": {
+                    "downhill": "下坡",
+                    "ice_skate": "滑冰",
+                    "playground": "操场"
+                }
             },
             "place": {
                 "label": "类型"
             "route_master": {
                 "label": "类型"
             },
+            "sac_scale": {
+                "label": "远足难度",
+                "placeholder": "高山远足"
+            },
             "seasonal": {
                 "label": "具备季节性"
             },
                 "label": "类型"
             },
             "smoking": {
-                "label": "吸烟"
+                "label": "吸烟",
+                "placeholder": "禁止、隔开、允许...",
+                "options": {
+                    "no": "禁止吸烟",
+                    "separated": "指定区域可使用(布隔开)",
+                    "isolated": "指定区域可使用(隔开)",
+                    "outside": "外面可使用",
+                    "yes": "随处可使用",
+                    "dedicated": "吸烟专用"
+                }
             },
             "social_facility_for": {
                 "placeholder": "无家可归者,残疾人,儿童等"
                 "name": "船舶租赁处",
                 "terms": "船舶租赁处"
             },
+            "amenity/bureau_de_change": {
+                "name": "货币兑换"
+            },
+            "amenity/bus_station": {
+                "name": "公交车站"
+            },
             "amenity/cafe": {
                 "name": "咖啡馆",
                 "terms": "咖啡厅,茶座,小餐馆,咖啡,小餐厅"
                 "name": "充电站",
                 "terms": "充电站"
             },
-            "amenity/childcare": {
-                "name": "托儿所",
-                "terms": "托儿所"
-            },
             "amenity/cinema": {
                 "name": "电影院",
                 "terms": "电影院,电影,戏院"
                 "name": "时钟",
                 "terms": "时钟,钟表,钟"
             },
-            "amenity/college": {
-                "name": "学院",
-                "terms": "学院,书院,专科学院"
-            },
             "amenity/compressed_air": {
                 "name": "压缩空气"
             },
             "amenity/hospital": {
                 "name": "医院"
             },
-            "amenity/kindergarten": {
-                "name": "幼儿园"
-            },
             "amenity/library": {
                 "name": "图书馆",
                 "terms": "图书馆"
                 "name": "市政府",
                 "terms": "市政府,市政厅,大会堂"
             },
-            "amenity/university": {
-                "name": "大学",
-                "terms": "大学"
-            },
             "amenity/vending_machine": {
                 "name": "售卖机",
                 "terms": "售卖机"
                 "name": "医院大楼"
             },
             "building/hotel": {
-                "name": "酒店大楼"
+                "name": "宾馆楼"
             },
             "building/house": {
                 "name": "房屋",
                 "name": "酿酒厂",
                 "terms": "酒厂,酿酒厂,酒坊"
             },
+            "craft/carpenter": {
+                "name": "木匠"
+            },
+            "craft/carpet_layer": {
+                "name": "铺地毯的人"
+            },
+            "craft/caterer": {
+                "name": "酒席承办人"
+            },
             "craft/clockmaker": {
                 "name": "钟表匠"
             },
+            "craft/confectionary": {
+                "name": "糖果店"
+            },
+            "craft/dressmaker": {
+                "name": "女装裁缝"
+            },
             "craft/electrician": {
                 "name": "电工"
             },
             "craft/gardener": {
                 "name": "园艺工"
             },
+            "craft/glaziery": {
+                "name": "装玻璃的人"
+            },
             "craft/handicraft": {
                 "name": "手工匠"
             },
+            "craft/hvac": {
+                "name": "高压交流电"
+            },
+            "craft/insulator": {
+                "name": "绝缘体"
+            },
             "craft/jeweler": {
                 "name": "珠宝店"
             },
             "craft/key_cutter": {
                 "name": "切割钥匙(配匙)"
             },
+            "craft/locksmith": {
+                "name": "锁匠"
+            },
             "craft/optician": {
                 "name": "眼镜店"
             },
+            "craft/painter": {
+                "name": "油漆匠"
+            },
             "craft/photographer": {
                 "name": "照相店"
             },
             "craft/photographic_laboratory": {
                 "name": "照片冲洗店"
             },
+            "craft/plasterer": {
+                "name": "泥水匠"
+            },
             "craft/plumber": {
                 "name": "管道工"
             },
                 "name": "陶器场",
                 "terms": "陶器场"
             },
+            "craft/rigger": {
+                "name": "装配工"
+            },
+            "craft/roofer": {
+                "name": "盖屋顶的人"
+            },
+            "craft/saddler": {
+                "name": "造马鞍的人"
+            },
+            "craft/sailmaker": {
+                "name": "修帆的人"
+            },
             "craft/sawmill": {
                 "name": "锯木厂",
                 "terms": "锯木厂"
             },
+            "craft/scaffolder": {
+                "name": "搭脚手架的人"
+            },
+            "craft/sculpter": {
+                "name": "雕刻师"
+            },
             "craft/shoemaker": {
                 "name": "制鞋店"
             },
+            "craft/stonemason": {
+                "name": "石匠"
+            },
+            "craft/sweep": {
+                "name": "扫烟囱的人"
+            },
             "craft/tailor": {
                 "name": "裁缝",
                 "terms": "裁缝"
             },
+            "craft/tiler": {
+                "name": "砖瓦匠"
+            },
             "craft/tinsmith": {
                 "name": "锡制品手工店"
             },
                 "name": "人行道",
                 "terms": "人行道,便道,走道"
             },
+            "ford": {
+                "name": "浅滩"
+            },
+            "golf/bunker": {
+                "name": "沙坑"
+            },
             "golf/fairway": {
                 "name": "高尔夫球道",
                 "terms": "球道,高尔夫球道"
             "golf/hole": {
                 "name": "高尔夫球洞"
             },
+            "golf/rough": {
+                "name": "深草区"
+            },
             "golf/tee": {
                 "name": "开球区",
                 "terms": "开球区,发球台"
                 "name": "游泳池",
                 "terms": "游泳池"
             },
-            "leisure/track": {
-                "name": "赛车跑道",
-                "terms": "赛车跑道"
-            },
             "line": {
                 "name": "线",
                 "terms": "线"
                 "name": "水塔",
                 "terms": "水塔"
             },
-            "man_made/water_well": {
-                "name": "水井",
-                "terms": "水井"
-            },
             "man_made/water_works": {
                 "name": "供水厂",
                 "terms": "供水厂"
                 "name": "旅行社",
                 "terms": "旅行社"
             },
+            "piste": {
+                "name": "滑雪道"
+            },
             "place": {
                 "name": "地点",
                 "terms": "地点"
                 "name": "街坊",
                 "terms": "社区,街坊"
             },
+            "place/suburb": {
+                "name": "区",
+                "terms": "区"
+            },
             "place/town": {
                 "name": "城镇",
                 "terms": "城镇"
                 "name": "酒水店",
                 "terms": "酒庄"
             },
-            "shop/art": {
-                "name": "艺术店"
-            },
             "shop/bakery": {
                 "name": "面包店",
                 "terms": "面包店"
                 "name": "自行车店",
                 "terms": "自行车,单车"
             },
-            "shop/books": {
-                "name": "书店",
-                "terms": "书店"
+            "shop/bookmaker": {
+                "name": "书商"
             },
             "shop/boutique": {
                 "name": "精品店",
                 "name": "电脑店",
                 "terms": "电脑店"
             },
-            "shop/confectionery": {
-                "name": "糖果店",
-                "terms": "甜点店"
-            },
             "shop/convenience": {
                 "name": "便利店",
                 "terms": "便利店"
                 "name": "DIY店",
                 "terms": "DIY商店"
             },
-            "shop/dry_cleaning": {
-                "name": "干洗店",
-                "terms": "干洗店"
-            },
             "shop/electronics": {
                 "name": "电器店",
                 "terms": "电器店"
                 "name": "珠宝店",
                 "terms": "珠宝店"
             },
-            "shop/kiosk": {
-                "name": "报刊亭",
-                "terms": "报刊亭"
-            },
             "shop/laundry": {
                 "name": "洗衣店",
                 "terms": "洗衣店"
                 "name": "音乐店",
                 "terms": "音乐店"
             },
-            "shop/newsagent": {
-                "name": "报摊",
-                "terms": "报摊"
-            },
             "shop/optician": {
                 "name": "眼镜店",
                 "terms": "眼镜店"
             },
-            "shop/outdoor": {
-                "name": "户外用品店",
-                "terms": "户外用品店"
-            },
             "shop/pet": {
                 "name": "宠物店",
                 "terms": "宠物店"
                 "name": "超市",
                 "terms": "超级市场"
             },
+            "shop/tailor": {
+                "name": "裁缝"
+            },
             "shop/toys": {
                 "name": "玩具店",
                 "terms": "玩具店"
                 "terms": "招待所"
             },
             "tourism/hotel": {
-                "name": "酒店",
-                "terms": "酒店"
+                "name": "宾馆",
+                "terms": "宾馆,酒店,旅馆"
             },
             "tourism/information": {
                 "name": "信息",
index 5c2e0df1d486069a56bd2f1309a578546807ca89..f09cf97e3b40aeeca7f1c2e1f21a3c6786b6620f 100644 (file)
@@ -95,7 +95,6 @@
         },
         "delete": {
             "title": "刪",
-            "description": "地圖度拎走佢。",
             "annotation": {
                 "point": "刪咗處。",
                 "vertex": "道度刪咗節。",
         },
         "areas": {
             "title": "範圍",
-            "add": "範圍係更祥細講地貌。佢畀埋地貌界綫。處出地嘅地貌,範圍多數都用到,做到範圍就做範圍。**撳住範圍掣,開新範圍。**",
             "corner": "要畫範圍,就用節來勾出邊界,包住範圍。**擺開始一節,喺遊樂場一角。**",
             "place": "畫範圍,就要擺多啲節。要完成範圍,就欽返頭嗰節。**畫個範圍畀遊樂場。**",
             "search": "**搵【{name}】。**",
                 "name": "洗車舖",
                 "terms": "Car Wash,洗車,洗車店,洗車舖"
             },
-            "amenity/childcare": {
-                "name": "托兒所",
-                "terms": "Childcare,托兒所"
-            },
             "amenity/cinema": {
                 "name": "電影戲院",
                 "terms": "Cinema,戲院,電影,電影戲院,電影院"
             },
-            "amenity/college": {
-                "name": "學院",
-                "terms": "College,大學,大專,學院,專上學院,專校,專科學院,書院,理工"
-            },
             "amenity/courthouse": {
                 "name": "法庭",
                 "terms": "Courthouse,法庭,法院,臬署,裁判署"
                 "name": "大會堂",
                 "terms": "Town Hall,大會堂,市政府,市政廳"
             },
-            "amenity/university": {
-                "name": "大學",
-                "terms": "University,大學,大專"
-            },
             "amenity/vending_machine": {
                 "name": "售賣機",
                 "terms": "Vending Machine,售賣機,自勳動賣機"
                 "name": "游水池",
                 "terms": "Swimming Pool,游水池,游泳池,遊泳池"
             },
-            "leisure/track": {
-                "name": "賽車跑道",
-                "terms": "Race Track,賽車跑道"
-            },
             "line": {
                 "name": "綫",
                 "terms": "Line,綫,線"
                 "name": "水塔",
                 "terms": "Water Tower,水塔"
             },
-            "man_made/water_well": {
-                "name": "井",
-                "terms": "Water well,井,水井"
-            },
             "man_made/water_works": {
                 "name": "供水廠",
                 "terms": "Water Works,供水廠,水務設施"
                 "name": "單車舖",
                 "terms": "Bicycle Shop,單車店,單車舖,自行車店"
             },
-            "shop/books": {
-                "name": "書局",
-                "terms": "Bookstore,書局,書店"
-            },
             "shop/boutique": {
                 "name": "時裝店",
                 "terms": "Boutique,時裝店,服飾店,精品店"
                 "name": "電腦舖",
                 "terms": "Computer Store,電腦店,電腦舖"
             },
-            "shop/confectionery": {
-                "name": "糖菓舖",
-                "terms": "Confectionery,甜點店,糖菓舖"
-            },
             "shop/convenience": {
                 "name": "便利店",
                 "terms": "Convenience Store,便利店"
                 "name": "自組舖",
                 "terms": "DIY Store,DIY商店,自組舖"
             },
-            "shop/dry_cleaning": {
-                "name": "乾洗",
-                "terms": "Dry Cleaners,乾洗,乾洗店"
-            },
             "shop/electronics": {
                 "name": "電子舖",
                 "terms": "Electronics Store,電器店,電子舖"
                 "name": "珠寶金行",
                 "terms": "Jeweler,珠寶店,珠寶舖,珠寶金行,首飾店,首飾舖"
             },
-            "shop/kiosk": {
-                "name": "小賣部、報紙檔、煙仔檔等",
-                "terms": "Kiosk,售貨亭,售賣亭,報刊亭,報攤,小賣部,書報攤"
-            },
             "shop/laundry": {
                 "name": "洗衣舖",
                 "terms": "Laundry,洗衣店,洗衣舖"
                 "name": "唱片舖",
                 "terms": "Music Store,唱片舖,音樂店"
             },
-            "shop/newsagent": {
-                "name": "報紙檔(有舖)",
-                "terms": "Newsagent,報攤,報紙檔,書報攤"
-            },
             "shop/optician": {
                 "name": "眼鏡鋪",
                 "terms": "Optician,眼鏡店,眼鏡行,眼鏡鋪"
             },
-            "shop/outdoor": {
-                "name": "行山舖",
-                "terms": "Outdoor Store,戶外用品店,行山舖"
-            },
             "shop/pet": {
                 "name": "寵物舖",
                 "terms": "Pet Store,寵物店,寵物舖"
index 1d8a64aa54f3e20ffe621649b376873fea3eb01e..26fded77d586bc3bb28fd2786e7850ebbcb1f83f 100644 (file)
@@ -97,7 +97,7 @@
         },
         "delete": {
             "title": "刪除",
-            "description": "從地圖上移除這個物件。",
+            "description": "永久刪除物件",
             "annotation": {
                 "point": "刪除了一點。",
                 "vertex": "刪除了路徑上的一個節點。",
         "zoom": "放大至 GPX 軌跡",
         "browse": "開啟 .gpx 檔案"
     },
+    "mapillary": {
+        "tooltip": "從 Mapillary 來的街道照片",
+        "title": "照片重疊 (Mapillary)",
+        "view_on_mapillary": "在 Mapillary 看這張照片"
+    },
     "help": {
         "title": "說明文件",
         "help": "# 幫助\n\n這是[開放街圖](http://www.openstreetmap.org/)的編輯器。\n開放街圖是自由及可編輯的世界地圖。您可以用這個編輯器來添加和更新您所在區域的地圖資料,令這個開源和開放資料的世界地圖變得更好。\n\n您在地圖上所做的編輯,將會讓所有使用開放街圖的人看到。為了進行編輯,您需要一個[免費的開放街圖帳戶](https://www.openstreetmap.org/user/new)。\n\n[iD編輯器](http://ideditor.com/) 是採用開源方式合作開發的專案, [原始碼可在GitHub找到](https://github.com/openstreetmap/iD)。\n",
         },
         "areas": {
             "title": "區域",
-            "add": "å\8d\80å\9f\9fè\83½è¼\83詳細å\9c°ä»£è¡¨ç\89©ä»¶ï¼\8cæ\8f\90ä¾\9b該ç\89©ä»¶ç\9a\84é\82\8aç\95\8cè³\87æ\96\99ã\80\82大é\83¨ä»½ä»¥é»\9eå\8f¯ä»¥ä»£è¡¨ç\9a\84ç\89©ä»¶é¡\9eå\88¥ï¼\8cé\83½å\8f¯ä»¥ç\94¨å\8d\80å\9f\9f代表ï¼\8cè\80\8cå¾\8cè\80\85å¾\80å¾\80æ\9b´ç\82ºé\81©å\90\88ã\80\82**æ\8c\89ã\80\8cå\8d\80å\9f\9fã\80\8dæ\8c\89é\88\95ï¼\8c以æ\96°å¢\9eä¸\80å\80\8bæ\96°區域**",
+            "add": "å\8d\80å\9f\9f被ç\94¨ä¾\86表示å\9c\96å¾µç\9a\84ç\95\8cé\99\90ï¼\8cå\83\8fæ\98¯æ¹\96ã\80\81建ç¯\89ç\89©æ\88\96ä½\8få®\85å\8d\80ã\80\82ä¹\9få°±æ\98¯èªªå\8f¯ä»¥è®\93å\8e\9fæ\9c¬å\8fªæ\98¯å\80\8bè\88\88趣é»\9eç\9a\84å\9c\96å¾µå\91\88ç\8f¾æ\9b´å¤\9aç´°ç¯\80ã\80\82**æ\8c\89ä¸\8bå\8d\80å\9f\9fç\9a\84æ\8c\89é\88\95æ\96°å¢\9e區域**",
             "corner": "透過將節點放到區域的界線上,可繪製區域。**將起始節點置於遊樂場的其中一角**",
             "place": "放置更多節點,以勾畫該區域。按起始節點以完成繪製區域。**繪製一區域以代表遊樂場**",
             "search": "**搜尋'{name}'。**",
                         "description": "容許進入,直至擁有者撇回許可"
                     },
                     "private": {
-                        "title": "私人地方",
+                        "title": "私人",
                         "description": "須擁有者個別批准,方可進入"
                     },
                     "designated": {
             "covered": {
                 "label": "有蓋"
             },
+            "craft": {
+                "label": "種類"
+            },
             "crop": {
                 "label": "作物"
             },
                 "label": "越越單車難度",
                 "placeholder": "0, 1, 2, 3...",
                 "options": {
-                    "3": "鋪面光滑,有大的障礙物,",
+                    "0": "0: 堅實的碩石土路,沒有障礙物,大灣曲",
+                    "1": "1: 鋪面部分鬆散,有小的障礙物,大彎曲",
+                    "2": "2: 大都是鬆散的鋪面,有的障礙物,容易通過的髮夾彎",
+                    "3": "3: 鋪面光滑,有大的障礙物,",
                     "4": "4: 路面鬆散或是充滿石頭,有危險的髮夾彎",
                     "5": "5: 騎乘等級最困難,路面充滿石頭,或者是路面坍方",
                     "6": "6: 除非是技巧極好的越野車手,否則並不適合騎乘"
             },
             "mtb/scale/imba": {
                 "label": "國際登山車協會路徑難度",
-                "placeholder": "容易, 中等, 困難..."
+                "placeholder": "容易, 中等, 困難...",
+                "options": {
+                    "0": "最簡單 (白圈)",
+                    "1": "容易 (綠圈)",
+                    "2": "中等 (藍方塊)",
+                    "3": "困難 (黑色鑽石型)",
+                    "4": "極端困難 (雙重黑色鑽石型)"
+                }
             },
             "mtb/scale/uphill": {
-                "placeholder": "0, 1, 2, 3..."
+                "label": "登山車上坡難度",
+                "placeholder": "0, 1, 2, 3...",
+                "options": {
+                    "0": "0: 平均坡度小於 10%,有碎石/夯實的地面,沒有障礙物",
+                    "1": "1: 平均坡度小於15%,有碎石/夯實的地面,有些許障礙物",
+                    "2": "2: 平均坡度小於20,堅實的地面,拳頭大的石頭/樹根",
+                    "3": "3: 平均坡度25%,多變的平面,拳頭大的石頭/樹牆",
+                    "4": "4: 平均坡度小於30%,很糟的路面狀況,大石頭/樹牆",
+                    "5": "5: 很陡,單車得牽行或扛車"
+                }
             },
             "name": {
                 "label": "名稱",
-                "placeholder": "常用名稱(如有)"
+                "placeholder": "常ç\94¨å\90\8d稱(å¦\82æ\9e\9cæ\9c\89)"
             },
             "natural": {
                 "label": "自然"
             "parking": {
                 "label": "種類",
                 "options": {
-                    "surface": "å\9c°面",
+                    "surface": "å¹³面",
                     "multi-storey": "立體",
                     "underground": "地下",
                     "sheds": "有覆蓋",
                 "placeholder": "+31 42 123 4567"
             },
             "piste/difficulty": {
-                "label": "難度"
+                "label": "難度",
+                "placeholder": "容易, 中階, 進階",
+                "options": {
+                    "novice": "新手 (教學)",
+                    "easy": "容易 (綠圈)",
+                    "intermediate": "中階 (藍方塊)",
+                    "advanced": "進階 (黑色鑽石型)",
+                    "expert": "專家 (雙重黑色鑽石型)",
+                    "freeride": "自由滑行 (場地外)",
+                    "extreme": "極端困難 (需要攀登工具)"
+                }
             },
             "piste/grooming": {
-                "label": "雪道種類"
+                "label": "雪道種類",
+                "options": {
+                    "classic": "經典",
+                    "mogul": "蒙古人",
+                    "backcountry": "偏遠地區",
+                    "classic+skating": "經典和滑行",
+                    "scooter": "滑行艇/雪車",
+                    "skating": "滑行"
+                }
             },
             "piste/type": {
-                "label": "種類"
+                "label": "種類",
+                "options": {
+                    "downhill": "滑降",
+                    "nordic": "北歐人",
+                    "skitour": "滑雪旅行",
+                    "sled": "雪橇",
+                    "hike": "徒步旅行",
+                    "sleigh": "簡易雪橇",
+                    "ice_skate": "冰刀",
+                    "snow_park": "滑雪場",
+                    "playground": "練習場"
+                }
             },
             "place": {
                 "label": "種類"
             "route_master": {
                 "label": "種類"
             },
+            "sac_scale": {
+                "label": "旅行難度",
+                "placeholder": "登山旅行、越嶺縱走...",
+                "options": {
+                    "hiking": "T1:徒步旅行",
+                    "mountain_hiking": "T2:登山旅行",
+                    "demanding_mountain_hiking": "T3:進階登山旅行",
+                    "alpine_hiking": "T4:高山旅行",
+                    "demanding_alpine_hiking": "T5:進階高山旅行",
+                    "difficult_alpine_hiking": "T6:艱困高山旅行"
+                }
+            },
             "seasonal": {
                 "label": "季節性"
             },
                 "label": "斜路緣"
             },
             "smoking": {
-                "label": "吸煙"
+                "label": "吸煙",
+                "placeholder": "禁止, 分離空間, 允許",
+                "options": {
+                    "no": "禁止吸煙",
+                    "separated": "無隔離空間的吸煙區",
+                    "isolated": "有隔離空間的吸煙區",
+                    "outside": "室外允許吸煙",
+                    "yes": "允許吸煙",
+                    "dedicated": "吸煙者專屬 (例如吸煙者酒吧)"
+                }
+            },
+            "smoothness": {
+                "label": "平順度",
+                "placeholder": "軸承、輪胎、越野",
+                "options": {
+                    "excellent": "軸承:溜冰、滑板",
+                    "good": "細輪:競速自行車",
+                    "intermediate": "輪胎:通勤腳踏車、輪椅、滑板車",
+                    "bad": "強化輪胎:休旅自行車、汽車、人力車",
+                    "very_bad": "輕量化:低負重越野車輛",
+                    "horrible": "越野:高負重越野車輛",
+                    "very_horrible": "越野專用:拖拉機、全地形越野車",
+                    "impassible": "不可能 / 無輪車輛"
+                }
             },
             "social_facility_for": {
                 "label": "服務對象",
-                "placeholder": "露宿者,殘疾人士,小童等"
+                "placeholder": "街友、身心障礙者、孩童等"
             },
             "source": {
                 "label": "來源"
             "sport_ice": {
                 "label": "運動"
             },
+            "sport_racing": {
+                "label": "運動"
+            },
             "structure": {
-                "label": "結構",
+                "label": "人造結構物",
                 "placeholder": "未知種類",
                 "options": {
                     "bridge": "橋樑",
                     "tunnel": "隧道",
-                    "embankment": "å\9fºå ¤",
+                    "embankment": "堤",
                     "cutting": "挖土",
                     "ford": "淺灘"
                 }
                 "label": "人行道視障引導設施"
             },
             "toilets/disposal": {
-                "label": "處置方式"
+                "label": "處置方式",
+                "options": {
+                    "flush": "沖水式",
+                    "pitlatrine": "旱廁/翼坑",
+                    "chemical": "化工",
+                    "bucket": "尿筒"
+                }
             },
             "tourism": {
                 "label": "種類"
             "towertype": {
                 "label": "塔的種類"
             },
+            "tracktype": {
+                "label": "產業道路種類",
+                "placeholder": "堅硬地面、硬物鋪面、軟鋪面",
+                "options": {
+                    "grade1": "剛性鋪面:鋪面為柏油、水泥或由剛性材質密實組成",
+                    "grade2": "近剛性鋪面:礫石與石塊混合柔性材質",
+                    "grade3": "混合剛性與柔性材質",
+                    "grade4": "近柔性鋪面:土壤、砂土與草地混合其他剛性材質",
+                    "grade5": "柔性鋪面:只有土壤、砂土與草地"
+                }
+            },
             "trail_visibility": {
-                "label": "路徑可見度"
+                "label": "路徑可見度",
+                "placeholder": "良好、尚可、稍差...",
+                "options": {
+                    "excellent": "良好:路徑明顯或標示充分",
+                    "good": "尚可:有標示但可能不明顯",
+                    "intermediate": "略差:標示稀少、路徑大致可見",
+                    "bad": "差勁:沒有標示、路徑有時候消失",
+                    "horrible": "可怕:路徑常消失、需要部分定向能力",
+                    "no": "無:沒有路徑、需具備完整的定向能力"
+                }
             },
             "tree_type": {
                 "label": "種類"
                 "terms": "吊車"
             },
             "aerialway/magic_carpet": {
-                "name": "輸送帶"
+                "name": "輸送帶",
+                "terms": "輸送帶"
             },
             "aerialway/platter": {
-                "name": "吊盤"
+                "name": "吊盤",
+                "terms": "吊盤"
             },
             "aerialway/pylon": {
                 "name": "纜車塔柱",
                 "terms": "吊道塔,纜車塔"
             },
             "aerialway/rope_tow": {
-                "name": "牽繩"
+                "name": "牽繩",
+                "terms": "牽繩"
             },
             "aerialway/station": {
                 "name": "纜車站",
                 "terms": "纜車車站"
             },
             "aerialway/t-bar": {
-                "name": "T型吊桿"
+                "name": "T型吊桿",
+                "terms": "T型吊桿"
             },
             "aeroway": {
                 "name": "機場相關設施",
                 "terms": "機場,飛機場"
             },
             "aeroway/apron": {
-                "name": "停機坪"
+                "name": "停機坪",
+                "terms": "停機坪"
             },
             "aeroway/gate": {
-                "name": "機場閘口"
+                "name": "登機閘門",
+                "terms": "機場閘口,機場閘門"
             },
             "aeroway/hangar": {
-                "name": "飛機庫"
+                "name": "機庫",
+                "terms": "飛機庫"
             },
             "aeroway/helipad": {
                 "name": "直昇機坪",
                 "terms": "跑道"
             },
             "aeroway/taxiway": {
-                "name": "滑行道"
+                "name": "滑行道",
+                "terms": "滑行道"
             },
             "aeroway/terminal": {
                 "name": "機場航廈",
                 "terms": "機場大堂"
             },
             "amenity": {
-                "name": "便利設施"
+                "name": "便利設施",
+                "terms": "便利設施"
             },
             "amenity/arts_centre": {
-                "name": "藝術中心"
+                "name": "藝文中心",
+                "terms": "文化中心,文化局,藝術中心"
             },
             "amenity/atm": {
                 "name": "自動櫃員機",
                 "terms": "銀行,信用合作社"
             },
             "amenity/bar": {
-                "name": "酒吧"
+                "name": "酒吧",
+                "terms": "酒吧"
             },
             "amenity/bbq": {
-                "name": "燒烤"
+                "name": "燒烤",
+                "terms": "BBQ,燒烤"
             },
             "amenity/bench": {
-                "name": "長椅"
+                "name": "長椅",
+                "terms": "長椅"
             },
             "amenity/bicycle_parking": {
                 "name": "單車停車場",
                 "terms": "腳踏車停車場"
             },
             "amenity/bicycle_rental": {
-                "name": "單車出租"
+                "name": "單車出租",
+                "terms": "腳踏車出租"
             },
             "amenity/boat_rental": {
-                "name": "小艇租賃"
+                "name": "小艇出租",
+                "terms": "租船處,小艇租賃"
+            },
+            "amenity/bureau_de_change": {
+                "name": "外幣兌換",
+                "terms": "錢幣兌換"
             },
             "amenity/bus_station": {
-                "name": "公車轉運站"
+                "name": "公車轉運站",
+                "terms": "客運站"
             },
             "amenity/cafe": {
                 "name": "咖啡廳",
                 "terms": "充電站"
             },
             "amenity/childcare": {
-                "name": "托兒所",
-                "terms": "幼兒園,托兒所"
+                "name": "托兒所/托嬰處",
+                "terms": "托兒所/托嬰處"
             },
             "amenity/cinema": {
                 "name": "戲院",
                 "terms": "戲館,說書樓,Cinema"
             },
             "amenity/clinic": {
-                "name": "診所"
+                "name": "診所",
+                "terms": "診療所,醫務所"
             },
             "amenity/clock": {
-                "name": "時鐘"
+                "name": "時鐘",
+                "terms": "時鐘,鐘塔"
             },
             "amenity/college": {
-                "name": "學院",
-                "terms": "學院,大學,專校,大專"
+                "name": "學院用地",
+                "terms": "學院"
             },
             "amenity/compressed_air": {
                 "name": "壓縮空氣",
                 "terms": "冷氣,冷氣機"
             },
             "amenity/courthouse": {
-                "name": "法院"
+                "name": "法院",
+                "terms": "法庭"
             },
             "amenity/dentist": {
-                "name": "牙醫"
+                "name": "牙醫",
+                "terms": "牙醫診所"
             },
             "amenity/doctor": {
-                "name": "醫生"
+                "name": "醫生",
+                "terms": "醫生"
             },
             "amenity/dojo": {
                 "name": "道場/武術研習班",
                 "terms": "道場/武術學院,道場/武藝研習班"
             },
             "amenity/drinking_water": {
-                "name": "飲",
-                "terms": "飲水,水源,活水"
+                "name": "飲水機",
+                "terms": "飲水,水源,活水,飲處"
             },
             "amenity/embassy": {
-                "name": "使館"
+                "name": "使館",
+                "terms": "大使館,代表處,經濟文化辦事處"
             },
             "amenity/fast_food": {
-                "name": "速食餐廳"
+                "name": "速食餐廳",
+                "terms": "速食店"
             },
             "amenity/fire_station": {
-                "name": "消防局"
+                "name": "消防局",
+                "terms": "消防隊,救火隊"
             },
             "amenity/fountain": {
-                "name": "噴水池"
+                "name": "噴水池",
+                "terms": "噴水泉"
             },
             "amenity/fuel": {
-                "name": "加油站"
+                "name": "加油站",
+                "terms": "加油站"
             },
             "amenity/grave_yard": {
                 "name": "墓地",
                 "terms": "醫院"
             },
             "amenity/kindergarten": {
-                "name": "幼稚園用地"
+                "name": "育幼院/幼稚園用地",
+                "terms": "育幼院/幼兒園"
             },
             "amenity/library": {
                 "name": "圖書館",
-                "terms": "圖書室"
+                "terms": "圖書室,閱覽室"
             },
             "amenity/marketplace": {
                 "name": "市場",
                 "terms": "酒館"
             },
             "amenity/ranger_station": {
-                "name": "郊野公園管理站"
+                "name": "郊野公園管理站",
+                "terms": "國家公園管理站,自然保護區管理站"
             },
             "amenity/recycling": {
-                "name": "回收設施"
+                "name": "回收設施",
+                "terms": "回收筒,回收箱"
             },
             "amenity/restaurant": {
                 "name": "餐廳",
             },
             "amenity/school": {
                 "name": "學校用地",
-                "terms": "學校"
+                "terms": "學校,中學,小學"
             },
             "amenity/shelter": {
-                "name": "亭",
-                "terms": "遮雨棚"
+                "name": "亭",
+                "terms": "遮雨棚,亭,亭子"
             },
             "amenity/social_facility": {
-                "name": "社福設施"
+                "name": "社福設施",
+                "terms": "社福機構"
             },
             "amenity/social_facility/food_bank": {
-                "name": "食物銀行"
+                "name": "食物銀行",
+                "terms": "食物銀行"
             },
             "amenity/social_facility/group_home": {
-                "name": "安老院"
+                "name": "老人之家",
+                "terms": "老人安養院"
             },
             "amenity/social_facility/homeless_shelter": {
-                "name": "露宿者中心"
+                "name": "遊民收容所",
+                "terms": "露宿者中心,街友中心,遊民收容中心,遊民收容機構,街友收容機構"
             },
             "amenity/studio": {
-                "name": "工作室"
+                "name": "工作室",
+                "terms": "工作室"
             },
             "amenity/swimming_pool": {
                 "name": "游泳池",
                 "terms": "游泳池,泳池"
             },
             "amenity/taxi": {
-                "name": "計程車站"
+                "name": "計程車站",
+                "terms": "計程車招呼站"
             },
             "amenity/telephone": {
-                "name": "電話"
+                "name": "電話",
+                "terms": "話亭,電話亭"
             },
             "amenity/theatre": {
                 "name": "劇院",
                 "terms": "鄉公所,鎮公所,市公所"
             },
             "amenity/university": {
-                "name": "大學",
-                "terms": "大å°\88"
+                "name": "大學用地",
+                "terms": "大學"
             },
             "amenity/vending_machine": {
-                "name": "自動販賣機"
+                "name": "自動販賣機",
+                "terms": "販賣機"
             },
             "amenity/veterinary": {
-                "name": "獸醫"
+                "name": "獸醫院",
+                "terms": "獸醫診所"
             },
             "amenity/waste_basket": {
                 "name": "垃圾筒",
-                "terms": "廢物箱"
+                "terms": "廢物箱,垃圾箱"
             },
             "area": {
-                "name": "區域"
+                "name": "區域",
+                "terms": "區域"
             },
             "barrier": {
-                "name": "障礙物"
+                "name": "柵欄",
+                "terms": "關卡"
             },
             "barrier/block": {
-                "name": "障礙物"
+                "name": "阻礙物",
+                "terms": "阻礙物"
             },
             "barrier/bollard": {
-                "name": "護柱"
+                "name": "護柱",
+                "terms": "護柱,船柱"
             },
             "barrier/cattle_grid": {
-                "name": "攔畜溝柵"
+                "name": "防畜欄",
+                "terms": "攔畜溝柵,攔牛木柵"
             },
             "barrier/city_wall": {
-                "name": "城牆"
+                "name": "城牆",
+                "terms": "城牆"
             },
             "barrier/cycle_barrier": {
-                "name": "單車矮欄"
+                "name": "單車矮欄",
+                "terms": "單車欄杆"
             },
             "barrier/ditch": {
-                "name": "溝"
+                "name": "溝",
+                "terms": "溝"
             },
             "barrier/entrance": {
-                "name": "入口"
+                "name": "入口",
+                "terms": "入口"
             },
             "barrier/fence": {
-                "name": "欄柵"
+                "name": "柵欄",
+                "terms": "欄柵"
             },
             "barrier/gate": {
-                "name": "閘"
+                "name": "閘門",
+                "terms": "閘門"
             },
             "barrier/hedge": {
-                "name": "樹籬"
+                "name": "樹籬",
+                "terms": "樹籬"
             },
             "barrier/kissing_gate": {
-                "name": "單人轉門"
+                "name": "單人轉門",
+                "terms": "U形旋轉小門,V形旋轉小門"
             },
             "barrier/lift_gate": {
-                "name": "道閘"
+                "name": "閘門",
+                "terms": "道閘"
             },
             "barrier/retaining_wall": {
-                "name": "護土牆"
+                "name": "擋土牆",
+                "terms": "護土牆"
             },
             "barrier/stile": {
-                "name": "梯磴"
+                "name": "梯磴",
+                "terms": "牆兩邊的階梯"
             },
             "barrier/toll_booth": {
-                "name": "收費亭"
+                "name": "收費亭",
+                "terms": "收費站"
             },
             "barrier/wall": {
-                "name": "牆"
+                "name": "牆",
+                "terms": "牆"
             },
             "boundary/administrative": {
-                "name": "行政界線"
+                "name": "行政界線",
+                "terms": "行政邊界"
             },
             "building": {
-                "name": "建築物"
+                "name": "建築物",
+                "terms": "建物"
             },
             "building/apartments": {
-                "name": "分層公寓"
+                "name": "公寓",
+                "terms": "分層公寓"
             },
             "building/barn": {
-                "name": "穀倉"
+                "name": "穀倉",
+                "terms": "穀倉"
             },
             "building/bunker": {
-                "name": "地堡"
+                "name": "地堡",
+                "terms": "碉堡"
             },
             "building/cabin": {
-                "name": "小木屋,小屋,船艙"
+                "name": "小木屋",
+                "terms": "小屋,船艙"
             },
             "building/cathedral": {
-                "name": "大教堂"
+                "name": "大教堂",
+                "terms": "大教堂"
             },
             "building/chapel": {
-                "name": "小聖堂"
+                "name": "小聖堂",
+                "terms": "小聖堂"
             },
             "building/church": {
-                "name": "教堂"
+                "name": "教堂",
+                "terms": "教堂"
+            },
+            "building/college": {
+                "name": "學院校舍",
+                "terms": "學院建築,學院建築物"
             },
             "building/commercial": {
                 "name": "商業建築物",
                 "terms": "學舍,學生宿舍"
             },
             "building/entrance": {
-                "name": "入口/出口"
+                "name": "入口/出口",
+                "terms": "入口/出口"
             },
             "building/garage": {
-                "name": "車庫"
+                "name": "車庫",
+                "terms": "車庫"
             },
             "building/garages": {
-                "name": "車庫"
+                "name": "車庫",
+                "terms": "車庫"
             },
             "building/greenhouse": {
-                "name": "溫室"
+                "name": "溫室",
+                "terms": "溫室"
             },
             "building/hospital": {
-                "name": "醫院建築物"
+                "name": "醫院建築物",
+                "terms": "醫院"
             },
             "building/hotel": {
                 "name": "旅館建築物",
                 "terms": "酒店建築物,旅店建築物,賓館建築物"
             },
             "building/house": {
-                "name": "洋房"
+                "name": "洋房",
+                "terms": "洋房,獨棟公寓"
             },
             "building/hut": {
-                "name": "棚屋"
+                "name": "棚屋",
+                "terms": "棚屋"
             },
             "building/industrial": {
-                "name": "工業建築物"
+                "name": "工業建築物",
+                "terms": "工業建物"
+            },
+            "building/kindergarten": {
+                "name": "育幼院/幼兒園校舍",
+                "terms": "育幼院/幼兒園校舍"
             },
             "building/public": {
                 "name": "公共建築物",
                 "terms": "公共建築"
             },
             "building/residential": {
-                "name": "住宅屋宇"
+                "name": "住宅建築物",
+                "terms": "住宅建物"
             },
             "building/retail": {
-                "name": "零售建築物"
+                "name": "零售建築物",
+                "terms": "零售建築"
             },
             "building/roof": {
-                "name": "上蓋"
+                "name": "屋頂",
+                "terms": "上蓋"
             },
             "building/school": {
-                "name": "學校建築物"
+                "name": "學校建築物",
+                "terms": "學校建物"
             },
             "building/shed": {
-                "name": "小屋"
+                "name": "小屋",
+                "terms": "小屋"
             },
             "building/stable": {
-                "name": "馬房"
+                "name": "馬房",
+                "terms": "馬房"
             },
             "building/static_caravan": {
-                "name": "固定的拖掛式房車"
+                "name": "固定的拖掛式房車",
+                "terms": "固定的拖掛式房車"
             },
             "building/terrace": {
-                "name": "排屋"
+                "name": "排屋",
+                "terms": "行列式房屋,連棟式住宅"
             },
             "building/train_station": {
-                "name": "鐵路站建築物"
+                "name": "火車站建築物",
+                "terms": "鐵路站建築物,火車站建築"
             },
             "building/university": {
-                "name": "大學建築物"
+                "name": "大學建築物",
+                "terms": "大學建築"
             },
             "building/warehouse": {
-                "name": "倉庫"
+                "name": "倉庫",
+                "terms": "倉庫"
+            },
+            "craft": {
+                "name": "工藝",
+                "terms": "工藝"
             },
             "craft/basket_maker": {
-                "name": "编筐"
+                "name": "编筐",
+                "terms": "编筐"
             },
             "craft/beekeeper": {
-                "name": "養蜂"
+                "name": "養蜂",
+                "terms": "養蜂戶"
             },
             "craft/blacksmith": {
-                "name": "鐵匠"
+                "name": "鐵匠",
+                "terms": "打鐵匠"
             },
             "craft/boatbuilder": {
-                "name": "造船廠"
+                "name": "造船廠",
+                "terms": "造船廠"
             },
             "craft/bookbinder": {
-                "name": "書籍釘裝"
+                "name": "書籍釘裝",
+                "terms": "書籍釘裝"
             },
             "craft/brewery": {
-                "name": "釀酒廠"
+                "name": "釀酒廠",
+                "terms": "釀酒廠"
             },
             "craft/carpenter": {
-                "name": "木匠"
+                "name": "木匠",
+                "terms": "木匠"
             },
             "craft/carpet_layer": {
-                "name": "地氈工程"
+                "name": "地氈工程",
+                "terms": "地氈工程"
             },
             "craft/caterer": {
-                "name": "到會服務"
+                "name": "辦桌",
+                "terms": "辦桌,包辦伙食者,備辦宴會者"
             },
             "craft/clockmaker": {
-                "name": "製鐘廠"
+                "name": "製鐘廠",
+                "terms": "製鐘店"
             },
             "craft/confectionary": {
-                "name": "甜品店"
+                "name": "甜品店",
+                "terms": "甜品店"
             },
             "craft/dressmaker": {
-                "name": "製衣店"
+                "name": "製衣店",
+                "terms": "製衣店"
             },
             "craft/electrician": {
-                "name": "電氣工程"
+                "name": "電氣工程",
+                "terms": "電氣工程"
             },
             "craft/gardener": {
-                "name": "園藝師"
+                "name": "園藝師",
+                "terms": "園藝師"
             },
             "craft/glaziery": {
-                "name": "玻璃工程"
+                "name": "玻璃工程",
+                "terms": "玻璃工程,吹玻璃"
             },
             "craft/handicraft": {
-                "name": "手工藝"
+                "name": "手工藝",
+                "terms": "手工藝"
             },
             "craft/hvac": {
-                "name": "空調工程"
+                "name": "空調工程",
+                "terms": "空調工程"
             },
             "craft/insulator": {
-                "name": "隔熱工程"
+                "name": "隔熱工程",
+                "terms": "隔熱工程"
             },
             "craft/jeweler": {
-                "name": "首飾店"
+                "name": "首飾店",
+                "terms": "珠寶店"
             },
             "craft/key_cutter": {
-                "name": "配匙店"
+                "name": "配匙店",
+                "terms": "鑰匙店"
             },
             "craft/locksmith": {
-                "name": "鎖匠"
+                "name": "鎖匠",
+                "terms": "鎖匠"
             },
             "craft/metal_construction": {
-                "name": "鐵工工程"
+                "name": "鐵工工程",
+                "terms": "鐵工工程"
             },
             "craft/optician": {
-                "name": "眼鏡行"
+                "name": "眼鏡行",
+                "terms": "眼鏡行"
             },
             "craft/painter": {
-                "name": "油漆工程"
+                "name": "油漆工程",
+                "terms": "油漆工程"
             },
             "craft/photographer": {
-                "name": "攝影店"
+                "name": "攝影店",
+                "terms": "攝影店"
+            },
+            "craft/photographic_laboratory": {
+                "name": "影像研究室",
+                "terms": "影像實驗室"
             },
             "craft/plasterer": {
-                "name": "批盪工程"
+                "name": "泥水匠",
+                "terms": "批盪工程"
             },
             "craft/plumber": {
-                "name": "水喉匠"
+                "name": "水管工",
+                "terms": "水喉匠"
             },
             "craft/pottery": {
-                "name": "陶器工場"
+                "name": "陶器工場",
+                "terms": "陶器工場"
             },
             "craft/rigger": {
-                "name": "吊運服務"
+                "name": "吊運服務",
+                "terms": "吊運服務"
             },
             "craft/roofer": {
-                "name": "屋頂工程"
+                "name": "屋頂工程",
+                "terms": "屋頂工"
             },
             "craft/saddler": {
-                "name": "車船坐椅"
+                "name": "車船坐椅",
+                "terms": "汽車坐椅"
             },
             "craft/sailmaker": {
-                "name": "遊艇廠"
+                "name": "遊艇廠",
+                "terms": "遊艇廠"
             },
             "craft/sawmill": {
-                "name": "鋸木廠"
+                "name": "鋸木廠",
+                "terms": "鋸木廠"
             },
             "craft/scaffolder": {
-                "name": "棚架工程"
+                "name": "棚架工程",
+                "terms": "棚架工程"
             },
             "craft/sculpter": {
-                "name": "雕塑工程"
+                "name": "雕塑工程",
+                "terms": "雕塑工程"
             },
             "craft/shoemaker": {
-                "name": "鞋匠"
+                "name": "鞋匠",
+                "terms": "鞋匠"
             },
             "craft/stonemason": {
-                "name": "切石廠"
+                "name": "切石廠",
+                "terms": "切石廠"
             },
             "craft/sweep": {
-                "name": "煙囪清掃工"
+                "name": "煙囪清掃工",
+                "terms": "煙囪清掃工"
             },
             "craft/tailor": {
-                "name": "裁縫"
+                "name": "裁縫",
+                "terms": "裁縫"
             },
             "craft/tiler": {
-                "name": "地磚鋪設工程"
+                "name": "地磚鋪設工程",
+                "terms": "地磚鋪設工程"
             },
             "craft/tinsmith": {
-                "name": "錫匠"
+                "name": "錫匠",
+                "terms": "錫匠"
             },
             "craft/upholsterer": {
-                "name": "室内裝修"
+                "name": "室内裝修",
+                "terms": "室内設計"
             },
             "craft/watchmaker": {
-                "name": "鐘錶匠"
+                "name": "鐘錶匠",
+                "terms": "鐘錶匠"
             },
             "craft/window_construction": {
-                "name": "製窗廠"
+                "name": "窗廠製作",
+                "terms": "製窗廠"
+            },
+            "craft/winery": {
+                "name": "釀酒廠",
+                "terms": "釀酒廠"
             },
             "embankment": {
-                "name": "基堤"
+                "name": "路堤",
+                "terms": "堤防,基堤"
             },
             "emergency/ambulance_station": {
-                "name": "救護站"
+                "name": "救護站",
+                "terms": "急救站"
             },
             "emergency/fire_hydrant": {
-                "name": "消防栓"
+                "name": "消防栓",
+                "terms": "消防栓,消防設施,"
             },
             "emergency/phone": {
-                "name": "緊急電話"
+                "name": "緊急電話",
+                "terms": "緊急電話"
             },
             "entrance": {
-                "name": "入口/出口"
+                "name": "入口/出口",
+                "terms": "入口/出口"
             },
             "footway/crossing": {
                 "name": "人行路線",
                 "terms": "斑馬線,"
             },
             "footway/sidewalk": {
-                "name": "路邊行人路"
+                "name": "人行道",
+                "terms": "路邊行人路"
             },
             "ford": {
-                "name": "淺灘"
+                "name": "淺灘",
+                "terms": "淺灘"
             },
             "golf/bunker": {
-                "name": "沙坑"
+                "name": "沙坑",
+                "terms": "沙坑"
             },
             "golf/fairway": {
-                "name": "球道"
+                "name": "球道",
+                "terms": "球道"
             },
             "golf/green": {
-                "name": "果嶺"
+                "name": "果嶺",
+                "terms": "果嶺"
             },
             "golf/hole": {
-                "name": "球洞"
+                "name": "球洞",
+                "terms": "球洞"
             },
             "golf/lateral_water_hazard": {
-                "name": "側面水障礙區"
+                "name": "側面水障礙區",
+                "terms": "側面水障礙區"
             },
             "golf/rough": {
-                "name": "深草區"
+                "name": "深草區",
+                "terms": "深草區"
             },
             "golf/tee": {
-                "name": "開球區"
+                "name": "開球區",
+                "terms": "開球區"
             },
             "golf/water_hazard": {
-                "name": "水障礙區"
+                "name": "水障礙區",
+                "terms": "水障礙區"
             },
             "highway": {
-                "name": "道路"
+                "name": "道路",
+                "terms": "道路"
             },
             "highway/bridleway": {
-                "name": "馬道"
+                "name": "馬道",
+                "terms": "馬道"
             },
             "highway/bus_stop": {
                 "name": "公車站",
                 "terms": "斑馬線"
             },
             "highway/cycleway": {
-                "name": "單車徑"
+                "name": "單車路線",
+                "terms": "單車徑,腳踏車路線"
             },
             "highway/footway": {
                 "name": "人行道",
                 "terms": "步行徑,人行步道"
             },
             "highway/living_street": {
-                "name": "生活街道"
+                "name": "生活街道",
+                "terms": "生活街道"
             },
             "highway/mini_roundabout": {
-                "name": "小型迴旋處"
+                "name": "小型迴轉處",
+                "terms": "小型迴旋處"
             },
             "highway/motorway": {
-                "name": "高速公路"
+                "name": "高速公路",
+                "terms": "高速公路"
             },
             "highway/motorway_junction": {
                 "name": "交流道/出口",
                 "terms": "高速公路交流道/出口,高速公路交匯處/出口,快速道路交流道/出口"
             },
             "highway/motorway_link": {
-                "name": "高速公路引道"
+                "name": "高速公路引道",
+                "terms": "高速公路引道"
             },
             "highway/path": {
-                "name": "路徑"
+                "name": "路徑",
+                "terms": "路徑"
             },
             "highway/pedestrian": {
-                "name": "行人專用路"
+                "name": "行人專用道",
+                "terms": "行人專用路"
             },
             "highway/primary": {
-                "name": "主要道路"
+                "name": "主要道路",
+                "terms": "主要道路"
             },
             "highway/primary_link": {
-                "name": "主要道路連接路"
+                "name": "主要道路連接路",
+                "terms": "主要道路連接路"
+            },
+            "highway/raceway": {
+                "name": "賽道",
+                "terms": "摩托車賽道"
             },
             "highway/residential": {
-                "name": "住宅區道路"
+                "name": "住宅區道路",
+                "terms": "住宅區道路"
             },
             "highway/rest_area": {
-                "name": "公路休憩區"
+                "name": "公路休憩區",
+                "terms": "公路休息站"
             },
             "highway/road": {
-                "name": "未知種類的道路"
+                "name": "未知種類的道路",
+                "terms": "未知種類的道路"
             },
             "highway/secondary": {
-                "name": "次要道路"
+                "name": "次要道路",
+                "terms": "次要道路"
             },
             "highway/secondary_link": {
-                "name": "次級道路連接路"
+                "name": "次級道路連接路",
+                "terms": "次級道路連接道"
             },
             "highway/service": {
-                "name": "輔助道路"
+                "name": "輔助道路",
+                "terms": "輔助道路"
             },
             "highway/service/alley": {
                 "name": "巷弄",
                 "terms": "小巷,巷弄,後巷,橫巷,窄巷,胡同"
             },
             "highway/service/drive-through": {
-                "name": "駕駛通過以獲取服務"
+                "name": "穿越道路",
+                "terms": "駕駛通過以獲取服務,穿越性道路"
             },
             "highway/service/driveway": {
-                "name": "車線"
+                "name": "車道",
+                "terms": "車線"
             },
             "highway/service/emergency_access": {
-                "name": "緊急通道"
+                "name": "緊急通道",
+                "terms": "緊急通道"
             },
             "highway/service/parking_aisle": {
                 "name": "停車場通道",
                 "terms": "停車場通道"
             },
             "highway/services": {
-                "name": "公路服務區"
+                "name": "公路服務區",
+                "terms": "公路服務區,公路休息區"
             },
             "highway/steps": {
                 "name": "樓梯",
                 "terms": "樓梯,階梯,石階"
             },
             "highway/stop": {
-                "name": "停車標誌"
+                "name": "停車標誌",
+                "terms": "停車再開"
             },
             "highway/street_lamp": {
                 "name": "路燈",
                 "terms": "街燈"
             },
             "highway/tertiary": {
-                "name": "三級道路"
+                "name": "三級道路",
+                "terms": "三級道路"
             },
             "highway/tertiary_link": {
-                "name": "三級道路連接路"
+                "name": "三級道路連接路",
+                "terms": "三級道路連接道"
             },
             "highway/track": {
-                "name": "未舖設路面的車徑"
+                "name": "未舖設路面的車徑",
+                "terms": "未舖設路面的車徑"
             },
             "highway/traffic_signals": {
                 "name": "紅綠燈",
                 "terms": "交通燈,交通號誌,交通信號燈"
             },
             "highway/trunk": {
-                "name": "幹道"
+                "name": "幹道",
+                "terms": "幹道"
             },
             "highway/trunk_link": {
-                "name": "幹道連接路"
+                "name": "幹道連接路",
+                "terms": "幹道連接道"
             },
             "highway/turning_circle": {
-                "name": "回轉圈"
+                "name": "回轉圈",
+                "terms": "回轉圈"
             },
             "highway/unclassified": {
-                "name": "未分類的道路"
+                "name": "未分類的道路",
+                "terms": "未分類的道路"
             },
             "historic": {
-                "name": "歷史遺址"
+                "name": "歷史景點",
+                "terms": "歷史景點"
             },
             "historic/archaeological_site": {
-                "name": "考古地點"
+                "name": "考古地點",
+                "terms": "考古遺址"
             },
             "historic/boundary_stone": {
-                "name": "界石"
+                "name": "界石",
+                "terms": "界碑"
             },
             "historic/castle": {
-                "name": "城堡"
+                "name": "城堡",
+                "terms": "城堡"
             },
             "historic/memorial": {
-                "name": "紀念碑"
+                "name": "紀念碑",
+                "terms": "紀念碑"
             },
             "historic/monument": {
-                "name": "古蹟"
+                "name": "古蹟",
+                "terms": "古蹟"
             },
             "historic/ruins": {
-                "name": "廢墟"
+                "name": "遺址",
+                "terms": "遺址"
             },
             "historic/wayside_cross": {
-                "name": "路邊十字架"
+                "name": "路邊十字架",
+                "terms": "路邊十字架"
             },
             "historic/wayside_shrine": {
-                "name": "路邊神祠"
+                "name": "路邊神祠",
+                "terms": "路邊小廟"
             },
             "landuse": {
-                "name": "土地用途"
+                "name": "土地用途",
+                "terms": "土地使用"
             },
             "landuse/allotments": {
-                "name": "社區花園"
+                "name": "社區花園",
+                "terms": "城市花園"
             },
             "landuse/basin": {
-                "name": "水池"
+                "name": "水池",
+                "terms": "水池"
             },
             "landuse/cemetery": {
-                "name": "墳場"
+                "name": "墓園",
+                "terms": "墓園"
+            },
+            "landuse/churchyard": {
+                "name": "教堂院落",
+                "terms": "教堂用地"
             },
             "landuse/commercial": {
-                "name": "商業區"
+                "name": "商業區",
+                "terms": "商業區"
             },
             "landuse/construction": {
-                "name": "建築工程"
+                "name": "建築工地",
+                "terms": "建築工程"
             },
             "landuse/farm": {
                 "name": "農場",
                 "terms": "農田,稻田,農地,田"
             },
             "landuse/farmland": {
-                "name": "耕地"
+                "name": "耕地",
+                "terms": "耕地"
             },
             "landuse/farmyard": {
-                "name": "農莊"
+                "name": "農莊",
+                "terms": "莊園"
             },
             "landuse/forest": {
-                "name": "森林"
+                "name": "森林",
+                "terms": "森林"
             },
             "landuse/grass": {
-                "name": "草地"
+                "name": "草地",
+                "terms": "草地"
             },
             "landuse/industrial": {
-                "name": "工業區"
+                "name": "工業區",
+                "terms": "工業區"
             },
             "landuse/landfill": {
-                "name": "堆填區"
+                "name": "埯埋場",
+                "terms": "堆填區"
             },
             "landuse/meadow": {
-                "name": "牧場"
+                "name": "牧場",
+                "terms": "牧場"
             },
             "landuse/military": {
                 "name": "軍事用地",
                 "terms": "軍用地,部隊用地"
             },
             "landuse/orchard": {
-                "name": "果園"
+                "name": "果園",
+                "terms": "果園"
             },
             "landuse/quarry": {
-                "name": "礦場"
+                "name": "礦區",
+                "terms": "礦場"
             },
             "landuse/residential": {
-                "name": "住宅區"
+                "name": "住宅區",
+                "terms": "住宅區"
             },
             "landuse/retail": {
-                "name": "零售"
+                "name": "零售",
+                "terms": "零售"
             },
             "landuse/vineyard": {
-                "name": "酒莊"
+                "name": "酒莊",
+                "terms": "酒莊"
             },
             "leisure": {
-                "name": "休閒設施"
+                "name": "休閒設施",
+                "terms": "休閒設施"
             },
             "leisure/common": {
-                "name": "公共用地"
+                "name": "公共用地",
+                "terms": "公有地"
             },
             "leisure/dog_park": {
                 "name": "狗公園",
                 "terms": "花園,果園,菜園,植物園,公園"
             },
             "leisure/golf_course": {
-                "name": "高爾夫球場"
+                "name": "高爾夫球場",
+                "terms": "高爾夫球場"
+            },
+            "leisure/ice_rink": {
+                "name": "溜冰場",
+                "terms": "溜冰場"
             },
             "leisure/marina": {
-                "name": "遊艇碼頭"
+                "name": "遊艇碼頭",
+                "terms": "遊艇碼頭"
             },
             "leisure/park": {
                 "name": "公園",
                 "terms": "綠地,遊樂場"
             },
             "leisure/picnic_table": {
-                "name": "野餐桌"
+                "name": "野餐桌",
+                "terms": "野餐桌"
             },
             "leisure/pitch": {
-                "name": "運動場地"
+                "name": "運動場地",
+                "terms": "運動場"
             },
             "leisure/pitch/american_football": {
-                "name": "美式足球場"
+                "name": "美式足球場",
+                "terms": "美式足球場"
             },
             "leisure/pitch/baseball": {
-                "name": "棒球場"
+                "name": "棒球場",
+                "terms": "棒球場"
             },
             "leisure/pitch/basketball": {
                 "name": "籃球場",
                 "terms": "滑板場,極限公園,極限運動公園"
             },
             "leisure/pitch/soccer": {
-                "name": "足球場"
+                "name": "足球場",
+                "terms": "足球場,球場"
             },
             "leisure/pitch/tennis": {
-                "name": "網球場"
+                "name": "網球場",
+                "terms": "網球場,球場"
             },
             "leisure/pitch/volleyball": {
-                "name": "排球場"
+                "name": "排球場",
+                "terms": "排球場,球場"
             },
             "leisure/playground": {
-                "name": "遊樂場"
+                "name": "遊樂場",
+                "terms": "遊樂場"
+            },
+            "leisure/running_track": {
+                "name": "賽跑跑道",
+                "terms": "跑道,跑步跑道"
             },
             "leisure/slipway": {
-                "name": "船架滑道"
+                "name": "船架滑道",
+                "terms": "船架滑道"
             },
             "leisure/sports_center": {
-                "name": "體肓中心/健身室"
+                "name": "體肓中心/健身室",
+                "terms": "體育中心/健身房"
             },
             "leisure/stadium": {
-                "name": "體育場"
+                "name": "體育場",
+                "terms": "體育場"
             },
             "leisure/swimming_pool": {
-                "name": "游泳池"
+                "name": "游泳池",
+                "terms": "泳池"
             },
             "leisure/track": {
-                "name": "跑道"
+                "name": "賽道(非摩托賽道)",
+                "terms": "賽道(非摩托賽道)"
             },
             "line": {
                 "name": "線",
                 "terms": "線"
             },
             "man_made": {
-                "name": "人造構築"
+                "name": "人工設施",
+                "terms": "人造構築,人造建築"
             },
             "man_made/breakwater": {
-                "name": "防波堤"
+                "name": "防波堤",
+                "terms": "防波堤"
             },
             "man_made/cutline": {
-                "name": "山林分界線"
+                "name": "山林分界線",
+                "terms": "山林分界線"
             },
             "man_made/embankment": {
-                "name": "基堤"
+                "name": "基堤",
+                "terms": "堤防"
             },
             "man_made/flagpole": {
-                "name": "旗桿"
+                "name": "旗桿",
+                "terms": "旗桿"
             },
             "man_made/lighthouse": {
-                "name": "燈塔"
+                "name": "燈塔",
+                "terms": "燈塔"
             },
             "man_made/observation": {
-                "name": "瞭望塔"
+                "name": "瞭望塔",
+                "terms": "瞭望塔"
             },
             "man_made/pier": {
-                "name": "碼頭"
+                "name": "碼頭",
+                "terms": "碼頭"
             },
             "man_made/pipeline": {
                 "name": "管道",
                 "terms": "管線"
             },
             "man_made/survey_point": {
-                "name": "測量點"
+                "name": "測量點",
+                "terms": "三角點,土地測量點"
             },
             "man_made/tower": {
-                "name": "塔"
+                "name": "塔",
+                "terms": "塔"
             },
             "man_made/wastewater_plant": {
                 "name": "污水處理廠",
                 "terms": "污水處理廠,"
             },
             "man_made/water_tower": {
-                "name": "水塔"
+                "name": "水塔",
+                "terms": "水塔"
             },
             "man_made/water_well": {
-                "name": "水井"
+                "name": "水井",
+                "terms": "水井"
             },
             "man_made/water_works": {
                 "name": "淨水廠",
                 "terms": "水務設施"
             },
             "military/airfield": {
-                "name": "軍用機場"
+                "name": "軍用機場",
+                "terms": "軍用機場"
             },
             "military/barracks": {
-                "name": "軍營"
+                "name": "軍營",
+                "terms": "營房"
             },
             "military/bunker": {
-                "name": "地堡"
+                "name": "碉堡",
+                "terms": "地堡"
             },
             "military/range": {
-                "name": "軍事靶場"
+                "name": "軍事靶場",
+                "terms": "靶場"
             },
             "natural": {
-                "name": "自然物件"
+                "name": "自然景觀",
+                "terms": "自然物件"
             },
             "natural/bay": {
-                "name": "海灣"
+                "name": "海灣",
+                "terms": "海灣"
             },
             "natural/beach": {
-                "name": "沙灘"
+                "name": "沙灘",
+                "terms": "沙灘,海灘"
             },
             "natural/cliff": {
-                "name": "懸崖"
+                "name": "懸崖",
+                "terms": "懸崖,峭壁"
             },
             "natural/coastline": {
                 "name": "海岸線",
                 "terms": "海岸線"
             },
             "natural/fell": {
-                "name": "高原荒地"
+                "name": "高原荒地",
+                "terms": "高原荒地"
             },
             "natural/glacier": {
                 "name": "冰川",
                 "terms": "冰川,冰河"
             },
             "natural/grassland": {
-                "name": "草原"
+                "name": "草原",
+                "terms": "草地"
             },
             "natural/heath": {
-                "name": "荒地"
+                "name": "荒地",
+                "terms": "荒地"
             },
             "natural/peak": {
                 "name": "山頂",
                 "terms": "山峰,山巔"
             },
             "natural/scree": {
-                "name": "碎石崖錐"
+                "name": "碎石崖錐",
+                "terms": "碎石灘"
             },
             "natural/scrub": {
-                "name": "灌木叢"
+                "name": "灌木叢",
+                "terms": "灌木"
             },
             "natural/spring": {
-                "name": "溫泉"
+                "name": "溫泉",
+                "terms": "溫泉"
             },
             "natural/tree": {
-                "name": "樹木"
+                "name": "樹木",
+                "terms": "樹"
             },
             "natural/water": {
-                "name": "水"
+                "name": "水",
+                "terms": "水體"
             },
             "natural/water/lake": {
                 "name": "湖泊",
                 "terms": "濕地,潮間帶"
             },
             "natural/wood": {
-                "name": "樹林"
+                "name": "樹林",
+                "terms": "樹林"
             },
             "office": {
-                "name": "辦公室"
+                "name": "辦公室",
+                "terms": "辦公室"
             },
             "office/accountant": {
-                "name": "會計師樓"
+                "name": "會計師事務所",
+                "terms": "會計師樓,會計師辦公室"
             },
             "office/administrative": {
-                "name": "行政辦公室"
+                "name": "行政辦公室",
+                "terms": "行政辦公室"
             },
             "office/architect": {
-                "name": "建築師樓"
+                "name": "建築師事務所",
+                "terms": "建築師樓,建築師辦公室"
             },
             "office/company": {
-                "name": "公司辦事處"
+                "name": "公司辦事處",
+                "terms": "一般公司"
             },
             "office/educational_institution": {
-                "name": "教育機構"
+                "name": "教育機構",
+                "terms": "教育機構,教育單位"
             },
             "office/employment_agency": {
-                "name": "職業介紹所"
+                "name": "就業服務站",
+                "terms": "職業介紹所"
             },
             "office/estate_agent": {
-                "name": "地產代理"
+                "name": "房地產仲介",
+                "terms": "地產代理"
             },
             "office/financial": {
-                "name": "金融機構辦公室"
+                "name": "金融機構辦公室",
+                "terms": "金融機構,金融單位"
             },
             "office/government": {
-                "name": "政府辦公室"
+                "name": "政府辦公室",
+                "terms": "政府辦公室"
             },
             "office/insurance": {
-                "name": "保險公司辦公室"
+                "name": "保險公司辦公室",
+                "terms": "保險公司"
             },
             "office/it": {
-                "name": "資訊科技公司辦公室"
+                "name": "資訊科技公司辦公室",
+                "terms": "資訊公司,IT公司"
             },
             "office/lawyer": {
-                "name": "律師",
-                "terms": "法律事務所"
+                "name": "律師事務所",
+                "terms": "法律事務所,律師樓"
             },
             "office/newspaper": {
                 "name": "報社",
                 "terms": "報社,報館"
             },
             "office/ngo": {
-                "name": "非政府機構辦公室"
+                "name": "非政府機構辦公室",
+                "terms": "NGO辦公室"
             },
             "office/physician": {
-                "name": "醫務所"
+                "name": "醫務所",
+                "terms": "醫務室"
             },
             "office/political_party": {
-                "name": "政黨辦公室"
+                "name": "政黨辦公室",
+                "terms": "黨部"
             },
             "office/research": {
-                "name": "研究所"
+                "name": "研究機構",
+                "terms": "研究所"
             },
             "office/telecommunication": {
-                "name": "電訊公司辦事處"
+                "name": "電信公司辦事處",
+                "terms": "電訊公司辦事處"
             },
             "office/therapist": {
-                "name": "治療師"
+                "name": "治療師診所",
+                "terms": "治療師,物理治療師"
             },
             "office/travel_agent": {
-                "name": "旅行社"
+                "name": "旅行社",
+                "terms": "旅行社"
             },
             "piste": {
-                "name": "滑雪場"
+                "name": "滑雪場",
+                "terms": "滑雪場"
             },
             "place": {
                 "name": "地方",
                 "terms": "自治市鎮,borough"
             },
             "place/town": {
-                "name": "市鎮"
+                "name": "市鎮",
+                "terms": "市鎮"
             },
             "place/village": {
                 "name": "村鎮",
                 "terms": "村落,village"
             },
             "point": {
-                "name": "點"
+                "name": "點",
+                "terms": "點"
             },
             "power": {
-                "name": "電力設施"
+                "name": "電力設施",
+                "terms": "發電廠"
             },
             "power/generator": {
-                "name": "發電機"
+                "name": "發電機",
+                "terms": "發電機"
             },
             "power/line": {
-                "name": "電纜"
+                "name": "電纜",
+                "terms": "電線"
             },
             "power/minor_line": {
-                "name": "次要電纜"
+                "name": "次要電纜",
+                "terms": "次要電纜"
             },
             "power/pole": {
-                "name": "電線桿"
+                "name": "電線桿",
+                "terms": "電線桿"
             },
             "power/sub_station": {
-                "name": "變電站"
+                "name": "變電所",
+                "terms": "變電站"
             },
             "power/tower": {
-                "name": "高壓輸電塔"
+                "name": "高壓電塔",
+                "terms": "高壓輸電塔"
             },
             "power/transformer": {
-                "name": "變電所"
+                "name": "變電所",
+                "terms": "變電所,變電站"
             },
             "public_transport/platform": {
-                "name": "站台"
+                "name": "月台",
+                "terms": "站台"
             },
             "public_transport/stop_position": {
-                "name": "停車位置"
+                "name": "停車位置",
+                "terms": "停車位置"
             },
             "railway": {
-                "name": "鐵路"
+                "name": "鐵路",
+                "terms": "鐵支路,鐵軌"
             },
             "railway/abandoned": {
-                "name": "鐵路路線跡"
+                "name": "鐵路線遺跡",
+                "terms": "鐵路線遺跡"
             },
             "railway/disused": {
-                "name": "廢棄的鐵路"
+                "name": "廢棄鐵路",
+                "terms": "廢棄鐵道,廢棄的鐵路"
             },
             "railway/funicular": {
-                "name": "纜车"
+                "name": "纜車",
+                "terms": "纜車"
             },
             "railway/halt": {
-                "name": "鐵路停車處"
+                "name": "無人招呼站",
+                "terms": "鐵路停車處"
             },
             "railway/level_crossing": {
                 "name": "平交道",
                 "terms": "鐵路平交道"
             },
             "railway/monorail": {
-                "name": "單軌電車"
+                "name": "單軌電車",
+                "terms": "畢軌電車"
             },
             "railway/narrow_gauge": {
-                "name": "窄軌鐵路"
+                "name": "窄軌鐵路",
+                "terms": "窄軌鐵路"
             },
             "railway/platform": {
-                "name": "鐵道月台"
+                "name": "月台",
+                "terms": "鐵道月台,鐵路月台"
             },
             "railway/rail": {
-                "name": "路軌"
+                "name": "鐵軌",
+                "terms": "路軌"
             },
             "railway/station": {
-                "name": "鐵路站"
+                "name": "火車站",
+                "terms": "鐵路站"
             },
             "railway/subway": {
-                "name": "地鐵"
+                "name": "捷運",
+                "terms": "地鐵,地下鐵,管子"
             },
             "railway/subway_entrance": {
-                "name": "地鐵入口"
+                "name": "捷運入口",
+                "terms": "地鐵入口,地下鐵入口"
             },
             "railway/tram": {
-                "name": "電車"
+                "name": "電車",
+                "terms": "電車"
             },
             "relation": {
-                "name": "關係"
+                "name": "關係",
+                "terms": "關係"
             },
             "route/ferry": {
-                "name": "渡輪航線"
+                "name": "渡輪航線",
+                "terms": "渡輪航線"
             },
             "shop": {
-                "name": "商店"
+                "name": "商店",
+                "terms": "商店,商行"
             },
             "shop/alcohol": {
-                "name": "酒類商店",
-                "terms": "酒店,酒莊"
+                "name": "酒類專賣店",
+                "terms": "酒類商店,酒品專賣店,酒莊"
+            },
+            "shop/anime": {
+                "name": "動漫店",
+                "terms": "動漫店"
+            },
+            "shop/antiques": {
+                "name": "古董店",
+                "terms": "古董店"
             },
             "shop/art": {
-                "name": "藝術品店"
+                "name": "畫廊",
+                "terms": "藝廏"
+            },
+            "shop/baby_goods": {
+                "name": "嬰兒用品店",
+                "terms": "嬰兒用品商店"
+            },
+            "shop/bag": {
+                "name": "包包/行李店",
+                "terms": "包包/行李商店"
             },
             "shop/bakery": {
                 "name": "麵包店",
                 "terms": "烘培坊"
             },
+            "shop/bathroom_furnishing": {
+                "name": "衛浴用品店",
+                "terms": "衛浴店"
+            },
             "shop/beauty": {
                 "name": "美容店",
                 "terms": "理容院,美妝店,護膚中心,指甲美容"
             },
+            "shop/bed": {
+                "name": "床具/寐具店",
+                "terms": "床具/寐具店"
+            },
             "shop/beverages": {
-                "name": "飲品店"
+                "name": "飲品店",
+                "terms": "飲料店"
             },
             "shop/bicycle": {
-                "name": "單車店"
+                "name": "單車店",
+                "terms": "腳踏車店"
             },
             "shop/bookmaker": {
-                "name": "書商"
+                "name": "書商",
+                "terms": "出版社"
             },
             "shop/books": {
-                "name": "書店"
+                "name": "書店",
+                "terms": "書局"
             },
             "shop/boutique": {
-                "name": "服飾店"
+                "name": "服飾店",
+                "terms": "精品服飾店"
             },
             "shop/butcher": {
-                "name": "肉販"
+                "name": "肉販",
+                "terms": "肉販"
+            },
+            "shop/candles": {
+                "name": "燈具店",
+                "terms": "燈具行"
             },
             "shop/car": {
-                "name": "汽車行"
+                "name": "汽車行",
+                "terms": "賣車處"
             },
             "shop/car_parts": {
-                "name": "汽車零件店"
+                "name": "汽車零件店",
+                "terms": "汽車零件店"
             },
             "shop/car_repair": {
-                "name": "汽車維修店"
+                "name": "汽車維修店",
+                "terms": "汽車保養店"
+            },
+            "shop/carpet": {
+                "name": "地毯店",
+                "terms": "地毯商店"
+            },
+            "shop/cheese": {
+                "name": "起士店",
+                "terms": "起士商店,芝士店"
             },
             "shop/chemist": {
-                "name": "藥妝店"
+                "name": "藥妝店",
+                "terms": "藥妝店"
+            },
+            "shop/chocolate": {
+                "name": "巧克利店",
+                "terms": "巧克利商店"
             },
             "shop/clothes": {
                 "name": "服飾店",
                 "terms": "衣服店,賣衣店"
             },
             "shop/computer": {
-                "name": "電腦店"
+                "name": "電腦店",
+                "terms": "電腦店"
             },
             "shop/confectionery": {
-                "name": "甜點店"
+                "name": "糖果店",
+                "terms": "糖果商店"
             },
             "shop/convenience": {
-                "name": "便利店"
+                "name": "便利商店",
+                "terms": "便利商店"
+            },
+            "shop/copyshop": {
+                "name": "影印店",
+                "terms": "影印行"
+            },
+            "shop/cosmetics": {
+                "name": "化妝品店",
+                "terms": "化妝品店,保養品店,化妝品商店"
+            },
+            "shop/craft": {
+                "name": "工藝品店",
+                "terms": "工藝品店,工藝品商店,手工藝店"
+            },
+            "shop/curtain": {
+                "name": "窗廉店",
+                "terms": "窗廉商店"
+            },
+            "shop/dairy": {
+                "name": "奶製品店",
+                "terms": "奶製品店,乳品店"
             },
             "shop/deli": {
-                "name": "美食店"
+                "name": "美食店",
+                "terms": "美食店"
             },
             "shop/department_store": {
-                "name": "百貨公司"
+                "name": "百貨公司",
+                "terms": "百貨公司"
             },
             "shop/doityourself": {
-                "name": "DIY商店"
+                "name": "DIY商店",
+                "terms": "DIY商店"
             },
             "shop/dry_cleaning": {
-                "name": "乾洗店"
+                "name": "乾洗店",
+                "terms": "乾洗商店"
             },
             "shop/electronics": {
-                "name": "電器店"
+                "name": "電器店",
+                "terms": "電器行"
+            },
+            "shop/erotic": {
+                "name": "情趣用品店",
+                "terms": "情趣用品商店"
+            },
+            "shop/fabric": {
+                "name": "布店",
+                "terms": "織布店,"
             },
             "shop/farm": {
-                "name": "農場直賣店"
+                "name": "產地直銷店",
+                "terms": "農場直賣店,農場直銷店"
+            },
+            "shop/fashion": {
+                "name": "時尚店",
+                "terms": "時裝店,時常衣服店"
             },
             "shop/fishmonger": {
-                "name": "海產店"
+                "name": "魚販",
+                "terms": "魚販"
             },
             "shop/florist": {
-                "name": "花店"
+                "name": "花店",
+                "terms": "花卉行"
+            },
+            "shop/frame": {
+                "name": "表框店",
+                "terms": "表框店"
             },
             "shop/funeral_directors": {
-                "name": "殯儀館"
+                "name": "殯儀館",
+                "terms": "殯儀館"
+            },
+            "shop/furnace": {
+                "name": "火爐店",
+                "terms": "鍋爐店"
             },
             "shop/furniture": {
-                "name": "傢具店"
+                "name": "傢具店",
+                "terms": "家具店"
             },
             "shop/garden_centre": {
-                "name": "園藝中心"
+                "name": "園藝中心",
+                "terms": "園藝店,園藝行"
             },
             "shop/gift": {
-                "name": "禮物店"
+                "name": "禮品店",
+                "terms": "禮物店"
             },
             "shop/greengrocer": {
-                "name": "蔬果店"
+                "name": "蔬果店",
+                "terms": "蔬果店"
             },
             "shop/hairdresser": {
-                "name": "理髮店"
+                "name": "理髮店",
+                "terms": "理髮店"
             },
             "shop/hardware": {
-                "name": "五金店"
+                "name": "五金店",
+                "terms": "五金行"
+            },
+            "shop/hearing_aids": {
+                "name": "助聽器店",
+                "terms": "助聽器商店"
+            },
+            "shop/herbalist": {
+                "name": "草藥店",
+                "terms": "草藥店"
             },
             "shop/hifi": {
-                "name": "音響店"
+                "name": "音響店",
+                "terms": "音響店"
+            },
+            "shop/interior_decoration": {
+                "name": "室內設計店",
+                "terms": "室內設計店"
             },
             "shop/jewelry": {
-                "name": "首飾店"
+                "name": "首飾店",
+                "terms": "珠寶店,銀樓"
             },
             "shop/kiosk": {
-                "name": "售貨亭"
+                "name": "報紙販賣機",
+                "terms": "報紙販賣機"
+            },
+            "shop/kitchen": {
+                "name": "廚房設計行",
+                "terms": "廚房設計店"
             },
             "shop/laundry": {
-                "name": "洗衣店"
+                "name": "洗衣店",
+                "terms": "洗衣店"
+            },
+            "shop/leather": {
+                "name": "皮革店",
+                "terms": "皮革店"
             },
             "shop/locksmith": {
-                "name": "鎖匠"
+                "name": "鎖匠",
+                "terms": "鎖匠"
             },
             "shop/lottery": {
-                "name": "投注站"
+                "name": "投注站",
+                "terms": "彩券行"
             },
             "shop/mall": {
-                "name": "商場"
+                "name": "購物中心",
+                "terms": "商場"
+            },
+            "shop/massage": {
+                "name": "按摩店",
+                "terms": "按摩商店, 舒壓中心"
+            },
+            "shop/medical_supply": {
+                "name": "醫療器材行",
+                "terms": "醫療器材店"
             },
             "shop/mobile_phone": {
-                "name": "行動電話店"
+                "name": "行動電話店",
+                "terms": "手機商店"
+            },
+            "shop/money_lender": {
+                "name": "放款人",
+                "terms": "借貸人"
             },
             "shop/motorcycle": {
                 "name": "機車行",
                 "terms": "摩托車行,機器腳踏車行"
             },
             "shop/music": {
-                "name": "音樂店"
+                "name": "音樂店",
+                "terms": "唱片行"
+            },
+            "shop/musical_instrument": {
+                "name": "音樂樂器行",
+                "terms": "樂器行"
             },
             "shop/newsagent": {
-                "name": "報攤"
+                "name": "報紙/雜誌攤",
+                "terms": "報刊攤,報刊商店"
             },
             "shop/optician": {
-                "name": "眼鏡行"
+                "name": "眼鏡行",
+                "terms": "眼鏡行"
+            },
+            "shop/organic": {
+                "name": "有機產品店",
+                "terms": "有機食品店"
             },
             "shop/outdoor": {
-                "name": "戶外用品店"
+                "name": "戶外用品店",
+                "terms": "戶外用具店"
+            },
+            "shop/paint": {
+                "name": "油漆行",
+                "terms": "油漆店"
+            },
+            "shop/pawnbroker": {
+                "name": "汽機車借款",
+                "terms": "地下錢莊"
             },
             "shop/pet": {
-                "name": "寵物店"
+                "name": "寵物店",
+                "terms": "寵物用品店"
             },
             "shop/photo": {
-                "name": "攝影用品店"
+                "name": "攝影用品店",
+                "terms": "照相店q"
+            },
+            "shop/pyrotechnics": {
+                "name": "煙火商",
+                "terms": "煙火用品店"
+            },
+            "shop/radiotechnics": {
+                "name": "無線電/電子零件店",
+                "terms": "無線電/電子零件店"
+            },
+            "shop/religion": {
+                "name": "宗教用品店",
+                "terms": "宗教用品商店,金紙店"
+            },
+            "shop/scuba_diving": {
+                "name": "潛水用品店",
+                "terms": "潛水用具店"
+            },
+            "shop/seafood": {
+                "name": "海產店",
+                "terms": "海產店"
+            },
+            "shop/second_hand": {
+                "name": "格仔鋪/二手店",
+                "terms": "格仔店/二手店"
             },
             "shop/shoes": {
-                "name": "鞋店"
+                "name": "鞋店",
+                "terms": "鞋店"
             },
             "shop/sports": {
-                "name": "運動用品店"
+                "name": "運動用品店",
+                "terms": "運動用品店"
             },
             "shop/stationery": {
-                "name": "文具店"
+                "name": "文具店",
+                "terms": "文具店"
             },
             "shop/supermarket": {
                 "name": "超級市場",
                 "name": "裁縫",
                 "terms": "裁縫,成衣訂作,成衣匠"
             },
+            "shop/tattoo": {
+                "name": "刺青店",
+                "terms": "刺青行"
+            },
+            "shop/tea": {
+                "name": "茶行",
+                "terms": "茶葉店"
+            },
+            "shop/ticket": {
+                "name": "賣票亭",
+                "terms": "售票處"
+            },
+            "shop/tobacco": {
+                "name": "煙店",
+                "terms": "煙店"
+            },
             "shop/toys": {
-                "name": "玩具店"
+                "name": "玩具店",
+                "terms": "玩具店"
             },
             "shop/travel_agency": {
-                "name": "旅行社"
+                "name": "旅行社",
+                "terms": "旅行社"
             },
             "shop/tyres": {
-                "name": "輪胎店"
+                "name": "輪胎店",
+                "terms": "輪胎店"
             },
             "shop/vacant": {
-                "name": "空置店舖"
+                "name": "閒置店舖",
+                "terms": "空置店舖"
+            },
+            "shop/vacuum_cleaner": {
+                "name": "吸塵器店",
+                "terms": "吸塵器商店"
             },
             "shop/variety_store": {
-                "name": "雜貨店"
+                "name": "雜貨店",
+                "terms": "雜貨店"
             },
             "shop/video": {
-                "name": "影碟店"
+                "name": "錄影帶店",
+                "terms": "影碟店"
+            },
+            "shop/video_games": {
+                "name": "電子遊戲店",
+                "terms": "電子遊戲商店"
+            },
+            "shop/water_sports": {
+                "name": "水上活動/泳具店",
+                "terms": "水上活動/游泳用品店"
+            },
+            "shop/weapons": {
+                "name": "武器店",
+                "terms": "武器商店"
+            },
+            "shop/window_blind": {
+                "name": "窗廉店",
+                "terms": "窗廉商店"
             },
             "shop/wine": {
-                "name": "販酒店"
+                "name": "販酒店",
+                "terms": "酒店"
             },
             "tourism": {
-                "name": "旅遊設施"
+                "name": "旅遊設施",
+                "terms": "旅遊設施"
             },
             "tourism/alpine_hut": {
-                "name": "高山小屋"
+                "name": "高山小屋",
+                "terms": "高山小屋"
             },
             "tourism/artwork": {
-                "name": "藝術品"
+                "name": "公共藝術",
+                "terms": "藝術品,街頭藝術"
             },
             "tourism/attraction": {
-                "name": "觀光點"
+                "name": "觀光景點",
+                "terms": "觀光點"
             },
             "tourism/camp_site": {
-                "name": "營地"
+                "name": "營地",
+                "terms": "露營地"
             },
             "tourism/caravan_site": {
                 "name": "露營車停車場",
                 "terms": "房車營地"
             },
             "tourism/chalet": {
-                "name": "木屋"
+                "name": "木屋",
+                "terms": "木屋"
             },
             "tourism/guest_house": {
                 "name": "招待所",
                 "terms": "私人招待所"
             },
             "tourism/hostel": {
-                "name": "旅舍"
+                "name": "旅舍",
+                "terms": "青年旅社"
             },
             "tourism/hotel": {
                 "name": "旅館",
                 "terms": "酒店,旅店,賓館"
             },
             "tourism/information": {
-                "name": "資訊"
+                "name": "旅遊資訊",
+                "terms": "旅遊資訊"
             },
             "tourism/motel": {
-                "name": "汽車旅館"
+                "name": "汽車旅館",
+                "terms": "motel"
             },
             "tourism/museum": {
-                "name": "博物館"
+                "name": "博物館",
+                "terms": "博物館"
             },
             "tourism/picnic_site": {
-                "name": "野餐地點"
+                "name": "野餐地點",
+                "terms": "野餐地點"
             },
             "tourism/theme_park": {
                 "name": "主題公園",
                 "terms": "主題樂園"
             },
             "tourism/viewpoint": {
-                "name": "觀景點"
+                "name": "觀景點",
+                "terms": "風景點"
             },
             "tourism/zoo": {
-                "name": "動物園"
+                "name": "動物園",
+                "terms": "動物園"
             },
             "type/boundary": {
-                "name": "邊界"
+                "name": "邊界",
+                "terms": "界線"
             },
             "type/boundary/administrative": {
-                "name": "行政界線"
+                "name": "行政界線",
+                "terms": "行政邊界"
             },
             "type/multipolygon": {
-                "name": "複線段多邊形"
+                "name": "多重多邊形",
+                "terms": "複線段多邊形"
             },
             "type/restriction": {
-                "name": "限制"
+                "name": "限制",
+                "terms": "限制"
             },
             "type/restriction/no_left_turn": {
                 "name": "不准左轉",
                 "terms": "禁止轉彎"
             },
             "type/route": {
-                "name": "路線"
+                "name": "路線",
+                "terms": "路線"
             },
             "type/route/bicycle": {
-                "name": "單車路線"
+                "name": "單車路線",
+                "terms": "腳踏車路線"
             },
             "type/route/bus": {
                 "name": "公車路線",
-                "terms": "公共汽車路線"
+                "terms": "公共汽車路線,客運路線"
             },
             "type/route/detour": {
-                "name": "繞道路線"
+                "name": "繞道路線",
+                "terms": "繞道路線"
             },
             "type/route/ferry": {
-                "name": "渡輪航線"
+                "name": "渡輪航線",
+                "terms": "渡輪路線"
             },
             "type/route/foot": {
-                "name": "步行路線"
+                "name": "步行路線",
+                "terms": "步行路線"
             },
             "type/route/hiking": {
-                "name": "遠足路線"
+                "name": "遠足路線",
+                "terms": "遠足路線"
             },
             "type/route/pipeline": {
-                "name": "管道路線"
+                "name": "管道路線",
+                "terms": "管線路線"
             },
             "type/route/power": {
-                "name": "供電路線"
+                "name": "供電路線",
+                "terms": "輸電線路"
             },
             "type/route/road": {
-                "name": "道路路線"
+                "name": "道路路線",
+                "terms": "公路路線"
             },
             "type/route/train": {
-                "name": "鐵路路線"
+                "name": "鐵路路線",
+                "terms": "列車路線"
             },
             "type/route/tram": {
-                "name": "電車路線"
+                "name": "電車路線",
+                "terms": "電車路線"
             },
             "type/route_master": {
-                "name": "路線總目"
+                "name": "路線總纜",
+                "terms": "路線總目"
             },
             "vertex": {
-                "name": "其他"
+                "name": "其他",
+                "terms": "其他"
             },
             "waterway": {
-                "name": "水道"
+                "name": "水道",
+                "terms": "水路"
             },
             "waterway/canal": {
-                "name": "運河"
+                "name": "運河",
+                "terms": "運河"
             },
             "waterway/dam": {
-                "name": "堤壩"
+                "name": "堤壩",
+                "terms": "水庫,水壩"
             },
             "waterway/ditch": {
-                "name": "溝"
+                "name": "溝",
+                "terms": "水溝"
             },
             "waterway/drain": {
-                "name": "渠"
+                "name": "渠",
+                "terms": "灌溉水圳"
             },
             "waterway/river": {
                 "name": "河流",
                 "terms": "河川"
             },
             "waterway/riverbank": {
-                "name": "河床"
+                "name": "河床",
+                "terms": "河岸"
             },
             "waterway/stream": {
-                "name": "溪流"
+                "name": "溪流",
+                "terms": "小溪"
             },
             "waterway/weir": {
-                "name": "堤堰"
+                "name": "水壩",
+                "terms": "堰堤"
             }
         }
     }
index 0a2c61eccd7d5e82a79ec5daf62493865323bd77..72b3b13991de1a4f18523970dfe6081391487124 100644 (file)
@@ -75,7 +75,6 @@
         },
         "delete": {
             "title": "删除",
-            "description": "从地图中删除此。",
             "annotation": {
                 "point": "删除一个点。",
                 "vertex": "删除线上一个结点。",
         },
         "areas": {
             "title": "面。",
-            "add": "面能较详细地代表物件,提供该物件的边界资料。大部份以点可以代表的物件类别,都可以用区域代表,而后者往往更为适合。 **点击「区域」按钮,以新增一个新面**",
             "corner": "透过将节点放到面的边界上,可绘制面。 **将起始节点置于游乐场的其中一角**",
             "place": "放置更多节点,以勾画该面。点击起始节点以完成绘制面。 **绘制一区域以代表游乐场**",
             "search": "**搜寻'{名称}'。**",
             "amenity/cinema": {
                 "name": "电影院"
             },
-            "amenity/college": {
-                "name": "学院"
-            },
             "amenity/courthouse": {
                 "name": "法院"
             },
             "amenity/townhall": {
                 "name": "市政府"
             },
-            "amenity/university": {
-                "name": "大学"
-            },
             "amenity/waste_basket": {
                 "name": "垃圾箱"
             },
             "man_made/water_tower": {
                 "name": "水塔"
             },
-            "man_made/water_well": {
-                "name": "水井"
-            },
             "man_made/water_works": {
                 "name": "水务设施"
             },
             "shop/bicycle": {
                 "name": "自行车店"
             },
-            "shop/books": {
-                "name": "书店"
-            },
             "shop/boutique": {
                 "name": "精品店"
             },
             "shop/computer": {
                 "name": "电脑店"
             },
-            "shop/confectionery": {
-                "name": "甜点店"
-            },
             "shop/convenience": {
                 "name": "便利店"
             },
             "shop/doityourself": {
                 "name": "DIY商店"
             },
-            "shop/dry_cleaning": {
-                "name": "干洗店"
-            },
             "shop/electronics": {
                 "name": "电器店"
             },
             "shop/jewelry": {
                 "name": "珠宝店"
             },
-            "shop/kiosk": {
-                "name": "报刊亭"
-            },
             "shop/laundry": {
                 "name": "洗衣店"
             },
             "shop/music": {
                 "name": "音乐店"
             },
-            "shop/newsagent": {
-                "name": "报摊"
-            },
             "shop/optician": {
                 "name": "眼镜店"
             },
-            "shop/outdoor": {
-                "name": "户外用品店"
-            },
             "shop/pet": {
                 "name": "宠物店"
             },