From ad368d189f4842f18e81fd272c677e5d820a2da4 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 14 Nov 2013 18:07:33 -0800 Subject: [PATCH] Update to iD v1.3.2 --- vendor/assets/iD/iD.css.erb | 113 +- vendor/assets/iD/iD.js | 32096 +++++++++++++--------- vendor/assets/iD/iD/img/maki-sprite.png | Bin 100723 -> 109414 bytes vendor/assets/iD/iD/img/sprite.svg | 16 +- vendor/assets/iD/iD/locales/af.json | 6 - vendor/assets/iD/iD/locales/ar.json | 1615 +- vendor/assets/iD/iD/locales/ast.json | 3 - vendor/assets/iD/iD/locales/bg-BG.json | 6 - vendor/assets/iD/iD/locales/bn.json | 194 +- vendor/assets/iD/iD/locales/bs.json | 7 - vendor/assets/iD/iD/locales/ca.json | 95 +- vendor/assets/iD/iD/locales/cs.json | 15 +- vendor/assets/iD/iD/locales/da.json | 114 +- vendor/assets/iD/iD/locales/de.json | 135 +- vendor/assets/iD/iD/locales/el.json | 21 +- vendor/assets/iD/iD/locales/en-GB.json | 9 +- vendor/assets/iD/iD/locales/en.json | 118 +- vendor/assets/iD/iD/locales/es.json | 138 +- vendor/assets/iD/iD/locales/et.json | 27 +- vendor/assets/iD/iD/locales/fi.json | 7 - vendor/assets/iD/iD/locales/fr.json | 257 +- vendor/assets/iD/iD/locales/hr.json | 10 +- vendor/assets/iD/iD/locales/hu.json | 6 - vendor/assets/iD/iD/locales/id.json | 6 - vendor/assets/iD/iD/locales/is.json | 6 - vendor/assets/iD/iD/locales/it.json | 88 +- vendor/assets/iD/iD/locales/ja.json | 49 +- vendor/assets/iD/iD/locales/ko.json | 458 +- vendor/assets/iD/iD/locales/lt.json | 6 - vendor/assets/iD/iD/locales/lv.json | 8 - vendor/assets/iD/iD/locales/nl.json | 22 +- vendor/assets/iD/iD/locales/no.json | 6 - vendor/assets/iD/iD/locales/pl.json | 7 - vendor/assets/iD/iD/locales/pt-BR.json | 100 +- vendor/assets/iD/iD/locales/pt.json | 6 - vendor/assets/iD/iD/locales/ru.json | 55 +- vendor/assets/iD/iD/locales/sk.json | 114 +- vendor/assets/iD/iD/locales/sl.json | 370 +- vendor/assets/iD/iD/locales/sr.json | 21 +- vendor/assets/iD/iD/locales/sv.json | 3 - vendor/assets/iD/iD/locales/te.json | 35 +- vendor/assets/iD/iD/locales/tr.json | 3 - vendor/assets/iD/iD/locales/uk.json | 43 +- vendor/assets/iD/iD/locales/vi.json | 126 +- vendor/assets/iD/iD/locales/yue.json | 2231 ++ vendor/assets/iD/iD/locales/zh-CN.json | 1844 +- vendor/assets/iD/iD/locales/zh-TW.json | 6 - vendor/assets/iD/iD/locales/zh.json | 6 - 48 files changed, 26848 insertions(+), 13779 deletions(-) create mode 100644 vendor/assets/iD/iD/locales/yue.json diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 206ceb621..0f7ec70f1 100644 --- a/vendor/assets/iD/iD.css.erb +++ b/vendor/assets/iD/iD.css.erb @@ -572,13 +572,13 @@ path.stroke.tag-highway { stroke-width:8; } -svg[data-zoom="16"] path.shadow.tag-highway { +.low-zoom path.shadow.tag-highway { stroke-width:12; } -svg[data-zoom="16"] path.casing.tag-highway { +.low-zoom path.casing.tag-highway { stroke-width:6; } -svg[data-zoom="16"] path.stroke.tag-highway { +.low-zoom path.stroke.tag-highway { stroke-width:4; } @@ -691,10 +691,10 @@ path.casing.tag-highway-service { stroke:#666; stroke-width:6; } -svg[data-zoom="16"] path.stroke.tag-highway-service { +.low-zoom path.stroke.tag-highway-service { stroke-width:2; } -svg[data-zoom="16"] path.casing.tag-highway-service { +.low-zoom path.casing.tag-highway-service { stroke-width:4; } @@ -708,10 +708,10 @@ path.casing.tag-highway-track { stroke-linecap: butt; stroke-dasharray: 6, 6; } -svg[data-zoom="16"] path.stroke.tag-highway-track { +.low-zoom path.stroke.tag-highway-track { stroke-width:2; } -svg[data-zoom="16"] path.casing.tag-highway-track { +.low-zoom path.casing.tag-highway-track { stroke-width:4; } @@ -740,14 +740,14 @@ path.casing.tag-highway-bridleway { stroke: #fff; } -svg[data-zoom="16"] path.stroke.tag-highway-footway, -svg[data-zoom="16"] path.stroke.tag-highway-cycleway, -svg[data-zoom="16"] path.stroke.tag-highway-bridleway { +.low-zoom path.stroke.tag-highway-footway, +.low-zoom path.stroke.tag-highway-cycleway, +.low-zoom path.stroke.tag-highway-bridleway { stroke-width: 2; } -svg[data-zoom="16"] path.casing.tag-highway-footway, -svg[data-zoom="16"] path.casing.tag-highway-cycleway, -svg[data-zoom="16"] path.casing.tag-highway-bridleway { +.low-zoom path.casing.tag-highway-footway, +.low-zoom path.casing.tag-highway-cycleway, +.low-zoom path.casing.tag-highway-bridleway { stroke-width: 4; } @@ -862,8 +862,8 @@ path.casing.tag-highway-construction { /* construction */ -svg[data-zoom="16"] path.stroke.tag-highway-construction, -svg[data-zoom="16"] path.casing.tag-highway-construction { +.low-zoom path.stroke.tag-highway-construction, +.low-zoom path.casing.tag-highway-construction { stroke-linecap: butt; stroke-dasharray: 5, 5; } @@ -926,13 +926,6 @@ path.casing.tag-waterway-river { stroke-width: 6; } -svg[data-zoom="16"] path.stroke.tag-waterway-river { - stroke-width: 4; -} -svg[data-zoom="16"] path.casing.tag-waterway-river { - stroke-width: 6; -} - path.stroke.tag-waterway-ditch { stroke: #6591ff; stroke-width: 1; @@ -1804,7 +1797,7 @@ button[disabled] .icon.nearby { background-position: -340px -40px;} .icon.line.created { background-position: -320px -100px;} .icon.area.created { background-position: -340px -100px;} -.icon.point.modified { background-position: -24px 0; } +.icon.point.modified { background-position: -22px 0; } .icon.modified { opacity: .5; } @@ -3051,21 +3044,11 @@ img.wiki-image { background: rgba(0, 0, 0, .8); } +.map-control > button.active, .map-control > button.active:hover { background: #7092ff; } -.map-overlay { - z-index: -1; - right: 75%; - max-width: 260px; - min-width: 210px; - position: fixed; - left: 30px; - display: block; - padding: 10px 10px 0 10px; -} - /* Zoomer */ .zoombuttons button.zoom-in { @@ -3078,22 +3061,12 @@ img.wiki-image { border-radius: 4px 0 0 0; } -.background-control button.active { - border-radius: 0; -} - .background-control { position: relative; } -.background-control .map-overlay { - position: absolute; - top: 0; -} - .nudge-container { - border-top: 1px solid #CCC; - margin: 0 -10px; + border: 1px solid #CCC; } .background-control .adjustments button:last-child { @@ -3184,7 +3157,6 @@ img.wiki-image { float: left; display: block; width:20%; - border-radius: 0; border-right: 1px solid #CCC; position: relative; } @@ -3228,8 +3200,8 @@ img.wiki-image { height:20px; width:82px; position: absolute; - right: 10px; - top: 10px; + right: 50px; + top: 20px; border: 1px solid #ccc; } @@ -3291,19 +3263,22 @@ img.wiki-image { border-radius: 0 0 0 4px; } -/* Help */ - -.help-control button { - border-radius: 0 0 0 4px; -} - -.help-wrap { +.map-overlay.content { position: fixed; top:60px; bottom: 30px; padding: 20px 50px 20px 20px; right: 0; - overflow-y: scroll; + overflow: auto; +} + +.background-control .map-overlay { + z-index: -1; +} +/* Help */ + +.help-control button { + border-radius: 0 0 0 4px; } .help-wrap p { @@ -3927,23 +3902,28 @@ img.wiki-image { /* Exceptions for tooltip layouts */ -/* make tooltips in editor pane dark */ +/* make tooltips in panels dark */ +.map-overlay .tooltip.top .tooltip-arrow, .entity-editor-pane .tooltip.top .tooltip-arrow { border-top-color: #000; } +.map-overlay .tooltip.bottom .tooltip-arrow, .entity-editor-pane .tooltip.bottom .tooltip-arrow { border-bottom-color: #000; } +.map-overlay .tooltip.left .tooltip-arrow, .entity-editor-pane .tooltip.left .tooltip-arrow { border-left-color: #000; } +.map-overlay .tooltip.right .tooltip-arrow, .entity-editor-pane .tooltip.right .tooltip-arrow { border-right-color: #000; } +.map-overlay .tooltip-inner, .entity-editor-pane .tooltip-inner { background: #000; color: #ccc; @@ -4164,8 +4144,8 @@ img.wiki-image { .feature-airport{background-position:-54px -72px;} .feature-heliport{background-position:-108px -72px;} .feature-rail{background-position:-162px -72px;} -.feature-rail-underground{background-position:-216px -72px;} -.feature-rail-above{background-position:-0px -96px;} +.feature-rail-metro{background-position:-216px -72px;} +.feature-rail-light{background-position:-0px -96px;} .feature-bus{background-position:-54px -96px;} .feature-fuel{background-position:-108px -96px;} .feature-parking{background-position:-162px -96px;} @@ -4243,9 +4223,18 @@ img.wiki-image { .feature-dog-park{background-position:-0px -456px;} .feature-lighthouse{background-position:-54px -456px;} .feature-clothing-store{background-position:-108px -456px;} -.feature-london-underground{background-position:-162px -456px;} -.feature-minefield{background-position:-216px -456px;} -.feature-camera{background-position:-0px -480px;} +.feature-polling-place{background-position:-162px -456px;} +.feature-playground{background-position:-216px -456px;} +.feature-entrance{background-position:-0px -480px;} +.feature-heart{background-position:-54px -480px;} +.feature-london-underground{background-position:-108px -480px;} +.feature-minefield{background-position:-162px -480px;} +.feature-rail-underground{background-position:-216px -480px;} +.feature-rail-above{background-position:-0px -504px;} +.feature-camera{background-position:-54px -504px;} +.feature-laundry{background-position:-108px -504px;} +.feature-car{background-position:-162px -504px;} +.feature-suitcase{background-position:-216px -504px;} .preset-icon-line.feature-highway-motorway{background-position:-20px -25px;} .preset-icon-line.feature-highway-trunk{background-position:-80px -25px;} .preset-icon-line.feature-highway-primary{background-position:-140px -25px;} diff --git a/vendor/assets/iD/iD.js b/vendor/assets/iD/iD.js index 9fe1e16e2..a19dc713e 100644 --- a/vendor/assets/iD/iD.js +++ b/vendor/assets/iD/iD.js @@ -15693,7 +15693,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.3.1'; +iD.version = '1.3.2'; (function() { var detected = {}; @@ -16116,6 +16116,34 @@ iD.util.SessionMutex = function(name) { return mutex; }; +iD.util.SuggestNames = function(preset, suggestions) { + preset = preset.id.split('/', 2); + var k = preset[0], + v = preset[1]; + + return function(value, callback) { + var result = []; + if (value && value.length > 2) { + if (suggestions[k] && suggestions[k][v]) { + for (var sugg in suggestions[k][v]) { + var dist = iD.util.editDistance(value, sugg.substring(0, value.length)); + if (dist < 3) { + result.push({ + title: sugg, + value: sugg, + dist: dist + }); + } + } + } + result.sort(function(a, b) { + return a.dist - b.dist; + }); + } + result = result.slice(0,3); + callback(result); + }; +}; iD.geo = {}; iD.geo.roundCoords = function(c) { @@ -16961,7 +16989,7 @@ iD.actions.Disconnect = function(nodeId, newNodeId) { replacements.forEach(function(replacement) { var newNode = iD.Node({id: newNodeId, loc: node.loc, tags: node.tags}); graph = graph.replace(newNode); - graph = graph.replace(replacement.way.updateNode(newNode.id, replacement.index)); + graph = graph.replace(graph.entity(replacement.wayID).updateNode(newNode.id, replacement.index)); }); return graph; @@ -16980,7 +17008,7 @@ iD.actions.Disconnect = function(nodeId, newNodeId) { parent.nodes.forEach(function(waynode, index) { if (waynode === nodeId) { - candidates.push({way: parent, index: index}); + candidates.push({wayID: parent.id, index: index}); } }); }); @@ -20329,7 +20357,7 @@ iD.Connection = function() { url + '/api/0.6/' + type + '/' + osmID + (type !== 'node' ? '/full' : ''), function(err, entities) { event.load(err, {data: entities}); - if (callback) callback(err, entities && entities[id]); + if (callback) callback(err, entities && _.find(entities, function(e) { return e.id === id; })); }); }; @@ -20414,15 +20442,13 @@ iD.Connection = function() { var root = dom.childNodes[0], children = root.childNodes, - entities = {}; + entities = []; - var i, o, l; - for (i = 0, l = children.length; i < l; i++) { + for (var i = 0, l = children.length; i < l; i++) { var child = children[i], parser = parsers[child.nodeName]; if (parser) { - o = parser(child); - entities[o.id] = o; + entities.push(parser(child)); } } @@ -20759,14 +20785,6 @@ iD.Difference = function(base, head) { return result; }; - difference.addParents = function(entities) { - for (var i in entities) { - addParents(head.parentWays(entities[i]), entities); - addParents(head.parentRelations(entities[i]), entities); - } - return entities; - }; - difference.summary = function() { var relevant = {}; @@ -20962,12 +20980,6 @@ iD.Entity.prototype = { resolver.parentRelations(this).length > 0; }, - area: function(resolver) { - return resolver.transient(this, 'area', function() { - return d3.geo.area(this.asGeoJSON(resolver, true)); - }); - }, - hasInterestingTags: function() { return _.keys(this.tags).some(function(key) { return key !== 'attribution' && @@ -21006,17 +21018,10 @@ iD.Graph = function(other, mutable) { this.inherited = true; } else { - if (Array.isArray(other)) { - var entities = {}; - for (var i = 0; i < other.length; i++) { - entities[other[i].id] = other[i]; - } - other = entities; - } this.entities = Object.create({}); this._parentWays = Object.create({}); this._parentRels = Object.create({}); - this.rebase(other || {}); + this.rebase(other || []); } this.transients = {}; @@ -21105,11 +21110,12 @@ iD.Graph.prototype = { // Merging of data only needed if graph is the base graph if (!this.inherited) { - for (i in entities) { - if (!base.entities[i]) { - base.entities[i] = entities[i]; - this._updateCalculated(undefined, entities[i], - base.parentWays, base.parentRels); + for (i = 0; i < entities.length; i++) { + var entity = entities[i]; + if (!base.entities[entity.id]) { + base.entities[entity.id] = entity; + this._updateCalculated(undefined, entity, + base.parentWays, base.parentRels); } } } @@ -21239,24 +21245,6 @@ iD.Graph.prototype = { return this; }, - hasAllChildren: function(entity) { - // we're only checking changed entities, since we assume fetched data - // must have all children present - var i; - if (this.entities.hasOwnProperty(entity.id)) { - if (entity.type === 'way') { - for (i = 0; i < entity.nodes.length; i++) { - if (!this.entities[entity.nodes[i]]) return false; - } - } else if (entity.type === 'relation') { - for (i = 0; i < entity.members.length; i++) { - if (!this.entities[entity.members[i].id]) return false; - } - } - } - return true; - }, - // Obliterates any existing entities load: function(entities) { var base = this.base(); @@ -21314,17 +21302,11 @@ iD.History = function(context) { }, merge: function(entities, extent) { - - var base = stack[0].graph.base(), - newentities = Object.keys(entities).filter(function(i) { - return !base.entities[i]; - }); - for (var i = 0; i < stack.length; i++) { stack[i].graph.rebase(entities); } - tree.rebase(newentities); + tree.rebase(entities); dispatch.change(undefined, extent); }, @@ -21806,6 +21788,12 @@ _.extend(iD.Relation.prototype, { }); }, + area: function(resolver) { + return resolver.transient(this, 'area', function() { + return d3.geo.area(this.asGeoJSON(resolver)); + }); + }, + isMultipolygon: function() { return this.tags.type === 'multipolygon'; }, @@ -21882,14 +21870,9 @@ _.extend(iD.Relation.prototype, { return result; } }); -iD.Tree = function(graph) { - +iD.Tree = function(head) { var rtree = rbush(), - head = graph, - queuedCreated = [], - queuedModified = [], - rectangles = {}, - rebased; + rectangles = {}; function extentRectangle(extent) { return [ @@ -21907,90 +21890,69 @@ iD.Tree = function(graph) { return rect; } - function remove(entity) { - rtree.remove(rectangles[entity.id]); - delete rectangles[entity.id]; - } - - function bulkInsert(entities) { - for (var i = 0, rects = []; i < entities.length; i++) { - rects.push(entityRectangle(entities[i])); - } - rtree.load(rects); - } - - function bulkReinsert(entities) { - entities.forEach(remove); - bulkInsert(entities); - } - - var tree = { - - rebase: function(entities) { - for (var i = 0, inserted = []; i < entities.length; i++) { - if (!graph.entities.hasOwnProperty(entities[i])) { - inserted.push(graph.entity(entities[i])); - } + function updateParents(entity, insertions) { + head.parentWays(entity).forEach(function(parent) { + if (rectangles[parent.id]) { + rtree.remove(rectangles[parent.id]); + insertions.push(entityRectangle(parent)); } - bulkInsert(inserted); - rebased = true; - return tree; - }, + }); - intersects: function(extent, g) { + head.parentRelations(entity).forEach(function(parent) { + if (rectangles[parent.id]) { + rtree.remove(rectangles[parent.id]); + insertions.push(entityRectangle(parent)); + } + updateParents(parent, insertions); + }); + } - head = g; + var tree = {}; - if (graph !== head || rebased) { - var diff = iD.Difference(graph, head), - modified = {}; + tree.rebase = function(entities) { + var insertions = []; - diff.modified().forEach(function(d) { - var loc = graph.entities[d.id].loc; - if (!loc || loc[0] !== d.loc[0] || loc[1] !== d.loc[1]) { - modified[d.id] = d; - } - }); + entities.forEach(function(entity) { + if (head.entities.hasOwnProperty(entity.id) || rectangles[entity.id]) + return; - var created = diff.created().concat(queuedCreated); - modified = d3.values(diff.addParents(modified)) - // some parents might be created, not modified - .filter(function(d) { return !!graph.hasEntity(d.id); }) - .concat(queuedModified); - queuedCreated = []; - queuedModified = []; + insertions.push(entityRectangle(entity)); + updateParents(entity, insertions); + }); - var reinserted = [], - inserted = []; + rtree.load(insertions); - modified.forEach(function(d) { - if (head.hasAllChildren(d)) reinserted.push(d); - else queuedModified.push(d); - }); + return tree; + }; - created.forEach(function(d) { - if (head.hasAllChildren(d)) inserted.push(d); - else queuedCreated.push(d); - }); + tree.intersects = function(extent, graph) { + if (graph !== head) { + var diff = iD.Difference(head, graph), + insertions = []; - bulkReinsert(reinserted); - bulkInsert(inserted); + head = graph; - diff.deleted().forEach(remove); + diff.deleted().forEach(function(entity) { + rtree.remove(rectangles[entity.id]); + delete rectangles[entity.id]; + }); - graph = head; - rebased = false; - } + diff.modified().forEach(function(entity) { + rtree.remove(rectangles[entity.id]); + insertions.push(entityRectangle(entity)); + updateParents(entity, insertions); + }); - return rtree.search(extentRectangle(extent)).map(function (rect) { - return graph.entities[rect.id]; + diff.created().forEach(function(entity) { + insertions.push(entityRectangle(entity)); }); - }, - graph: function() { - return graph; + rtree.load(insertions); } + return rtree.search(extentRectangle(extent)).map(function(rect) { + return head.entity(rect.id); + }); }; return tree; @@ -22012,7 +21974,12 @@ _.extend(iD.Way.prototype, { extent: function(resolver) { return resolver.transient(this, 'extent', function() { return this.nodes.reduce(function(extent, id) { - return extent.extend(resolver.entity(id).extent(resolver)); + var node = resolver.hasEntity(id); + if (node) { + return extent.extend(node.extent()); + } else { + return extent; + } }, iD.geo.Extent()); }); }, @@ -22138,34 +22105,47 @@ _.extend(iD.Way.prototype, { return r; }, - asGeoJSON: function(resolver, polygon) { + asGeoJSON: function(resolver) { return resolver.transient(this, 'GeoJSON', function() { - var nodes = resolver.childNodes(this); - - if (this.isArea() && polygon && nodes.length >= 4) { - if (!this.isClosed()) { - nodes = nodes.concat([nodes[0]]); - } - - var json = { + var coordinates = _.pluck(resolver.childNodes(this), 'loc'); + if (this.isArea() && this.isClosed()) { + return { type: 'Polygon', - coordinates: [_.pluck(nodes, 'loc')] + coordinates: [coordinates] }; - - // Heuristic for detecting counterclockwise winding order. Assumes - // that OpenStreetMap polygons are not hemisphere-spanning. - if (d3.geo.area(json) > 2 * Math.PI) { - json.coordinates[0] = json.coordinates[0].reverse(); - } - - return json; } else { return { type: 'LineString', - coordinates: _.pluck(nodes, 'loc') + coordinates: coordinates }; } }); + }, + + area: function(resolver) { + return resolver.transient(this, 'area', function() { + var nodes = resolver.childNodes(this); + + if (!this.isClosed() && nodes.length) { + nodes = nodes.concat([nodes[0]]); + } + + var json = { + type: 'Polygon', + coordinates: [_.pluck(nodes, 'loc')] + }; + + var area = d3.geo.area(json); + + // Heuristic for detecting counterclockwise winding order. Assumes + // that OpenStreetMap polygons are not hemisphere-spanning. + if (d3.geo.area(json) > 2 * Math.PI) { + json.coordinates[0] = json.coordinates[0].reverse(); + area = d3.geo.area(json); + } + + return isNaN(area) ? 0 : area; + }); } }); @@ -22224,7 +22204,7 @@ iD.Background = function(context) { q = iD.util.stringQs(location.hash.substring(1)); var id = b.id; - if (!id && b.name === 'Custom') { + if (id === 'custom') { id = 'custom:' + b.template; } @@ -22242,17 +22222,12 @@ iD.Background = function(context) { location.replace('#' + iD.util.qsString(q, true)); - var imageryUsed = []; - if (b.name === 'Custom') { - imageryUsed.push('Custom (' + b.template + ')'); - } else { - imageryUsed.push(b.id || b.name); - } + var imageryUsed = [b.imageryUsed()]; overlayLayers.forEach(function (d) { var source = d.source(); if (!source.isLocatorOverlay()) { - imageryUsed.push(source.id || source.name); + imageryUsed.push(source.imageryUsed()); } }); @@ -22281,7 +22256,7 @@ iD.Background = function(context) { gpx.call(gpxLayer); var overlays = selection.selectAll('.overlay-layer') - .data(overlayLayers, function(d) { return d.source().name; }); + .data(overlayLayers, function(d) { return d.source().name(); }); overlays.enter().insert('div', '.layer-data') .attr('class', 'layer-layer overlay-layer'); @@ -22362,7 +22337,7 @@ iD.Background = function(context) { background.showsLayer = function(d) { return d === baseLayer.source() || - (d.name === 'Custom' && baseLayer.source().name === 'Custom') || + (d.id === 'custom' && baseLayer.source().id === 'custom') || overlayLayers.some(function(l) { return l.source() === d; }); }; @@ -22410,10 +22385,7 @@ iD.Background = function(context) { chosen = q.background || q.layer; if (chosen && chosen.indexOf('custom:') === 0) { - background.baseLayerSource(iD.BackgroundSource({ - template: chosen.replace(/^custom:/, ''), - name: 'Custom' - })); + background.baseLayerSource(iD.BackgroundSource.Custom(chosen.replace(/^custom:/, ''))); } else { background.baseLayerSource(findSource(chosen) || findSource('Bing')); } @@ -22436,7 +22408,8 @@ iD.Background = function(context) { }; iD.BackgroundSource = function(data) { var source = _.clone(data), - offset = [0, 0]; + offset = [0, 0], + name = source.name; source.scaleExtent = data.scaleExtent || [0, 20]; @@ -22452,6 +22425,14 @@ iD.BackgroundSource = function(data) { return source; }; + source.name = function() { + return name; + }; + + source.imageryUsed = function() { + return source.id || name; + }; + source.url = function(coord) { return data.template .replace('{x}', coord[0]) @@ -22478,7 +22459,7 @@ iD.BackgroundSource = function(data) { }; source.isLocatorOverlay = function() { - return source.name === 'Locator Overlay'; + return name === 'Locator Overlay'; }; source.copyrightNotices = function() {}; @@ -22550,7 +22531,31 @@ iD.BackgroundSource.Bing = function(data, dispatch) { }; iD.BackgroundSource.None = function() { - return iD.BackgroundSource({ name: t('background.none'), id: 'None', template: '' }); + var source = iD.BackgroundSource({id: 'none', template: ''}); + + source.name = function() { + return t('background.none'); + }; + + source.imageryUsed = function() { + return 'None'; + }; + + return source; +}; + +iD.BackgroundSource.Custom = function(template) { + var source = iD.BackgroundSource({id: 'custom', template: template}); + + source.name = function() { + return t('background.custom'); + }; + + source.imageryUsed = function() { + return 'Custom (' + template + ')'; + }; + + return source; }; iD.GpxLayer = function(context) { var projection, @@ -22869,7 +22874,8 @@ iD.Map = function(context) { var zoom = String(~~map.zoom()); if (surface.attr('data-zoom') !== zoom) { - surface.attr('data-zoom', zoom); + surface.attr('data-zoom', zoom) + .classed('low-zoom', zoom <= 16); } if (!difference) { @@ -23274,7 +23280,7 @@ iD.svg = { if (entity.id in cache) { return cache[entity.id]; } else { - return cache[entity.id] = path(entity.asGeoJSON(graph, polygon)); // jshint ignore:line + return cache[entity.id] = path(entity.asGeoJSON(graph)); // jshint ignore:line } }; }, @@ -24585,7 +24591,7 @@ iD.ui = function(context) { content.append('div') .style('display', 'none') - .attr('class', 'help-wrap fillL col5 content'); + .attr('class', 'help-wrap map-overlay fillL col5 content'); var controls = bar.append('div') .attr('class', 'map-controls'); @@ -24779,7 +24785,7 @@ iD.ui.Attribution = function(context) { .attr('class', klass); var background = div.selectAll('.attribution') - .data(data, function(d) { return d.name; }); + .data(data, function(d) { return d.name(); }); background.enter() .append('span') @@ -24791,7 +24797,7 @@ iD.ui.Attribution = function(context) { return; } - var source = d.terms_text || d.id || d.name; + var source = d.terms_text || d.id || d.name(); if (d.logo) { source = ''; @@ -24858,6 +24864,9 @@ iD.ui.Background = function(context) { opacityDefault = (context.storage('background-opacity') !== null) ? (+context.storage('background-opacity')) : 0.5; + // Can be 0 from <1.3.0 use or due to issue #1923. + if (opacityDefault === 0) opacityDefault = 0.5; + function background(selection) { function setOpacity(d) { @@ -24898,10 +24907,7 @@ iD.ui.Background = function(context) { selectLayer(); return; } - context.background().baseLayerSource(iD.BackgroundSource({ - template: template, - name: 'Custom' - })); + context.background().baseLayerSource(iD.BackgroundSource.Custom(template)); selectLayer(); } @@ -24922,7 +24928,7 @@ iD.ui.Background = function(context) { .filter(filter); var layerLinks = layerList.selectAll('li.layer') - .data(sources, function(d) { return d.name; }); + .data(sources, function(d) { return d.name(); }); var enter = layerLinks.enter() .insert('li', '.custom_layer') @@ -24932,7 +24938,7 @@ iD.ui.Background = function(context) { enter.filter(function(d) { return d.description; }) .call(bootstrap.tooltip() .title(function(d) { return d.description; }) - .placement('left')); + .placement('top')); var label = enter.append('label'); @@ -24942,7 +24948,7 @@ iD.ui.Background = function(context) { .on('change', change); label.append('span') - .text(function(d) { return d.name; }); + .text(function(d) { return d.name(); }); layerLinks.exit() .remove(); @@ -24988,7 +24994,7 @@ iD.ui.Background = function(context) { } var content = selection.append('div') - .attr('class', 'fillL map-overlay content hide'), + .attr('class', 'fillL map-overlay col3 content hide'), tooltip = bootstrap.tooltip() .placement('left') .html(true) @@ -25012,16 +25018,16 @@ iD.ui.Background = function(context) { return d3.event.stopPropagation(); }); content.style('display', 'block') - .style('left', '0px') + .style('right', '-300px') .transition() .duration(200) - .style('left', '-260px'); + .style('right', '0px'); } else { content.style('display', 'block') - .style('left', '-260px') + .style('right', '0px') .transition() .duration(200) - .style('left', '0px') + .style('right', '-300px') .each('end', function() { d3.select(this).style('display', 'none'); }); @@ -25058,7 +25064,7 @@ iD.ui.Background = function(context) { .on('click.set-opacity', setOpacity) .html('
') .call(bootstrap.tooltip() - .placement('top')) + .placement('left')) .append('div') .attr('class', 'opacity') .style('opacity', String); @@ -25068,7 +25074,7 @@ iD.ui.Background = function(context) { var custom = backgroundList.append('li') .attr('class', 'custom_layer') - .datum({name: 'Custom'}); + .datum(iD.BackgroundSource.Custom()); var label = custom.append('label'); @@ -25121,7 +25127,7 @@ iD.ui.Background = function(context) { label = gpxLayerItem.append('label') .call(bootstrap.tooltip() .title(t('gpx.drag_drop')) - .placement('left')); + .placement('top')); label.append('input') .attr('type', 'checkbox') @@ -25166,10 +25172,6 @@ iD.ui.Background = function(context) { resetButton.append('div') .attr('class', 'icon undo'); - resetButton.call(bootstrap.tooltip() - .title(t('background.reset')) - .placement('bottom')); - context.map() .on('move.background-update', _.debounce(update, 1000)); update(); @@ -26143,9 +26145,6 @@ iD.ui.Help = function(context) { return d3.event.stopPropagation(); }); - selection.on('mousedown.help-inside', function() { - return d3.event.stopPropagation(); - }); } return help; @@ -26270,7 +26269,7 @@ iD.ui.intro = function(context) { for (var key in introGraph) { introGraph[key] = iD.Entity(introGraph[key]); } - context.history().merge(iD.Graph().load(introGraph).entities); + context.history().merge(d3.values(iD.Graph().load(introGraph).entities)); context.background().bing(); // Block saving @@ -26306,7 +26305,7 @@ iD.ui.intro = function(context) { navwrap.remove(); d3.select('.background-layer').style('opacity', opacity); context.connection().toggle(true).flush().loadedTiles(loadedTiles); - context.history().reset().merge(baseEntities); + context.history().reset().merge(d3.values(baseEntities)); context.background().baseLayerSource(background); if (history) context.history().fromJSON(history); window.location.replace(hash); @@ -26655,11 +26654,7 @@ iD.ui.preset = function(context) { field.input = iD.ui.preset[field.type](field, context) .on('change', event.change); - if (field.type === 'address' || - field.type === 'wikipedia' || - field.type === 'maxspeed') { - field.input.entity(entity); - } + if (field.input.entity) field.input.entity(entity); field.keys = field.keys || [field.key]; @@ -28592,7 +28587,6 @@ iD.ui.Zoom = function(context) { }; iD.ui.preset.access = function(field) { var event = d3.dispatch('change'), - entity, items; function access(selection) { @@ -28656,18 +28650,84 @@ iD.ui.preset.access = function(field) { }); }; - access.entity = function(_) { - if (!arguments.length) return entity; - entity = _; - return access; + var placeholders = { + footway: { + foot: 'yes', + motor_vehicle: 'no' + }, + steps: { + foot: 'yes', + motor_vehicle: 'no' + }, + pedestrian: { + foot: 'yes', + motor_vehicle: 'no' + }, + cycleway: { + bicycle: 'yes', + motor_vehicle: 'no' + }, + bridleway: { + horse: 'yes' + }, + path: { + motor_vehicle: 'no' + }, + motorway: { + motor_vehicle: 'yes' + }, + trunk: { + motor_vehicle: 'yes' + }, + primary: { + motor_vehicle: 'yes' + }, + secondary: { + motor_vehicle: 'yes' + }, + tertiary: { + motor_vehicle: 'yes' + }, + residential: { + motor_vehicle: 'yes' + }, + unclassified: { + motor_vehicle: 'yes' + }, + service: { + motor_vehicle: 'yes' + }, + motorway_link: { + motor_vehicle: 'yes' + }, + trunk_link: { + motor_vehicle: 'yes' + }, + primary_link: { + motor_vehicle: 'yes' + }, + secondary_link: { + motor_vehicle: 'yes' + }, + tertiary_link: { + motor_vehicle: 'yes' + } }; access.tags = function(tags) { items.selectAll('.preset-input-access') .value(function(d) { return tags[d] || ''; }) - .attr('placeholder', function(d) { - return d !== 'access' && tags.access ? tags.access : field.placeholder(); + .attr('placeholder', function() { + return tags.access ? tags.access : field.placeholder(); }); + + items.selectAll('#preset-input-access-access') + .attr('placeholder', 'yes'); + + _.forEach(placeholders[tags.highway], function(value, key) { + items.selectAll('#preset-input-access-' + key) + .attr('placeholder', value); + }); }; access.focus = function() { @@ -29076,11 +29136,12 @@ iD.ui.preset.url = function(field) { return d3.rebind(i, event, 'on'); }; -iD.ui.preset.localized = function(field) { +iD.ui.preset.localized = function(field, context) { var event = d3.dispatch('change'), wikipedia = iD.wikipedia(), - input, localizedInputs, wikiTitles; + input, localizedInputs, wikiTitles, + entity; function i(selection) { input = selection.selectAll('.localized-main') @@ -29096,6 +29157,13 @@ iD.ui.preset.localized = function(field) { .on('blur', change) .on('change', change); + if (field.id === 'name') { + var preset = context.presets().match(entity, context.graph()); + input.call(d3.combobox().fetcher( + iD.util.SuggestNames(preset, iD.data.suggestions) + )); + } + var translateButton = selection.selectAll('.localized-add') .data([0]); @@ -29294,6 +29362,10 @@ iD.ui.preset.localized = function(field) { input.node().focus(); }; + i.entity = function(_) { + entity = _; + }; + return d3.rebind(i, event, 'on'); }; iD.ui.preset.maxspeed = function(field, context) { @@ -29604,7 +29676,7 @@ iD.ui.preset.wikipedia = function(field, context) { function change() { var value = title.value(), - m = value.match(/http:\/\/([a-z]+)\.wikipedia\.org\/wiki\/(.+)/), + m = value.match(/https?:\/\/([a-z]+)\.wikipedia\.org\/wiki\/(.+)/), l = m && _.find(iD.data.wikipedia, function(d) { return m[1] === d[2]; }); if (l) { @@ -33490,14913 +33562,15085 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "terms_text": "Fugro Aerial Mapping" }, { - "name": "Imagerie Drone (Haiti)", + "name": "Geoimage.at MaxRes", "type": "tms", - "template": "http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}", + "template": "http://geoimage.openstreetmap.at/4d80de696cd562a63ce463a58a61488d/{zoom}/{x}/{y}.jpg", "polygon": [ [ [ - -72.1547401, - 19.6878969 + 16.5073284, + 46.9929304 ], [ - -72.162234, - 19.689011 + 16.283417, + 46.9929304 ], [ - -72.164995, - 19.6932445 + 16.135839, + 46.8713046 ], [ - -72.1657838, - 19.6979977 + 15.9831722, + 46.8190947 ], [ - -72.161603, - 19.7035677 + 16.0493278, + 46.655175 ], [ - -72.1487449, - 19.7028993 + 15.8610387, + 46.7180116 ], [ - -72.1477194, - 19.7026765 + 15.7592608, + 46.6900933 ], [ - -72.1485082, - 19.7001514 + 15.5607938, + 46.6796202 ], [ - -72.1436963, - 19.7011169 + 15.5760605, + 46.6342132 ], [ - -72.1410143, - 19.7000029 + 15.4793715, + 46.6027553 ], [ - -72.139476, - 19.6973664 + 15.4335715, + 46.6516819 ], [ - -72.1382533, - 19.6927617 + 15.2249267, + 46.6342132 ], [ - -72.1386872, - 19.6923161 + 15.0468154, + 46.6481886 ], [ - -72.1380561, - 19.6896423 + 14.9908376, + 46.5887681 ], [ - -72.1385294, - 19.6894938 + 14.9603042, + 46.6237293 ], [ - -72.1388055, - 19.6901251 + 14.8534374, + 46.6027553 ], [ - -72.1388844, - 19.6876741 + 14.8330818, + 46.5012666 ], [ - -72.1378195, - 19.6872656 + 14.7516595, + 46.4977636 ], [ - -72.13778, - 19.6850003 + 14.6804149, + 46.4381781 ], [ - -72.1369517, - 19.6855945 + 14.6142593, + 46.4381781 ], [ - -72.136794, - 19.6840719 + 14.578637, + 46.3785275 ], [ - -72.135729, - 19.6835148 + 14.4412369, + 46.4311638 ], [ - -72.1355713, - 19.6740817 + 14.1613476, + 46.4276563 ], [ - -72.1366362, - 19.6708133 + 14.1257253, + 46.4767409 ], [ - -72.1487843, - 19.6710733 + 14.0188585, + 46.4767409 ], [ - -72.1534779, - 19.6763843 + 13.9119917, + 46.5257813 ], [ - -72.1530835, - 19.6769414 + 13.8254805, + 46.5047694 ], [ - -72.1533251, - 19.6769768 + 13.4438134, + 46.560783 ], [ - -72.1532807, - 19.6796525 + 13.3064132, + 46.5502848 ], [ - -72.1523834, - 19.6797175 + 13.1283019, + 46.5887681 ], [ - -72.1522749, - 19.6803488 + 12.8433237, + 46.6132433 ], [ - -72.1519101, - 19.6803395 + 12.7262791, + 46.6412014 ], [ - -72.1518608, - 19.6805067 + 12.5125455, + 46.6656529 ], [ - -72.1528173, - 19.6806552 + 12.3598787, + 46.7040543 ], [ - -72.1522299, - 19.6833011 + 12.3649676, + 46.7703197 ], [ - -72.1507801, - 19.6831499 + 12.2886341, + 46.7772902 ], [ - -72.1504457, - 19.6847862 + 12.2733674, + 46.8852187 ], [ - -72.1508591, - 19.6843492 + 12.2072118, + 46.8747835 ], [ - -72.1530087, - 19.6849898 + 12.1308784, + 46.9026062 ], [ - -72.1546258, - 19.6854354 + 12.1156117, + 46.9998721 ], [ - -72.1543103, - 19.6870694 + 12.2530119, + 47.0657733 ], [ - -72.1547244, - 19.6868466 + 12.2123007, + 47.0934969 ], [ - -72.1548501, - 19.6877564 + 11.9833004, + 47.0449712 ], [ - -72.1545814, - 19.6877982 - ] - ], - [ + 11.7339445, + 46.9616816 + ], [ - -72.1310601, - 19.6718929 + 11.6321666, + 47.010283 ], [ - -72.1259842, - 19.6772765 + 11.5405665, + 46.9755722 ], [ - -72.1255379, - 19.6776179 + 11.4998553, + 47.0068129 ], [ - -72.1216891, - 19.6776442 + 11.418433, + 46.9651546 ], [ - -72.1149677, - 19.672602 + 11.2555884, + 46.9755722 ], [ - -72.1152745, - 19.6687152 + 11.1130993, + 46.913036 ], [ - -72.1198205, - 19.6627535 + 11.0418548, + 46.7633482 ], [ - -72.1227768, - 19.6625696 + 10.8891879, + 46.7598621 ], [ - -72.1248965, - 19.662701 + 10.7416099, + 46.7842599 ], [ - -72.1285779, - 19.6645394 + 10.7059877, + 46.8643462 ], [ - -72.1308091, - 19.6661677 + 10.5787653, + 46.8399847 ], [ - -72.1316737, - 19.668794 + 10.4566318, + 46.8504267 ], [ - -72.1315621, - 19.671 - ] - ], - [ + 10.4769874, + 46.9269392 + ], [ - -71.845795, - 19.6709758 + 10.3853873, + 46.9894592 ], [ - -71.8429354, - 19.6759525 + 10.2327204, + 46.8643462 ], [ - -71.8410027, - 19.6759525 + 10.1207647, + 46.8330223 ], [ - -71.8380249, - 19.6755254 + 9.8663199, + 46.9408389 ], [ - -71.8378671, - 19.6745041 + 9.9019422, + 47.0033426 ], [ - -71.8390504, - 19.6743927 + 9.6831197, + 47.0588402 ], [ - -71.8390109, - 19.6741141 + 9.6118752, + 47.0380354 ], [ - -71.8398392, - 19.673947 + 9.6322307, + 47.128131 ], [ - -71.8389123, - 19.6736127 + 9.5813418, + 47.1662025 ], [ - -71.8380249, - 19.67209 + 9.5406306, + 47.2664422 ], [ - -71.8380052, - 19.6726285 + 9.6067863, + 47.3492559 ], [ - -71.8376699, - 19.6727214 + 9.6729419, + 47.369939 ], [ - -71.8376305, - 19.672545 + 9.6424085, + 47.4457079 ], [ - -71.8354414, - 19.6732135 + 9.5660751, + 47.4801122 ], [ - -71.835333, - 19.6729999 + 9.7136531, + 47.5282405 ], [ - -71.8331242, - 19.6734642 + 9.7848976, + 47.5969187 ], [ - -71.8326706, - 19.6716815 + 9.8357866, + 47.5454185 ], [ - -71.8321579, - 19.67209 + 9.9477423, + 47.538548 ], [ - -71.8307183, - 19.6694902 + 10.0902313, + 47.4491493 ], [ - -71.8306009, - 19.6697594 + 10.1105869, + 47.3664924 ], [ - -71.8302174, - 19.6698907 + 10.2428982, + 47.3871688 ], [ - -71.8291833, - 19.6672095 + 10.1869203, + 47.2698953 ], [ - -71.8290749, - 19.6672095 + 10.3243205, + 47.2975125 ], [ - -71.8289122, - 19.6667916 + 10.4820763, + 47.4491493 ], [ - -71.8289516, - 19.6666199 + 10.4311873, + 47.4869904 ], [ - -71.8288333, - 19.6663506 + 10.4413651, + 47.5900549 ], [ - -71.8285572, - 19.6664759 + 10.4871652, + 47.5522881 ], [ - -71.8288678, - 19.6672466 + 10.5482319, + 47.5351124 ], [ - -71.8287593, - 19.6674138 + 10.5991209, + 47.5660246 ], [ - -71.8277979, - 19.6678177 + 10.7568766, + 47.5316766 ], [ - -71.8277112, - 19.6678586 + 10.8891879, + 47.5454185 ], [ - -71.8278263, - 19.6679637 + 10.9400769, + 47.4869904 ], [ - -71.8271831, - 19.6681212 + 10.9960547, + 47.3906141 ], [ - -71.8271761, - 19.6680917 + 11.2352328, + 47.4422662 ], [ - -71.8264405, - 19.6683921 + 11.2810328, + 47.3975039 ], [ - -71.8264074, - 19.6683231 + 11.4235219, + 47.5144941 ], [ - -71.8261954, - 19.6684253 + 11.5761888, + 47.5076195 ], [ - -71.8261806, - 19.6683556 + 11.6067221, + 47.5900549 ], [ - -71.8258946, - 19.6684206 + 11.8357224, + 47.5866227 ], [ - -71.8258897, - 19.6686574 + 12.003656, + 47.6243647 ], [ - -71.8251551, - 19.6687549 + 12.2072118, + 47.6037815 ], [ - -71.8254509, - 19.6691588 + 12.1614117, + 47.6963421 ], [ - -71.8229332, - 19.6695739 + 12.2581008, + 47.7442718 ], [ - -71.822713, - 19.6696658 + 12.2530119, + 47.6792136 ], [ - -71.8227688, - 19.6697577 + 12.4311232, + 47.7100408 ], [ - -71.8201751, - 19.6709855 + 12.4921899, + 47.631224 ], [ - -71.8198474, - 19.6704537 + 12.5685234, + 47.6277944 ], [ - -71.8197985, - 19.6706014 + 12.6295901, + 47.6894913 ], [ - -71.8194674, - 19.6707557 + 12.7720792, + 47.6689338 ], [ - -71.8182472, - 19.6713433 + 12.8331459, + 47.5419833 ], [ - -71.8181426, - 19.6711431 + 12.975635, + 47.4732332 ], [ - -71.8175813, - 19.6714254 + 13.0417906, + 47.4938677 ], [ - -71.816959, - 19.6707672 + 13.0367017, + 47.5557226 ], [ - -71.8176388, - 19.6718965 + 13.0977685, + 47.6415112 ], [ - -71.8171403, - 19.6720376 + 13.0316128, + 47.7100408 ], [ - -71.8158225, - 19.6718045 + 12.9043905, + 47.7203125 ], [ - -71.8138354, - 19.6711874 + 13.0061684, + 47.84683 ], [ - -71.8123259, - 19.6706982 + 12.9451016, + 47.9355501 ], [ - -71.8121759, - 19.6704258 + 12.8636793, + 47.9594103 ], [ - -71.8124304, - 19.6701467 + 12.8636793, + 48.0036929 ], [ - -71.8119184, - 19.6700141 + 12.7517236, + 48.0989418 ], [ - -71.8118765, - 19.6705828 + 12.8738571, + 48.2109733 ], [ - -71.811169, - 19.6703483 + 12.9603683, + 48.2109733 ], [ - -71.8095938, - 19.6698516 + 13.0417906, + 48.2652035 ], [ - -71.8077992, - 19.6692829 + 13.1842797, + 48.2990682 ], [ - -71.8056028, - 19.668612 + 13.2606131, + 48.2922971 ], [ - -71.8051443, - 19.6668942 + 13.3980133, + 48.3565867 ], [ - -71.8051196, - 19.6652322 + 13.4438134, + 48.417418 ], [ - -71.8052315, - 19.661979 + 13.4387245, + 48.5523383 ], [ - -71.8065603, - 19.6523921 + 13.509969, + 48.5860123 ], [ - -71.8073412, - 19.6482946 + 13.6117469, + 48.5725454 ], [ - -71.8099686, - 19.6468292 + 13.7287915, + 48.5118999 ], [ - -71.8147517, - 19.6454502 + 13.7847694, + 48.5725454 ], [ - -71.8147726, - 19.6455619 + 13.8203916, + 48.6263915 ], [ - -71.8150027, - 19.6455093 + 13.7949471, + 48.7171267 ], [ - -71.8149469, - 19.6453846 + 13.850925, + 48.7741724 ], [ - -71.8159928, - 19.6450234 + 14.0595697, + 48.6633774 ], [ - -71.8158882, - 19.6448855 + 14.0137696, + 48.6331182 ], [ - -71.8165854, - 19.6446097 + 14.0748364, + 48.5927444 ], [ - -71.8190119, - 19.643802 + 14.2173255, + 48.5961101 ], [ - -71.8211524, - 19.643454 + 14.3649034, + 48.5489696 ], [ - -71.8221564, - 19.6433292 + 14.4666813, + 48.6499311 ], [ - -71.8269046, - 19.643211 + 14.5582815, + 48.5961101 ], [ - -71.8280481, - 19.6432241 + 14.5989926, + 48.6263915 ], [ - -71.8304466, - 19.6440778 + 14.7211261, + 48.5759124 ], [ - -71.8306419, - 19.6448592 + 14.7211261, + 48.6868997 ], [ - -71.8295263, - 19.6450365 + 14.822904, + 48.7271983 ], [ - -71.8296064, - 19.6456111 + 14.8178151, + 48.777526 ], [ - -71.8299411, - 19.6455651 + 14.9647227, + 48.7851754 ], [ - -71.8303699, - 19.6451744 + 14.9893637, + 49.0126611 ], [ - -71.830471, - 19.6453452 + 15.1485933, + 48.9950306 ], [ - -71.8308092, - 19.6451974 + 15.1943934, + 48.9315502 ], [ - -71.8310184, - 19.6451088 + 15.3063491, + 48.9850128 ], [ - -71.8312519, - 19.6458541 + 15.3928603, + 48.9850128 ], [ - -71.8311125, - 19.6458245 + 15.4844604, + 48.9282069 ], [ - -71.831367, - 19.6465862 + 15.749083, + 48.8545973 ], [ - -71.8328939, - 19.646189 + 15.8406831, + 48.8880697 ], [ - -71.8344566, - 19.6457062 + 16.0086166, + 48.7808794 ], [ - -71.8344664, - 19.6463052 + 16.2070835, + 48.7339115 ], [ - -71.834215, - 19.6461938 + 16.3953727, + 48.7372678 ], [ - -71.8342002, - 19.6465513 + 16.4920617, + 48.8110498 ], [ - -71.8346702, - 19.6463 + 16.6905286, + 48.7741724 ], [ - -71.8349118, - 19.6463905 + 16.7057953, + 48.7339115 ], [ - -71.8347984, - 19.6462187 + 16.8991733, + 48.713769 ], [ - -71.8354393, - 19.6458496 + 16.9755067, + 48.515271 ], [ - -71.8355034, - 19.6458032 + 16.8482844, + 48.4511817 ], [ - -71.8364747, - 19.6461328 + 16.8533733, + 48.3464411 ], [ - -71.8376382, - 19.6472658 + 16.9551512, + 48.2516513 ], [ - -71.8379143, - 19.647888 + 16.9907734, + 48.1498955 ], [ - -71.8390483, - 19.6508039 + 17.0925513, + 48.1397088 ], [ - -71.8456942, - 19.6696203 - ] - ], - [ - [ - -72.098878, - 18.54843 + 17.0823736, + 48.0241182 ], [ - -72.096993, - 18.5501994 + 17.1739737, + 48.0207146 ], [ - -72.0972888, - 18.5503209 + 17.0823736, + 47.8741447 ], [ - -72.0968451, - 18.5503489 + 16.9856845, + 47.8673174 ], [ - -72.0955632, - 18.551854 + 17.0823736, + 47.8092489 ], [ - -72.0956428, - 18.5526742 + 17.0925513, + 47.7031919 ], [ - -72.0959914, - 18.5533748 + 16.7414176, + 47.6792136 ], [ - -72.0962145, - 18.553203 + 16.7057953, + 47.7511153 ], [ - -72.0962842, - 18.5535665 + 16.5378617, + 47.7545368 ], [ - -72.0964446, - 18.5535533 + 16.5480395, + 47.7066164 ], [ - -72.0965352, - 18.5539764 + 16.4208172, + 47.6689338 ], [ - -72.0965056, - 18.554173 + 16.573484, + 47.6175045 ], [ - -72.0966085, - 18.5541747 + 16.670173, + 47.631224 ], [ - -72.0965178, - 18.5542127 + 16.7108842, + 47.538548 ], [ - -72.0968769, - 18.5546588 + 16.6599952, + 47.4491493 ], [ - -72.0979018, - 18.5552141 + 16.5429506, + 47.3940591 ], [ - -72.1006211, - 18.5555875 + 16.4615283, + 47.3940591 ], [ - -72.1014926, - 18.5556206 + 16.4920617, + 47.276801 ], [ - -72.1024339, - 18.5555016 + 16.425906, + 47.1973317 ], [ - -72.103417, - 18.5543515 + 16.4717061, + 47.1489007 ], [ - -72.1034798, - 18.5516215 + 16.5480395, + 47.1489007 ], [ - -72.1030789, - 18.5516149 + 16.476795, + 47.0796369 ], [ - -72.1033752, - 18.5515224 - ], + 16.527684, + 47.0588402 + ] + ] + ], + "terms_text": "geoimage.at", + "id": "geoimage.at" + }, + { + "name": "Imagerie Drone (Haiti)", + "type": "tms", + "template": "http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}", + "polygon": [ + [ [ - -72.1035042, - 18.5515224 + -72.1547401, + 19.6878969 ], [ - -72.1035239, - 18.5502417 + -72.162234, + 19.689011 ], [ - -72.1028701, - 18.5503062 + -72.164995, + 19.6932445 ], [ - -72.1029015, - 18.55025 + -72.1657838, + 19.6979977 ], [ - -72.1028457, - 18.5501773 + -72.161603, + 19.7035677 ], [ - -72.1035081, - 18.5500252 + -72.1487449, + 19.7028993 ], [ - -72.103491, - 18.5497396 + -72.1477194, + 19.7026765 ], [ - -72.1035181, - 18.5497361 + -72.1485082, + 19.7001514 ], [ - -72.1035398, - 18.5489039 + -72.1436963, + 19.7011169 ], [ - -72.1034317, - 18.5487056 + -72.1410143, + 19.7000029 ], [ - -72.102717, - 18.5481437 + -72.139476, + 19.6973664 ], [ - -72.1025601, - 18.5481536 + -72.1382533, + 19.6927617 ], [ - -72.10229, - 18.5482751 + -72.1386872, + 19.6923161 ], [ - -72.1022891, - 18.5482569 + -72.1380561, + 19.6896423 ], [ - -72.1025201, - 18.5481396 + -72.1385294, + 19.6894938 ], [ - -72.1023388, - 18.5481321 + -72.1388055, + 19.6901251 ], [ - -72.0999082, - 18.5480901 + -72.1388844, + 19.6876741 ], [ - -72.09907, - 18.5483799 - ] - ], - [ - [ - -72.2542503, - 18.568262 + -72.1378195, + 19.6872656 ], [ - -72.2560252, - 18.5717765 + -72.13778, + 19.6850003 ], [ - -72.2557886, - 18.5748049 + -72.1369517, + 19.6855945 ], [ - -72.2535009, - 18.5755526 + -72.136794, + 19.6840719 ], [ - -72.2522782, - 18.5755526 + -72.135729, + 19.6835148 ], [ - -72.2499906, - 18.5740945 + -72.1355713, + 19.6740817 ], [ - -72.2473874, - 18.5698323 + -72.1366362, + 19.6708133 ], [ - -72.2460069, - 18.566729 + -72.1487843, + 19.6710733 ], [ - -72.2458492, - 18.5629527 + -72.1534779, + 19.6763843 ], [ - -72.2479396, - 18.5625414 + -72.1530835, + 19.6769414 ], [ - -72.2501483, - 18.5628031 + -72.1533251, + 19.6769768 ], [ - -72.2519232, - 18.5650839 - ] - ], - [ - [ - -72.303145, - 18.5332749 + -72.1532807, + 19.6796525 ], [ - -72.3031275, - 18.5331799 + -72.1523834, + 19.6797175 ], [ - -72.3048311, - 18.5311081 + -72.1522749, + 19.6803488 ], [ - -72.3097397, - 18.5311081 + -72.1519101, + 19.6803395 ], [ - -72.3164332, - 18.5324302 + -72.1518608, + 19.6805067 ], [ - -72.3234056, - 18.5366083 + -72.1528173, + 19.6806552 ], [ - -72.3261388, - 18.5387765 + -72.1522299, + 19.6833011 ], [ - -72.3261946, - 18.5426371 + -72.1507801, + 19.6831499 ], [ - -72.3170468, - 18.5540596 + -72.1504457, + 19.6847862 ], [ - -72.3130864, - 18.5540596 + -72.1508591, + 19.6843492 ], [ - -72.2987511, - 18.5453342 + -72.1530087, + 19.6849898 ], [ - -72.2988627, - 18.5407333 + -72.1546258, + 19.6854354 ], [ - -72.2962969, - 18.5404689 + -72.1543103, + 19.6870694 ], [ - -72.2954602, - 18.5395169 + -72.1547244, + 19.6868466 ], [ - -72.2961853, - 18.5338582 + -72.1548501, + 19.6877564 ], [ - -72.2971893, - 18.5332235 - ], + -72.1545814, + 19.6877982 + ] + ], + [ [ - -72.3007034, - 18.5332764 + -72.1310601, + 19.6718929 ], [ - -72.3022652, - 18.5342284 + -72.1259842, + 19.6772765 ], [ - -72.3028486, - 18.5335189 + -72.1255379, + 19.6776179 ], [ - -72.303104, - 18.5333361 + -72.1216891, + 19.6776442 ], [ - -72.303181, - 18.5334007 + -72.1149677, + 19.672602 ], [ - -72.3035793, - 18.5335614 + -72.1152745, + 19.6687152 ], [ - -72.3030793, - 18.5346463 + -72.1198205, + 19.6627535 ], [ - -72.303715, - 18.5339873 + -72.1227768, + 19.6625696 ], [ - -72.3045286, - 18.5344052 + -72.1248965, + 19.662701 ], [ - -72.3044015, - 18.5345097 + -72.1285779, + 19.6645394 ], [ - -72.3062747, - 18.5352571 + -72.1308091, + 19.6661677 ], [ - -72.3063107, - 18.5352741 + -72.1316737, + 19.668794 ], [ - -72.3061219, - 18.5357628 - ], + -72.1315621, + 19.671 + ] + ], + [ [ - -72.3061219, - 18.5358196 + -71.845795, + 19.6709758 ], [ - -72.30637, - 18.5358928 + -71.8429354, + 19.6759525 ], [ - -72.3062726, - 18.5354869 + -71.8410027, + 19.6759525 ], [ - -72.3066688, - 18.5350891 + -71.8380249, + 19.6755254 ], [ - -72.3061963, - 18.5349706 + -71.8378671, + 19.6745041 ], [ - -72.3058869, - 18.5349385 + -71.8390504, + 19.6743927 ], [ - -72.3055373, - 18.5346833 + -71.8390109, + 19.6741141 ], [ - -72.3054864, - 18.534613 + -71.8398392, + 19.673947 ], [ - -72.3055585, - 18.5345065 + -71.8389123, + 19.6736127 ], [ - -72.3046749, - 18.5342293 + -71.8380249, + 19.67209 ], [ - -72.3047617, - 18.5338817 + -71.8380052, + 19.6726285 ], [ - -72.3043252, - 18.5337511 + -71.8376699, + 19.6727214 ], [ - -72.3042595, - 18.5336346 - ] - ], - [ + -71.8376305, + 19.672545 + ], [ - -72.2981405, - 18.477502 + -71.8354414, + 19.6732135 ], [ - -72.2935652, - 18.4948587 + -71.835333, + 19.6729999 ], [ - -72.2922242, - 18.4964297 + -71.8331242, + 19.6734642 ], [ - -72.2931708, - 18.4972526 + -71.8326706, + 19.6716815 ], [ - -72.2892266, - 18.5057058 + -71.8321579, + 19.67209 ], [ - -72.2878067, - 18.5080996 + -71.8307183, + 19.6694902 ], [ - -72.2850458, - 18.5119893 + -71.8306009, + 19.6697594 ], [ - -72.2840203, - 18.5113161 + -71.8302174, + 19.6698907 ], [ - -72.2808649, - 18.515879 + -71.8291833, + 19.6672095 ], [ - -72.2773151, - 18.5175994 + -71.8290749, + 19.6672095 ], [ - -72.2723454, - 18.5175246 + -71.8289122, + 19.6667916 ], [ - -72.2662714, - 18.5144578 + -71.8289516, + 19.6666199 ], [ - -72.2665869, - 18.5066783 + -71.8288333, + 19.6663506 ], [ - -72.2692643, - 18.5046154 + -71.8285572, + 19.6664759 ], [ - -72.2661965, - 18.5029756 + -71.8288678, + 19.6672466 ], [ - -72.2688181, - 18.4965222 + -71.8287593, + 19.6674138 ], [ - -72.2691528, - 18.4959403 + -71.8277979, + 19.6678177 ], [ - -72.2702684, - 18.4961519 + -71.8277112, + 19.6678586 ], [ - -72.2702684, - 18.4955964 + -71.8278263, + 19.6679637 ], [ - -72.2690691, - 18.49557 + -71.8271831, + 19.6681212 ], [ - -72.2692922, - 18.4937714 + -71.8271761, + 19.6680917 ], [ - -72.2736988, - 18.4859951 + -71.8264405, + 19.6683921 ], [ - -72.2746749, - 18.4850429 + -71.8264074, + 19.6683231 ], [ - -72.2751769, - 18.483403 + -71.8261954, + 19.6684253 ], [ - -72.2765435, - 18.4813398 + -71.8261806, + 19.6683556 ], [ - -72.2773523, - 18.4814985 + -71.8258946, + 19.6684206 ], [ - -72.2783006, - 18.4809694 + -71.8258897, + 19.6686574 ], [ - -72.2778544, - 18.4807049 + -71.8251551, + 19.6687549 ], [ - -72.2771013, - 18.480123 + -71.8254509, + 19.6691588 ], [ - -72.2789978, - 18.4775836 + -71.8229332, + 19.6695739 ], [ - -72.279723, - 18.4772927 + -71.822713, + 19.6696658 ], [ - -72.2806433, - 18.4776365 + -71.8227688, + 19.6697577 ], [ - -72.2813685, - 18.4771604 + -71.8201751, + 19.6709855 ], [ - -72.2808386, - 18.4769752 + -71.8198474, + 19.6704537 ], [ - -72.2812848, - 18.4758378 + -71.8197985, + 19.6706014 ], [ - -72.2823167, - 18.4751765 + -71.8194674, + 19.6707557 ], [ - -72.2851615, - 18.4750971 + -71.8182472, + 19.6713433 ], [ - -72.2849941, - 18.4763668 + -71.8181426, + 19.6711431 ], [ - -72.2854404, - 18.4769752 + -71.8175813, + 19.6714254 ], [ - -72.286277, - 18.4756262 + -71.816959, + 19.6707672 ], [ - -72.2869325, - 18.4754675 + -71.8176388, + 19.6718965 ], [ - -72.2865978, - 18.4751897 + -71.8171403, + 19.6720376 ], [ - -72.2865978, - 18.4750046 + -71.8158225, + 19.6718045 ], [ - -72.2909765, - 18.4747268 + -71.8138354, + 19.6711874 ], [ - -72.2946579, - 18.4749384 + -71.8123259, + 19.6706982 ], [ - -72.2973911, - 18.476843 - ] - ], - [ - [ - -72.3466657, - 18.5222375 + -71.8121759, + 19.6704258 ], [ - -72.346833, - 18.5244325 + -71.8124304, + 19.6701467 ], [ - -72.3475303, - 18.5277645 + -71.8119184, + 19.6700141 ], [ - -72.3455501, - 18.5291131 + -71.8118765, + 19.6705828 ], [ - -72.3403069, - 18.5292189 + -71.811169, + 19.6703483 ], [ - -72.3383267, - 18.5280289 + -71.8095938, + 19.6698516 ], [ - -72.3369043, - 18.530118 + -71.8077992, + 19.6692829 ], [ - -72.3338086, - 18.5296684 + -71.8056028, + 19.668612 ], [ - -72.3289279, - 18.5270769 + -71.8051443, + 19.6668942 ], [ - -72.328649, - 18.5253316 + -71.8051196, + 19.6652322 ], [ - -72.3292068, - 18.5232689 + -71.8052315, + 19.661979 ], [ - -72.330406, - 18.5220524 + -71.8065603, + 19.6523921 ], [ - -72.3321631, - 18.5221847 + -71.8073412, + 19.6482946 ], [ - -72.3322467, - 18.5191963 + -71.8099686, + 19.6468292 ], [ - -72.3369183, - 18.5183633 + -71.8147517, + 19.6454502 ], [ - -72.3382012, - 18.5184691 + -71.8147726, + 19.6455619 ], [ - -72.3381454, - 18.5181782 + -71.8150027, + 19.6455093 ], [ - -72.3411993, - 18.5177947 + -71.8149469, + 19.6453846 ], [ - -72.3454943, - 18.5171997 + -71.8159928, + 19.6450234 ], [ - -72.3492595, - 18.517279 + -71.8158882, + 19.6448855 ], [ - -72.3504308, - 18.5188922 + -71.8165854, + 19.6446097 ], [ - -72.3503472, - 18.5206112 + -71.8190119, + 19.643802 ], [ - -72.3496778, - 18.5220392 - ] - ], - [ - [ - -72.3303078, - 18.5486462 + -71.8211524, + 19.643454 ], [ - -72.3429687, - 18.5508149 + -71.8221564, + 19.6433292 ], [ - -72.3433236, - 18.5530585 + -71.8269046, + 19.643211 ], [ - -72.3413121, - 18.5614341 + -71.8280481, + 19.6432241 ], [ - -72.3390639, - 18.5613593 + -71.8304466, + 19.6440778 ], [ - -72.3384723, - 18.5638271 + -71.8306419, + 19.6448592 ], [ - -72.3375257, - 18.5654348 + -71.8295263, + 19.6450365 ], [ - -72.3348436, - 18.5650609 + -71.8296064, + 19.6456111 ], [ - -72.3311755, - 18.5638271 + -71.8299411, + 19.6455651 ], [ - -72.3312149, - 18.5616211 + -71.8303699, + 19.6451744 ], [ - -72.3232082, - 18.5606863 + -71.830471, + 19.6453452 ], [ - -72.3212361, - 18.559602 + -71.8308092, + 19.6451974 ], [ - -72.3208023, - 18.5587046 + -71.8310184, + 19.6451088 ], [ - -72.3208811, - 18.557882 + -71.8312519, + 19.6458541 ], [ - -72.3259493, - 18.5580274 + -71.8311125, + 19.6458245 ], [ - -72.3266186, - 18.5581993 + -71.831367, + 19.6465862 ], [ - -72.3259214, - 18.5577498 + -71.8328939, + 19.646189 ], [ - -72.3250986, - 18.5573797 + -71.8344566, + 19.6457062 ], [ - -72.3233767, - 18.552263 + -71.8344664, + 19.6463052 ], [ - -72.3245994, - 18.5478507 + -71.834215, + 19.6461938 ], [ - -72.3288986, - 18.5483742 + -71.8342002, + 19.6465513 ], [ - -72.329979, - 18.5489548 - ] - ], - [ + -71.8346702, + 19.6463 + ], [ - -72.3231383, - 18.5269828 + -71.8349118, + 19.6463905 ], [ - -72.3223434, - 18.528067 + -71.8347984, + 19.6462187 ], [ - -72.3209629, - 18.5279745 + -71.8354393, + 19.6458496 ], [ - -72.3207816, - 18.5271282 + -71.8355034, + 19.6458032 ], [ - -72.3208513, - 18.5253697 + -71.8364747, + 19.6461328 ], [ - -72.3214649, - 18.5249598 + -71.8376382, + 19.6472658 ], [ - -72.3225666, - 18.5248937 + -71.8379143, + 19.647888 ], [ - -72.3228454, - 18.52533 + -71.8390483, + 19.6508039 ], [ - -72.3232359, - 18.5264804 + -71.8456942, + 19.6696203 ] ], [ [ - -72.2160832, - 18.6457752 + -72.098878, + 18.54843 ], [ - -72.2159649, - 18.6553795 + -72.096993, + 18.5501994 ], [ - -72.2030279, - 18.6558279 + -72.0972888, + 18.5503209 ], [ - -72.1947057, - 18.6553421 + -72.0968451, + 18.5503489 ], [ - -72.1922208, - 18.6545573 + -72.0955632, + 18.551854 ], [ - -72.1920631, - 18.6521283 + -72.0956428, + 18.5526742 ], [ - -72.193483, - 18.6477559 + -72.0959914, + 18.5533748 ], [ - -72.201253, - 18.6385249 + -72.0962145, + 18.553203 ], [ - -72.2069327, - 18.6388239 + -72.0962842, + 18.5535665 ], [ - -72.2120996, - 18.6424117 + -72.0964446, + 18.5535533 ], [ - -72.2118068, - 18.6430591 + -72.0965352, + 18.5539764 ], [ - -72.2121693, - 18.6426892 + -72.0965056, + 18.554173 ], [ - -72.2127968, - 18.6427552 + -72.0966085, + 18.5541747 ], [ - -72.2134662, - 18.6431252 + -72.0965178, + 18.5542127 ], [ - -72.2135638, - 18.6437462 + -72.0968769, + 18.5546588 ], [ - -72.2154176, - 18.6443947 + -72.0979018, + 18.5552141 ], [ - -72.2158909, - 18.6450301 - ] - ], - [ - [ - -72.2867654, - 18.6482017 + -72.1006211, + 18.5555875 ], [ - -72.2900977, - 18.6527446 + -72.1014926, + 18.5556206 ], [ - -72.28981, - 18.6536532 + -72.1024339, + 18.5555016 ], [ - -72.2900738, - 18.6542664 + -72.103417, + 18.5543515 ], [ - -72.290721, - 18.6537667 + -72.1034798, + 18.5516215 ], [ - -72.2910327, - 18.6544709 + -72.1030789, + 18.5516149 ], [ - -72.2912485, - 18.654221 + -72.1033752, + 18.5515224 ], [ - -72.29168, - 18.6558905 + -72.1035042, + 18.5515224 ], [ - -72.2912245, - 18.656606 + -72.1035239, + 18.5502417 ], [ - -72.2922673, - 18.65597 + -72.1028701, + 18.5503062 ], [ - -72.2926869, - 18.6567536 + -72.1029015, + 18.55025 ], [ - -72.2930705, - 18.6567309 + -72.1028457, + 18.5501773 ], [ - -72.2941253, - 18.6581846 + -72.1035081, + 18.5500252 ], [ - -72.2960192, - 18.6608421 + -72.103491, + 18.5497396 ], [ - -72.2959713, - 18.6619096 + -72.1035181, + 18.5497361 ], [ - -72.2932862, - 18.664567 + -72.1035398, + 18.5489039 ], [ - -72.2906731, - 18.6659979 + -72.1034317, + 18.5487056 ], [ - -72.2895943, - 18.6661342 + -72.102717, + 18.5481437 ], [ - -72.2895943, - 18.6665657 + -72.1025601, + 18.5481536 ], [ - -72.2877004, - 18.6664749 + -72.10229, + 18.5482751 ], [ - -72.2875805, - 18.6676559 + -72.1022891, + 18.5482569 ], [ - -72.2831214, - 18.6697227 + -72.1025201, + 18.5481396 ], [ - -72.2796453, - 18.6696546 + -72.1023388, + 18.5481321 ], [ - -72.2784311, - 18.6690787 + -72.0999082, + 18.5480901 ], [ - -72.2783972, - 18.6687736 - ], + -72.09907, + 18.5483799 + ] + ], + [ [ - -72.277736, - 18.6691671 + -72.2542503, + 18.568262 ], [ - -72.2774394, - 18.669143 + -72.2560252, + 18.5717765 ], [ - -72.2770071, - 18.6683159 + -72.2557886, + 18.5748049 ], [ - -72.2765575, - 18.6681125 + -72.2535009, + 18.5755526 ], [ - -72.2765385, - 18.6680583 + -72.2522782, + 18.5755526 ], [ - -72.2752319, - 18.6685239 + -72.2499906, + 18.5740945 ], [ - -72.2749292, - 18.6674649 + -72.2473874, + 18.5698323 ], [ - -72.2746416, - 18.6674309 + -72.2460069, + 18.566729 ], [ - -72.2734668, - 18.6682145 + -72.2458492, + 18.5629527 ], [ - -72.2732271, - 18.6682712 + -72.2479396, + 18.5625414 ], [ - -72.2726757, - 18.6671583 + -72.2501483, + 18.5628031 ], [ - -72.2719147, - 18.6674288 + -72.2519232, + 18.5650839 + ] + ], + [ + [ + -72.303145, + 18.5332749 ], [ - -72.2718808, - 18.6673405 + -72.3031275, + 18.5331799 ], [ - -72.2688149, - 18.6681868 + -72.3048311, + 18.5311081 ], [ - -72.2688269, - 18.6671761 + -72.3097397, + 18.5311081 ], [ - -72.2690786, - 18.6668241 + -72.3164332, + 18.5324302 ], [ - -72.2688149, - 18.66679 + -72.3234056, + 18.5366083 ], [ - -72.2681077, - 18.6670739 + -72.3261388, + 18.5387765 ], [ - -72.2676282, - 18.6673805 + -72.3261946, + 18.5426371 ], [ - -72.2675563, - 18.6666878 + -72.3170468, + 18.5540596 ], [ - -72.266861, - 18.666949 + -72.3130864, + 18.5540596 ], [ - -72.2655904, - 18.6673578 + -72.2987511, + 18.5453342 ], [ - -72.2654466, - 18.6670058 + -72.2988627, + 18.5407333 ], [ - -72.2647514, - 18.6674146 + -72.2962969, + 18.5404689 ], [ - -72.2629893, - 18.6681868 + -72.2954602, + 18.5395169 ], [ - -72.2628455, - 18.6681754 + -72.2961853, + 18.5338582 ], [ - -72.2626537, - 18.6676076 + -72.2971893, + 18.5332235 ], [ - -72.2623001, - 18.6677098 + -72.3007034, + 18.5332764 ], [ - -72.2624799, - 18.6679199 + -72.3022652, + 18.5342284 ], [ - -72.2624799, - 18.6682322 + -72.3028486, + 18.5335189 ], [ - -72.262306, - 18.6682606 + -72.303104, + 18.5333361 ], [ - -72.2620963, - 18.6679654 + -72.303181, + 18.5334007 ], [ - -72.2622761, - 18.6689193 + -72.3035793, + 18.5335614 ], [ - -72.2601484, - 18.6688966 + -72.3030793, + 18.5346463 ], [ - -72.2542749, - 18.6687944 + -72.303715, + 18.5339873 ], [ - -72.2505388, - 18.6683476 + -72.3045286, + 18.5344052 ], [ - -72.2504371, - 18.669536 + -72.3044015, + 18.5345097 ], [ - -72.2477926, - 18.6698893 + -72.3062747, + 18.5352571 ], [ - -72.2415204, - 18.669793 + -72.3063107, + 18.5352741 ], [ - -72.2414187, - 18.6741933 + -72.3061219, + 18.5357628 ], [ - -72.2389167, - 18.6739759 + -72.3061219, + 18.5358196 ], [ - -72.2387249, - 18.6734649 + -72.30637, + 18.5358928 ], [ - -72.2383653, - 18.6733059 + -72.3062726, + 18.5354869 ], [ - -72.2387009, - 18.6739532 + -72.3066688, + 18.5350891 ], [ - -72.2375502, - 18.6738964 + -72.3061963, + 18.5349706 ], [ - -72.2374183, - 18.6735103 + -72.3058869, + 18.5349385 ], [ - -72.237742, - 18.67334 + -72.3055373, + 18.5346833 ], [ - -72.2375142, - 18.6732605 + -72.3054864, + 18.534613 ], [ - -72.236843, - 18.6734876 + -72.3055585, + 18.5345065 ], [ - -72.2364354, - 18.6724088 + -72.3046749, + 18.5342293 ], [ - -72.2355124, - 18.6726019 + -72.3047617, + 18.5338817 ], [ - -72.2354045, - 18.6724202 + -72.3043252, + 18.5337511 ], [ - -72.2353027, - 18.6729028 - ], + -72.3042595, + 18.5336346 + ] + ], + [ [ - -72.2345475, - 18.6726871 + -72.2981405, + 18.477502 ], [ - -72.2343077, - 18.6724599 + -72.2935652, + 18.4948587 ], [ - -72.2342358, - 18.6734706 + -72.2922242, + 18.4964297 ], [ - -72.2334087, - 18.6734592 + -72.2931708, + 18.4972526 ], [ - -72.2332889, - 18.6733003 + -72.2892266, + 18.5057058 ], [ - -72.2327375, - 18.6732889 + -72.2878067, + 18.5080996 ], [ - -72.2327135, - 18.6735047 + -72.2850458, + 18.5119893 ], [ - -72.227703, - 18.6725281 + -72.2840203, + 18.5113161 ], [ - -72.2265283, - 18.6716537 + -72.2808649, + 18.515879 ], [ - -72.226804, - 18.6715742 + -72.2773151, + 18.5175994 ], [ - -72.2274993, - 18.6715855 + -72.2723454, + 18.5175246 ], [ - -72.2274873, - 18.6714493 + -72.2662714, + 18.5144578 ], [ - -72.2272899, - 18.6714623 + -72.2665869, + 18.5066783 ], [ - -72.2272814, - 18.6712977 + -72.2692643, + 18.5046154 ], [ - -72.2272094, - 18.671358 + -72.2661965, + 18.5029756 ], [ - -72.2261785, - 18.6713693 + -72.2688181, + 18.4965222 ], [ - -72.2256032, - 18.670881 + -72.2691528, + 18.4959403 ], [ - -72.2255073, - 18.6694502 + -72.2702684, + 18.4961519 ], [ - -72.2261066, - 18.6696886 + -72.2702684, + 18.4955964 ], [ - -72.2261785, - 18.6695949 + -72.2690691, + 18.49557 ], [ - -72.2259837, - 18.6695495 + -72.2692922, + 18.4937714 ], [ - -72.225777, - 18.6691379 + -72.2736988, + 18.4859951 ], [ - -72.2253335, - 18.6694643 + -72.2746749, + 18.4850429 ], [ - -72.2249739, - 18.66947 + -72.2751769, + 18.483403 ], [ - -72.2245783, - 18.6678802 + -72.2765435, + 18.4813398 ], [ - -72.2235525, - 18.6677046 + -72.2773523, + 18.4814985 ], [ - -72.2235907, - 18.6675921 + -72.2783006, + 18.4809694 ], [ - -72.2224634, - 18.6676283 + -72.2778544, + 18.4807049 ], [ - -72.2223659, - 18.667022 + -72.2771013, + 18.480123 ], [ - -72.2223277, - 18.6670943 + -72.2789978, + 18.4775836 ], [ - -72.2219209, - 18.667026 + -72.279723, + 18.4772927 ], [ - -72.2208105, - 18.6669015 + -72.2806433, + 18.4776365 ], [ - -72.220809, - 18.6665325 + -72.2813685, + 18.4771604 ], [ - -72.2208705, - 18.6663593 + -72.2808386, + 18.4769752 ], [ - -72.2206023, - 18.6668107 + -72.2812848, + 18.4758378 ], [ - -72.2203895, - 18.6666361 + -72.2823167, + 18.4751765 ], [ - -72.2184341, - 18.6650535 + -72.2851615, + 18.4750971 ], [ - -72.21829, - 18.6640979 + -72.2849941, + 18.4763668 ], [ - -72.2183493, - 18.6608376 + -72.2854404, + 18.4769752 ], [ - -72.2187223, - 18.6606541 + -72.286277, + 18.4756262 ], [ - -72.2186894, - 18.660603 + -72.2869325, + 18.4754675 ], [ - -72.2187253, - 18.6604525 + -72.2865978, + 18.4751897 ], [ - -72.2189771, - 18.6603247 + -72.2865978, + 18.4750046 ], [ - -72.2187823, - 18.6601998 + -72.2909765, + 18.4747268 ], [ - -72.2186984, - 18.6602367 + -72.2946579, + 18.4749384 ], [ - -72.2185815, - 18.6600352 - ], + -72.2973911, + 18.476843 + ] + ], + [ [ - -72.2186085, - 18.6600039 + -72.3466657, + 18.5222375 ], [ - -72.2187823, - 18.6601345 + -72.346833, + 18.5244325 ], [ - -72.218995, - 18.6600181 + -72.3475303, + 18.5277645 ], [ - -72.2189111, - 18.6599131 + -72.3455501, + 18.5291131 ], [ - -72.2189681, - 18.6597938 + -72.3403069, + 18.5292189 ], [ - -72.2183807, - 18.6595837 + -72.3383267, + 18.5280289 ], [ - -72.2184728, - 18.6539662 + -72.3369043, + 18.530118 ], [ - -72.2201001, - 18.6511554 + -72.3338086, + 18.5296684 ], [ - -72.225796, - 18.6469472 + -72.3289279, + 18.5270769 ], [ - -72.2283048, - 18.6457265 + -72.328649, + 18.5253316 ], [ - -72.2379335, - 18.645855 + -72.3292068, + 18.5232689 ], [ - -72.237764, - 18.6446985 + -72.330406, + 18.5220524 ], [ - -72.2400355, - 18.6432529 + -72.3321631, + 18.5221847 ], [ - -72.2455958, - 18.6433493 + -72.3322467, + 18.5191963 ], [ - -72.2482742, - 18.6450358 + -72.3369183, + 18.5183633 ], [ - -72.2487488, - 18.6436705 + -72.3382012, + 18.5184691 ], [ - -72.2511067, - 18.6429775 + -72.3381454, + 18.5181782 ], [ - -72.2512385, - 18.6433409 + -72.3411993, + 18.5177947 ], [ - -72.2512625, - 18.6431592 + -72.3454943, + 18.5171997 ], [ - -72.2514843, - 18.6431365 + -72.3492595, + 18.517279 ], [ - -72.2513284, - 18.6429718 + -72.3504308, + 18.5188922 ], [ - -72.2533602, - 18.6423471 + -72.3503472, + 18.5206112 ], [ - -72.253516, - 18.6426765 - ], + -72.3496778, + 18.5220392 + ] + ], + [ [ - -72.2539535, - 18.6425402 + -72.3303078, + 18.5486462 ], [ - -72.2541453, - 18.642932 + -72.3429687, + 18.5508149 ], [ - -72.2543851, - 18.6428696 + -72.3433236, + 18.5530585 ], [ - -72.2543791, - 18.6427503 + -72.3413121, + 18.5614341 ], [ - -72.2564168, - 18.6423244 + -72.3390639, + 18.5613593 ], [ - -72.2566925, - 18.6431365 + -72.3384723, + 18.5638271 ], [ - -72.2568783, - 18.6428582 + -72.3375257, + 18.5654348 ], [ - -72.2568184, - 18.6425288 + -72.3348436, + 18.5650609 ], [ - -72.258843, - 18.6420991 + -72.3311755, + 18.5638271 ], [ - -72.258885, - 18.6422467 + -72.3312149, + 18.5616211 ], [ - -72.2592626, - 18.6422297 + -72.3232082, + 18.5606863 ], [ - -72.2596461, - 18.6424057 + -72.3212361, + 18.559602 ], [ - -72.2592206, - 18.6406907 + -72.3208023, + 18.5587046 ], [ - -72.2599545, - 18.6404815 + -72.3208811, + 18.557882 ], [ - -72.2601156, - 18.6406341 + -72.3259493, + 18.5580274 ], [ - -72.2601156, - 18.6399393 + -72.3266186, + 18.5581993 ], [ - -72.2615268, - 18.6394669 + -72.3259214, + 18.5577498 ], [ - -72.2626056, - 18.6391034 + -72.3250986, + 18.5573797 ], [ - -72.2654465, - 18.6387286 + -72.3233767, + 18.552263 ], [ - -72.2719433, - 18.6386832 + -72.3245994, + 18.5478507 ], [ - -72.272201, - 18.6388649 + -72.3288986, + 18.5483742 ], [ - -72.2730341, - 18.6394158 - ], + -72.329979, + 18.5489548 + ] + ], + [ [ - -72.273166, - 18.6412558 + -72.3231383, + 18.5269828 ], [ - -72.2738732, - 18.6410286 + -72.3223434, + 18.528067 ], [ - -72.2742208, - 18.6416079 + -72.3209629, + 18.5279745 ], [ - -72.2752187, - 18.6416987 + -72.3207816, + 18.5271282 ], [ - -72.2754524, - 18.6415738 + -72.3208513, + 18.5253697 ], [ - -72.2755513, - 18.6416874 + -72.3214649, + 18.5249598 ], [ - -72.2755394, - 18.6417527 + -72.3225666, + 18.5248937 ], [ - -72.2764713, - 18.6418634 + -72.3228454, + 18.52533 ], [ - -72.276753, - 18.6418975 + -72.3232359, + 18.5264804 + ] + ], + [ + [ + -72.2160832, + 18.6457752 ], [ - -72.2762953, - 18.6426002 + -72.2159649, + 18.6553795 ], [ - -72.2774226, - 18.6429978 + -72.2030279, + 18.6558279 ], [ - -72.277982, - 18.6427247 + -72.1947057, + 18.6553421 ], [ - -72.2785796, - 18.6431303 + -72.1922208, + 18.6545573 ], [ - -72.2785669, - 18.6432307 + -72.1920631, + 18.6521283 ], [ - -72.2789017, - 18.6433471 + -72.193483, + 18.6477559 ], [ - -72.279851, - 18.6439655 + -72.201253, + 18.6385249 ], [ - -72.2858703, - 18.6469651 - ] - ], - [ + -72.2069327, + 18.6388239 + ], [ - -72.5557247, - 18.5305893 + -72.2120996, + 18.6424117 ], [ - -72.5555866, - 18.5367036 + -72.2118068, + 18.6430591 ], [ - -72.554995, - 18.537975 + -72.2121693, + 18.6426892 ], [ - -72.5488026, - 18.537919 + -72.2127968, + 18.6427552 ], [ - -72.5486646, - 18.5372832 + -72.2134662, + 18.6431252 ], [ - -72.548842, - 18.5306267 + -72.2135638, + 18.6437462 ], [ - -72.5493745, - 18.5301031 + -72.2154176, + 18.6443947 ], [ - -72.555133, - 18.5301218 + -72.2158909, + 18.6450301 ] ], [ [ - -72.6235278, - 18.5079877 + -72.2867654, + 18.6482017 ], [ - -72.6234441, - 18.5095217 + -72.2900977, + 18.6527446 ], [ - -72.6226074, - 18.5104341 + -72.28981, + 18.6536532 ], [ - -72.6204878, - 18.511849 + -72.2900738, + 18.6542664 ], [ - -72.6183403, - 18.5107514 + -72.290721, + 18.6537667 ], [ - -72.6162207, - 18.5083183 + -72.2910327, + 18.6544709 ], [ - -72.6162625, - 18.506467 + -72.2912485, + 18.654221 ], [ - -72.618661, - 18.5044438 + -72.29168, + 18.6558905 ], [ - -72.6204041, - 18.5044967 + -72.2912245, + 18.656606 ], [ - -72.6228305, - 18.506996 - ] - ] - ] - }, - { - "name": "Ireland Bartholomew Quarter-Inch 1940", - "type": "tms", - "template": "http://geo.nls.uk/maps/ireland/bartholomew/{zoom}/{x}/{-y}.png", - "scaleExtent": [ - 5, - 13 - ], - "polygon": [ - [ - [ - -8.8312773, - 55.3963337 + -72.2922673, + 18.65597 ], [ - -7.3221271, - 55.398605 + -72.2926869, + 18.6567536 ], [ - -7.2891331, - 55.4333162 + -72.2930705, + 18.6567309 ], [ - -7.2368042, - 55.4530757 + -72.2941253, + 18.6581846 ], [ - -7.18881, - 55.4497995 + -72.2960192, + 18.6608421 ], [ - -7.1528144, - 55.3968384 + -72.2959713, + 18.6619096 ], [ - -6.90561, - 55.394903 + -72.2932862, + 18.664567 ], [ - -6.9047153, - 55.3842114 + -72.2906731, + 18.6659979 ], [ - -5.8485282, - 55.3922956 + -72.2895943, + 18.6661342 ], [ - -5.8378629, - 55.248676 + -72.2895943, + 18.6665657 ], [ - -5.3614762, - 55.2507024 + -72.2877004, + 18.6664749 ], [ - -5.3899172, - 53.8466464 + -72.2875805, + 18.6676559 ], [ - -5.8734141, - 53.8487436 + -72.2831214, + 18.6697227 ], [ - -5.8983, - 52.8256258 + -72.2796453, + 18.6696546 ], [ - -6.0191742, - 52.8256258 + -72.2784311, + 18.6690787 ], [ - -6.0262844, - 51.7712367 + -72.2783972, + 18.6687736 ], [ - -8.1131422, - 51.7712367 + -72.277736, + 18.6691671 ], [ - -8.1273627, - 51.3268839 + -72.2774394, + 18.669143 ], [ - -10.6052842, - 51.3091083 + -72.2770071, + 18.6683159 ], [ - -10.6271879, - 52.0328254 + -72.2765575, + 18.6681125 ], [ - -10.6469845, - 52.0322454 + -72.2765385, + 18.6680583 ], [ - -10.6469845, - 52.0440365 + -72.2752319, + 18.6685239 ], [ - -10.6271879, - 52.0448095 + -72.2749292, + 18.6674649 ], [ - -10.6290733, - 52.0745627 + -72.2746416, + 18.6674309 ], [ - -10.6699234, - 52.0743695 + -72.2734668, + 18.6682145 ], [ - -10.6702376, - 52.0876941 + -72.2732271, + 18.6682712 ], [ - -10.6312729, - 52.0898179 + -72.2726757, + 18.6671583 ], [ - -10.6393128, - 52.4147202 + -72.2719147, + 18.6674288 ], [ - -10.3137689, - 52.4185533 + -72.2718808, + 18.6673405 ], [ - -10.3166401, - 53.3341342 + -72.2688149, + 18.6681868 ], [ - -10.3699669, - 53.3330727 + -72.2688269, + 18.6671761 ], [ - -10.385965, - 54.3534472 + -72.2690786, + 18.6668241 ], [ - -8.8163777, - 54.3586265 + -72.2688149, + 18.66679 ], [ - -8.8173427, - 54.6595721 + -72.2681077, + 18.6670739 ], [ - -8.8413398, - 54.6616284 + -72.2676282, + 18.6673805 ], [ - -8.8422286, - 54.6929749 + -72.2675563, + 18.6666878 ], [ - -8.8315632, - 54.7145436 + -72.266861, + 18.666949 ], [ - -8.8151208, - 54.7145436 - ] - ] - ], - "terms_url": "http://geo.nls.uk/maps/", - "terms_text": "National Library of Scotland Historic Maps" - }, - { - "name": "Ireland British War Office One-Inch 1941-43 GSGS 4136", - "type": "tms", - "template": "http://geo.nls.uk/maps/ireland/gsgs4136/{zoom}/{x}/{-y}.png", - "scaleExtent": [ - 5, - 15 - ], - "polygon": [ - [ + -72.2655904, + 18.6673578 + ], [ - -10.0847426, - 51.4147902 + -72.2654466, + 18.6670058 ], [ - -10.0906535, - 51.5064103 + -72.2647514, + 18.6674146 ], [ - -10.4564222, - 51.5003961 + -72.2629893, + 18.6681868 ], [ - -10.5005905, - 52.3043019 + -72.2628455, + 18.6681754 ], [ - -10.0837522, - 52.312741 + -72.2626537, + 18.6676076 ], [ - -10.0840973, - 52.3404698 + -72.2623001, + 18.6677098 ], [ - -10.055802, - 52.3408915 + -72.2624799, + 18.6679199 ], [ - -10.0768509, - 52.7628238 + -72.2624799, + 18.6682322 ], [ - -9.7780248, - 52.7684611 + -72.262306, + 18.6682606 ], [ - -9.7818205, - 52.8577261 + -72.2620963, + 18.6679654 ], [ - -9.6337877, - 52.8596012 + -72.2622761, + 18.6689193 ], [ - -9.6449626, - 53.1294502 + -72.2601484, + 18.6688966 ], [ - -10.0919663, - 53.1227152 + -72.2542749, + 18.6687944 ], [ - -10.1051422, - 53.3912913 + -72.2505388, + 18.6683476 ], [ - -10.4052593, - 53.3866349 + -72.2504371, + 18.669536 ], [ - -10.4530828, - 54.193502 + -72.2477926, + 18.6698893 ], [ - -10.2998523, - 54.1974988 + -72.2415204, + 18.669793 ], [ - -10.3149801, - 54.4669592 + -72.2414187, + 18.6741933 ], [ - -8.9276095, - 54.4853897 + -72.2389167, + 18.6739759 ], [ - -8.9339534, - 54.7546562 + -72.2387249, + 18.6734649 ], [ - -8.7773069, - 54.755501 + -72.2383653, + 18.6733059 ], [ - -8.7826749, - 55.0252208 + -72.2387009, + 18.6739532 ], [ - -8.9402974, - 55.0238221 + -72.2375502, + 18.6738964 ], [ - -8.9451773, - 55.2934155 + -72.2374183, + 18.6735103 ], [ - -7.528039, - 55.2970274 + -72.237742, + 18.67334 ], [ - -7.525599, - 55.3874955 + -72.2375142, + 18.6732605 ], [ - -7.0541955, - 55.3841691 + -72.236843, + 18.6734876 ], [ - -7.0556595, - 55.2939712 + -72.2364354, + 18.6724088 ], [ - -6.3241545, - 55.2859128 + -72.2355124, + 18.6726019 ], [ - -6.3217146, - 55.3253556 + -72.2354045, + 18.6724202 ], [ - -6.1035807, - 55.3223016 + -72.2353027, + 18.6729028 ], [ - -6.1045566, - 55.2828557 + -72.2345475, + 18.6726871 ], [ - -5.7985836, - 55.2772968 + -72.2343077, + 18.6724599 ], [ - -5.8117595, - 55.0087135 + -72.2342358, + 18.6734706 ], [ - -5.656577, - 55.0056351 + -72.2334087, + 18.6734592 ], [ - -5.6721928, - 54.7355021 + -72.2332889, + 18.6733003 ], [ - -5.3618278, - 54.729585 + -72.2327375, + 18.6732889 ], [ - -5.3964755, - 54.1917889 + -72.2327135, + 18.6735047 ], [ - -5.855679, - 54.2017807 + -72.227703, + 18.6725281 ], [ - -5.9220464, - 52.8524504 + -72.2265283, + 18.6716537 ], [ - -6.070885, - 52.8551025 + -72.226804, + 18.6715742 ], [ - -6.1030927, - 52.1373337 + -72.2274993, + 18.6715855 ], [ - -6.8331336, - 52.1463183 + -72.2274873, + 18.6714493 ], [ - -6.8355736, - 52.0578908 - ], - [ - -7.5641506, - 52.0617913 - ], - [ - -7.5661026, - 51.7921593 - ], - [ - -8.147305, - 51.792763 - ], - [ - -8.146329, - 51.7033331 + -72.2272899, + 18.6714623 ], [ - -8.2912636, - 51.7027283 + -72.2272814, + 18.6712977 ], [ - -8.2897996, - 51.5227274 + -72.2272094, + 18.671358 ], [ - -9.1174397, - 51.516958 + -72.2261785, + 18.6713693 ], [ - -9.1179277, - 51.4625685 + -72.2256032, + 18.670881 ], [ - -9.3692452, - 51.4616564 + -72.2255073, + 18.6694502 ], [ - -9.3672933, - 51.4254613 - ] - ] - ], - "terms_url": "http://geo.nls.uk/maps/", - "terms_text": "National Library of Scotland Historic Maps" - }, - { - "name": "Ireland EEA CORINE 2006", - "type": "tms", - "template": "http://a.tile.openstreetmap.ie/tiles/corine/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 5, - 16 - ], - "polygon": [ - [ - [ - -5.842956, - 53.8627976 + -72.2261066, + 18.6696886 ], [ - -5.8341575, - 53.7633541 + -72.2261785, + 18.6695949 ], [ - -5.6267647, - 53.5383692 + -72.2259837, + 18.6695495 ], [ - -5.9648778, - 52.1631197 + -72.225777, + 18.6691379 ], [ - -6.0453211, - 52.0527275 + -72.2253335, + 18.6694643 ], [ - -6.1823261, - 51.9699475 + -72.2249739, + 18.66947 ], [ - -6.3960035, - 51.9234618 + -72.2245783, + 18.6678802 ], [ - -6.5945978, - 51.883911 + -72.2235525, + 18.6677046 ], [ - -7.2481994, - 51.9056295 + -72.2235907, + 18.6675921 ], [ - -7.341212, - 51.8148076 + -72.2224634, + 18.6676283 ], [ - -8.1971787, - 51.5037019 + -72.2223659, + 18.667022 ], [ - -8.3191005, - 51.4167737 + -72.2223277, + 18.6670943 ], [ - -9.4478202, - 51.1991221 + -72.2219209, + 18.667026 ], [ - -9.9015706, - 51.2266802 + -72.2208105, + 18.6669015 ], [ - -10.472215, - 51.4050139 + -72.220809, + 18.6665325 ], [ - -10.8857437, - 51.6770619 + -72.2208705, + 18.6663593 ], [ - -11.035318, - 52.0620016 + -72.2206023, + 18.6668107 ], [ - -10.9950963, - 52.1831616 + -72.2203895, + 18.6666361 ], [ - -10.8178697, - 52.3139827 + -72.2184341, + 18.6650535 ], [ - -9.8839736, - 52.9032208 + -72.21829, + 18.6640979 ], [ - -10.1165049, - 52.9676141 + -72.2183493, + 18.6608376 ], [ - -10.5514014, - 53.3317027 + -72.2187223, + 18.6606541 ], [ - -10.6896633, - 53.5854022 + -72.2186894, + 18.660603 ], [ - -10.6444139, - 54.0100436 + -72.2187253, + 18.6604525 ], [ - -10.5501445, - 54.257482 + -72.2189771, + 18.6603247 ], [ - -10.2824192, - 54.4742405 + -72.2187823, + 18.6601998 ], [ - -9.8073011, - 54.5705346 + -72.2186984, + 18.6602367 ], [ - -9.196435, - 54.5486695 + -72.2185815, + 18.6600352 ], [ - -9.2253443, - 54.7000264 + -72.2186085, + 18.6600039 ], [ - -8.8985435, - 55.1363582 + -72.2187823, + 18.6601345 ], [ - -8.0476045, - 55.4711977 + -72.218995, + 18.6600181 ], [ - -7.4367384, - 55.6191092 + -72.2189111, + 18.6599131 ], [ - -7.2205471, - 55.6205288 + -72.2189681, + 18.6597938 ], [ - -6.8258723, - 55.5608644 + -72.2183807, + 18.6595837 ], [ - -6.0679458, - 55.3727567 + -72.2184728, + 18.6539662 ], [ - -5.5639184, - 55.0759594 + -72.2201001, + 18.6511554 ], [ - -5.0649187, - 54.4640142 + -72.225796, + 18.6469472 ], [ - -5.2572284, - 54.1582424 - ] - ] - ], - "terms_url": "http://www.eea.europa.eu/data-and-maps/data/clc-2006-vector-data-version-1", - "terms_text": "EEA Corine 2006" - }, - { - "name": "Ireland EEA GMES Urban Atlas", - "type": "tms", - "template": "http://a.tile.openstreetmap.ie/tiles/urbanatlas/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 5, - 17 - ], - "polygon": [ - [ - [ - -9.2759602, - 52.7993666 + -72.2283048, + 18.6457265 ], [ - -9.215509, - 52.8276933 + -72.2379335, + 18.645855 ], [ - -9.1086618, - 52.9128016 + -72.237764, + 18.6446985 ], [ - -9.0196831, - 52.8837107 + -72.2400355, + 18.6432529 ], [ - -8.8760649, - 52.8978445 + -72.2455958, + 18.6433493 ], [ - -8.8001797, - 52.8833558 + -72.2482742, + 18.6450358 ], [ - -8.7665597, - 52.9065354 + -72.2487488, + 18.6436705 ], [ - -8.5938079, - 52.9238592 + -72.2511067, + 18.6429775 ], [ - -8.5241972, - 52.8869724 + -72.2512385, + 18.6433409 ], [ - -8.4956786, - 52.9105906 + -72.2512625, + 18.6431592 ], [ - -8.3506448, - 52.9238592 + -72.2514843, + 18.6431365 ], [ - -8.2718204, - 52.9492401 + -72.2513284, + 18.6429718 ], [ - -8.2249679, - 52.8991338 + -72.2533602, + 18.6423471 ], [ - -8.1564001, - 52.9149986 + -72.253516, + 18.6426765 ], [ - -8.0881237, - 52.7630417 + -72.2539535, + 18.6425402 ], [ - -8.1360092, - 52.7239783 + -72.2541453, + 18.642932 ], [ - -8.1570652, - 52.6766443 + -72.2543851, + 18.6428696 ], [ - -8.2059695, - 52.6185385 + -72.2543791, + 18.6427503 ], [ - -8.2025734, - 52.5954396 + -72.2564168, + 18.6423244 ], [ - -8.2231242, - 52.5599691 + -72.2566925, + 18.6431365 ], [ - -8.2236294, - 52.5095371 + -72.2568783, + 18.6428582 ], [ - -8.2976651, - 52.5025088 + -72.2568184, + 18.6425288 ], [ - -8.3295888, - 52.4721087 + -72.258843, + 18.6420991 ], [ - -8.3589695, - 52.4986072 + -72.258885, + 18.6422467 ], [ - -8.3737385, - 52.4764529 + -72.2592626, + 18.6422297 ], [ - -8.432326, - 52.4342609 + -72.2596461, + 18.6424057 ], [ - -8.4754569, - 52.4216289 + -72.2592206, + 18.6406907 ], [ - -8.5017727, - 52.3870011 + -72.2599545, + 18.6404815 ], [ - -8.5476205, - 52.3681351 + -72.2601156, + 18.6406341 ], [ - -8.6444103, - 52.3376422 + -72.2601156, + 18.6399393 ], [ - -8.6841451, - 52.3660614 + -72.2615268, + 18.6394669 ], [ - -8.8154099, - 52.3721014 + -72.2626056, + 18.6391034 ], [ - -8.8614233, - 52.3521652 + -72.2654465, + 18.6387286 ], [ - -8.9074451, - 52.3824674 + -72.2719433, + 18.6386832 ], [ - -8.9388551, - 52.3789166 + -72.272201, + 18.6388649 ], [ - -8.9782502, - 52.4093811 + -72.2730341, + 18.6394158 ], [ - -9.0298715, - 52.4104169 + -72.273166, + 18.6412558 ], [ - -9.1059449, - 52.420981 + -72.2738732, + 18.6410286 ], [ - -9.1084962, - 52.4415071 + -72.2742208, + 18.6416079 ], [ - -9.140702, - 52.4650891 + -72.2752187, + 18.6416987 ], [ - -9.1315765, - 52.5136207 + -72.2754524, + 18.6415738 ], [ - -9.1739699, - 52.5620573 + -72.2755513, + 18.6416874 ], [ - -9.1426235, - 52.589645 + -72.2755394, + 18.6417527 ], [ - -9.1542382, - 52.610216 + -72.2764713, + 18.6418634 ], [ - -9.1426231, - 52.6387401 + -72.276753, + 18.6418975 ], [ - -9.1776844, - 52.6447573 + -72.2762953, + 18.6426002 ], [ - -9.2012184, - 52.6526248 + -72.2774226, + 18.6429978 ], [ - -9.2036198, - 52.6686468 + -72.277982, + 18.6427247 ], [ - -9.2238348, - 52.6706578 + -72.2785796, + 18.6431303 ], [ - -9.2161072, - 52.6919412 + -72.2785669, + 18.6432307 ], [ - -9.1882395, - 52.7057242 + -72.2789017, + 18.6433471 ], [ - -9.2750099, - 52.7350292 + -72.279851, + 18.6439655 ], [ - -9.2601152, - 52.7616711 + -72.2858703, + 18.6469651 ] ], [ [ - -7.307313219981238, - 53.81625879275365 + -72.5557247, + 18.5305893 ], [ - -7.245858447032101, - 53.78300449111207 + -72.5555866, + 18.5367036 ], [ - -7.15144468970801, - 53.81179938127503 + -72.554995, + 18.537975 ], [ - -7.086900011973722, - 53.784424420834 + -72.5488026, + 18.537919 ], [ - -7.0347149533800435, - 53.77996162275688 + -72.5486646, + 18.5372832 ], [ - -6.975320116954343, - 53.788481098127924 + -72.548842, + 18.5306267 ], [ - -6.928628222423156, - 53.81443454540607 + -72.5493745, + 18.5301031 ], [ - -6.992829577403537, - 53.86609081229548 - ], + -72.555133, + 18.5301218 + ] + ], + [ [ - -6.975320116954343, - 53.87945028968944 + -72.6235278, + 18.5079877 ], [ - -6.949914233165313, - 53.87094929783329 + -72.6234441, + 18.5095217 ], [ - -6.9375546140247035, - 53.87540241385127 + -72.6226074, + 18.5104341 ], [ - -6.936867968516893, - 53.896649390754646 + -72.6204878, + 18.511849 ], [ - -6.897042529063821, - 53.889770599553906 + -72.6183403, + 18.5107514 ], [ - -6.867516772227924, - 53.880259817835736 + -72.6162207, + 18.5083183 ], [ - -6.851037280040446, - 53.88450958346468 + -72.6162625, + 18.506467 ], [ - -6.842454211192801, - 53.89786317755242 + -72.618661, + 18.5044438 ], [ - -6.812928454356904, - 53.90069520963246 + -72.6204041, + 18.5044967 ], [ - -6.79850889869286, - 53.89280549994937 - ], + -72.6228305, + 18.506996 + ] + ] + ] + }, + { + "name": "Ireland Bartholomew Quarter-Inch 1940", + "type": "tms", + "template": "http://geo.nls.uk/maps/ireland/bartholomew/{zoom}/{x}/{-y}.png", + "scaleExtent": [ + 5, + 13 + ], + "polygon": [ + [ [ - -6.789925829845217, - 53.89462633440526 + -8.8312773, + 55.3963337 ], [ - -6.791985766368652, - 53.904538374710896 + -7.3221271, + 55.398605 ], [ - -6.778939501720231, - 53.918087767078354 + -7.2891331, + 55.4333162 ], [ - -6.77001311011868, - 53.91505470292794 + -7.2368042, + 55.4530757 ], [ - -6.75868345923979, - 53.921727153244476 + -7.18881, + 55.4497995 ], [ - -6.744263903575747, - 53.916065748791254 + -7.1528144, + 55.3968384 ], [ - -6.727441088634364, - 53.92334455637637 + -6.90561, + 55.394903 ], [ - -6.713021532970319, - 53.90777445003927 + -6.9047153, + 55.3842114 ], [ - -6.684182421642232, - 53.90292024303218 + -5.8485282, + 55.3922956 ], [ - -6.623757616954815, - 53.88187882710815 + -5.8378629, + 55.248676 ], [ - -6.590455309825955, - 53.857789593974296 + -5.3614762, + 55.2507024 ], [ - -6.591141955333765, - 53.835509894663346 + -5.3899172, + 53.8466464 ], [ - -6.574319140392382, - 53.82254170362619 + -5.8734141, + 53.8487436 ], [ - -6.571572558361136, - 53.804703885117576 + -5.8983, + 52.8256258 ], [ - -6.5533764524041285, - 53.79983770791046 + -6.0191742, + 52.8256258 ], [ - -6.541360156017425, - 53.78300449111207 + -6.0262844, + 51.7712367 ], [ - -6.511491076427622, - 53.76900546961285 + -8.1131422, + 51.7712367 ], [ - -6.472695605236269, - 53.77326653566421 + -8.1273627, + 51.3268839 ], [ - -6.443513171154276, - 53.76393220797015 + -10.6052842, + 51.3091083 ], [ - -6.44728972144724, - 53.75114486961979 + -10.6271879, + 52.0328254 ], [ - -6.4775021237909485, - 53.728199094666586 + -10.6469845, + 52.0322454 ], [ - -6.459649340587848, - 53.71682309412751 + -10.6469845, + 52.0440365 ], [ - -6.435616747814443, - 53.72230833571077 + -10.6271879, + 52.0448095 ], [ - -6.4198239011347775, - 53.72921465935537 + -10.6290733, + 52.0745627 ], [ - -6.4009411496699595, - 53.72169889975152 + -10.6699234, + 52.0743695 ], [ - -6.375878588634836, - 53.718042098526006 + -10.6702376, + 52.0876941 ], [ - -6.359055773693453, - 53.708695495259434 + -10.6312729, + 52.0898179 ], [ - -6.340173022228636, - 53.708085862042424 + -10.6393128, + 52.4147202 ], [ - -6.329873339611461, - 53.71296268045594 + -10.3137689, + 52.4185533 ], [ - -6.325753466564592, - 53.72210519137233 + -10.3166401, + 53.3341342 ], [ - -6.2938244504513525, - 53.72576163932632 + -10.3699669, + 53.3330727 ], [ - -6.265328661877173, - 53.7363229253304 + -10.385965, + 54.3534472 ], [ - -6.240952746349864, - 53.734292114843086 + -8.8163777, + 54.3586265 ], [ - -6.180871264416349, - 53.632015710147016 + -8.8173427, + 54.6595721 ], [ - -6.092793818322125, - 53.588038288422446 + -8.8413398, + 54.6616284 ], [ - -5.985734079608837, - 53.49383447350347 + -8.8422286, + 54.6929749 ], [ - -6.0887447432153685, - 53.27174268379562 + -8.8315632, + 54.7145436 ], [ - -6.033272979232964, - 53.1191110041494 - ], + -8.8151208, + 54.7145436 + ] + ] + ], + "terms_url": "http://geo.nls.uk/maps/", + "terms_text": "National Library of Scotland Historic Maps" + }, + { + "name": "Ireland British War Office One-Inch 1941-43 GSGS 4136", + "type": "tms", + "template": "http://geo.nls.uk/maps/ireland/gsgs4136/{zoom}/{x}/{-y}.png", + "scaleExtent": [ + 5, + 15 + ], + "polygon": [ + [ [ - -5.984663357119282, - 52.9651254915577 + -10.0847426, + 51.4147902 ], [ - -6.122679104189409, - 52.73207538466633 + -10.0906535, + 51.5064103 ], [ - -6.185163845400262, - 52.73706461957944 + -10.4564222, + 51.5003961 ], [ - -6.1899703639549415, - 52.76075568810044 + -10.5005905, + 52.3043019 ], [ - -6.319059719423517, - 52.782357357522855 + -10.0837522, + 52.312741 ], [ - -6.393904079774976, - 52.7790347214105 + -10.0840973, + 52.3404698 ], [ - -6.465315212587381, - 52.6946379192593 + -10.055802, + 52.3408915 ], [ - -6.534666408876349, - 52.673409093161446 + -10.0768509, + 52.7628238 ], [ - -6.612257351259057, - 52.69255711803012 + -9.7780248, + 52.7684611 ], [ - -6.6692489284074155, - 52.74745702505679 + -9.7818205, + 52.8577261 ], [ - -6.671308864930852, - 52.76948072949997 + -9.6337877, + 52.8596012 ], [ - -6.720747341493285, - 52.7748810695361 + -9.6449626, + 53.1294502 ], [ - -6.71456753192298, - 52.80311808637125 + -10.0919663, + 53.1227152 ], [ - -6.658949245790243, - 52.84709806982182 + -10.1051422, + 53.3912913 ], [ - -6.582044948915348, - 52.81349473557279 + -10.4052593, + 53.3866349 ], [ - -6.547712673524768, - 52.83133677935633 + -10.4530828, + 54.193502 ], [ - -6.531233181337292, - 52.87404491274922 + -10.2998523, + 54.1974988 ], [ - -6.617750515321548, - 52.87528820923615 + -10.3149801, + 54.4669592 ], [ - -6.728987087587023, - 52.90635903963372 + -8.9276095, + 54.4853897 ], [ - -6.780485500672891, - 52.859122574848655 + -8.9339534, + 54.7546562 ], [ - -6.870436062196207, - 52.85165948109425 + -8.7773069, + 54.755501 ], [ - -6.938413967469552, - 52.86658438536895 + -8.7826749, + 55.0252208 ], [ - -6.965879787782016, - 52.89766145203082 + -8.9402974, + 55.0238221 ], [ - -6.987852444031986, - 52.969260966642985 + -8.9451773, + 55.2934155 ], [ - -7.039350857117853, - 52.9560260536776 + -7.528039, + 55.2970274 ], [ - -7.109388698914634, - 53.007288776633686 + -7.525599, + 55.3874955 ], [ - -7.068876613953752, - 53.058078015357786 + -7.0541955, + 55.3841691 ], [ - -7.088789333680287, - 53.11869890949892 + -7.0556595, + 55.2939712 ], [ - -7.119688381531809, - 53.15000684568904 + -6.3241545, + 55.2859128 ], [ - -7.105955471375577, - 53.16112391039828 + -6.3217146, + 55.3253556 ], [ - -7.127928127625547, - 53.17223809655703 + -6.1035807, + 55.3223016 ], [ - -7.180113186219227, - 53.182526443342745 + -6.1045566, + 55.2828557 ], [ - -7.160887112000503, - 53.19898266621498 + -5.7985836, + 55.2772968 ], [ - -7.057890285828767, - 53.19898266621498 + -5.8117595, + 55.0087135 ], [ - -7.048963894227218, - 53.217077217179636 + -5.656577, + 55.0056351 ], [ - -7.0915359157115345, - 53.235575105358386 + -5.6721928, + 54.7355021 ], [ - -7.0434707301647235, - 53.25735126035676 + -5.3618278, + 54.729585 ], [ - -7.05102383075065, - 53.29717703664696 + -5.3964755, + 54.1917889 ], [ - -6.996778835633536, - 53.31112780504489 + -5.855679, + 54.2017807 ], [ - -7.044157375672535, - 53.33368557548294 + -5.9220464, + 52.8524504 ], [ - -7.105955471375576, - 53.371801590024276 + -6.070885, + 52.8551025 ], [ - -7.22050647653913, - 53.432465115081854 + -6.1030927, + 52.1373337 ], [ - -7.149441429887032, - 53.45731709817442 + -6.8331336, + 52.1463183 ], [ - -7.099891489102085, - 53.463915962572514 + -6.8355736, + 52.0578908 ], [ - -7.0744645458045445, - 53.48370640260363 + -7.5641506, + 52.0617913 ], [ - -7.079028356140001, - 53.504650927752664 + -7.5661026, + 51.7921593 ], [ - -7.047733656696876, - 53.515119311359335 + -8.147305, + 51.792763 ], [ - -7.029478415355053, - 53.54147267392419 + -8.146329, + 51.7033331 ], [ - -7.054253385747527, - 53.56471202500164 + -8.2912636, + 51.7027283 ], [ - -7.009267255298033, - 53.58561652973758 + -8.2897996, + 51.5227274 ], [ - -6.992641946218873, - 53.602642188744426 + -9.1174397, + 51.516958 ], [ - -6.989056095241016, - 53.62739453790707 + -9.1179277, + 51.4625685 ], [ - -6.9717788132567895, - 53.63686620586593 + -9.3692452, + 51.4616564 ], [ - -6.9633031654909425, - 53.650973114934644 - ], + -9.3672933, + 51.4254613 + ] + ] + ], + "terms_url": "http://geo.nls.uk/maps/", + "terms_text": "National Library of Scotland Historic Maps" + }, + { + "name": "Ireland EEA CORINE 2006", + "type": "tms", + "template": "http://a.tile.openstreetmap.ie/tiles/corine/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 5, + 16 + ], + "polygon": [ + [ [ - -6.9871001765258205, - 53.66623418009986 + -5.842956, + 53.8627976 ], [ - -6.999813648174589, - 53.67086935885432 + -5.8341575, + 53.7633541 ], [ - -7.008289295940436, - 53.65908728051006 + -5.6267647, + 53.5383692 ], [ - -7.044473792171549, - 53.65367801032349 + -5.9648778, + 52.1631197 ], [ - -7.066640870943764, - 53.63918547390694 + -6.0453211, + 52.0527275 ], [ - -7.101847407817279, - 53.65870092708686 + -6.1823261, + 51.9699475 ], [ - -7.120754622064167, - 53.672993645380515 + -6.3960035, + 51.9234618 ], [ - -7.137379931143327, - 53.66893809633893 + -6.5945978, + 51.883911 ], [ - -7.160850955725672, - 53.683034277255075 + -7.2481994, + 51.9056295 ], [ - -7.174216400279507, - 53.686316272406906 + -7.341212, + 51.8148076 ], [ - -7.196057492599188, - 53.69017711570491 + -8.1971787, + 51.5037019 ], [ - -7.210726882963154, - 53.69480966037566 + -8.3191005, + 51.4167737 ], [ - -7.247237365646801, - 53.71661437518035 + -9.4478202, + 51.1991221 ], [ - -7.239413690786019, - 53.73223735177976 + -9.9015706, + 51.2266802 ], [ - -7.260276823748104, - 53.74361339729716 + -10.472215, + 51.4050139 ], [ - -7.2814659431627184, - 53.75922634307083 + -10.8857437, + 51.6770619 ], [ - -7.289615604476034, - 53.77271433845693 + -11.035318, + 52.0620016 ], [ - -7.3238441819919515, - 53.78465723043301 + -10.9950963, + 52.1831616 ], [ - -7.337209626545788, - 53.78658318504567 + -10.8178697, + 52.3139827 ], [ - -7.351227044004687, - 53.80141007448381 + -9.8839736, + 52.9032208 ], [ - -7.307313219981238, - 53.81625879275365 - ] - ], - [ + -10.1165049, + 52.9676141 + ], [ - -5.685433013282673, - 54.77854496390836 + -10.5514014, + 53.3317027 ], [ - -5.696867084279401, - 54.73050346921268 + -10.6896633, + 53.5854022 ], [ - -5.8223689524230124, - 54.70033215177621 + -10.6444139, + 54.0100436 ], [ - -5.878760568989772, - 54.649492182564074 + -10.5501445, + 54.257482 ], [ - -5.743404719024681, - 54.68128223623249 + -10.2824192, + 54.4742405 ], [ - -5.581196917402638, - 54.68781619319656 + -9.8073011, + 54.5705346 ], [ - -5.571488953592992, - 54.67074450064368 + -9.196435, + 54.5486695 ], [ - -5.582915011231644, - 54.66440901595977 + -9.2253443, + 54.7000264 ], [ - -5.58291501123164, - 54.65085746679818 + -8.8985435, + 55.1363582 ], [ - -5.6086481910584185, - 54.63997082553691 + -8.0476045, + 55.4711977 ], [ - -5.6354970593650116, - 54.61551371292451 + -7.4367384, + 55.6191092 ], [ - -5.728732824433139, - 54.6184944610979 + -7.2205471, + 55.6205288 ], [ - -5.822612969913913, - 54.49193018941315 + -6.8258723, + 55.5608644 ], [ - -5.896754545381575, - 54.44975600798866 + -6.0679458, + 55.3727567 ], [ - -5.936834914186871, - 54.38213187386197 + -5.5639184, + 55.0759594 ], [ - -6.0187561190025445, - 54.36974944197913 + -5.0649187, + 54.4640142 ], [ - -6.059257912638059, - 54.38280030737259 + -5.2572284, + 54.1582424 + ] + ] + ], + "terms_url": "http://www.eea.europa.eu/data-and-maps/data/clc-2006-vector-data-version-1", + "terms_text": "EEA Corine 2006" + }, + { + "name": "Ireland EEA GMES Urban Atlas", + "type": "tms", + "template": "http://a.tile.openstreetmap.ie/tiles/urbanatlas/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 5, + 17 + ], + "polygon": [ + [ + [ + -9.2759602, + 52.7993666 ], [ - -6.101784280694663, - 54.41510088826871 + -9.215509, + 52.8276933 ], [ - -6.1740201072375225, - 54.43476829635816 + -9.1086618, + 52.9128016 ], [ - -6.216261364689026, - 54.42827259213158 + -9.0196831, + 52.8837107 ], [ - -6.264329002478664, - 54.487825014814625 + -8.8760649, + 52.8978445 ], [ - -6.249277519938476, - 54.49741303545491 + -8.8001797, + 52.8833558 ], [ - -6.288340515296785, - 54.53143435197413 + -8.7665597, + 52.9065354 ], [ - -6.283750270272458, - 54.54447449434036 + -8.5938079, + 52.9238592 ], [ - -6.321445027854273, - 54.58928767713928 + -8.5241972, + 52.8869724 ], [ - -6.264329002478664, - 54.604982769755765 + -8.4956786, + 52.9105906 ], [ - -6.240052417736423, - 54.59541999854735 + -8.3506448, + 52.9238592 ], [ - -6.098762694536575, - 54.631690374598676 + -8.2718204, + 52.9492401 ], [ - -6.051950538018501, - 54.61314575326238 + -8.2249679, + 52.8991338 ], [ - -6.031509408441251, - 54.620921248201434 + -8.1564001, + 52.9149986 ], [ - -6.002995140908084, - 54.65571636730639 + -8.0881237, + 52.7630417 ], [ - -6.0647754758974335, - 54.6634355452454 + -8.1360092, + 52.7239783 ], [ - -6.059920158948984, - 54.704134188139534 + -8.1570652, + 52.6766443 ], [ - -6.047781866577864, - 54.71395188569398 + -8.2059695, + 52.6185385 ], [ - -6.120611620804591, - 54.801644524994515 + -8.2025734, + 52.5954396 ], [ - -6.002141887262449, - 54.80836072138932 + -8.2231242, + 52.5599691 ], [ - -5.984662746248036, - 54.78652900156178 + -8.2236294, + 52.5095371 ], [ - -5.685433013282673, - 54.77854496390836 - ] - ], - [ + -8.2976651, + 52.5025088 + ], [ - -9.128658300749114, - 53.24759266864586 + -8.3295888, + 52.4721087 ], [ - -9.024510568479629, - 53.26744820137083 + -8.3589695, + 52.4986072 ], [ - -9.016360907166316, - 53.26364619217274 + -8.3737385, + 52.4764529 ], [ - -9.001854510028616, - 53.26588844362053 + -8.432326, + 52.4342609 ], [ - -8.9951717877517, - 53.259258838409615 + -8.4754569, + 52.4216289 ], [ - -8.973493688658284, - 53.262378780650025 + -8.5017727, + 52.3870011 ], [ - -8.95230456924367, - 53.271444820907114 + -8.5476205, + 52.3681351 ], [ - -8.956705386352859, - 53.281580911863244 + -8.6444103, + 52.3376422 ], [ - -8.961106203462048, - 53.28119110665652 + -8.6841451, + 52.3660614 ], [ - -8.960780217009516, - 53.28908396911955 + -8.8154099, + 52.3721014 ], [ - -8.954260487958864, - 53.28927883616923 + -8.8614233, + 52.3521652 ], [ - -8.95230456924367, - 53.30155366854246 + -8.9074451, + 52.3824674 ], [ - -8.963714095082308, - 53.303793931840495 + -8.9388551, + 52.3789166 ], [ - -8.9811543702928, - 53.294734752711804 + -8.9782502, + 52.4093811 ], [ - -8.985718180628256, - 53.30174847871221 + -9.0298715, + 52.4104169 ], [ - -9.019946758144176, - 53.30768976199425 + -9.1059449, + 52.420981 ], [ - -9.00837423907927, - 53.31596722087059 + -9.1084962, + 52.4415071 ], [ - -9.01880580556031, - 53.31625933715475 + -9.140702, + 52.4650891 ], [ - -9.045862681120513, - 53.31275380979257 + -9.1315765, + 52.5136207 ], [ - -9.06444390891487, - 53.32122500810515 + -9.1739699, + 52.5620573 ], [ - -9.080906224767762, - 53.307397587062724 + -9.1426235, + 52.589645 ], [ - -9.08106921799403, - 53.303404329274585 + -9.1542382, + 52.610216 ], [ - -9.09019683866494, - 53.30574189135002 + -9.1426231, + 52.6387401 ], [ - -9.095901601584261, - 53.298826232852214 + -9.1776844, + 52.6447573 ], [ - -9.10128037805105, - 53.3008718259498 + -9.2012184, + 52.6526248 ], [ - -9.115623781962478, - 53.28450433758295 + -9.2036198, + 52.6686468 ], [ - -9.121491538108067, - 53.2832375443259 + -9.2238348, + 52.6706578 ], [ - -9.13273807072044, - 53.28557621023763 + -9.2161072, + 52.6919412 ], [ - -9.144636576237877, - 53.27865728614638 + -9.1882395, + 52.7057242 ], [ - -9.13876882009229, - 53.26345120822951 + -9.2750099, + 52.7350292 ], [ - -9.128658300749114, - 53.24759266864586 + -9.2601152, + 52.7616711 ] ], [ [ - -8.595266214281438, - 51.69264788483154 + -7.307313219981238, + 53.81625879275365 ], [ - -8.55819409885298, - 51.69306638852667 + -7.245858447032101, + 53.78300449111207 ], [ - -8.566697711835303, - 51.682644706464686 + -7.15144468970801, + 53.81179938127503 ], [ - -8.579130708100188, - 51.67349700898941 + -7.086900011973722, + 53.784424420834 ], [ - -8.544554623426079, - 51.66520531197343 + -7.0347149533800435, + 53.77996162275688 ], [ - -8.494765061495364, - 51.667778759675976 + -6.975320116954343, + 53.788481098127924 ], [ - -8.30113898732036, - 51.7235009029955 + -6.928628222423156, + 53.81443454540607 ], [ - -8.268406960495541, - 51.784858633837544 + -6.992829577403537, + 53.86609081229548 ], [ - -8.154536388302146, - 51.7814362126791 + -6.975320116954343, + 53.87945028968944 ], [ - -8.115350159004825, - 51.809093351533164 + -6.949914233165313, + 53.87094929783329 ], [ - -8.068326683848039, - 51.870050153657075 + -6.9375546140247035, + 53.87540241385127 ], [ - -8.10059769621054, - 51.89964422561186 + -6.936867968516893, + 53.896649390754646 ], [ - -8.08123508879304, - 51.918414974037226 + -6.897042529063821, + 53.889770599553906 ], [ - -8.09183842142643, - 51.95337589170907 + -6.867516772227924, + 53.880259817835736 ], [ - -8.124570448251253, - 51.95479649105758 + -6.851037280040446, + 53.88450958346468 ], [ - -8.132407694110718, - 51.970988142592034 + -6.842454211192801, + 53.89786317755242 ], [ - -8.099675667285895, - 51.978371865876596 + -6.812928454356904, + 53.90069520963246 ], [ - -8.144394070131078, - 52.02151390085561 + -6.79850889869286, + 53.89280549994937 ], [ - -8.159607547387685, - 52.064330945363764 + -6.789925829845217, + 53.89462633440526 ], [ - -8.140705954432507, - 52.07254939152303 + -6.791985766368652, + 53.904538374710896 ], [ - -8.165600735397863, - 52.09294727054506 + -6.778939501720231, + 53.918087767078354 ], [ - -8.18726841512697, - 52.0835993998731 + -6.77001311011868, + 53.91505470292794 ], [ - -8.2093971093184, - 52.10512489114057 + -6.75868345923979, + 53.921727153244476 ], [ - -8.207092037006792, - 52.12494181389489 + -6.744263903575747, + 53.916065748791254 ], [ - -8.227837687811258, - 52.143052434929714 + -6.727441088634364, + 53.92334455637637 ], [ - -8.222766528725723, - 52.16454923557058 + -6.713021532970319, + 53.90777445003927 ], [ - -8.30298304516965, - 52.1829264222872 + -6.684182421642232, + 53.90292024303218 ], [ - -8.427456949996438, - 52.17783811526099 + -6.623757616954815, + 53.88187882710815 ], [ - -8.46710419375608, - 52.169921813849676 + -6.590455309825955, + 53.857789593974296 ], [ - -8.509978538751975, - 52.18405707812542 + -6.591141955333765, + 53.835509894663346 ], [ - -8.530263175094117, - 52.16511480067495 + -6.574319140392382, + 53.82254170362619 ], [ - -8.574981577939297, - 52.18066502436804 + -6.571572558361136, + 53.804703885117576 ], [ - -8.587889982884295, - 52.16963906274442 + -6.5533764524041285, + 53.79983770791046 ], [ - -8.642289689438227, - 52.18829678149147 + -6.541360156017425, + 53.78300449111207 ], [ - -8.719279104645906, - 52.15804472022032 + -6.511491076427622, + 53.76900546961285 ], [ - -8.698533453841442, - 52.13541291452849 + -6.472695605236269, + 53.77326653566421 ], [ - -8.740946784375014, - 52.10823956240069 + -6.443513171154276, + 53.76393220797015 ], [ - -8.77460084012448, - 52.05951253229793 + -6.44728972144724, + 53.75114486961979 ], [ - -8.803183736788409, - 52.03768144571248 + -6.4775021237909485, + 53.728199094666586 ], [ - -8.86818677597573, - 52.03286015807593 + -6.459649340587848, + 53.71682309412751 ], [ - -8.870491848287335, - 52.01839317543363 + -6.435616747814443, + 53.72230833571077 ], [ - -8.844214023935015, - 51.991148511559096 + -6.4198239011347775, + 53.72921465935537 ], [ - -8.79811257770287, - 51.964455373040394 + -6.4009411496699595, + 53.72169889975152 ], [ - -8.782899100446263, - 51.931777239822054 + -6.375878588634836, + 53.718042098526006 ], [ - -8.835915763613228, - 51.9292188160068 + -6.359055773693453, + 53.708695495259434 ], [ - -8.838681850387156, - 51.90277322850554 + -6.340173022228636, + 53.708085862042424 ], [ - -8.802261707863764, - 51.89367006943167 + -6.329873339611461, + 53.71296268045594 ], [ - -8.792580404155013, - 51.85695425263326 + -6.325753466564592, + 53.72210519137233 ], [ - -8.765841565340368, - 51.82476769939557 + -6.2938244504513525, + 53.72576163932632 ], [ - -8.758926348405547, - 51.80054140901511 + -6.265328661877173, + 53.7363229253304 ], [ - -8.79811257770287, - 51.78628456602828 + -6.240952746349864, + 53.734292114843086 ], [ - -8.832227647914657, - 51.79626482935233 + -6.180871264416349, + 53.632015710147016 ], [ - -8.836837792537873, - 51.77687258059678 + -6.092793818322125, + 53.588038288422446 ], [ - -8.885705325543944, - 51.746055989869106 + -5.985734079608837, + 53.49383447350347 ], [ - -8.859888515653944, - 51.72435763090916 + -6.0887447432153685, + 53.27174268379562 ], [ - -8.807332866949299, - 51.71093369500414 + -6.033272979232964, + 53.1191110041494 ], [ - -8.678248817499297, - 51.693505197270746 + -5.984663357119282, + 52.9651254915577 ], [ - -8.60540853245251, - 51.67835695335278 + -6.122679104189409, + 52.73207538466633 ], [ - -8.595266214281438, - 51.69264788483154 - ] - ], - [ - [ - -7.138279151048154, - 55.06131559970097 + -6.185163845400262, + 52.73706461957944 ], [ - -7.117994514706011, - 54.99631329558348 + -6.1899703639549415, + 52.76075568810044 ], [ - -7.070049010624583, - 54.98784996056705 + -6.319059719423517, + 52.782357357522855 ], [ - -7.076503213097081, - 54.93332450204895 + -6.393904079774976, + 52.7790347214105 ], [ - -7.025791622241725, - 54.91159959910791 + -6.465315212587381, + 52.6946379192593 ], [ - -7.007351043748867, - 54.87872502112528 + -6.534666408876349, + 52.673409093161446 ], [ - -7.024869593317081, - 54.8511320998998 + -6.612257351259057, + 52.69255711803012 ], [ - -6.990754523105296, - 54.81661438893913 + -6.6692489284074155, + 52.74745702505679 ], [ - -7.051608432131725, - 54.80598761598125 + -6.671308864930852, + 52.76948072949997 ], [ - -7.115228427932084, - 54.80651902101645 + -6.720747341493285, + 52.7748810695361 ], [ - -7.170550163410654, - 54.84847793920564 + -6.71456753192298, + 52.80311808637125 ], [ - -7.199133060074584, - 54.84316909395457 + -6.658949245790243, + 52.84709806982182 ], [ - -7.222183783190655, - 54.85803210052931 + -6.582044948915348, + 52.81349473557279 ], [ - -7.2111194360949415, - 54.862808332627324 + -6.547712673524768, + 52.83133677935633 ], [ - -7.212041465019584, - 54.882438010878076 + -6.531233181337292, + 52.87404491274922 ], [ - -7.279349576518514, - 54.880846771447125 + -6.617750515321548, + 52.87528820923615 ], [ - -7.273817402970655, - 54.91530955931841 + -6.728987087587023, + 52.90635903963372 ], [ - -7.3033223285592275, - 54.915839525718205 + -6.780485500672891, + 52.859122574848655 ], [ - -7.363254208661015, - 54.90894941815292 + -6.870436062196207, + 52.85165948109425 ], [ - -7.385382902852443, - 54.91636948513913 + -6.938413967469552, + 52.86658438536895 ], [ - -7.391837105324943, - 54.93438395336098 + -6.965879787782016, + 52.89766145203082 ], [ - -7.429640291235302, - 54.95291983389722 + -6.987852444031986, + 52.969260966642985 ], [ - -7.420420001988872, - 54.99208185118366 + -7.039350857117853, + 52.9560260536776 ], [ - -7.410277683817801, - 55.03437621938347 + -7.109388698914634, + 53.007288776633686 ], [ - -7.3577220351131585, - 55.057619110599035 + -7.068876613953752, + 53.058078015357786 ], [ - -7.265519142648871, - 55.07557028899173 + -7.088789333680287, + 53.11869890949892 ], [ - -7.138279151048154, - 55.06131559970097 - ] - ], - [ - [ - -7.190498776293322, - 52.26144368927652 + -7.119688381531809, + 53.15000684568904 ], [ - -7.156844720543858, - 52.28443443581867 + -7.105955471375577, + 53.16112391039828 ], [ - -7.132871968503143, - 52.27343421670601 + -7.127928127625547, + 53.17223809655703 ], [ - -7.113278853854483, - 52.26779201951648 + -7.180113186219227, + 53.182526443342745 ], [ - -7.098295883829036, - 52.27230583471742 + -7.160887112000503, + 53.19898266621498 ], [ - -7.089767116276089, - 52.25509445009032 + -7.057890285828767, + 53.19898266621498 ], [ - -7.07109603055207, - 52.259186286149074 + -7.048963894227218, + 53.217077217179636 ], [ - -7.033984366335195, - 52.257352061495865 + -7.0915359157115345, + 53.235575105358386 ], [ - -7.027530163862696, - 52.250720000975015 + -7.0434707301647235, + 53.25735126035676 ], [ - -7.034675888028678, - 52.247756419376 + -7.05102383075065, + 53.29717703664696 ], [ - -7.031218279561267, - 52.24013487190721 + -6.996778835633536, + 53.31112780504489 ], [ - -7.034214873566356, - 52.23222966213934 + -7.044157375672535, + 53.33368557548294 ], [ - -7.050580886978767, - 52.2296884028405 + -7.105955471375576, + 53.371801590024276 ], [ - -7.062567262999124, - 52.21980434486687 + -7.22050647653913, + 53.432465115081854 ], [ - -7.076858711331088, - 52.216132562953725 + -7.149441429887032, + 53.45731709817442 ], [ - -7.084926464421715, - 52.22065163604718 + -7.099891489102085, + 53.463915962572514 ], [ - -7.084465449959392, - 52.22785295843095 + -7.0744645458045445, + 53.48370640260363 ], [ - -7.101292477834124, - 52.221498911062525 + -7.079028356140001, + 53.504650927752664 ], [ - -7.105211100763858, - 52.21726237433474 + -7.047733656696876, + 53.515119311359335 ], [ - -7.111665303236357, - 52.21796849185403 + -7.029478415355053, + 53.54147267392419 ], [ - -7.107977187537785, - 52.21104805609072 + -7.054253385747527, + 53.56471202500164 ], [ - -7.117773744862115, - 52.20928246619701 + -7.009267255298033, + 53.58561652973758 ], [ - -7.129760120882472, - 52.21690931136535 + -6.992641946218873, + 53.602642188744426 ], [ - -7.14497359813908, - 52.21782726924826 + -6.989056095241016, + 53.62739453790707 ], [ - -7.150505771686938, - 52.22375823207553 + -6.9717788132567895, + 53.63686620586593 ], [ - -7.158112510315241, - 52.22262858593765 + -6.9633031654909425, + 53.650973114934644 ], [ - -7.158804032008724, - 52.22700580464912 + -6.9871001765258205, + 53.66623418009986 ], [ - -7.158573524777563, - 52.23180612902503 + -6.999813648174589, + 53.67086935885432 ], [ - -7.167563306792832, - 52.23985256723076 + -7.008289295940436, + 53.65908728051006 ], [ - -7.16733279956167, - 52.244580933687786 + -7.044473792171549, + 53.65367801032349 ], [ - -7.172519212262786, - 52.24676851484933 + -7.066640870943764, + 53.63918547390694 ], [ - -7.177590371348324, - 52.25114335361416 + -7.101847407817279, + 53.65870092708686 ], [ - -7.190498776293322, - 52.26144368927652 - ] - ] - ], - "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas", - "terms_text": "EEA GMES Urban Atlas" - }, - { - "name": "Kanton Aargau 25cm (AGIS 2011)", - "type": "tms", - "template": "http://tiles.poole.ch/AGIS/OF2011/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 14, - 19 - ], - "polygon": [ - [ + -7.120754622064167, + 53.672993645380515 + ], [ - 7.7, - 47.12 + -7.137379931143327, + 53.66893809633893 ], [ - 7.7, - 47.63 + -7.160850955725672, + 53.683034277255075 ], [ - 8.5, - 47.63 + -7.174216400279507, + 53.686316272406906 ], [ - 8.5, - 47.12 + -7.196057492599188, + 53.69017711570491 ], [ - 7.7, - 47.12 - ] - ] - ], - "terms_text": "AGIS OF2011" - }, - { - "name": "Katastrálna mapa Slovenska (KaPor, 2010-04)", - "type": "tms", - "template": "http://www.freemap.sk/tms/kapor2/{zoom}/{x}/{y}.jpg", - "polygon": [ - [ + -7.210726882963154, + 53.69480966037566 + ], [ - 19.83682, - 49.25529 + -7.247237365646801, + 53.71661437518035 ], [ - 19.80075, - 49.42385 + -7.239413690786019, + 53.73223735177976 ], [ - 19.60437, - 49.48058 + -7.260276823748104, + 53.74361339729716 ], [ - 19.49179, - 49.63961 + -7.2814659431627184, + 53.75922634307083 ], [ - 19.21831, - 49.52604 + -7.289615604476034, + 53.77271433845693 ], [ - 19.16778, - 49.42521 + -7.3238441819919515, + 53.78465723043301 ], [ - 19.00308, - 49.42236 + -7.337209626545788, + 53.78658318504567 ], [ - 18.97611, - 49.5308 + -7.351227044004687, + 53.80141007448381 ], [ - 18.54685, - 49.51425 + -7.307313219981238, + 53.81625879275365 + ] + ], + [ + [ + -5.685433013282673, + 54.77854496390836 ], [ - 18.31432, - 49.33818 + -5.696867084279401, + 54.73050346921268 ], [ - 18.15913, - 49.2961 + -5.8223689524230124, + 54.70033215177621 ], [ - 18.05564, - 49.11134 + -5.878760568989772, + 54.649492182564074 ], [ - 17.56396, - 48.84938 + -5.743404719024681, + 54.68128223623249 ], [ - 17.17929, - 48.88816 + -5.581196917402638, + 54.68781619319656 ], [ - 17.058, - 48.81105 + -5.571488953592992, + 54.67074450064368 ], [ - 16.90426, - 48.61947 + -5.582915011231644, + 54.66440901595977 ], [ - 16.79685, - 48.38561 + -5.58291501123164, + 54.65085746679818 ], [ - 17.06762, - 48.01116 + -5.6086481910584185, + 54.63997082553691 ], [ - 17.32787, - 47.97749 + -5.6354970593650116, + 54.61551371292451 ], [ - 17.51699, - 47.82535 + -5.728732824433139, + 54.6184944610979 ], [ - 17.74776, - 47.73093 + -5.822612969913913, + 54.49193018941315 ], [ - 18.29515, - 47.72075 + -5.896754545381575, + 54.44975600798866 ], [ - 18.67959, - 47.75541 + -5.936834914186871, + 54.38213187386197 ], [ - 18.89755, - 47.81203 + -6.0187561190025445, + 54.36974944197913 ], [ - 18.79463, - 47.88245 + -6.059257912638059, + 54.38280030737259 ], [ - 18.84318, - 48.04046 + -6.101784280694663, + 54.41510088826871 ], [ - 19.46212, - 48.05333 + -6.1740201072375225, + 54.43476829635816 ], [ - 19.62064, - 48.22938 + -6.216261364689026, + 54.42827259213158 ], [ - 19.89585, - 48.09387 + -6.264329002478664, + 54.487825014814625 ], [ - 20.33766, - 48.2643 + -6.249277519938476, + 54.49741303545491 ], [ - 20.55395, - 48.52358 + -6.288340515296785, + 54.53143435197413 ], [ - 20.82335, - 48.55714 + -6.283750270272458, + 54.54447449434036 ], [ - 21.10271, - 48.47096 + -6.321445027854273, + 54.58928767713928 ], [ - 21.45863, - 48.55513 + -6.264329002478664, + 54.604982769755765 ], [ - 21.74536, - 48.31435 + -6.240052417736423, + 54.59541999854735 ], [ - 22.15293, - 48.37179 + -6.098762694536575, + 54.631690374598676 ], [ - 22.61255, - 49.08914 + -6.051950538018501, + 54.61314575326238 ], [ - 22.09997, - 49.23814 + -6.031509408441251, + 54.620921248201434 ], [ - 21.9686, - 49.36363 + -6.002995140908084, + 54.65571636730639 ], [ - 21.6244, - 49.46989 + -6.0647754758974335, + 54.6634355452454 ], [ - 21.06873, - 49.46402 + -6.059920158948984, + 54.704134188139534 ], [ - 20.94336, - 49.31088 + -6.047781866577864, + 54.71395188569398 ], [ - 20.73052, - 49.44006 + -6.120611620804591, + 54.801644524994515 ], [ - 20.22804, - 49.41714 + -6.002141887262449, + 54.80836072138932 ], [ - 20.05234, - 49.23052 + -5.984662746248036, + 54.78652900156178 ], [ - 19.83682, - 49.25529 + -5.685433013282673, + 54.77854496390836 ] - ] - ], - "terms_url": "http://wiki.freemap.sk/KatasterPortal", - "terms_text": "Permisssion by UGKK" - }, - { - "name": "Katastrálna mapa Slovenska (KaPor, 2011-05)", - "type": "tms", - "template": "http://www.freemap.sk/tms/kapor2_201105/{zoom}/{x}/{y}.jpg", - "polygon": [ + ], [ [ - 19.83682, - 49.25529 + -9.128658300749114, + 53.24759266864586 ], [ - 19.80075, - 49.42385 + -9.024510568479629, + 53.26744820137083 ], [ - 19.60437, - 49.48058 + -9.016360907166316, + 53.26364619217274 ], [ - 19.49179, - 49.63961 + -9.001854510028616, + 53.26588844362053 ], [ - 19.21831, - 49.52604 + -8.9951717877517, + 53.259258838409615 ], [ - 19.16778, - 49.42521 + -8.973493688658284, + 53.262378780650025 ], [ - 19.00308, - 49.42236 + -8.95230456924367, + 53.271444820907114 ], [ - 18.97611, - 49.5308 + -8.956705386352859, + 53.281580911863244 ], [ - 18.54685, - 49.51425 + -8.961106203462048, + 53.28119110665652 ], [ - 18.31432, - 49.33818 + -8.960780217009516, + 53.28908396911955 ], [ - 18.15913, - 49.2961 + -8.954260487958864, + 53.28927883616923 ], [ - 18.05564, - 49.11134 + -8.95230456924367, + 53.30155366854246 ], [ - 17.56396, - 48.84938 + -8.963714095082308, + 53.303793931840495 ], [ - 17.17929, - 48.88816 + -8.9811543702928, + 53.294734752711804 ], [ - 17.058, - 48.81105 + -8.985718180628256, + 53.30174847871221 ], [ - 16.90426, - 48.61947 + -9.019946758144176, + 53.30768976199425 ], [ - 16.79685, - 48.38561 + -9.00837423907927, + 53.31596722087059 ], [ - 17.06762, - 48.01116 + -9.01880580556031, + 53.31625933715475 ], [ - 17.32787, - 47.97749 + -9.045862681120513, + 53.31275380979257 ], [ - 17.51699, - 47.82535 + -9.06444390891487, + 53.32122500810515 ], [ - 17.74776, - 47.73093 + -9.080906224767762, + 53.307397587062724 ], [ - 18.29515, - 47.72075 + -9.08106921799403, + 53.303404329274585 ], [ - 18.67959, - 47.75541 + -9.09019683866494, + 53.30574189135002 ], [ - 18.89755, - 47.81203 + -9.095901601584261, + 53.298826232852214 ], [ - 18.79463, - 47.88245 + -9.10128037805105, + 53.3008718259498 ], [ - 18.84318, - 48.04046 + -9.115623781962478, + 53.28450433758295 ], [ - 19.46212, - 48.05333 + -9.121491538108067, + 53.2832375443259 ], [ - 19.62064, - 48.22938 + -9.13273807072044, + 53.28557621023763 ], [ - 19.89585, - 48.09387 + -9.144636576237877, + 53.27865728614638 ], [ - 20.33766, - 48.2643 + -9.13876882009229, + 53.26345120822951 ], [ - 20.55395, - 48.52358 - ], + -9.128658300749114, + 53.24759266864586 + ] + ], + [ [ - 20.82335, - 48.55714 + -8.595266214281438, + 51.69264788483154 ], [ - 21.10271, - 48.47096 + -8.55819409885298, + 51.69306638852667 ], [ - 21.45863, - 48.55513 + -8.566697711835303, + 51.682644706464686 ], [ - 21.74536, - 48.31435 + -8.579130708100188, + 51.67349700898941 ], [ - 22.15293, - 48.37179 + -8.544554623426079, + 51.66520531197343 ], [ - 22.61255, - 49.08914 + -8.494765061495364, + 51.667778759675976 ], [ - 22.09997, - 49.23814 + -8.30113898732036, + 51.7235009029955 ], [ - 21.9686, - 49.36363 + -8.268406960495541, + 51.784858633837544 ], [ - 21.6244, - 49.46989 + -8.154536388302146, + 51.7814362126791 ], [ - 21.06873, - 49.46402 + -8.115350159004825, + 51.809093351533164 ], [ - 20.94336, - 49.31088 + -8.068326683848039, + 51.870050153657075 ], [ - 20.73052, - 49.44006 + -8.10059769621054, + 51.89964422561186 ], [ - 20.22804, - 49.41714 + -8.08123508879304, + 51.918414974037226 ], [ - 20.05234, - 49.23052 + -8.09183842142643, + 51.95337589170907 ], [ - 19.83682, - 49.25529 - ] - ] - ], - "terms_url": "http://wiki.freemap.sk/KatasterPortal", - "terms_text": "Permisssion by UGKK" - }, - { - "name": "Lithuania - ORT10LT", - "type": "tms", - "template": "http://mapproxy.openmap.lt/ort10lt/g/{z}/{x}/{y}.jpeg", - "scaleExtent": [ - 4, - 18 - ], - "polygon": [ - [ - [ - 21, - 53.88 + -8.124570448251253, + 51.95479649105758 ], [ - 21, - 56.45 + -8.132407694110718, + 51.970988142592034 ], [ - 26.85, - 56.45 + -8.099675667285895, + 51.978371865876596 ], [ - 26.85, - 53.88 + -8.144394070131078, + 52.02151390085561 ], [ - 21, - 53.88 - ] - ] - ] - }, - { - "name": "Locator Overlay", - "type": "tms", - "description": "Shows major features to help orient you.", - "template": "http://{switch:a,b,c}.tiles.mapbox.com/v3/openstreetmap.map-btyhiati/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 0, - 16 - ], - "terms_url": "http://www.mapbox.com/about/maps/", - "terms_text": "Terms & Feedback", - "default": true, - "overlay": true - }, - { - "name": "MapBox Satellite", - "type": "tms", - "description": "Satellite and aerial imagery.", - "template": "http://{switch:a,b,c}.tiles.mapbox.com/v3/openstreetmap.map-4wvf9l0l/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 0, - 16 - ], - "terms_url": "http://www.mapbox.com/about/maps/", - "terms_text": "Terms & Feedback", - "default": true - }, - { - "name": "MapQuest Open Aerial", - "type": "tms", - "template": "http://oatile{switch:1,2,3,4}.mqcdn.com/tiles/1.0.0/sat/{zoom}/{x}/{y}.png", - "default": true - }, - { - "name": "NLS - Bartholomew Half Inch, 1897-1907", - "type": "tms", - "template": "http://geo.nls.uk/mapdata2/bartholomew/great_britain/{zoom}/{x}/{-y}.png", - "scaleExtent": [ - 0, - 15 - ], - "polygon": [ - [ + -8.159607547387685, + 52.064330945363764 + ], [ - -9, - 49.8 + -8.140705954432507, + 52.07254939152303 ], [ - -9, - 61.1 + -8.165600735397863, + 52.09294727054506 ], [ - 1.9, - 61.1 + -8.18726841512697, + 52.0835993998731 ], [ - 1.9, - 49.8 + -8.2093971093184, + 52.10512489114057 ], [ - -9, - 49.8 - ] - ] - ], - "terms_url": "http://geo.nls.uk/maps/", - "terms_text": "National Library of Scotland Historic Maps" - }, - { - "name": "NLS - OS 1-inch 7th Series 1955-61", - "type": "tms", - "template": "http://geo.nls.uk/mapdata2/os/seventh/{zoom}/{x}/{-y}.png", - "scaleExtent": [ - 5, - 16 - ], - "polygon": [ - [ + -8.207092037006792, + 52.12494181389489 + ], [ - -6.4585407, - 49.9044128 + -8.227837687811258, + 52.143052434929714 ], [ - -6.3872009, - 49.9841116 + -8.222766528725723, + 52.16454923557058 ], [ - -6.2296827, - 49.9896159 + -8.30298304516965, + 52.1829264222872 ], [ - -6.2171269, - 49.8680087 + -8.427456949996438, + 52.17783811526099 ], [ - -6.4551164, - 49.8591793 - ] - ], - [ + -8.46710419375608, + 52.169921813849676 + ], [ - -1.4495137, - 60.8634056 + -8.509978538751975, + 52.18405707812542 ], [ - -0.7167114, - 60.8545122 + -8.530263175094117, + 52.16511480067495 ], [ - -0.7349744, - 60.4359756 + -8.574981577939297, + 52.18066502436804 ], [ - -0.6938826, - 60.4168218 + -8.587889982884295, + 52.16963906274442 ], [ - -0.7258429, - 60.3942735 + -8.642289689438227, + 52.18829678149147 ], [ - -0.7395401, - 60.0484714 + -8.719279104645906, + 52.15804472022032 ], [ - -0.9267357, - 60.0461918 + -8.698533453841442, + 52.13541291452849 ], [ - -0.9381501, - 59.8266157 + -8.740946784375014, + 52.10823956240069 ], [ - -1.4586452, - 59.831205 + -8.77460084012448, + 52.05951253229793 ], [ - -1.4455187, - 60.0535999 + -8.803183736788409, + 52.03768144571248 ], [ - -1.463211, - 60.0535999 + -8.86818677597573, + 52.03286015807593 ], [ - -1.4643524, - 60.0630002 + -8.870491848287335, + 52.01839317543363 ], [ - -1.5716475, - 60.0638546 + -8.844214023935015, + 51.991148511559096 ], [ - -1.5693646, - 60.1790005 + -8.79811257770287, + 51.964455373040394 ], [ - -1.643558, - 60.1807033 + -8.782899100446263, + 51.931777239822054 ], [ - -1.643558, - 60.1892162 + -8.835915763613228, + 51.9292188160068 ], [ - -1.8216221, - 60.1894999 + -8.838681850387156, + 51.90277322850554 ], [ - -1.8204807, - 60.3615507 + -8.802261707863764, + 51.89367006943167 ], [ - -1.8415973, - 60.3697345 + -8.792580404155013, + 51.85695425263326 ], [ - -1.8216221, - 60.3832755 + -8.765841565340368, + 51.82476769939557 ], [ - -1.8179852, - 60.5934321 + -8.758926348405547, + 51.80054140901511 ], [ - -1.453168, - 60.5934321 - ] - ], - [ + -8.79811257770287, + 51.78628456602828 + ], [ - -4.9089213, - 54.4242078 + -8.832227647914657, + 51.79626482935233 ], [ - -4.282598, - 54.4429861 + -8.836837792537873, + 51.77687258059678 ], [ - -4.2535417, - 54.029769 + -8.885705325543944, + 51.746055989869106 ], [ - -4.8766366, - 54.0221831 - ] - ], - [ + -8.859888515653944, + 51.72435763090916 + ], [ - -5.8667408, - 59.1444603 + -8.807332866949299, + 51.71093369500414 ], [ - -5.7759966, - 59.1470945 + -8.678248817499297, + 51.693505197270746 ], [ - -5.7720016, - 59.1014052 + -8.60540853245251, + 51.67835695335278 ], [ - -5.8621751, - 59.0990605 + -8.595266214281438, + 51.69264788483154 ] ], [ [ - -1.7065887, - 59.5703599 + -7.138279151048154, + 55.06131559970097 ], [ - -1.5579165, - 59.5693481 + -7.117994514706011, + 54.99631329558348 ], [ - -1.5564897, - 59.4965695 + -7.070049010624583, + 54.98784996056705 ], [ - -1.7054472, - 59.4975834 - ] - ], - [ + -7.076503213097081, + 54.93332450204895 + ], [ - -7.6865827, - 58.2940975 + -7.025791622241725, + 54.91159959910791 ], [ - -7.5330594, - 58.3006957 + -7.007351043748867, + 54.87872502112528 ], [ - -7.5256401, - 58.2646905 + -7.024869593317081, + 54.8511320998998 ], [ - -7.6797341, - 58.2577853 - ] - ], - [ + -6.990754523105296, + 54.81661438893913 + ], [ - -4.5338281, - 59.0359871 + -7.051608432131725, + 54.80598761598125 ], [ - -4.481322, - 59.0371616 + -7.115228427932084, + 54.80651902101645 ], [ - -4.4796099, - 59.0186583 + -7.170550163410654, + 54.84847793920564 ], [ - -4.5332574, - 59.0180707 - ] - ], - [ - [ - -8.6710698, - 57.8769896 + -7.199133060074584, + 54.84316909395457 ], [ - -8.4673234, - 57.8897332 + -7.222183783190655, + 54.85803210052931 ], [ - -8.4467775, - 57.7907 + -7.2111194360949415, + 54.862808332627324 ], [ - -8.6510947, - 57.7779213 - ] - ], - [ - [ - -5.2395519, - 50.3530581 + -7.212041465019584, + 54.882438010878076 ], [ - -5.7920073, - 50.3384899 + -7.279349576518514, + 54.880846771447125 ], [ - -5.760047, - 49.9317027 + -7.273817402970655, + 54.91530955931841 ], [ - -4.6551363, - 49.9581461 + -7.3033223285592275, + 54.915839525718205 ], [ - -4.677965, - 50.2860073 + -7.363254208661015, + 54.90894941815292 ], [ - -4.244219, - 50.2801723 + -7.385382902852443, + 54.91636948513913 ], [ - -4.2487848, - 50.2042525 + -7.391837105324943, + 54.93438395336098 ], [ - -3.3812929, - 50.2042525 + -7.429640291235302, + 54.95291983389722 ], [ - -3.4223846, - 50.5188201 + -7.420420001988872, + 54.99208185118366 ], [ - -3.1164796, - 50.5246258 + -7.410277683817801, + 55.03437621938347 ], [ - -3.1210453, - 50.6579592 + -7.3577220351131585, + 55.057619110599035 ], [ - -2.6736357, - 50.6619495 + -7.265519142648871, + 55.07557028899173 ], [ - -2.5953453, - 50.6394325 - ], + -7.138279151048154, + 55.06131559970097 + ] + ], + [ [ - -2.5905026, - 50.5728419 + -7.190498776293322, + 52.26144368927652 ], [ - -2.4791203, - 50.5733545 + -7.156844720543858, + 52.28443443581867 ], [ - -2.4758919, - 50.5066704 + -7.132871968503143, + 52.27343421670601 ], [ - -2.3967943, - 50.5056438 + -7.113278853854483, + 52.26779201951648 ], [ - -2.401637, - 50.5723293 + -7.098295883829036, + 52.27230583471742 ], [ - -1.0400296, - 50.5718167 + -7.089767116276089, + 52.25509445009032 ], [ - -1.0335726, - 50.7059289 + -7.07109603055207, + 52.259186286149074 ], [ - -0.549302, - 50.7038843 + -7.033984366335195, + 52.257352061495865 ], [ - -0.5460736, - 50.7886618 + -7.027530163862696, + 52.250720000975015 ], [ - -0.0924734, - 50.7856002 + -7.034675888028678, + 52.247756419376 ], [ - -0.0876307, - 50.7181949 + -7.031218279561267, + 52.24013487190721 ], [ - 0.4789659, - 50.7120623 + -7.034214873566356, + 52.23222966213934 ], [ - 0.487037, - 50.8182467 + -7.050580886978767, + 52.2296884028405 ], [ - 0.9761503, - 50.8049868 + -7.062567262999124, + 52.21980434486687 ], [ - 0.9922927, - 51.0126311 + -7.076858711331088, + 52.216132562953725 ], [ - 1.4491213, - 51.0004424 + -7.084926464421715, + 52.22065163604718 ], [ - 1.4781775, - 51.4090372 + -7.084465449959392, + 52.22785295843095 ], [ - 1.0229632, - 51.4271576 + -7.101292477834124, + 52.221498911062525 ], [ - 1.035877, - 51.7640881 + -7.105211100763858, + 52.21726237433474 ], [ - 1.6105448, - 51.7500992 + -7.111665303236357, + 52.21796849185403 ], [ - 1.646058, - 52.1560003 + -7.107977187537785, + 52.21104805609072 ], [ - 1.7267698, - 52.1540195 + -7.117773744862115, + 52.20928246619701 ], [ - 1.749369, - 52.4481811 + -7.129760120882472, + 52.21690931136535 ], [ - 1.7870672, - 52.4811624 + -7.14497359813908, + 52.21782726924826 ], [ - 1.759102, - 52.522505 + -7.150505771686938, + 52.22375823207553 ], [ - 1.7933451, - 52.9602749 + -7.158112510315241, + 52.22262858593765 ], [ - 0.3798147, - 52.9958468 + -7.158804032008724, + 52.22700580464912 ], [ - 0.3895238, - 53.2511239 + -7.158573524777563, + 52.23180612902503 ], [ - 0.3478614, - 53.2511239 + -7.167563306792832, + 52.23985256723076 ], [ - 0.3238912, - 53.282186 + -7.16733279956167, + 52.244580933687786 ], [ - 0.3461492, - 53.6538501 + -7.172519212262786, + 52.24676851484933 ], [ - 0.128487, - 53.6575466 + -7.177590371348324, + 52.25114335361416 ], [ - 0.116582, - 53.6674703 - ], + -7.190498776293322, + 52.26144368927652 + ] + ] + ], + "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas", + "terms_text": "EEA GMES Urban Atlas" + }, + { + "name": "Kanton Aargau 25cm (AGIS 2011)", + "type": "tms", + "template": "http://tiles.poole.ch/AGIS/OF2011/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 14, + 19 + ], + "polygon": [ + [ [ - 0.1350586, - 54.0655731 + 7.7, + 47.12 ], [ - -0.0609831, - 54.065908 + 7.7, + 47.63 ], [ - -0.0414249, - 54.4709448 + 8.5, + 47.63 ], [ - -0.5662701, - 54.4771794 + 8.5, + 47.12 ], [ - -0.5592078, - 54.6565127 - ], + 7.7, + 47.12 + ] + ] + ], + "terms_text": "AGIS OF2011" + }, + { + "name": "Katastrálna mapa Slovenska (KaPor, 2010-04)", + "type": "tms", + "template": "http://www.freemap.sk/tms/kapor2/{zoom}/{x}/{y}.jpg", + "polygon": [ + [ [ - -1.1665638, - 54.6623485 + 19.83682, + 49.25529 ], [ - -1.1637389, - 54.842611 + 19.80075, + 49.42385 ], [ - -1.3316194, - 54.843909 + 19.60437, + 49.48058 ], [ - -1.3257065, - 55.2470842 + 19.49179, + 49.63961 ], [ - -1.529453, - 55.2487108 + 19.21831, + 49.52604 ], [ - -1.524178, - 55.6540122 + 19.16778, + 49.42521 ], [ - -1.7638798, - 55.6540122 + 19.00308, + 49.42236 ], [ - -1.7733693, - 55.9719116 + 18.97611, + 49.5308 ], [ - -2.1607858, - 55.9682981 + 18.54685, + 49.51425 ], [ - -2.1543289, - 56.0621387 + 18.31432, + 49.33818 ], [ - -2.4578051, - 56.0585337 + 18.15913, + 49.2961 ], [ - -2.4190635, - 56.641717 + 18.05564, + 49.11134 ], [ - -2.0962164, - 56.641717 + 17.56396, + 48.84938 ], [ - -2.0833025, - 57.0021322 + 17.17929, + 48.88816 ], [ - -1.9283359, - 57.0126802 + 17.058, + 48.81105 ], [ - -1.9180966, - 57.3590895 + 16.90426, + 48.61947 ], [ - -1.7502161, - 57.3625721 + 16.79685, + 48.38561 ], [ - -1.7695869, - 57.7608634 + 17.06762, + 48.01116 ], [ - -3.6937554, - 57.7574187 + 17.32787, + 47.97749 ], [ - -3.7066693, - 57.9806386 + 17.51699, + 47.82535 ], [ - -3.5969013, - 57.9772149 + 17.74776, + 47.73093 ], [ - -3.6033582, - 58.1207277 + 18.29515, + 47.72075 ], [ - -3.0222335, - 58.1309566 + 18.67959, + 47.75541 ], [ - -3.0286905, - 58.5410788 + 18.89755, + 47.81203 ], [ - -2.8478961, - 58.530968 + 18.79463, + 47.88245 ], [ - -2.86081, - 58.8430508 + 18.84318, + 48.04046 ], [ - -2.679624, - 58.8414991 + 19.46212, + 48.05333 ], [ - -2.6841897, - 58.885175 + 19.62064, + 48.22938 ], [ - -2.6339665, - 58.9052239 + 19.89585, + 48.09387 ], [ - -2.679624, - 58.9335083 + 20.33766, + 48.2643 ], [ - -2.6887555, - 59.0229231 + 20.55395, + 48.52358 ], [ - -2.3668703, - 59.0229231 + 20.82335, + 48.55714 ], [ - -2.3702946, - 59.2652861 + 21.10271, + 48.47096 ], [ - -2.3429001, - 59.2821989 + 21.45863, + 48.55513 ], [ - -2.3714361, - 59.2996861 + 21.74536, + 48.31435 ], [ - -2.3737189, - 59.3707083 + 22.15293, + 48.37179 ], [ - -2.3429001, - 59.385825 + 22.61255, + 49.08914 ], [ - -2.3725775, - 59.400354 + 22.09997, + 49.23814 ], [ - -2.3714361, - 59.4259098 + 21.9686, + 49.36363 ], [ - -3.0734196, - 59.4230067 + 21.6244, + 49.46989 ], [ - -3.0711368, - 59.3433649 + 21.06873, + 49.46402 ], [ - -3.103097, - 59.3311405 + 20.94336, + 49.31088 ], [ - -3.0745611, - 59.3136695 + 20.73052, + 49.44006 ], [ - -3.0722782, - 59.232603 + 20.22804, + 49.41714 ], [ - -3.3850319, - 59.1484167 + 20.05234, + 49.23052 ], [ - -3.3747589, - 58.9352753 + 19.83682, + 49.25529 + ] + ] + ], + "terms_url": "http://wiki.freemap.sk/KatasterPortal", + "terms_text": "Permisssion by UGKK" + }, + { + "name": "Katastrálna mapa Slovenska (KaPor, 2011-05)", + "type": "tms", + "template": "http://www.freemap.sk/tms/kapor2_201105/{zoom}/{x}/{y}.jpg", + "polygon": [ + [ + [ + 19.83682, + 49.25529 ], [ - -3.5653789, - 58.9323303 + 19.80075, + 49.42385 ], [ - -3.554829, - 58.69759 + 19.60437, + 49.48058 ], [ - -5.2808579, - 58.6667732 + 19.49179, + 49.63961 ], [ - -5.2534159, - 58.3514125 + 19.21831, + 49.52604 ], [ - -5.5068508, - 58.3437887 + 19.16778, + 49.42521 ], [ - -5.4761804, - 58.0323557 + 19.00308, + 49.42236 ], [ - -5.8974958, - 58.0212436 + 18.97611, + 49.5308 ], [ - -5.8522972, - 57.6171758 + 18.54685, + 49.51425 ], [ - -6.1396311, - 57.6137174 + 18.31432, + 49.33818 ], [ - -6.1541592, - 57.7423183 + 18.15913, + 49.2961 ], [ - -6.2913692, - 57.7380102 + 18.05564, + 49.11134 ], [ - -6.3365678, - 58.1398784 + 17.56396, + 48.84938 ], [ - -6.1121891, - 58.1466944 + 17.17929, + 48.88816 ], [ - -6.1473778, - 58.5106285 - ], - [ - -6.2934817, - 58.5416182 + 17.058, + 48.81105 ], [ - -6.8413713, - 58.2977321 + 16.90426, + 48.61947 ], [ - -7.0057382, - 58.2929331 + 16.79685, + 48.38561 ], [ - -7.1016189, - 58.2064403 + 17.06762, + 48.01116 ], [ - -7.2573132, - 58.1793148 + 17.32787, + 47.97749 ], [ - -7.2531092, - 58.1004928 + 17.51699, + 47.82535 ], [ - -7.4070698, - 58.0905566 + 17.74776, + 47.73093 ], [ - -7.391347, - 57.7911354 + 18.29515, + 47.72075 ], [ - -7.790991, - 57.7733151 + 18.67959, + 47.75541 ], [ - -7.7624215, - 57.5444165 + 18.89755, + 47.81203 ], [ - -7.698501, - 57.1453194 + 18.79463, + 47.88245 ], [ - -7.7943817, - 57.1304547 + 18.84318, + 48.04046 ], [ - -7.716764, - 56.7368628 + 19.46212, + 48.05333 ], [ - -7.0122067, - 56.7654359 + 19.62064, + 48.22938 ], [ - -6.979922, - 56.5453858 + 19.89585, + 48.09387 ], [ - -7.0638622, - 56.5453858 + 20.33766, + 48.2643 ], [ - -7.0444914, - 56.3562587 + 20.55395, + 48.52358 ], [ - -6.500676, - 56.3812917 + 20.82335, + 48.55714 ], [ - -6.4491433, - 55.9793649 + 21.10271, + 48.47096 ], [ - -6.563287, - 55.9691456 + 21.45863, + 48.55513 ], [ - -6.5393742, - 55.7030135 + 21.74536, + 48.31435 ], [ - -6.5595521, - 55.6907321 + 22.15293, + 48.37179 ], [ - -6.5345315, - 55.6761713 + 22.61255, + 49.08914 ], [ - -6.5216176, - 55.5704434 + 22.09997, + 49.23814 ], [ - -5.8912587, - 55.5923416 + 21.9686, + 49.36363 ], [ - -5.8560127, - 55.2320733 + 21.6244, + 49.46989 ], [ - -5.2293639, - 55.2515958 + 21.06873, + 49.46402 ], [ - -5.1837064, - 54.6254139 + 20.94336, + 49.31088 ], [ - -3.6655956, - 54.6518373 + 20.73052, + 49.44006 ], [ - -3.6496155, - 54.4320023 + 20.22804, + 49.41714 ], [ - -3.5400375, - 54.4306744 + 20.05234, + 49.23052 ], [ - -3.530906, - 54.0290181 - ], + 19.83682, + 49.25529 + ] + ] + ], + "terms_url": "http://wiki.freemap.sk/KatasterPortal", + "terms_text": "Permisssion by UGKK" + }, + { + "name": "Lithuania - ORT10LT", + "type": "tms", + "template": "http://mapproxy.openmap.lt/ort10lt/g/{z}/{x}/{y}.jpeg", + "scaleExtent": [ + 4, + 18 + ], + "polygon": [ + [ [ - -3.0697656, - 54.030359 + 21, + 53.88 ], [ - -3.0675737, - 53.8221388 + 21, + 56.45 ], [ - -3.0804876, - 53.7739911 + 26.85, + 56.45 ], [ - -3.0619239, - 53.7477488 + 26.85, + 53.88 ], [ - -3.0611168, - 53.6737049 - ], + 21, + 53.88 + ] + ] + ] + }, + { + "name": "Locator Overlay", + "type": "tms", + "description": "Shows major features to help orient you.", + "template": "http://{switch:a,b,c}.tiles.mapbox.com/v3/openstreetmap.map-btyhiati/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 0, + 16 + ], + "terms_url": "http://www.mapbox.com/about/maps/", + "terms_text": "Terms & Feedback", + "default": true, + "overlay": true + }, + { + "name": "MapBox Satellite", + "type": "tms", + "description": "Satellite and aerial imagery.", + "template": "http://{switch:a,b,c}.tiles.mapbox.com/v3/openstreetmap.map-4wvf9l0l/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 0, + 16 + ], + "terms_url": "http://www.mapbox.com/about/maps/", + "terms_text": "Terms & Feedback", + "default": true + }, + { + "name": "MapQuest Open Aerial", + "type": "tms", + "template": "http://oatile{switch:1,2,3,4}.mqcdn.com/tiles/1.0.0/sat/{zoom}/{x}/{y}.png", + "default": true + }, + { + "name": "NLS - Bartholomew Half Inch, 1897-1907", + "type": "tms", + "template": "http://geo.nls.uk/mapdata2/bartholomew/great_britain/{zoom}/{x}/{-y}.png", + "scaleExtent": [ + 0, + 15 + ], + "polygon": [ + [ [ - -3.2144691, - 53.6708361 + -9, + 49.8 ], [ - -3.2057699, - 53.4226163 + -9, + 61.1 ], [ - -3.2799632, - 53.355224 + 1.9, + 61.1 ], [ - -3.2896655, - 53.3608441 + 1.9, + 49.8 ], [ - -3.3327547, - 53.364931 - ], + -9, + 49.8 + ] + ] + ], + "terms_url": "http://geo.nls.uk/maps/", + "terms_text": "National Library of Scotland Historic Maps" + }, + { + "name": "NLS - OS 1-inch 7th Series 1955-61", + "type": "tms", + "template": "http://geo.nls.uk/mapdata2/os/seventh/{zoom}/{x}/{-y}.png", + "scaleExtent": [ + 5, + 16 + ], + "polygon": [ + [ [ - -3.3761293, - 53.3540318 + -6.4585407, + 49.9044128 ], [ - -4.0888976, - 53.3433102 + -6.3872009, + 49.9841116 ], [ - -4.0945474, - 53.4612036 + -6.2296827, + 49.9896159 ], [ - -4.697412, - 53.4448624 + -6.2171269, + 49.8680087 ], [ - -4.6882805, - 53.3318598 - ], + -6.4551164, + 49.8591793 + ] + ], + [ [ - -4.7202407, - 53.2895771 + -1.4495137, + 60.8634056 ], [ - -4.6837148, - 53.2486184 + -0.7167114, + 60.8545122 ], [ - -4.6768661, - 53.1542644 + -0.7349744, + 60.4359756 ], [ - -4.8480816, - 53.1446807 + -0.6938826, + 60.4168218 ], [ - -4.8178336, - 52.7440299 + -0.7258429, + 60.3942735 ], [ - -4.2545751, - 52.7558939 + -0.7395401, + 60.0484714 ], [ - -4.228876, - 52.254876 + -0.9267357, + 60.0461918 ], [ - -4.2607571, - 52.2536408 + -0.9381501, + 59.8266157 ], [ - -4.2724603, - 52.2432637 + -1.4586452, + 59.831205 ], [ - -4.8136263, - 52.230095 + -1.4455187, + 60.0535999 ], [ - -4.8079191, - 52.1138892 + -1.463211, + 60.0535999 ], [ - -5.3889104, - 52.0991668 + -1.4643524, + 60.0630002 ], [ - -5.3717888, - 51.9129667 + -1.5716475, + 60.0638546 ], [ - -5.4208706, - 51.9101502 + -1.5693646, + 60.1790005 ], [ - -5.414022, - 51.8453218 + -1.643558, + 60.1807033 ], [ - -5.3683645, - 51.8474373 + -1.643558, + 60.1892162 ], [ - -5.3466772, - 51.5595332 + -1.8216221, + 60.1894999 ], [ - -4.773676, - 51.5758518 + -1.8204807, + 60.3615507 ], [ - -4.7656859, - 51.4885146 + -1.8415973, + 60.3697345 ], [ - -4.1915432, - 51.4970427 + -1.8216221, + 60.3832755 ], [ - -4.1869775, - 51.4344663 + -1.8179852, + 60.5934321 ], [ - -3.6151177, - 51.4444274 - ], + -1.453168, + 60.5934321 + ] + ], + [ [ - -3.6105519, - 51.3746543 + -4.9089213, + 54.4242078 ], [ - -3.1494115, - 51.3789292 + -4.282598, + 54.4429861 ], [ - -3.1494115, - 51.2919281 + -4.2535417, + 54.029769 ], [ - -4.3038735, - 51.2745907 - ], + -4.8766366, + 54.0221831 + ] + ], + [ [ - -4.2861169, - 51.0508721 + -5.8667408, + 59.1444603 ], [ - -4.8543277, - 51.0366633 + -5.7759966, + 59.1470945 ], [ - -4.8372201, - 50.7212787 + -5.7720016, + 59.1014052 ], [ - -5.2618345, - 50.7082694 + -5.8621751, + 59.0990605 ] ], [ [ - -2.1502671, - 60.171318 + -1.7065887, + 59.5703599 ], [ - -2.0030218, - 60.1696146 + -1.5579165, + 59.5693481 ], [ - -2.0013096, - 60.0997023 + -1.5564897, + 59.4965695 ], [ - -2.148555, - 60.1011247 + -1.7054472, + 59.4975834 ] ], [ [ - -6.2086011, - 59.1163488 + -7.6865827, + 58.2940975 ], [ - -6.1229934, - 59.1166418 + -7.5330594, + 58.3006957 ], [ - -6.121852, - 59.0714985 + -7.5256401, + 58.2646905 ], [ - -6.2097426, - 59.0714985 + -7.6797341, + 58.2577853 ] ], [ [ - -4.4159559, - 59.0889036 + -4.5338281, + 59.0359871 ], [ - -4.4212022, - 59.0770848 + -4.481322, + 59.0371616 ], [ - -4.3971904, - 59.0779143 + -4.4796099, + 59.0186583 ], [ - -4.3913388, - 59.0897328 + -4.5332574, + 59.0180707 ] - ] - ], - "terms_url": "http://geo.nls.uk/maps/", - "terms_text": "National Library of Scotland Historic Maps" - }, - { - "name": "NLS - OS 1:25k 1st Series 1937-61", - "type": "tms", - "template": "http://geo.nls.uk/mapdata2/os/25000/{zoom}/{x}/{-y}.png", - "scaleExtent": [ - 5, - 16 - ], - "polygon": [ + ], [ [ - -4.7157244, - 54.6796556 + -8.6710698, + 57.8769896 ], [ - -4.6850662, - 54.6800268 + -8.4673234, + 57.8897332 ], [ - -4.6835779, - 54.6623245 + -8.4467775, + 57.7907 ], [ - -4.7148782, - 54.6615818 + -8.6510947, + 57.7779213 ] ], [ [ - -3.7085748, - 58.3371151 + -5.2395519, + 50.3530581 ], [ - -3.5405937, - 58.3380684 + -5.7920073, + 50.3384899 ], [ - -3.5315137, - 58.1608002 + -5.760047, + 49.9317027 ], [ - -3.3608086, - 58.1622372 + -4.6551363, + 49.9581461 ], [ - -3.3653486, - 58.252173 + -4.677965, + 50.2860073 ], [ - -3.1610473, - 58.2536063 + -4.244219, + 50.2801723 ], [ - -3.1610473, - 58.3261509 - ], - [ - -3.0275704, - 58.3271045 + -4.2487848, + 50.2042525 ], [ - -3.0366505, - 58.6139001 + -3.3812929, + 50.2042525 ], [ - -3.0021463, - 58.614373 + -3.4223846, + 50.5188201 ], [ - -3.0030543, - 58.7036341 + -3.1164796, + 50.5246258 ], [ - -3.4180129, - 58.7003322 + -3.1210453, + 50.6579592 ], [ - -3.4171049, - 58.6290293 + -2.6736357, + 50.6619495 ], [ - -3.7240109, - 58.6266658 + -2.5953453, + 50.6394325 ], [ - -3.7231029, - 58.606806 + -2.5905026, + 50.5728419 ], [ - -4.2361262, - 58.5992374 + -2.4791203, + 50.5733545 ], [ - -4.2334022, - 58.5092347 + -2.4758919, + 50.5066704 ], [ - -3.88836, - 58.5144516 + -2.3967943, + 50.5056438 ], [ - -3.8829119, - 58.4261327 + -2.401637, + 50.5723293 ], [ - -3.7158389, - 58.4270836 - ] - ], - [ - [ - -6.46676, - 49.9943621 + -1.0400296, + 50.5718167 ], [ - -6.1889102, - 50.004868 + -1.0335726, + 50.7059289 ], [ - -6.1789222, - 49.8967815 + -0.549302, + 50.7038843 ], [ - -6.3169391, - 49.8915171 + -0.5460736, + 50.7886618 ], [ - -6.312399, - 49.8200979 + -0.0924734, + 50.7856002 ], [ - -6.4504159, - 49.8159968 - ] - ], - [ + -0.0876307, + 50.7181949 + ], [ - -5.6453263, - 50.2029809 + 0.4789659, + 50.7120623 ], [ - -5.7801329, - 50.2014076 + 0.487037, + 50.8182467 ], [ - -5.7637888, - 50.0197267 + 0.9761503, + 50.8049868 ], [ - -5.3479221, - 50.0290604 + 0.9922927, + 51.0126311 ], [ - -5.3388421, - 49.9414854 + 1.4491213, + 51.0004424 ], [ - -5.024672, - 49.9473287 + 1.4781775, + 51.4090372 ], [ - -5.0355681, - 50.0383923 + 1.0229632, + 51.4271576 ], [ - -5.0010639, - 50.0453901 + 1.035877, + 51.7640881 ], [ - -4.9974319, - 50.1304478 + 1.6105448, + 51.7500992 ], [ - -4.855783, - 50.13394 + 1.646058, + 52.1560003 ], [ - -4.861231, - 50.206057 + 1.7267698, + 52.1540195 ], [ - -4.6546085, - 50.2140172 + 1.749369, + 52.4481811 ], [ - -4.6558926, - 50.3018616 + 1.7870672, + 52.4811624 ], [ - -4.5184924, - 50.3026818 + 1.759102, + 52.522505 ], [ - -4.51464, - 50.325642 + 1.7933451, + 52.9602749 ], [ - -4.2488284, - 50.3264618 + 0.3798147, + 52.9958468 ], [ - -4.2488284, - 50.3100631 + 0.3895238, + 53.2511239 ], [ - -4.10886, - 50.3141633 + 0.3478614, + 53.2511239 ], [ - -4.1062917, - 50.2411267 + 0.3238912, + 53.282186 ], [ - -3.9648088, - 50.2432047 + 0.3461492, + 53.6538501 ], [ - -3.9640778, - 50.2254158 + 0.128487, + 53.6575466 ], [ - -3.8522287, - 50.2273626 + 0.116582, + 53.6674703 ], [ - -3.8503757, - 50.1552563 + 0.1350586, + 54.0655731 ], [ - -3.6921809, - 50.1572487 + -0.0609831, + 54.065908 ], [ - -3.5414602, - 50.1602198 + -0.0414249, + 54.4709448 ], [ - -3.5465781, - 50.3226814 + -0.5662701, + 54.4771794 ], [ - -3.4068012, - 50.3241013 + -0.5592078, + 54.6565127 ], [ - -3.4165761, - 50.5892711 + -1.1665638, + 54.6623485 ], [ - -3.2746691, - 50.5962721 + -1.1637389, + 54.842611 ], [ - -3.2749172, - 50.6106323 + -1.3316194, + 54.843909 ], [ - -2.9971742, - 50.613972 + -1.3257065, + 55.2470842 ], [ - -2.9896008, - 50.688537 + -1.529453, + 55.2487108 ], [ - -2.7120266, - 50.690565 + -1.524178, + 55.6540122 ], [ - -2.710908, - 50.6195964 + -1.7638798, + 55.6540122 ], [ - -2.5695473, - 50.6157538 + -1.7733693, + 55.9719116 ], [ - -2.5651019, - 50.5134083 + -2.1607858, + 55.9682981 ], [ - -2.4014463, - 50.513379 + -2.1543289, + 56.0621387 ], [ - -2.3940583, - 50.6160348 + -2.4578051, + 56.0585337 ], [ - -2.2894123, - 50.6147436 + -2.4190635, + 56.641717 ], [ - -2.2876184, - 50.6008549 + -2.0962164, + 56.641717 ], [ - -2.1477855, - 50.6048506 + -2.0833025, + 57.0021322 ], [ - -2.1451013, - 50.5325437 + -1.9283359, + 57.0126802 ], [ - -1.9335117, - 50.5347477 + -1.9180966, + 57.3590895 ], [ - -1.9362139, - 50.6170445 + -1.7502161, + 57.3625721 ], [ - -1.8573025, - 50.6228094 + -1.7695869, + 57.7608634 ], [ - -1.8554865, - 50.709139 + -3.6937554, + 57.7574187 ], [ - -1.6066929, - 50.709139 + -3.7066693, + 57.9806386 ], [ - -1.6085089, - 50.6239615 + -3.5969013, + 57.9772149 ], [ - -1.4450678, - 50.6228094 + -3.6033582, + 58.1207277 ], [ - -1.4432518, - 50.5317039 + -3.0222335, + 58.1309566 ], [ - -1.1545059, - 50.5293951 + -3.0286905, + 58.5410788 ], [ - -1.1472419, - 50.6170485 + -2.8478961, + 58.530968 ], [ - -1.011041, - 50.6205051 + -2.86081, + 58.8430508 ], [ - -1.011041, - 50.7056889 + -2.679624, + 58.8414991 ], [ - -0.704135, - 50.7045388 + -2.6841897, + 58.885175 ], [ - -0.700503, - 50.7769401 + -2.6339665, + 58.9052239 ], [ - -0.5860943, - 50.7723465 + -2.679624, + 58.9335083 ], [ - -0.5879103, - 50.7907181 + -2.6887555, + 59.0229231 ], [ - -0.0149586, - 50.7798108 + -2.3668703, + 59.0229231 ], [ - -0.0185906, - 50.7625836 + -2.3702946, + 59.2652861 ], [ - 0.0967261, - 50.7620093 + -2.3429001, + 59.2821989 ], [ - 0.0921861, - 50.6913106 + -2.3714361, + 59.2996861 ], [ - 0.3046595, - 50.6890096 + -2.3737189, + 59.3707083 ], [ - 0.3101075, - 50.7757917 + -2.3429001, + 59.385825 ], [ - 0.5511831, - 50.7726336 + -2.3725775, + 59.400354 ], [ - 0.5529991, - 50.8432096 + -2.3714361, + 59.4259098 ], [ - 0.695556, - 50.8403428 + -3.0734196, + 59.4230067 ], [ - 0.696464, - 50.8592608 + -3.0711368, + 59.3433649 ], [ - 0.9852099, - 50.8523824 + -3.103097, + 59.3311405 ], [ - 0.9906579, - 50.9417226 + -3.0745611, + 59.3136695 ], [ - 1.0160821, - 50.9411504 + -3.0722782, + 59.232603 ], [ - 1.0215301, - 51.0303204 + -3.3850319, + 59.1484167 ], [ - 1.2812198, - 51.0240383 + -3.3747589, + 58.9352753 ], [ - 1.2848518, - 51.0948044 + -3.5653789, + 58.9323303 ], [ - 1.4277848, - 51.0948044 + -3.554829, + 58.69759 ], [ - 1.4386809, - 51.2882859 + -5.2808579, + 58.6667732 ], [ - 1.4713691, - 51.2871502 + -5.2534159, + 58.3514125 ], [ - 1.4804492, - 51.3994534 + -5.5068508, + 58.3437887 ], [ - 1.1590151, - 51.4073836 + -5.4761804, + 58.0323557 ], [ - 1.1590151, - 51.3869889 + -5.8974958, + 58.0212436 ], [ - 1.0191822, - 51.3903886 + -5.8522972, + 57.6171758 ], [ - 1.0228142, - 51.4798247 + -6.1396311, + 57.6137174 ], [ - 0.8793493, - 51.4843484 + -6.1541592, + 57.7423183 ], [ - 0.8829813, - 51.5566675 + -6.2913692, + 57.7380102 ], [ - 1.0264462, - 51.5544092 + -6.3365678, + 58.1398784 ], [ - 1.0373423, - 51.7493319 + -6.1121891, + 58.1466944 ], [ - 1.2607117, - 51.7482076 + -6.1473778, + 58.5106285 ], [ - 1.2661598, - 51.8279642 + -6.2934817, + 58.5416182 ], [ - 1.3351682, - 51.8335756 + -6.8413713, + 58.2977321 ], [ - 1.3478803, - 51.9199021 + -7.0057382, + 58.2929331 ], [ - 1.4840812, - 51.9199021 + -7.1016189, + 58.2064403 ], [ - 1.4986093, - 52.0038271 + -7.2573132, + 58.1793148 ], [ - 1.6438902, - 52.0027092 + -7.2531092, + 58.1004928 ], [ - 1.6656823, - 52.270221 + -7.4070698, + 58.0905566 ], [ - 1.7310588, - 52.270221 + -7.391347, + 57.7911354 ], [ - 1.7528509, - 52.4465637 + -7.790991, + 57.7733151 ], [ - 1.8254914, - 52.4476705 + -7.7624215, + 57.5444165 ], [ - 1.8345714, - 52.624408 + -7.698501, + 57.1453194 ], [ - 1.7690346, - 52.6291402 + -7.7943817, + 57.1304547 ], [ - 1.7741711, - 52.717904 + -7.716764, + 56.7368628 ], [ - 1.6996925, - 52.721793 + -7.0122067, + 56.7654359 ], [ - 1.706113, - 52.8103687 + -6.979922, + 56.5453858 ], [ - 1.559724, - 52.8165777 + -7.0638622, + 56.5453858 ], [ - 1.5648605, - 52.9034116 + -7.0444914, + 56.3562587 ], [ - 1.4184715, - 52.9103818 + -6.500676, + 56.3812917 ], [ - 1.4223238, - 52.9281894 + -6.4491433, + 55.9793649 ], [ - 1.3439928, - 52.9289635 + -6.563287, + 55.9691456 ], [ - 1.3491293, - 53.0001194 + -6.5393742, + 55.7030135 ], [ - 0.4515789, - 53.022589 + -6.5595521, + 55.6907321 ], [ - 0.4497629, - 52.9351139 + -6.5345315, + 55.6761713 ], [ - 0.3789384, - 52.9351139 + -6.5216176, + 55.5704434 ], [ - 0.3716744, - 52.846365 + -5.8912587, + 55.5923416 ], [ - 0.2227614, - 52.8496552 + -5.8560127, + 55.2320733 ], [ - 0.2336575, - 52.9329248 + -5.2293639, + 55.2515958 ], [ - 0.3062979, - 52.9351139 + -5.1837064, + 54.6254139 ], [ - 0.308114, - 53.022589 + -3.6655956, + 54.6518373 ], [ - 0.3807544, - 53.0236813 + -3.6496155, + 54.4320023 ], [ - 0.3993708, - 53.2933729 + -3.5400375, + 54.4306744 ], [ - 0.3248922, - 53.2987454 + -3.530906, + 54.0290181 ], [ - 0.3274604, - 53.3853782 + -3.0697656, + 54.030359 ], [ - 0.2504136, - 53.38691 + -3.0675737, + 53.8221388 ], [ - 0.2581183, - 53.4748924 + -3.0804876, + 53.7739911 ], [ - 0.1862079, - 53.4779494 + -3.0619239, + 53.7477488 ], [ - 0.1913443, - 53.6548777 + -3.0611168, + 53.6737049 ], [ - 0.1502527, - 53.6594436 + -3.2144691, + 53.6708361 ], [ - 0.1528209, - 53.7666003 + -3.2057699, + 53.4226163 ], [ - 0.0012954, - 53.7734308 + -3.2799632, + 53.355224 ], [ - 0.0025796, - 53.8424326 + -3.2896655, + 53.3608441 ], [ - -0.0282392, - 53.841675 + -3.3327547, + 53.364931 ], [ - -0.0226575, - 53.9311501 + -3.3761293, + 53.3540318 ], [ - -0.1406983, - 53.9322193 + -4.0888976, + 53.3433102 ], [ - -0.1416063, - 54.0219323 + -4.0945474, + 53.4612036 ], [ - -0.1706625, - 54.0235326 + -4.697412, + 53.4448624 ], [ - -0.1679384, - 54.0949482 + -4.6882805, + 53.3318598 ], [ - -0.0126694, - 54.0912206 + -4.7202407, + 53.2895771 ], [ - -0.0099454, - 54.1811226 + -4.6837148, + 53.2486184 ], [ - -0.1615824, - 54.1837795 + -4.6768661, + 53.1542644 ], [ - -0.1606744, - 54.2029038 + -4.8480816, + 53.1446807 ], [ - -0.2405789, - 54.2034349 + -4.8178336, + 52.7440299 ], [ - -0.2378549, - 54.2936234 + -4.2545751, + 52.7558939 ], [ - -0.3894919, - 54.2941533 + -4.228876, + 52.254876 ], [ - -0.3857497, - 54.3837321 + -4.2607571, + 52.2536408 ], [ - -0.461638, - 54.3856364 + -4.2724603, + 52.2432637 ], [ - -0.4571122, - 54.4939066 + -4.8136263, + 52.230095 ], [ - -0.6105651, - 54.4965434 + -4.8079191, + 52.1138892 ], [ - -0.6096571, - 54.5676704 + -5.3889104, + 52.0991668 ], [ - -0.7667421, - 54.569776 + -5.3717888, + 51.9129667 ], [ - -0.7640181, - 54.5887213 + -5.4208706, + 51.9101502 ], [ - -0.9192871, - 54.5908258 + -5.414022, + 51.8453218 ], [ - -0.9148116, - 54.6608348 + -5.3683645, + 51.8474373 ], [ - -1.1485204, - 54.6634343 + -5.3466772, + 51.5595332 ], [ - -1.1472363, - 54.7528316 + -4.773676, + 51.5758518 ], [ - -1.2268514, - 54.7532021 + -4.7656859, + 51.4885146 ], [ - -1.2265398, - 54.8429879 + -4.1915432, + 51.4970427 ], [ - -1.2991803, - 54.8435107 + -4.1869775, + 51.4344663 ], [ - -1.2991803, - 54.9333391 + -3.6151177, + 51.4444274 ], [ - -1.3454886, - 54.9354258 + -3.6105519, + 51.3746543 ], [ - -1.3436726, - 55.0234878 + -3.1494115, + 51.3789292 ], [ - -1.3772688, - 55.0255698 + -3.1494115, + 51.2919281 ], [ - -1.3754528, - 55.1310877 + -4.3038735, + 51.2745907 ], [ - -1.4997441, - 55.1315727 + -4.2861169, + 51.0508721 ], [ - -1.4969272, - 55.2928323 + -4.8543277, + 51.0366633 ], [ - -1.5296721, - 55.2942946 + -4.8372201, + 50.7212787 ], [ - -1.5258198, - 55.6523803 - ], + -5.2618345, + 50.7082694 + ] + ], + [ [ - -1.7659492, - 55.6545537 + -2.1502671, + 60.171318 ], [ - -1.7620968, - 55.7435626 + -2.0030218, + 60.1696146 ], [ - -1.9688392, - 55.7435626 + -2.0013096, + 60.0997023 ], [ - -1.9698023, - 55.8334505 - ], + -2.148555, + 60.1011247 + ] + ], + [ [ - -2.0019051, - 55.8336308 + -6.2086011, + 59.1163488 ], [ - -2.0015841, - 55.9235526 + -6.1229934, + 59.1166418 ], [ - -2.1604851, - 55.9240613 + -6.121852, + 59.0714985 ], [ - -2.1613931, - 55.9413549 - ], + -6.2097426, + 59.0714985 + ] + ], + [ [ - -2.3202942, - 55.9408463 + -4.4159559, + 59.0889036 ], [ - -2.3212022, - 56.0145126 + -4.4212022, + 59.0770848 ], [ - -2.5627317, - 56.0124824 + -4.3971904, + 59.0779143 ], [ - -2.5645477, - 56.1022207 - ], + -4.3913388, + 59.0897328 + ] + ] + ], + "terms_url": "http://geo.nls.uk/maps/", + "terms_text": "National Library of Scotland Historic Maps" + }, + { + "name": "NLS - OS 1:25k 1st Series 1937-61", + "type": "tms", + "template": "http://geo.nls.uk/mapdata2/os/25000/{zoom}/{x}/{-y}.png", + "scaleExtent": [ + 5, + 16 + ], + "polygon": [ + [ [ - -2.9658863, - 56.0991822 + -4.7157244, + 54.6796556 ], [ - -2.9667943, - 56.1710304 + -4.6850662, + 54.6800268 ], [ - -2.4828272, - 56.1755797 + -4.6835779, + 54.6623245 ], [ - -2.4882752, - 56.2856078 - ], + -4.7148782, + 54.6615818 + ] + ], + [ [ - -2.5645477, - 56.2835918 + -3.7085748, + 58.3371151 ], [ - -2.5681798, - 56.3742075 + -3.5405937, + 58.3380684 ], [ - -2.7261728, - 56.3732019 + -3.5315137, + 58.1608002 ], [ - -2.7316208, - 56.4425301 + -3.3608086, + 58.1622372 ], [ - -2.6190281, - 56.4425301 + -3.3653486, + 58.252173 ], [ - -2.6153961, - 56.5317671 + -3.1610473, + 58.2536063 ], [ - -2.453771, - 56.5347715 + -3.1610473, + 58.3261509 ], [ - -2.4534686, - 56.6420248 + -3.0275704, + 58.3271045 ], [ - -2.4062523, - 56.6440218 + -3.0366505, + 58.6139001 ], [ - -2.3953562, - 56.7297964 + -3.0021463, + 58.614373 ], [ - -2.2936596, - 56.7337811 + -3.0030543, + 58.7036341 ], [ - -2.2972916, - 56.807423 + -3.4180129, + 58.7003322 ], [ - -2.1629067, - 56.8113995 + -3.4171049, + 58.6290293 ], [ - -2.1592747, - 56.9958425 + -3.7240109, + 58.6266658 ], [ - -1.9922016, - 57.0017771 + -3.7231029, + 58.606806 ], [ - -2.0067297, - 57.2737477 + -4.2361262, + 58.5992374 ], [ - -1.9195612, - 57.2757112 + -4.2334022, + 58.5092347 ], [ - -1.9304572, - 57.3482876 + -3.88836, + 58.5144516 ], [ - -1.8106005, - 57.3443682 + -3.8829119, + 58.4261327 ], [ - -1.7997044, - 57.4402728 - ], + -3.7158389, + 58.4270836 + ] + ], + [ [ - -1.6616875, - 57.4285429 + -6.46676, + 49.9943621 ], [ - -1.6689516, - 57.5398256 + -6.1889102, + 50.004868 ], [ - -1.7452241, - 57.5398256 + -6.1789222, + 49.8967815 ], [ - -1.7524881, - 57.6313302 + -6.3169391, + 49.8915171 ], [ - -1.8287606, - 57.6332746 + -6.312399, + 49.8200979 ], [ - -1.8287606, - 57.7187255 - ], + -6.4504159, + 49.8159968 + ] + ], + [ [ - -3.1768526, - 57.7171219 + -5.6453263, + 50.2029809 ], [ - -3.1794208, - 57.734264 + -5.7801329, + 50.2014076 ], [ - -3.5134082, - 57.7292105 + -5.7637888, + 50.0197267 ], [ - -3.5129542, - 57.7112683 + -5.3479221, + 50.0290604 ], [ - -3.7635638, - 57.7076303 + -5.3388421, + 49.9414854 ], [ - -3.7598539, - 57.635713 + -5.024672, + 49.9473287 ], [ - -3.8420372, - 57.6343382 + -5.0355681, + 50.0383923 ], [ - -3.8458895, - 57.6178365 + -5.0010639, + 50.0453901 ], [ - -3.9794374, - 57.6157733 + -4.9974319, + 50.1304478 ], [ - -3.9794374, - 57.686544 + -4.855783, + 50.13394 ], [ - -3.8150708, - 57.689976 + -4.861231, + 50.206057 ], [ - -3.817639, - 57.7968899 + -4.6546085, + 50.2140172 ], [ - -3.6853753, - 57.7989429 + -4.6558926, + 50.3018616 ], [ - -3.6892276, - 57.8891567 + -4.5184924, + 50.3026818 ], [ - -3.9383458, - 57.8877915 + -4.51464, + 50.325642 ], [ - -3.9421981, - 57.9750592 + -4.2488284, + 50.3264618 ], [ - -3.6943641, - 57.9784638 + -4.2488284, + 50.3100631 ], [ - -3.6969323, - 58.0695865 + -4.10886, + 50.3141633 ], [ - -4.0372226, - 58.0641528 + -4.1062917, + 50.2411267 ], [ - -4.0346543, - 57.9730163 + -3.9648088, + 50.2432047 ], [ - -4.2003051, - 57.9702923 + -3.9640778, + 50.2254158 ], [ - -4.1832772, - 57.7012869 + -3.8522287, + 50.2273626 ], [ - -4.518752, - 57.6951111 + -3.8503757, + 50.1552563 ], [ - -4.5122925, - 57.6050682 + -3.6921809, + 50.1572487 ], [ - -4.6789116, - 57.6016628 + -3.5414602, + 50.1602198 ], [ - -4.666022, - 57.4218334 + -3.5465781, + 50.3226814 ], [ - -3.6677696, - 57.4394729 + -3.4068012, + 50.3241013 ], [ - -3.671282, - 57.5295384 + -3.4165761, + 50.5892711 ], [ - -3.3384979, - 57.5331943 + -3.2746691, + 50.5962721 ], [ - -3.3330498, - 57.4438859 + -3.2749172, + 50.6106323 ], [ - -2.8336466, - 57.4485275 + -2.9971742, + 50.613972 ], [ - -2.8236396, - 56.9992706 + -2.9896008, + 50.688537 ], [ - -2.3305398, - 57.0006693 + -2.7120266, + 50.690565 ], [ - -2.3298977, - 56.9113932 + -2.710908, + 50.6195964 ], [ - -2.6579889, - 56.9092901 + -2.5695473, + 50.6157538 ], [ - -2.6559637, - 56.8198406 + -2.5651019, + 50.5134083 ], [ - -2.8216747, - 56.8188467 + -2.4014463, + 50.513379 ], [ - -2.8184967, - 56.7295397 + -2.3940583, + 50.6160348 ], [ - -3.1449248, - 56.7265508 + -2.2894123, + 50.6147436 ], [ - -3.1435628, - 56.6362749 + -2.2876184, + 50.6008549 ], [ - -3.4679089, - 56.6350265 + -2.1477855, + 50.6048506 ], [ - -3.474265, - 56.7238108 + -2.1451013, + 50.5325437 ], [ - -3.8011471, - 56.7188284 + -1.9335117, + 50.5347477 ], [ - -3.785711, - 56.4493026 + -1.9362139, + 50.6170445 ], [ - -3.946428, - 56.4457896 + -1.8573025, + 50.6228094 ], [ - -3.9428873, - 56.2659777 + -1.8554865, + 50.709139 ], [ - -4.423146, - 56.2588459 + -1.6066929, + 50.709139 ], [ - -4.4141572, - 56.0815506 + -1.6085089, + 50.6239615 ], [ - -4.8944159, - 56.0708008 + -1.4450678, + 50.6228094 ], [ - -4.8791072, - 55.8896994 + -1.4432518, + 50.5317039 ], [ - -5.1994158, - 55.8821374 + -1.1545059, + 50.5293951 ], [ - -5.1852906, - 55.7023791 + -1.1472419, + 50.6170485 ], [ - -5.0273445, - 55.7067203 + -1.011041, + 50.6205051 ], [ - -5.0222081, - 55.6879046 + -1.011041, + 50.7056889 ], [ - -4.897649, - 55.6907999 + -0.704135, + 50.7045388 ], [ - -4.8880181, - 55.6002822 + -0.700503, + 50.7769401 ], [ - -4.7339244, - 55.6046348 + -0.5860943, + 50.7723465 ], [ - -4.7275038, - 55.5342082 + -0.5879103, + 50.7907181 ], [ - -4.773732, - 55.5334815 + -0.0149586, + 50.7798108 ], [ - -4.7685955, - 55.4447227 + -0.0185906, + 50.7625836 ], [ - -4.8494947, - 55.4418092 + 0.0967261, + 50.7620093 ], [ - -4.8405059, - 55.3506535 + 0.0921861, + 50.6913106 ], [ - -4.8700405, - 55.3513836 + 0.3046595, + 50.6890096 ], [ - -4.8649041, - 55.2629462 + 0.3101075, + 50.7757917 ], [ - -4.9920314, - 55.2592875 + 0.5511831, + 50.7726336 ], [ - -4.9907473, - 55.1691779 + 0.5529991, + 50.8432096 ], [ - -5.0600894, - 55.1655105 + 0.695556, + 50.8403428 ], [ - -5.0575212, - 55.0751884 + 0.696464, + 50.8592608 ], [ - -5.2141831, - 55.0722477 + 0.9852099, + 50.8523824 ], [ - -5.1991766, - 54.8020337 + 0.9906579, + 50.9417226 ], [ - -5.0466316, - 54.8062205 + 1.0160821, + 50.9411504 ], [ - -5.0502636, - 54.7244996 + 1.0215301, + 51.0303204 ], [ - -4.9703591, - 54.7203043 + 1.2812198, + 51.0240383 ], [ - -4.9776232, - 54.6215905 + 1.2848518, + 51.0948044 ], [ - -4.796022, - 54.6342056 + 1.4277848, + 51.0948044 ], [ - -4.796022, - 54.7307917 + 1.4386809, + 51.2882859 ], [ - -4.8977186, - 54.7265971 + 1.4713691, + 51.2871502 ], [ - -4.9086147, - 54.8145928 + 1.4804492, + 51.3994534 ], [ - -4.8069181, - 54.8166856 + 1.1590151, + 51.4073836 ], [ - -4.8105501, - 54.7915648 + 1.1590151, + 51.3869889 ], [ - -4.6943253, - 54.7978465 + 1.0191822, + 51.3903886 ], [ - -4.6761652, - 54.7244996 + 1.0228142, + 51.4798247 ], [ - -4.5744686, - 54.7244996 + 0.8793493, + 51.4843484 ], [ - -4.5599405, - 54.6426135 + 0.8829813, + 51.5566675 ], [ - -4.3093309, - 54.6384098 + 1.0264462, + 51.5544092 ], [ - -4.3333262, - 54.8229889 + 1.0373423, + 51.7493319 ], [ - -4.2626999, - 54.8274274 + 1.2607117, + 51.7482076 ], [ - -4.2549952, - 54.7348587 + 1.2661598, + 51.8279642 ], [ - -3.8338058, - 54.7400481 + 1.3351682, + 51.8335756 ], [ - -3.836374, - 54.8141105 + 1.3478803, + 51.9199021 ], [ - -3.7118149, - 54.8133706 + 1.4840812, + 51.9199021 ], [ - -3.7143831, - 54.8318654 + 1.4986093, + 52.0038271 ], [ - -3.5346072, - 54.8355633 + 1.6438902, + 52.0027092 ], [ - -3.5271039, - 54.9066228 + 1.6656823, + 52.270221 ], [ - -3.4808758, - 54.9084684 + 1.7310588, + 52.270221 ], [ - -3.4776655, - 54.7457328 + 1.7528509, + 52.4465637 ], [ - -3.5874573, - 54.744621 + 1.8254914, + 52.4476705 ], [ - -3.5836049, - 54.6546166 + 1.8345714, + 52.624408 ], [ - -3.7107322, - 54.6531308 + 1.7690346, + 52.6291402 ], [ - -3.6991752, - 54.4550407 + 1.7741711, + 52.717904 ], [ - -3.5746161, - 54.4572801 + 1.6996925, + 52.721793 ], [ - -3.5759002, - 54.3863042 + 1.706113, + 52.8103687 ], [ - -3.539945, - 54.3855564 + 1.559724, + 52.8165777 ], [ - -3.5386609, - 54.297224 + 1.5648605, + 52.9034116 ], [ - -3.46033, - 54.2957252 + 1.4184715, + 52.9103818 ], [ - -3.4590458, - 54.2079507 + 1.4223238, + 52.9281894 ], [ - -3.3807149, - 54.2102037 + 1.3439928, + 52.9289635 ], [ - -3.381999, - 54.1169788 + 1.3491293, + 53.0001194 ], [ - -3.302878, - 54.1160656 + 0.4515789, + 53.022589 ], [ - -3.300154, - 54.0276224 + 0.4497629, + 52.9351139 ], [ - -3.1013007, - 54.0292224 + 0.3789384, + 52.9351139 ], [ - -3.093596, - 53.6062158 + 0.3716744, + 52.846365 ], [ - -3.2065981, - 53.6016441 + 0.2227614, + 52.8496552 ], [ - -3.2091663, - 53.4917753 + 0.2336575, + 52.9329248 ], [ - -3.2451215, - 53.4887193 + 0.3062979, + 52.9351139 ], [ - -3.2348486, - 53.4045934 + 0.308114, + 53.022589 ], [ - -3.5276266, - 53.3999999 + 0.3807544, + 53.0236813 ], [ - -3.5343966, - 53.328481 + 0.3993708, + 53.2933729 ], [ - -3.6488053, - 53.3252272 + 0.3248922, + 53.2987454 ], [ - -3.6527308, - 53.3057716 + 0.3274604, + 53.3853782 ], [ - -3.7271873, - 53.3046865 + 0.2504136, + 53.38691 ], [ - -3.7315003, - 53.3945257 + 0.2581183, + 53.4748924 ], [ - -3.9108315, - 53.3912769 + 0.1862079, + 53.4779494 ], [ - -3.9071995, - 53.3023804 + 0.1913443, + 53.6548777 ], [ - -3.9521457, - 53.3015665 + 0.1502527, + 53.6594436 ], [ - -3.9566724, - 53.3912183 + 0.1528209, + 53.7666003 ], [ - -4.1081979, - 53.3889209 + 0.0012954, + 53.7734308 ], [ - -4.1081979, - 53.4072967 + 0.0025796, + 53.8424326 ], [ - -4.2622916, - 53.4065312 + -0.0282392, + 53.841675 ], [ - -4.2635757, - 53.4753707 + -0.0226575, + 53.9311501 ], [ - -4.638537, - 53.4677274 + -0.1406983, + 53.9322193 ], [ - -4.6346847, - 53.3812621 + -0.1416063, + 54.0219323 ], [ - -4.7091633, - 53.3774321 + -0.1706625, + 54.0235326 ], [ - -4.7001745, - 53.1954965 + -0.1679384, + 54.0949482 ], [ - -4.5499332, - 53.1962658 + -0.0126694, + 54.0912206 ], [ - -4.5435126, - 53.1092488 + -0.0099454, + 54.1811226 ], [ - -4.3919871, - 53.1100196 + -0.1615824, + 54.1837795 ], [ - -4.3855666, - 53.0236002 + -0.1606744, + 54.2029038 ], [ - -4.6115707, - 53.0205105 + -0.2405789, + 54.2034349 ], [ - -4.603866, - 52.9284932 + -0.2378549, + 54.2936234 ], [ - -4.7566756, - 52.9261709 + -0.3894919, + 54.2941533 ], [ - -4.7476868, - 52.8370555 + -0.3857497, + 54.3837321 ], [ - -4.8208813, - 52.8331768 + -0.461638, + 54.3856364 ], [ - -4.8208813, - 52.7446476 + -0.4571122, + 54.4939066 ], [ - -4.3701572, - 52.7539749 + -0.6105651, + 54.4965434 ], [ - -4.3765778, - 52.8401583 + -0.6096571, + 54.5676704 ], [ - -4.2314728, - 52.8455875 + -0.7667421, + 54.569776 ], [ - -4.2237682, - 52.7586379 + -0.7640181, + 54.5887213 ], [ - -4.1056297, - 52.7570836 + -0.9192871, + 54.5908258 ], [ - -4.1015192, - 52.6714874 + -0.9148116, + 54.6608348 ], [ - -4.1487355, - 52.6703862 + -1.1485204, + 54.6634343 ], [ - -4.1305754, - 52.4008596 + -1.1472363, + 54.7528316 ], [ - -4.1995838, - 52.3986435 + -1.2268514, + 54.7532021 ], [ - -4.2050319, - 52.3110195 + -1.2265398, + 54.8429879 ], [ - -4.3466808, - 52.303247 + -1.2991803, + 54.8435107 ], [ - -4.3484968, - 52.2365693 + -1.2991803, + 54.9333391 ], [ - -4.4901457, - 52.2332328 + -1.3454886, + 54.9354258 ], [ - -4.4883297, - 52.2098702 + -1.3436726, + 55.0234878 ], [ - -4.6572188, - 52.2098702 + -1.3772688, + 55.0255698 ], [ - -4.6590348, - 52.1385939 + -1.3754528, + 55.1310877 ], [ - -4.7788916, - 52.13525 + -1.4997441, + 55.1315727 ], [ - -4.7807076, - 52.1162967 + -1.4969272, + 55.2928323 ], [ - -4.9259885, - 52.1140663 + -1.5296721, + 55.2942946 ], [ - -4.9187245, - 52.0392855 + -1.5258198, + 55.6523803 ], [ - -5.2365265, - 52.0314653 + -1.7659492, + 55.6545537 ], [ - -5.2347105, - 51.9442339 + -1.7620968, + 55.7435626 ], [ - -5.3473032, - 51.9408755 + -1.9688392, + 55.7435626 ], [ - -5.3473032, - 51.9195995 + -1.9698023, + 55.8334505 ], [ - -5.4925842, - 51.9162392 + -2.0019051, + 55.8336308 ], [ - -5.4853201, - 51.8265386 + -2.0015841, + 55.9235526 ], [ - -5.1983903, - 51.8321501 + -2.1604851, + 55.9240613 ], [ - -5.1893102, - 51.7625177 + -2.1613931, + 55.9413549 ], [ - -5.335825, - 51.7589528 + -2.3202942, + 55.9408463 ], [ - -5.3281204, - 51.6686495 + -2.3212022, + 56.0145126 ], [ - -5.1836575, - 51.6730296 + -2.5627317, + 56.0124824 ], [ - -5.1836575, - 51.6539134 + -2.5645477, + 56.1022207 ], [ - -5.0674452, - 51.6578966 + -2.9658863, + 56.0991822 ], [ - -5.0603825, - 51.5677905 + -2.9667943, + 56.1710304 ], [ - -4.5974594, - 51.5809588 + -2.4828272, + 56.1755797 ], [ - -4.60388, - 51.6726314 + -2.4882752, + 56.2856078 ], [ - -4.345773, - 51.6726314 + -2.5645477, + 56.2835918 ], [ - -4.3355001, - 51.4962964 + -2.5681798, + 56.3742075 ], [ - -3.9528341, - 51.5106841 + -2.7261728, + 56.3732019 ], [ - -3.9425611, - 51.5905333 + -2.7316208, + 56.4425301 ], [ - -3.8809237, - 51.5953198 + -2.6190281, + 56.4425301 ], [ - -3.8706508, - 51.5074872 + -2.6153961, + 56.5317671 ], [ - -3.7679216, - 51.4978952 + -2.453771, + 56.5347715 ], [ - -3.7550805, - 51.4242895 + -2.4534686, + 56.6420248 ], [ - -3.5855774, - 51.41468 + -2.4062523, + 56.6440218 ], [ - -3.5778727, - 51.3329177 + -2.3953562, + 56.7297964 ], [ - -3.0796364, - 51.3329177 + -2.2936596, + 56.7337811 ], [ - -3.0770682, - 51.2494018 + -2.2972916, + 56.807423 ], [ - -3.7216935, - 51.2381477 + -2.1629067, + 56.8113995 ], [ - -3.7216935, - 51.2558315 + -2.1592747, + 56.9958425 ], [ - -3.8706508, - 51.2558315 + -1.9922016, + 57.0017771 ], [ - -3.8680825, - 51.2365398 + -2.0067297, + 57.2737477 ], [ - -4.2944084, - 51.2252825 + -1.9195612, + 57.2757112 ], [ - -4.289272, - 51.0496352 + -1.9304572, + 57.3482876 ], [ - -4.5692089, - 51.0431767 + -1.8106005, + 57.3443682 ], [ - -4.5624122, - 50.9497388 + -1.7997044, + 57.4402728 ], [ - -4.5905604, - 50.9520269 + -1.6616875, + 57.4285429 ], [ - -4.5896524, - 50.8627065 + -1.6689516, + 57.5398256 ], [ - -4.6296046, - 50.8592677 + -1.7452241, + 57.5398256 ], [ - -4.6226411, - 50.7691513 + -1.7524881, + 57.6313302 ], [ - -4.6952816, - 50.7680028 + -1.8287606, + 57.6332746 ], [ - -4.6934655, - 50.6967379 + -1.8287606, + 57.7187255 ], [ - -4.8342064, - 50.6938621 + -3.1768526, + 57.7171219 ], [ - -4.8296664, - 50.6046231 + -3.1794208, + 57.734264 ], [ - -4.9676833, - 50.6000126 + -3.5134082, + 57.7292105 ], [ - -4.9685913, - 50.5821427 + -3.5129542, + 57.7112683 ], [ - -5.1084242, - 50.5786832 + -3.7635638, + 57.7076303 ], [ - -5.1029762, - 50.4892254 + -3.7598539, + 57.635713 ], [ - -5.1311244, - 50.48807 + -3.8420372, + 57.6343382 ], [ - -5.1274923, - 50.4163798 + -3.8458895, + 57.6178365 ], [ - -5.2664172, - 50.4117509 + -3.9794374, + 57.6157733 ], [ - -5.2609692, - 50.3034214 + -3.9794374, + 57.686544 ], [ - -5.5124868, - 50.2976214 + -3.8150708, + 57.689976 ], [ - -5.5061308, - 50.2256428 + -3.817639, + 57.7968899 ], [ - -5.6468717, - 50.2209953 - ] - ], - [ - [ - -5.1336607, - 55.2630226 + -3.6853753, + 57.7989429 ], [ - -5.1021999, - 55.2639372 + -3.6892276, + 57.8891567 ], [ - -5.0999527, - 55.2458239 + -3.9383458, + 57.8877915 ], [ - -5.1322161, - 55.2446343 - ] - ], - [ - [ - -5.6431878, - 55.5095745 + -3.9421981, + 57.9750592 ], [ - -5.4861028, - 55.5126594 + -3.6943641, + 57.9784638 ], [ - -5.4715747, - 55.3348829 + -3.6969323, + 58.0695865 ], [ - -5.6277517, - 55.3302345 - ] - ], - [ - [ - -4.7213517, - 51.2180246 + -4.0372226, + 58.0641528 ], [ - -4.5804201, - 51.2212417 + -4.0346543, + 57.9730163 ], [ - -4.5746416, - 51.1306736 + -4.2003051, + 57.9702923 ], [ - -4.7174993, - 51.1280545 - ] - ], - [ - [ - -5.1608796, - 55.4153626 + -4.1832772, + 57.7012869 ], [ - -5.0045387, - 55.4190069 + -4.518752, + 57.6951111 ], [ - -5.0184798, - 55.6153521 + -4.5122925, + 57.6050682 ], [ - -5.1755648, - 55.6138137 - ] - ] - ], - "terms_url": "http://geo.nls.uk/maps/", - "terms_text": "National Library of Scotland Historic Maps" - }, - { - "name": "NLS - OS 6-inch Scotland 1842-82", - "type": "tms", - "template": "http://geo.nls.uk/maps/os/six_inch/{zoom}/{x}/{-y}.png", - "scaleExtent": [ - 5, - 16 - ], - "polygon": [ - [ - [ - -5.2112173, - 54.8018593 + -4.6789116, + 57.6016628 ], [ - -5.0642752, - 54.8026508 + -4.666022, + 57.4218334 ], [ - -5.0560354, - 54.6305176 + -3.6677696, + 57.4394729 ], [ - -4.3158316, - 54.6297227 + -3.671282, + 57.5295384 ], [ - -4.3117117, - 54.7448258 + -3.3384979, + 57.5331943 ], [ - -3.8530325, - 54.7464112 + -3.3330498, + 57.4438859 ], [ - -3.8530325, - 54.8034424 + -2.8336466, + 57.4485275 ], [ - -3.5522818, - 54.8034424 + -2.8236396, + 56.9992706 ], [ - -3.5522818, - 54.8374644 + -2.3305398, + 57.0006693 ], [ - -3.468511, - 54.8406277 + -2.3298977, + 56.9113932 ], [ - -3.4657644, - 54.8983158 + -2.6579889, + 56.9092901 ], [ - -3.3847403, - 54.8991055 + -2.6559637, + 56.8198406 ], [ - -3.3888601, - 54.9559214 + -2.8216747, + 56.8188467 ], [ - -3.0920786, - 54.9539468 + -2.8184967, + 56.7295397 ], [ - -3.0392359, - 54.9923274 + -3.1449248, + 56.7265508 ], [ - -3.0212713, - 55.0493881 + -3.1435628, + 56.6362749 ], [ - -2.9591232, - 55.0463283 + -3.4679089, + 56.6350265 ], [ - -2.9202807, - 55.0666294 + -3.474265, + 56.7238108 ], [ - -2.7857081, - 55.068652 + -3.8011471, + 56.7188284 ], [ - -2.7852225, - 55.0914426 + -3.785711, + 56.4493026 ], [ - -2.7337562, - 55.0922761 + -3.946428, + 56.4457896 ], [ - -2.737616, - 55.151204 + -3.9428873, + 56.2659777 ], [ - -2.7648395, - 55.1510672 + -4.423146, + 56.2588459 ], [ - -2.7013114, - 55.1722505 + -4.4141572, + 56.0815506 ], [ - -2.6635459, - 55.2192808 + -4.8944159, + 56.0708008 ], [ - -2.6460364, - 55.2188891 + -4.8791072, + 55.8896994 ], [ - -2.629042, - 55.2233933 + -5.1994158, + 55.8821374 ], [ - -2.6317886, - 55.2287781 + -5.1852906, + 55.7023791 ], [ - -2.6235488, - 55.2446345 + -5.0273445, + 55.7067203 ], [ - -2.6197723, - 55.2454663 + -5.0222081, + 55.6879046 ], [ - -2.6099017, - 55.2454174 + -4.897649, + 55.6907999 ], [ - -2.6099876, - 55.2486466 + -4.8880181, + 55.6002822 ], [ - -2.6408121, - 55.2590039 + -4.7339244, + 55.6046348 ], [ - -2.6247896, - 55.2615631 + -4.7275038, + 55.5342082 ], [ - -2.6045186, - 55.2823081 + -4.773732, + 55.5334815 ], [ - -2.5693176, - 55.296132 + -4.7685955, + 55.4447227 ], [ - -2.5479542, - 55.3121617 + -4.8494947, + 55.4418092 ], [ - -2.5091116, - 55.3234891 + -4.8405059, + 55.3506535 ], [ - -2.4780376, - 55.3494471 + -4.8700405, + 55.3513836 ], [ - -2.4421083, - 55.3533118 + -4.8649041, + 55.2629462 ], [ - -2.4052079, - 55.3439256 + -4.9920314, + 55.2592875 ], [ - -2.3726772, - 55.3447539 + -4.9907473, + 55.1691779 ], [ - -2.3221819, - 55.3687665 + -5.0600894, + 55.1655105 ], [ - -2.3241241, - 55.3999337 + -5.0575212, + 55.0751884 ], [ - -2.2576062, - 55.425015 + -5.2141831, + 55.0722477 ], [ - -2.1985547, - 55.4273529 + -5.1991766, + 54.8020337 ], [ - -2.1484296, - 55.4717466 + -5.0466316, + 54.8062205 ], [ - -2.1944348, - 55.484199 + -5.0502636, + 54.7244996 ], [ - -2.2040479, - 55.529306 + -4.9703591, + 54.7203043 ], [ - -2.2960584, - 55.6379722 + -4.9776232, + 54.6215905 ], [ - -2.2177808, - 55.6379722 + -4.796022, + 54.6342056 ], [ - -2.1059266, - 55.7452498 + -4.796022, + 54.7307917 ], [ - -1.9716874, - 55.7462161 + -4.8977186, + 54.7265971 ], [ - -1.9697453, - 55.9190951 + -4.9086147, + 54.8145928 ], [ - -2.1201694, - 55.9207115 + -4.8069181, + 54.8166856 ], [ - -2.1242893, - 55.9776133 + -4.8105501, + 54.7915648 ], [ - -2.3440159, - 55.9783817 + -4.6943253, + 54.7978465 ], [ - -2.3440159, - 56.0390349 + -4.6761652, + 54.7244996 ], [ - -2.5046909, - 56.0413363 + -4.5744686, + 54.7244996 ], [ - -2.500571, - 56.1003588 + -4.5599405, + 54.6426135 ], [ - -2.8823459, - 56.0957629 + -4.3093309, + 54.6384098 ], [ - -2.8823459, - 56.1722898 + -4.3333262, + 54.8229889 ], [ - -2.4126804, - 56.1692316 + -4.2626999, + 54.8274274 ], [ - -2.4181736, - 56.2334017 + -4.2549952, + 54.7348587 ], [ - -2.5857151, - 56.2303484 + -3.8338058, + 54.7400481 ], [ - -2.5719822, - 56.3416356 + -3.836374, + 54.8141105 ], [ - -2.7257908, - 56.3462022 + -3.7118149, + 54.8133706 ], [ - -2.7312839, - 56.4343808 + -3.7143831, + 54.8318654 ], [ - -2.6928318, - 56.4343808 + -3.5346072, + 54.8355633 ], [ - -2.6928318, - 56.4859769 + -3.5271039, + 54.9066228 ], [ - -2.5307834, - 56.4935587 + -3.4808758, + 54.9084684 ], [ - -2.5307834, - 56.570806 + -3.4776655, + 54.7457328 ], [ - -2.5302878, - 56.6047947 + -3.5874573, + 54.744621 ], [ - -2.3732428, - 56.6044452 + -3.5836049, + 54.6546166 ], [ - -2.3684363, - 56.7398824 + -3.7107322, + 54.6531308 ], [ - -2.3292975, - 56.7398824 + -3.6991752, + 54.4550407 ], [ - -2.3292975, - 56.7888065 + -3.5746161, + 54.4572801 ], [ - -2.3145346, - 56.7891826 + -3.5759002, + 54.3863042 ], [ - -2.3148779, - 56.7967036 + -3.539945, + 54.3855564 ], [ - -2.171369, - 56.7967036 + -3.5386609, + 54.297224 ], [ - -2.1703979, - 56.9710595 + -3.46033, + 54.2957252 ], [ - -2.0101725, - 56.9694716 + -3.4590458, + 54.2079507 ], [ - -2.0101725, - 57.0846832 + -3.3807149, + 54.2102037 ], [ - -2.0817687, - 57.085349 + -3.381999, + 54.1169788 ], [ - -2.0488097, - 57.1259963 + -3.302878, + 54.1160656 ], [ - -2.0409133, - 57.126369 + -3.300154, + 54.0276224 ], [ - -2.0383434, - 57.2411129 + -3.1013007, + 54.0292224 ], [ - -1.878118, - 57.2421638 + -3.093596, + 53.6062158 ], [ - -1.8771469, - 57.2978175 + -3.2065981, + 53.6016441 ], [ - -1.9868771, - 57.2983422 + -3.2091663, + 53.4917753 ], [ - -1.9082209, - 57.3560063 + -3.2451215, + 53.4887193 ], [ - -1.8752048, - 57.3560063 + -3.2348486, + 53.4045934 ], [ - -1.8761758, - 57.3769527 + -3.5276266, + 53.3999999 ], [ - -1.8120857, - 57.4120111 + -3.5343966, + 53.328481 ], [ - -1.7120661, - 57.4120111 + -3.6488053, + 53.3252272 ], [ - -1.7034646, - 57.6441388 + -3.6527308, + 53.3057716 ], [ - -1.8666032, - 57.6451781 + -3.7271873, + 53.3046865 ], [ - -1.8646611, - 57.7033351 + -3.7315003, + 53.3945257 ], [ - -3.1204292, - 57.7064705 + -3.9108315, + 53.3912769 ], [ - -3.1218025, - 57.7504652 + -3.9071995, + 53.3023804 ], [ - -3.4445259, - 57.7526635 + -3.9521457, + 53.3015665 ], [ - -3.4472724, - 57.7138067 + -3.9566724, + 53.3912183 ], [ - -3.5145637, - 57.7094052 + -4.1081979, + 53.3889209 ], [ - -3.5118171, - 57.6939956 + -4.1081979, + 53.4072967 ], [ - -3.7645027, - 57.6917938 + -4.2622916, + 53.4065312 ], [ - -3.7672492, - 57.6344975 + -4.2635757, + 53.4753707 ], [ - -3.842378, - 57.6288312 + -4.638537, + 53.4677274 ], [ - -3.8438346, - 57.5965825 + -4.6346847, + 53.3812621 ], [ - -3.9414265, - 57.5916386 + -4.7091633, + 53.3774321 ], [ - -3.9404554, - 57.6537782 + -4.7001745, + 53.1954965 ], [ - -3.8894746, - 57.6529989 + -4.5499332, + 53.1962658 ], [ - -3.8826772, - 57.7676408 + -4.5435126, + 53.1092488 ], [ - -3.7224517, - 57.766087 + -4.3919871, + 53.1100196 ], [ - -3.7195385, - 57.8819201 + -4.3855666, + 53.0236002 ], [ - -3.9146888, - 57.8853352 + -4.6115707, + 53.0205105 ], [ - -3.916062, - 57.9546243 + -4.603866, + 52.9284932 ], [ - -3.745774, - 57.9538956 + -4.7566756, + 52.9261709 ], [ - -3.7471473, - 58.0688409 + -4.7476868, + 52.8370555 ], [ - -3.5837256, - 58.0695672 + -4.8208813, + 52.8331768 ], [ - -3.5837256, - 58.1116689 + -4.8208813, + 52.7446476 ], [ - -3.4560096, - 58.1138452 + -4.3701572, + 52.7539749 ], [ - -3.4544646, - 58.228503 + -4.3765778, + 52.8401583 ], [ - -3.4379851, - 58.2283222 + -4.2314728, + 52.8455875 ], [ - -3.4243233, - 58.2427725 + -4.2237682, + 52.7586379 ], [ - -3.412307, - 58.2438567 + -4.1056297, + 52.7570836 ], [ - -3.3735115, - 58.2695057 + -4.1015192, + 52.6714874 ], [ - -3.3063919, - 58.2862038 + -4.1487355, + 52.6703862 ], [ - -3.1229154, - 58.2859395 + -4.1305754, + 52.4008596 ], [ - -3.123602, - 58.3443661 + -4.1995838, + 52.3986435 ], [ - -2.9574338, - 58.3447264 + -4.2050319, + 52.3110195 ], [ - -2.951254, - 58.6422011 + -4.3466808, + 52.303247 ], [ - -2.8812162, - 58.6429157 + -4.3484968, + 52.2365693 ], [ - -2.8851004, - 58.8112825 + -4.4901457, + 52.2332328 ], [ - -2.7180775, - 58.8142997 + -4.4883297, + 52.2098702 ], [ - -2.7161354, - 58.8715749 + -4.6572188, + 52.2098702 ], [ - -2.556881, - 58.8775984 + -4.6590348, + 52.1385939 ], [ - -2.5544533, - 58.9923453 + -4.7788916, + 52.13525 ], [ - -2.5567617, - 59.0483775 + -4.7807076, + 52.1162967 ], [ - -2.391893, - 59.0485996 + -4.9259885, + 52.1140663 ], [ - -2.3918002, - 59.1106996 + -4.9187245, + 52.0392855 ], [ - -2.4733695, - 59.1106996 + -5.2365265, + 52.0314653 ], [ - -2.5591563, - 59.1783028 + -5.2347105, + 51.9442339 ], [ - -2.5630406, - 59.2210646 + -5.3473032, + 51.9408755 ], [ - -2.3921334, - 59.224046 + -5.3473032, + 51.9195995 ], [ - -2.3911409, - 59.2740075 + -5.4925842, + 51.9162392 ], [ - -2.3639512, - 59.2745036 + -5.4853201, + 51.8265386 ], [ - -2.3658933, - 59.285417 + -5.1983903, + 51.8321501 ], [ - -2.3911409, - 59.284921 + -5.1893102, + 51.7625177 ], [ - -2.3911409, - 59.3379505 + -5.335825, + 51.7589528 ], [ - -2.2221759, - 59.3381981 + -5.3281204, + 51.6686495 ], [ - -2.2233897, - 59.395965 + -5.1836575, + 51.6730296 ], [ - -2.3758467, - 59.396583 + -5.1836575, + 51.6539134 ], [ - -2.3899271, - 59.4026383 + -5.0674452, + 51.6578966 ], [ - -2.4008516, - 59.3962122 + -5.0603825, + 51.5677905 ], [ - -2.5637882, - 59.3952604 + -4.5974594, + 51.5809588 ], [ - -2.5637882, - 59.3385811 + -4.60388, + 51.6726314 ], [ - -2.7320164, - 59.3375306 + -4.345773, + 51.6726314 ], [ - -2.7333896, - 59.3952604 + -4.3355001, + 51.4962964 ], [ - -3.0726511, - 59.3931174 + -3.9528341, + 51.5106841 ], [ - -3.0703404, - 59.3354759 + -3.9425611, + 51.5905333 ], [ - -3.0753186, - 59.3355634 + -3.8809237, + 51.5953198 ], [ - -3.0749753, - 59.3292593 + -3.8706508, + 51.5074872 ], [ - -3.0698254, - 59.3289091 + -3.7679216, + 51.4978952 ], [ - -3.069801, - 59.2196159 + -3.7550805, + 51.4242895 ], [ - -3.2363384, - 59.2166341 + -3.5855774, + 51.41468 ], [ - -3.2336751, - 59.1606496 + -3.5778727, + 51.3329177 ], [ - -3.4032766, - 59.1588895 + -3.0796364, + 51.3329177 ], [ - -3.394086, - 58.9279316 + -3.0770682, + 51.2494018 ], [ - -3.5664497, - 58.9259268 + -3.7216935, + 51.2381477 ], [ - -3.5611089, - 58.8679885 + -3.7216935, + 51.2558315 ], [ - -3.392508, - 58.8699339 + -3.8706508, + 51.2558315 ], [ - -3.3894734, - 58.8698711 + -3.8680825, + 51.2365398 ], [ - -3.3891093, - 58.8684905 + -4.2944084, + 51.2252825 ], [ - -3.3912942, - 58.868616 + -4.289272, + 51.0496352 ], [ - -3.3884161, - 58.7543084 + -4.5692089, + 51.0431767 ], [ - -3.2238208, - 58.7555677 + -4.5624122, + 50.9497388 ], [ - -3.2189655, - 58.691289 + -4.5905604, + 50.9520269 ], [ - -3.4634113, - 58.6905753 + -4.5896524, + 50.8627065 ], [ - -3.4551716, - 58.6341518 + -4.6296046, + 50.8592677 ], [ - -3.787508, - 58.6341518 + -4.6226411, + 50.7691513 ], [ - -3.7861347, - 58.5769211 + -4.6952816, + 50.7680028 ], [ - -3.9028645, - 58.5733411 + -4.6934655, + 50.6967379 ], [ - -3.9028645, - 58.6477304 + -4.8342064, + 50.6938621 ], [ - -4.0690327, - 58.6491594 + -4.8296664, + 50.6046231 ], [ - -4.0690327, - 58.5912376 + -4.9676833, + 50.6000126 ], [ - -4.7364521, - 58.5933845 + -4.9685913, + 50.5821427 ], [ - -4.7364521, - 58.6505884 + -5.1084242, + 50.5786832 ], [ - -5.0715351, - 58.6520173 + -5.1029762, + 50.4892254 ], [ - -5.0654779, - 58.5325854 + -5.1311244, + 50.48807 ], [ - -5.2332047, - 58.5316087 + -5.1274923, + 50.4163798 ], [ - -5.2283494, - 58.4719947 + -5.2664172, + 50.4117509 ], [ - -5.2424298, - 58.4719947 + -5.2609692, + 50.3034214 ], [ - -5.2366034, - 58.4089731 + -5.5124868, + 50.2976214 ], [ - -5.2283494, - 58.4094818 + -5.5061308, + 50.2256428 ], [ - -5.2210664, - 58.3005859 - ], + -5.6468717, + 50.2209953 + ] + ], + [ [ - -5.5657939, - 58.2959933 + -5.1336607, + 55.2630226 ], [ - -5.5580254, - 58.2372573 + -5.1021999, + 55.2639372 ], [ - -5.4146722, - 58.2401326 + -5.0999527, + 55.2458239 ], [ - -5.4141866, - 58.2267768 - ], + -5.1322161, + 55.2446343 + ] + ], + [ [ - -5.3885749, - 58.2272242 + -5.6431878, + 55.5095745 ], [ - -5.382714, - 58.1198615 + -5.4861028, + 55.5126594 ], [ - -5.51043, - 58.1191362 + -5.4715747, + 55.3348829 ], [ - -5.5114011, - 58.006214 - ], + -5.6277517, + 55.3302345 + ] + ], + [ [ - -5.6745397, - 58.0041559 + -4.7213517, + 51.2180246 ], [ - -5.6716266, - 57.9449366 + -4.5804201, + 51.2212417 ], [ - -5.6716266, - 57.8887166 + -4.5746416, + 51.1306736 ], [ - -5.8347652, - 57.8856193 - ], + -4.7174993, + 51.1280545 + ] + ], + [ [ - -5.8277052, - 57.5988958 + -5.1608796, + 55.4153626 ], [ - -6.0384259, - 57.5986357 + -5.0045387, + 55.4190069 ], [ - -6.0389115, - 57.6459559 + -5.0184798, + 55.6153521 ], [ - -6.1981658, - 57.6456961 - ], + -5.1755648, + 55.6138137 + ] + ] + ], + "terms_url": "http://geo.nls.uk/maps/", + "terms_text": "National Library of Scotland Historic Maps" + }, + { + "name": "NLS - OS 6-inch Scotland 1842-82", + "type": "tms", + "template": "http://geo.nls.uk/maps/os/six_inch/{zoom}/{x}/{-y}.png", + "scaleExtent": [ + 5, + 16 + ], + "polygon": [ + [ [ - -6.2076123, - 57.7600132 + -5.2112173, + 54.8018593 ], [ - -6.537067, - 57.7544033 + -5.0642752, + 54.8026508 ], [ - -6.5312406, - 57.6402392 + -5.0560354, + 54.6305176 ], [ - -6.7002056, - 57.6360809 + -4.3158316, + 54.6297227 ], [ - -6.6807844, - 57.5236293 + -4.3117117, + 54.7448258 ], [ - -6.8516915, - 57.5152857 + -3.8530325, + 54.7464112 ], [ - -6.8361545, - 57.3385811 + -3.8530325, + 54.8034424 ], [ - -6.6730158, - 57.3438213 + -3.5522818, + 54.8034424 ], [ - -6.674958, - 57.2850883 + -3.5522818, + 54.8374644 ], [ - -6.5098772, - 57.2850883 + -3.468511, + 54.8406277 ], [ - -6.4982244, - 57.1757637 + -3.4657644, + 54.8983158 ], [ - -6.3506228, - 57.1820797 + -3.3847403, + 54.8991055 ], [ - -6.3312015, - 57.1251969 + -3.3888601, + 54.9559214 ], [ - -6.1797156, - 57.1230884 + -3.0920786, + 54.9539468 ], [ - -6.1719471, - 57.0682265 + -3.0392359, + 54.9923274 ], [ - -6.4593819, - 57.059779 + -3.0212713, + 55.0493881 ], [ - -6.4564687, - 57.1093806 + -2.9591232, + 55.0463283 ], [ - -6.6671895, - 57.1062165 + -2.9202807, + 55.0666294 ], [ - -6.6730158, - 57.002708 + -2.7857081, + 55.068652 ], [ - -6.5021087, - 57.0048233 + -2.7852225, + 55.0914426 ], [ - -6.4836097, - 56.8917522 + -2.7337562, + 55.0922761 ], [ - -6.3266104, - 56.8894062 + -2.737616, + 55.151204 ], [ - -6.3156645, - 56.7799312 + -2.7648395, + 55.1510672 ], [ - -6.2146739, - 56.775675 + -2.7013114, + 55.1722505 ], [ - -6.2146739, - 56.7234965 + -2.6635459, + 55.2192808 ], [ - -6.6866107, - 56.7224309 + -2.6460364, + 55.2188891 ], [ - -6.6769001, - 56.6114413 + -2.629042, + 55.2233933 ], [ - -6.8419809, - 56.607166 + -2.6317886, + 55.2287781 ], [ - -6.8400387, - 56.5483307 + -2.6235488, + 55.2446345 ], [ - -7.1546633, - 56.5461895 + -2.6197723, + 55.2454663 ], [ - -7.1488369, - 56.4872592 + -2.6099017, + 55.2454174 ], [ - -6.9915246, - 56.490476 + -2.6099876, + 55.2486466 ], [ - -6.9876404, - 56.4325329 + -2.6408121, + 55.2590039 ], [ - -6.6827265, - 56.4314591 + -2.6247896, + 55.2615631 ], [ - -6.6769001, - 56.5472601 + -2.6045186, + 55.2823081 ], [ - -6.5292985, - 56.5504717 + -2.5693176, + 55.296132 ], [ - -6.5234721, - 56.4379018 + -2.5479542, + 55.3121617 ], [ - -6.3661598, - 56.4368281 + -2.5091116, + 55.3234891 ], [ - -6.3642177, - 56.3766524 + -2.4780376, + 55.3494471 ], [ - -6.5273563, - 56.3712749 + -2.4421083, + 55.3533118 ], [ - -6.5171745, - 56.2428427 + -2.4052079, + 55.3439256 ], [ - -6.4869621, - 56.247421 + -2.3726772, + 55.3447539 ], [ - -6.4869621, - 56.1893882 + -2.3221819, + 55.3687665 ], [ - -6.3001945, - 56.1985572 + -2.3241241, + 55.3999337 ], [ - -6.3029411, - 56.2581017 + -2.2576062, + 55.425015 ], [ - -5.9019401, - 56.256576 + -2.1985547, + 55.4273529 ], [ - -5.8964469, - 56.0960466 + -2.1484296, + 55.4717466 ], [ - -6.0282829, - 56.0883855 + -2.1944348, + 55.484199 ], [ - -6.0392692, - 56.1557502 + -2.2040479, + 55.529306 ], [ - -6.3853385, - 56.1542205 + -2.2960584, + 55.6379722 ], [ - -6.3606193, - 55.96099 + -2.2177808, + 55.6379722 ], [ - -6.2123039, - 55.9640647 + -2.1059266, + 55.7452498 ], [ - -6.2047508, - 55.9202269 + -1.9716874, + 55.7462161 ], [ - -6.5185478, - 55.9129158 + -1.9697453, + 55.9190951 ], [ - -6.5061881, - 55.7501763 + -2.1201694, + 55.9207115 ], [ - -6.6764762, - 55.7409005 + -2.1242893, + 55.9776133 ], [ - -6.6599967, - 55.6263176 + -2.3440159, + 55.9783817 ], [ - -6.3551261, - 55.6232161 + -2.3440159, + 56.0390349 ], [ - -6.3578727, - 55.5689002 + -2.5046909, + 56.0413363 ], [ - -6.0392692, - 55.5720059 + -2.500571, + 56.1003588 ], [ - -6.0310294, - 55.6247669 + -2.8823459, + 56.0957629 ], [ - -5.7398917, - 55.6309694 + -2.8823459, + 56.1722898 ], [ - -5.7371452, - 55.4569279 + -2.4126804, + 56.1692316 ], [ - -5.8964469, - 55.4600426 + -2.4181736, + 56.2334017 ], [ - -5.8964469, - 55.2789864 + -2.5857151, + 56.2303484 ], [ - -5.4350211, - 55.2821151 + -2.5719822, + 56.3416356 ], [ - -5.4405143, - 55.4506979 + -2.7257908, + 56.3462022 ], [ - -5.2867057, - 55.4569279 + -2.7312839, + 56.4343808 ], [ - -5.3086784, - 55.4070602 + -2.6928318, + 56.4343808 ], [ - -4.9735954, - 55.4008223 + -2.6928318, + 56.4859769 ], [ - -4.9845817, - 55.2038242 + -2.5307834, + 56.4935587 ], [ - -5.1493766, - 55.2038242 + -2.5307834, + 56.570806 ], [ - -5.1411369, - 55.037337 + -2.5302878, + 56.6047947 ], [ - -5.2152946, - 55.0341891 - ] - ], - [ - [ - -2.1646559, - 60.1622059 + -2.3732428, + 56.6044452 ], [ - -1.9930299, - 60.1609801 + -2.3684363, + 56.7398824 ], [ - -1.9946862, - 60.1035151 + -2.3292975, + 56.7398824 ], [ - -2.1663122, - 60.104743 - ] - ], - [ - [ - -1.5360658, - 59.8570831 + -2.3292975, + 56.7888065 ], [ - -1.3653566, - 59.8559841 + -2.3145346, + 56.7891826 ], [ - -1.366847, - 59.7975565 + -2.3148779, + 56.7967036 ], [ - -1.190628, - 59.7964199 + -2.171369, + 56.7967036 ], [ - -1.1862046, - 59.9695391 + -2.1703979, + 56.9710595 ], [ - -1.0078652, - 59.9683948 + -2.0101725, + 56.9694716 ], [ - -1.0041233, - 60.114145 + -2.0101725, + 57.0846832 ], [ - -0.8360832, - 60.1130715 + -2.0817687, + 57.085349 ], [ - -0.834574, - 60.1716772 + -2.0488097, + 57.1259963 ], [ - -1.0074262, - 60.1727795 + -2.0409133, + 57.126369 ], [ - -1.0052165, - 60.2583924 + -2.0383434, + 57.2411129 ], [ - -0.8299659, - 60.2572778 + -1.878118, + 57.2421638 ], [ - -0.826979, - 60.3726551 + -1.8771469, + 57.2978175 ], [ - -0.6507514, - 60.3715381 + -1.9868771, + 57.2983422 ], [ - -0.6477198, - 60.4882292 + -1.9082209, + 57.3560063 ], [ - -0.9984896, - 60.4904445 + -1.8752048, + 57.3560063 ], [ - -0.9970279, - 60.546555 + -1.8761758, + 57.3769527 ], [ - -0.6425288, - 60.5443201 + -1.8120857, + 57.4120111 ], [ - -0.6394896, - 60.6606792 + -1.7120661, + 57.4120111 ], [ - -0.8148133, - 60.6617806 + -1.7034646, + 57.6441388 ], [ - -0.8132987, - 60.7196112 + -1.8666032, + 57.6451781 ], [ - -0.6383298, - 60.7185141 + -1.8646611, + 57.7033351 ], [ - -0.635467, - 60.8275393 + -3.1204292, + 57.7064705 ], [ - -0.797568, - 60.8285523 + -3.1218025, + 57.7504652 ], [ - -0.9941426, - 60.8297807 + -3.4445259, + 57.7526635 ], [ - -0.9954966, - 60.7782667 + -3.4472724, + 57.7138067 ], [ - -1.1670282, - 60.7793403 + -3.5145637, + 57.7094052 ], [ - -1.1700357, - 60.6646181 + -3.5118171, + 57.6939956 ], [ - -1.5222599, - 60.6668304 + -3.7645027, + 57.6917938 ], [ - -1.5237866, - 60.6084426 + -3.7672492, + 57.6344975 ], [ - -1.6975673, - 60.609536 + -3.842378, + 57.6288312 ], [ - -1.7021271, - 60.4345249 + -3.8438346, + 57.5965825 ], [ - -1.5260578, - 60.4334111 + -3.9414265, + 57.5916386 ], [ - -1.5275203, - 60.3770719 + -3.9404554, + 57.6537782 ], [ - -1.8751127, - 60.3792746 + -3.8894746, + 57.6529989 ], [ - -1.8781372, - 60.2624647 + -3.8826772, + 57.7676408 ], [ - -1.7019645, - 60.2613443 + -3.7224517, + 57.766087 ], [ - -1.7049134, - 60.1470532 + -3.7195385, + 57.8819201 ], [ - -1.528659, - 60.1459283 - ] - ], - [ - [ - -0.9847667, - 60.8943762 + -3.9146888, + 57.8853352 ], [ - -0.9860347, - 60.8361105 + -3.916062, + 57.9546243 ], [ - -0.8078362, - 60.8351904 + -3.745774, + 57.9538956 ], [ - -0.8065683, - 60.8934578 - ] - ], - [ - [ - -7.7696901, - 56.8788231 + -3.7471473, + 58.0688409 ], [ - -7.7614504, - 56.7608274 + -3.5837256, + 58.0695672 ], [ - -7.6009049, - 56.7641903 + -3.5837256, + 58.1116689 ], [ - -7.5972473, - 56.819332 + -3.4560096, + 58.1138452 ], [ - -7.4479894, - 56.8203948 + -3.4544646, + 58.228503 ], [ - -7.4489319, - 56.8794098 + -3.4379851, + 58.2283222 ], [ - -7.2841369, - 56.8794098 + -3.4243233, + 58.2427725 ], [ - -7.2813904, - 57.0471152 + -3.412307, + 58.2438567 ], [ - -7.1303283, - 57.0515969 + -3.3735115, + 58.2695057 ], [ - -7.1330749, - 57.511801 + -3.3063919, + 58.2862038 ], [ - -6.96828, - 57.5147514 + -3.1229154, + 58.2859395 ], [ - -6.9765198, - 57.6854668 + -3.123602, + 58.3443661 ], [ - -6.8062317, - 57.6913392 + -2.9574338, + 58.3447264 ], [ - -6.8089782, - 57.8041985 + -2.951254, + 58.6422011 ], [ - -6.6496765, - 57.8071252 + -2.8812162, + 58.6429157 ], [ - -6.6441833, - 57.8612267 + -2.8851004, + 58.8112825 ], [ - -6.3200866, - 57.8626878 + -2.7180775, + 58.8142997 ], [ - -6.3200866, - 58.1551617 + -2.7161354, + 58.8715749 ], [ - -6.1607849, - 58.1522633 + -2.556881, + 58.8775984 ], [ - -6.1552917, - 58.20874 + -2.5544533, + 58.9923453 ], [ - -5.9850036, - 58.2101869 + -2.5567617, + 59.0483775 ], [ - -5.9904968, - 58.2680163 + -2.391893, + 59.0485996 ], [ - -6.1497986, - 58.2665717 + -2.3918002, + 59.1106996 ], [ - -6.1415588, - 58.5557514 + -2.4733695, + 59.1106996 ], [ - -6.3173401, - 58.5557514 + -2.5591563, + 59.1783028 ], [ - -6.3091003, - 58.4983923 + -2.5630406, + 59.2210646 ], [ - -6.4876282, - 58.4955218 + -2.3921334, + 59.224046 ], [ - -6.4876282, - 58.4423768 + -2.3911409, + 59.2740075 ], [ - -6.6606628, - 58.4395018 + -2.3639512, + 59.2745036 ], [ - -6.6469299, - 58.3819525 + -2.3658933, + 59.285417 ], [ - -6.8117248, - 58.3805125 + -2.3911409, + 59.284921 ], [ - -6.8117248, - 58.3286357 + -2.3911409, + 59.3379505 ], [ - -6.9792663, - 58.3286357 + -2.2221759, + 59.3381981 ], [ - -6.9710266, - 58.2694608 + -2.2233897, + 59.395965 ], [ - -7.1413147, - 58.2680163 + -2.3758467, + 59.396583 ], [ - -7.1403816, - 58.0358742 + -2.3899271, + 59.4026383 ], [ - -7.3020636, - 58.0351031 + -2.4008516, + 59.3962122 ], [ - -7.3030347, - 57.9774797 + -2.5637882, + 59.3952604 ], [ - -7.1379539, - 57.9777372 + -2.5637882, + 59.3385811 ], [ - -7.1413526, - 57.9202792 + -2.7320164, + 59.3375306 ], [ - -7.1398961, - 57.8640206 + -2.7333896, + 59.3952604 ], [ - -7.3020636, - 57.862471 + -3.0726511, + 59.3931174 ], [ - -7.298484, - 57.7442293 + -3.0703404, + 59.3354759 ], [ - -7.4509193, - 57.7456951 + -3.0753186, + 59.3355634 ], [ - -7.4550392, - 57.6899522 + -3.0749753, + 59.3292593 ], [ - -7.6186131, - 57.6906048 + -3.0698254, + 59.3289091 ], [ - -7.6198341, - 57.7456951 + -3.069801, + 59.2196159 ], [ - -7.7901222, - 57.7442293 + -3.2363384, + 59.2166341 ], [ - -7.7873756, - 57.6855477 + -3.2336751, + 59.1606496 ], [ - -7.6222332, - 57.6853817 + -3.4032766, + 59.1588895 ], [ - -7.6173779, - 57.5712602 + -3.394086, + 58.9279316 ], [ - -7.788285, - 57.5709998 + -3.5664497, + 58.9259268 ], [ - -7.7892561, - 57.512109 + -3.5611089, + 58.8679885 ], [ - -7.7038025, - 57.5115874 + -3.392508, + 58.8699339 ], [ - -7.6999183, - 57.4546902 + -3.3894734, + 58.8698711 ], [ - -7.5367796, - 57.4552126 + -3.3891093, + 58.8684905 ], [ - -7.5348375, - 57.5126306 + -3.3912942, + 58.868616 ], [ - -7.4581235, - 57.5131521 + -3.3884161, + 58.7543084 ], [ - -7.4552103, - 57.2824165 + -3.2238208, + 58.7555677 ], [ - -7.6115515, - 57.2845158 + -3.2189655, + 58.691289 ], [ - -7.6144647, - 57.2272651 + -3.4634113, + 58.6905753 ], [ - -7.451326, - 57.2256881 + -3.4551716, + 58.6341518 ], [ - -7.451326, - 57.1103873 + -3.787508, + 58.6341518 ], [ - -7.6164068, - 57.1088053 + -3.7861347, + 58.5769211 ], [ - -7.603783, - 56.8792358 - ] - ], - [ - [ - -1.7106618, - 59.5626284 + -3.9028645, + 58.5733411 ], [ - -1.5417509, - 59.562215 + -3.9028645, + 58.6477304 ], [ - -1.5423082, - 59.5037224 + -4.0690327, + 58.6491594 ], [ - -1.7112191, - 59.5041365 - ] - ] - ], - "terms_url": "http://geo.nls.uk/maps/", - "terms_text": "National Library of Scotland Historic Maps" - }, - { - "name": "OS 1:25k historic (OSM)", - "type": "tms", - "template": "http://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg", - "scaleExtent": [ - 6, - 17 - ], - "polygon": [ - [ + -4.0690327, + 58.5912376 + ], [ - -9, - 49.8 + -4.7364521, + 58.5933845 ], [ - -9, - 61.1 + -4.7364521, + 58.6505884 ], [ - 1.9, - 61.1 + -5.0715351, + 58.6520173 ], [ - 1.9, - 49.8 + -5.0654779, + 58.5325854 ], [ - -9, - 49.8 - ] - ] - ] - }, - { - "name": "OS New Popular Edition historic", - "type": "tms", - "template": "http://ooc.openstreetmap.org/npe/{zoom}/{x}/{y}.png", - "polygon": [ - [ - [ - -5.8, - 49.8 + -5.2332047, + 58.5316087 ], [ - -5.8, - 55.8 + -5.2283494, + 58.4719947 ], [ - 1.9, - 55.8 + -5.2424298, + 58.4719947 ], [ - 1.9, - 49.8 + -5.2366034, + 58.4089731 ], [ - -5.8, - 49.8 - ] - ] - ] - }, - { - "name": "OS OpenData Locator", - "type": "tms", - "template": "http://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png", - "polygon": [ - [ - [ - -9, - 49.8 + -5.2283494, + 58.4094818 ], [ - -9, - 61.1 + -5.2210664, + 58.3005859 ], [ - 1.9, - 61.1 + -5.5657939, + 58.2959933 ], [ - 1.9, - 49.8 + -5.5580254, + 58.2372573 ], [ - -9, - 49.8 - ] - ] - ], - "overlay": true - }, - { - "name": "OS OpenData StreetView", - "type": "tms", - "template": "http://os.openstreetmap.org/sv/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 1, - 18 - ], - "polygon": [ - [ - [ - -5.8292886, - 50.0229734 + -5.4146722, + 58.2401326 ], [ - -5.8292886, - 50.254819 + -5.4141866, + 58.2267768 ], [ - -5.373356, - 50.254819 + -5.3885749, + 58.2272242 ], [ - -5.373356, - 50.3530588 + -5.382714, + 58.1198615 ], [ - -5.1756021, - 50.3530588 + -5.51043, + 58.1191362 ], [ - -5.1756021, - 50.5925406 + -5.5114011, + 58.006214 ], [ - -4.9970743, - 50.5925406 + -5.6745397, + 58.0041559 ], [ - -4.9970743, - 50.6935617 + -5.6716266, + 57.9449366 ], [ - -4.7965738, - 50.6935617 + -5.6716266, + 57.8887166 ], [ - -4.7965738, - 50.7822112 + -5.8347652, + 57.8856193 ], [ - -4.6949503, - 50.7822112 + -5.8277052, + 57.5988958 ], [ - -4.6949503, - 50.9607371 + -6.0384259, + 57.5986357 ], [ - -4.6043131, - 50.9607371 + -6.0389115, + 57.6459559 ], [ - -4.6043131, - 51.0692066 + -6.1981658, + 57.6456961 ], [ - -4.3792215, - 51.0692066 + -6.2076123, + 57.7600132 ], [ - -4.3792215, - 51.2521782 + -6.537067, + 57.7544033 ], [ - -3.9039346, - 51.2521782 + -6.5312406, + 57.6402392 ], [ - -3.9039346, - 51.2916998 + -6.7002056, + 57.6360809 ], [ - -3.7171671, - 51.2916998 + -6.6807844, + 57.5236293 ], [ - -3.7171671, - 51.2453014 + -6.8516915, + 57.5152857 ], [ - -3.1486246, - 51.2453014 + -6.8361545, + 57.3385811 ], [ - -3.1486246, - 51.362067 + -6.6730158, + 57.3438213 ], [ - -3.7446329, - 51.362067 + -6.674958, + 57.2850883 ], [ - -3.7446329, - 51.4340386 + -6.5098772, + 57.2850883 ], [ - -3.8297769, - 51.4340386 + -6.4982244, + 57.1757637 ], [ - -3.8297769, - 51.5298246 + -6.3506228, + 57.1820797 ], [ - -4.0852091, - 51.5298246 + -6.3312015, + 57.1251969 ], [ - -4.0852091, - 51.4939284 + -6.1797156, + 57.1230884 ], [ - -4.3792215, - 51.4939284 + -6.1719471, + 57.0682265 ], [ - -4.3792215, - 51.5427168 + -6.4593819, + 57.059779 ], [ - -5.1444195, - 51.5427168 + -6.4564687, + 57.1093806 ], [ - -5.1444195, - 51.6296003 + -6.6671895, + 57.1062165 ], [ - -5.7387103, - 51.6296003 + -6.6730158, + 57.002708 ], [ - -5.7387103, - 51.774037 + -6.5021087, + 57.0048233 ], [ - -5.5095393, - 51.774037 + -6.4836097, + 56.8917522 ], [ - -5.5095393, - 51.9802596 + -6.3266104, + 56.8894062 ], [ - -5.198799, - 51.9802596 + -6.3156645, + 56.7799312 ], [ - -5.198799, - 52.0973358 + -6.2146739, + 56.775675 ], [ - -4.8880588, - 52.0973358 + -6.2146739, + 56.7234965 ], [ - -4.8880588, - 52.1831557 + -6.6866107, + 56.7224309 ], [ - -4.4957492, - 52.1831557 + -6.6769001, + 56.6114413 ], [ - -4.4957492, - 52.2925739 + -6.8419809, + 56.607166 ], [ - -4.3015365, - 52.2925739 + -6.8400387, + 56.5483307 ], [ - -4.3015365, - 52.3685318 + -7.1546633, + 56.5461895 ], [ - -4.1811246, - 52.3685318 + -7.1488369, + 56.4872592 ], [ - -4.1811246, - 52.7933685 + -6.9915246, + 56.490476 ], [ - -4.4413696, - 52.7933685 + -6.9876404, + 56.4325329 ], [ - -4.4413696, - 52.7369614 + -6.6827265, + 56.4314591 ], [ - -4.8569847, - 52.7369614 + -6.6769001, + 56.5472601 ], [ - -4.8569847, - 52.9317255 + -6.5292985, + 56.5504717 ], [ - -4.7288044, - 52.9317255 + -6.5234721, + 56.4379018 ], [ - -4.7288044, - 53.5038599 + -6.3661598, + 56.4368281 ], [ - -4.1578191, - 53.5038599 + -6.3642177, + 56.3766524 ], [ - -4.1578191, - 53.4113498 + -6.5273563, + 56.3712749 ], [ - -3.3110518, - 53.4113498 + -6.5171745, + 56.2428427 ], [ - -3.3110518, - 53.5038599 + -6.4869621, + 56.247421 ], [ - -3.2333667, - 53.5038599 + -6.4869621, + 56.1893882 ], [ - -3.2333667, - 54.0159169 + -6.3001945, + 56.1985572 ], [ - -3.3926211, - 54.0159169 + -6.3029411, + 56.2581017 ], [ - -3.3926211, - 54.1980953 + -5.9019401, + 56.256576 ], [ - -3.559644, - 54.1980953 + -5.8964469, + 56.0960466 ], [ - -3.559644, - 54.433732 + -6.0282829, + 56.0883855 ], [ - -3.7188984, - 54.433732 + -6.0392692, + 56.1557502 ], [ - -3.7188984, - 54.721897 + -6.3853385, + 56.1542205 ], [ - -4.3015365, - 54.721897 + -6.3606193, + 55.96099 ], [ - -4.3015365, - 54.6140739 + -6.2123039, + 55.9640647 ], [ - -5.0473132, - 54.6140739 + -6.2047508, + 55.9202269 ], [ - -5.0473132, - 54.7532915 + -6.5185478, + 55.9129158 ], [ - -5.2298731, - 54.7532915 + -6.5061881, + 55.7501763 ], [ - -5.2298731, - 55.2190799 + -6.6764762, + 55.7409005 ], [ - -5.6532567, - 55.2190799 + -6.6599967, + 55.6263176 ], [ - -5.6532567, - 55.250088 + -6.3551261, + 55.6232161 ], [ - -5.8979647, - 55.250088 + -6.3578727, + 55.5689002 ], [ - -5.8979647, - 55.4822462 + -6.0392692, + 55.5720059 ], [ - -6.5933212, - 55.4822462 + -6.0310294, + 55.6247669 ], [ - -6.5933212, - 56.3013441 + -5.7398917, + 55.6309694 ], [ - -7.1727691, - 56.3013441 + -5.7371452, + 55.4569279 ], [ - -7.1727691, - 56.5601822 + -5.8964469, + 55.4600426 ], [ - -6.8171722, - 56.5601822 + -5.8964469, + 55.2789864 ], [ - -6.8171722, - 56.6991713 + -5.4350211, + 55.2821151 ], [ - -6.5315276, - 56.6991713 + -5.4405143, + 55.4506979 ], [ - -6.5315276, - 56.9066964 + -5.2867057, + 55.4569279 ], [ - -6.811679, - 56.9066964 + -5.3086784, + 55.4070602 ], [ - -6.811679, - 57.3716613 + -4.9735954, + 55.4008223 ], [ - -6.8721038, - 57.3716613 + -4.9845817, + 55.2038242 ], [ - -6.8721038, - 57.5518893 + -5.1493766, + 55.2038242 ], [ - -7.0973235, - 57.5518893 + -5.1411369, + 55.037337 ], [ - -7.0973235, - 57.2411085 - ], + -5.2152946, + 55.0341891 + ] + ], + [ [ - -7.1742278, - 57.2411085 + -2.1646559, + 60.1622059 ], [ - -7.1742278, - 56.9066964 + -1.9930299, + 60.1609801 ], [ - -7.3719817, - 56.9066964 + -1.9946862, + 60.1035151 ], [ - -7.3719817, - 56.8075885 - ], + -2.1663122, + 60.104743 + ] + ], + [ [ - -7.5202972, - 56.8075885 + -1.5360658, + 59.8570831 ], [ - -7.5202972, - 56.7142479 + -1.3653566, + 59.8559841 ], [ - -7.8306806, - 56.7142479 + -1.366847, + 59.7975565 ], [ - -7.8306806, - 56.8994605 + -1.190628, + 59.7964199 ], [ - -7.6494061, - 56.8994605 + -1.1862046, + 59.9695391 ], [ - -7.6494061, - 57.4739617 + -1.0078652, + 59.9683948 ], [ - -7.8306806, - 57.4739617 + -1.0041233, + 60.114145 ], [ - -7.8306806, - 57.7915584 + -0.8360832, + 60.1130715 ], [ - -7.4736249, - 57.7915584 + -0.834574, + 60.1716772 ], [ - -7.4736249, - 58.086063 + -1.0074262, + 60.1727795 ], [ - -7.1879804, - 58.086063 + -1.0052165, + 60.2583924 ], [ - -7.1879804, - 58.367197 + -0.8299659, + 60.2572778 ], [ - -6.8034589, - 58.367197 + -0.826979, + 60.3726551 ], [ - -6.8034589, - 58.4155786 - ], - [ - -6.638664, - 58.4155786 - ], - [ - -6.638664, - 58.4673277 + -0.6507514, + 60.3715381 ], [ - -6.5178143, - 58.4673277 + -0.6477198, + 60.4882292 ], [ - -6.5178143, - 58.5625632 + -0.9984896, + 60.4904445 ], [ - -6.0536224, - 58.5625632 + -0.9970279, + 60.546555 ], [ - -6.0536224, - 58.1568843 + -0.6425288, + 60.5443201 ], [ - -6.1470062, - 58.1568843 + -0.6394896, + 60.6606792 ], [ - -6.1470062, - 58.1105865 + -0.8148133, + 60.6617806 ], [ - -6.2799798, - 58.1105865 + -0.8132987, + 60.7196112 ], [ - -6.2799798, - 57.7122664 + -0.6383298, + 60.7185141 ], [ - -6.1591302, - 57.7122664 + -0.635467, + 60.8275393 ], [ - -6.1591302, - 57.6667563 + -0.797568, + 60.8285523 ], [ - -5.9339104, - 57.6667563 + -0.9941426, + 60.8297807 ], [ - -5.9339104, - 57.8892524 + -0.9954966, + 60.7782667 ], [ - -5.80643, - 57.8892524 + -1.1670282, + 60.7793403 ], [ - -5.80643, - 57.9621767 + -1.1700357, + 60.6646181 ], [ - -5.6141692, - 57.9621767 + -1.5222599, + 60.6668304 ], [ - -5.6141692, - 58.0911236 + -1.5237866, + 60.6084426 ], [ - -5.490819, - 58.0911236 + -1.6975673, + 60.609536 ], [ - -5.490819, - 58.3733281 + -1.7021271, + 60.4345249 ], [ - -5.3199118, - 58.3733281 + -1.5260578, + 60.4334111 ], [ - -5.3199118, - 58.75015 + -1.5275203, + 60.3770719 ], [ - -3.5719977, - 58.75015 + -1.8751127, + 60.3792746 ], [ - -3.5719977, - 59.2091788 + -1.8781372, + 60.2624647 ], [ - -3.1944501, - 59.2091788 + -1.7019645, + 60.2613443 ], [ - -3.1944501, - 59.4759216 + -1.7049134, + 60.1470532 ], [ - -2.243583, - 59.4759216 - ], + -1.528659, + 60.1459283 + ] + ], + [ [ - -2.243583, - 59.1388749 + -0.9847667, + 60.8943762 ], [ - -2.4611012, - 59.1388749 + -0.9860347, + 60.8361105 ], [ - -2.4611012, - 58.8185938 + -0.8078362, + 60.8351904 ], [ - -2.7407675, - 58.8185938 - ], + -0.8065683, + 60.8934578 + ] + ], + [ [ - -2.7407675, - 58.5804743 + -7.7696901, + 56.8788231 ], [ - -2.9116746, - 58.5804743 + -7.7614504, + 56.7608274 ], [ - -2.9116746, - 58.1157523 + -7.6009049, + 56.7641903 ], [ - -3.4865441, - 58.1157523 + -7.5972473, + 56.819332 ], [ - -3.4865441, - 57.740386 + -7.4479894, + 56.8203948 ], [ - -1.7153245, - 57.740386 + -7.4489319, + 56.8794098 ], [ - -1.7153245, - 57.2225558 + -7.2841369, + 56.8794098 ], [ - -1.9794538, - 57.2225558 + -7.2813904, + 57.0471152 ], [ - -1.9794538, - 56.8760742 + -7.1303283, + 57.0515969 ], [ - -2.1658979, - 56.8760742 + -7.1330749, + 57.511801 ], [ - -2.1658979, - 56.6333186 + -6.96828, + 57.5147514 ], [ - -2.3601106, - 56.6333186 + -6.9765198, + 57.6854668 ], [ - -2.3601106, - 56.0477521 + -6.8062317, + 57.6913392 ], [ - -1.9794538, - 56.0477521 + -6.8089782, + 57.8041985 ], [ - -1.9794538, - 55.8650949 + -6.6496765, + 57.8071252 ], [ - -1.4745008, - 55.8650949 + -6.6441833, + 57.8612267 ], [ - -1.4745008, - 55.2499926 + -6.3200866, + 57.8626878 ], [ - -1.3221997, - 55.2499926 + -6.3200866, + 58.1551617 ], [ - -1.3221997, - 54.8221737 + -6.1607849, + 58.1522633 ], [ - -1.0550014, - 54.8221737 + -6.1552917, + 58.20874 ], [ - -1.0550014, - 54.6746628 + -5.9850036, + 58.2101869 ], [ - -0.6618765, - 54.6746628 + -5.9904968, + 58.2680163 ], [ - -0.6618765, - 54.5527463 + -6.1497986, + 58.2665717 ], [ - -0.3247617, - 54.5527463 + -6.1415588, + 58.5557514 ], [ - -0.3247617, - 54.2865195 + -6.3173401, + 58.5557514 ], [ - 0.0092841, - 54.2865195 + -6.3091003, + 58.4983923 ], [ - 0.0092841, - 53.7938518 + -6.4876282, + 58.4955218 ], [ - 0.2081962, - 53.7938518 + -6.4876282, + 58.4423768 ], [ - 0.2081962, - 53.5217726 + -6.6606628, + 58.4395018 ], [ - 0.4163548, - 53.5217726 + -6.6469299, + 58.3819525 ], [ - 0.4163548, - 53.0298851 + -6.8117248, + 58.3805125 ], [ - 1.4273388, - 53.0298851 + -6.8117248, + 58.3286357 ], [ - 1.4273388, - 52.92021 + -6.9792663, + 58.3286357 ], [ - 1.8333912, - 52.92021 + -6.9710266, + 58.2694608 ], [ - 1.8333912, - 52.042488 + -7.1413147, + 58.2680163 ], [ - 1.5235504, - 52.042488 + -7.1403816, + 58.0358742 ], [ - 1.5235504, - 51.8261335 + -7.3020636, + 58.0351031 ], [ - 1.2697049, - 51.8261335 + -7.3030347, + 57.9774797 ], [ - 1.2697049, - 51.6967453 + -7.1379539, + 57.9777372 ], [ - 1.116651, - 51.6967453 + -7.1413526, + 57.9202792 ], [ - 1.116651, - 51.440346 + -7.1398961, + 57.8640206 ], [ - 1.5235504, - 51.440346 + -7.3020636, + 57.862471 ], [ - 1.5235504, - 51.3331831 + -7.298484, + 57.7442293 ], [ - 1.4507565, - 51.3331831 + -7.4509193, + 57.7456951 ], [ - 1.4507565, - 51.0207553 + -7.4550392, + 57.6899522 ], [ - 1.0699883, - 51.0207553 + -7.6186131, + 57.6906048 ], [ - 1.0699883, - 50.9008416 + -7.6198341, + 57.7456951 ], [ - 0.7788126, - 50.9008416 + -7.7901222, + 57.7442293 ], [ - 0.7788126, - 50.729843 + -7.7873756, + 57.6855477 ], [ - -0.7255952, - 50.729843 + -7.6222332, + 57.6853817 ], [ - -0.7255952, - 50.7038437 + -7.6173779, + 57.5712602 ], [ - -1.0074383, - 50.7038437 + -7.788285, + 57.5709998 ], [ - -1.0074383, - 50.5736307 + -7.7892561, + 57.512109 ], [ - -2.3625252, - 50.5736307 + -7.7038025, + 57.5115874 ], [ - -2.3625252, - 50.4846421 + -7.6999183, + 57.4546902 ], [ - -2.4987805, - 50.4846421 + -7.5367796, + 57.4552126 ], [ - -2.4987805, - 50.5736307 + -7.5348375, + 57.5126306 ], [ - -3.4096378, - 50.5736307 + -7.4581235, + 57.5131521 ], [ - -3.4096378, - 50.2057837 + -7.4552103, + 57.2824165 ], [ - -3.6922446, - 50.2057837 + -7.6115515, + 57.2845158 ], [ - -3.6922446, - 50.1347737 + -7.6144647, + 57.2272651 ], [ - -5.005468, - 50.1347737 + -7.451326, + 57.2256881 ], [ - -5.005468, - 49.9474456 + -7.451326, + 57.1103873 ], [ - -5.2839506, - 49.9474456 + -7.6164068, + 57.1088053 ], [ - -5.2839506, - 50.0229734 + -7.603783, + 56.8792358 ] ], [ [ - -6.4580707, - 49.8673563 + -1.7106618, + 59.5626284 ], [ - -6.4580707, - 49.9499935 + -1.5417509, + 59.562215 ], [ - -6.3978807, - 49.9499935 + -1.5423082, + 59.5037224 ], [ - -6.3978807, - 50.0053797 + -1.7112191, + 59.5041365 + ] + ] + ], + "terms_url": "http://geo.nls.uk/maps/", + "terms_text": "National Library of Scotland Historic Maps" + }, + { + "name": "OS 1:25k historic (OSM)", + "type": "tms", + "template": "http://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg", + "scaleExtent": [ + 6, + 17 + ], + "polygon": [ + [ + [ + -9, + 49.8 ], [ - -6.1799606, - 50.0053797 + -9, + 61.1 ], [ - -6.1799606, - 49.9168614 + 1.9, + 61.1 ], [ - -6.2540201, - 49.9168614 + 1.9, + 49.8 ], [ - -6.2540201, - 49.8673563 + -9, + 49.8 ] - ], + ] + ] + }, + { + "name": "OS New Popular Edition historic", + "type": "tms", + "template": "http://ooc.openstreetmap.org/npe/{zoom}/{x}/{y}.png", + "polygon": [ [ [ - -5.8343165, - 49.932156 - ], - [ - -5.8343165, - 49.9754641 + -5.8, + 49.8 ], [ - -5.7683254, - 49.9754641 + -5.8, + 55.8 ], [ - -5.7683254, - 49.932156 - ] - ], - [ - [ - -1.9483797, - 60.6885737 + 1.9, + 55.8 ], [ - -1.9483797, - 60.3058841 + 1.9, + 49.8 ], [ - -1.7543149, - 60.3058841 - ], + -5.8, + 49.8 + ] + ] + ] + }, + { + "name": "OS OpenData Locator", + "type": "tms", + "template": "http://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png", + "polygon": [ + [ [ - -1.7543149, - 60.1284428 + -9, + 49.8 ], [ - -1.5754914, - 60.1284428 + -9, + 61.1 ], [ - -1.5754914, - 59.797917 + 1.9, + 61.1 ], [ - -1.0316959, - 59.797917 + 1.9, + 49.8 ], [ - -1.0316959, - 60.0354518 - ], + -9, + 49.8 + ] + ] + ], + "overlay": true + }, + { + "name": "OS OpenData StreetView", + "type": "tms", + "template": "http://os.openstreetmap.org/sv/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 1, + 18 + ], + "polygon": [ + [ [ - -0.6626918, - 60.0354518 + -5.8292886, + 50.0229734 ], [ - -0.6626918, - 60.9103862 + -5.8292886, + 50.254819 ], [ - -1.1034395, - 60.9103862 + -5.373356, + 50.254819 ], [ - -1.1034395, - 60.8040022 + -5.373356, + 50.3530588 ], [ - -1.3506319, - 60.8040022 + -5.1756021, + 50.3530588 ], [ - -1.3506319, - 60.6885737 - ] - ], - [ - [ - -2.203381, - 60.1968568 + -5.1756021, + 50.5925406 ], [ - -2.203381, - 60.0929443 + -4.9970743, + 50.5925406 ], [ - -1.9864011, - 60.0929443 + -4.9970743, + 50.6935617 ], [ - -1.9864011, - 60.1968568 - ] - ], - [ - [ - -1.7543149, - 59.5698289 + -4.7965738, + 50.6935617 ], [ - -1.7543149, - 59.4639383 + -4.7965738, + 50.7822112 ], [ - -1.5373349, - 59.4639383 + -4.6949503, + 50.7822112 ], [ - -1.5373349, - 59.5698289 - ] - ], - [ - [ - -4.5585981, - 59.1370518 + -4.6949503, + 50.9607371 ], [ - -4.5585981, - 58.9569099 + -4.6043131, + 50.9607371 ], [ - -4.2867004, - 58.9569099 + -4.6043131, + 51.0692066 ], [ - -4.2867004, - 59.1370518 - ] - ], - [ - [ - -6.2787732, - 59.2025744 + -4.3792215, + 51.0692066 ], [ - -6.2787732, - 59.0227769 + -4.3792215, + 51.2521782 ], [ - -5.6650612, - 59.0227769 + -3.9039346, + 51.2521782 ], [ - -5.6650612, - 59.2025744 - ] - ], - [ - [ - -8.7163482, - 57.9440556 + -3.9039346, + 51.2916998 ], [ - -8.7163482, - 57.7305936 + -3.7171671, + 51.2916998 ], [ - -8.3592926, - 57.7305936 + -3.7171671, + 51.2453014 ], [ - -8.3592926, - 57.9440556 - ] - ], - [ - [ - -7.6077005, - 50.4021026 + -3.1486246, + 51.2453014 ], [ - -7.6077005, - 50.2688657 + -3.1486246, + 51.362067 ], [ - -7.3907205, - 50.2688657 + -3.7446329, + 51.362067 ], [ - -7.3907205, - 50.4021026 - ] - ], - [ - [ - -7.7304303, - 58.3579902 + -3.7446329, + 51.4340386 ], [ - -7.7304303, - 58.248313 + -3.8297769, + 51.4340386 ], [ - -7.5134503, - 58.248313 + -3.8297769, + 51.5298246 ], [ - -7.5134503, - 58.3579902 - ] - ] - ] - }, - { - "name": "OS Scottish Popular historic", - "type": "tms", - "template": "http://ooc.openstreetmap.org/npescotland/tiles/{zoom}/{x}/{y}.jpg", - "scaleExtent": [ - 6, - 15 - ], - "polygon": [ - [ - [ - -7.8, - 54.5 + -4.0852091, + 51.5298246 ], [ - -7.8, - 61.1 + -4.0852091, + 51.4939284 ], [ - -1.1, - 61.1 + -4.3792215, + 51.4939284 ], [ - -1.1, - 54.5 + -4.3792215, + 51.5427168 ], [ - -7.8, - 54.5 - ] - ] - ] - }, - { - "name": "OpenPT Map (overlay)", - "type": "tms", - "template": "http://openptmap.de/tiles/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 5, - 16 - ], - "polygon": [ - [ - [ - 6.4901072, - 53.665658 + -5.1444195, + 51.5427168 ], [ - 8.5665347, - 53.9848257 + -5.1444195, + 51.6296003 ], [ - 8.1339457, - 54.709715 + -5.7387103, + 51.6296003 ], [ - 8.317796, - 55.0952362 + -5.7387103, + 51.774037 ], [ - 10.1887438, - 54.7783834 + -5.5095393, + 51.774037 ], [ - 10.6321475, - 54.4778841 + -5.5095393, + 51.9802596 ], [ - 11.2702164, - 54.6221504 + -5.198799, + 51.9802596 ], [ - 11.681176, - 54.3709243 + -5.198799, + 52.0973358 ], [ - 12.0272473, - 54.3898199 + -4.8880588, + 52.0973358 ], [ - 13.3250145, - 54.8531617 + -4.8880588, + 52.1831557 ], [ - 13.9198245, - 54.6972173 + -4.4957492, + 52.1831557 ], [ - 14.2118221, - 54.1308273 + -4.4957492, + 52.2925739 ], [ - 14.493005, - 53.2665063 + -4.3015365, + 52.2925739 ], [ - 14.1577485, - 52.8766495 + -4.3015365, + 52.3685318 ], [ - 14.7525584, - 52.5819369 + -4.1811246, + 52.3685318 ], [ - 15.0986297, - 51.0171541 + -4.1811246, + 52.7933685 ], [ - 14.9364088, - 50.8399279 + -4.4413696, + 52.7933685 ], [ - 14.730929, - 50.7920977 + -4.4413696, + 52.7369614 ], [ - 14.4389313, - 50.8808862 + -4.8569847, + 52.7369614 ], [ - 12.9573138, - 50.3939044 + -4.8569847, + 52.9317255 ], [ - 12.51391, - 50.3939044 + -4.7288044, + 52.9317255 ], [ - 12.3084302, - 50.1173237 + -4.7288044, + 53.5038599 ], [ - 12.6112425, - 49.9088337 + -4.1578191, + 53.5038599 ], [ - 12.394948, - 49.7344006 + -4.1578191, + 53.4113498 ], [ - 12.7734634, - 49.4047626 + -3.3110518, + 53.4113498 ], [ - 14.1469337, - 48.6031036 + -3.3110518, + 53.5038599 ], [ - 14.6768553, - 48.6531391 + -3.2333667, + 53.5038599 ], [ - 15.0661855, - 49.0445497 + -3.2333667, + 54.0159169 ], [ - 16.2666202, - 48.7459305 + -3.3926211, + 54.0159169 ], [ - 16.4937294, - 48.8741286 + -3.3926211, + 54.1980953 ], [ - 16.904689, - 48.7173975 + -3.559644, + 54.1980953 ], [ - 16.9371332, - 48.5315383 + -3.559644, + 54.433732 ], [ - 16.8384693, - 48.3823161 + -3.7188984, + 54.433732 ], [ - 17.2017097, - 48.010204 + -3.7188984, + 54.721897 ], [ - 17.1214145, - 47.6997605 + -4.3015365, + 54.721897 ], [ - 16.777292, - 47.6585709 + -4.3015365, + 54.6140739 ], [ - 16.6090543, - 47.7460598 + -5.0473132, + 54.6140739 ], [ - 16.410228, - 47.6637214 + -5.0473132, + 54.7532915 ], [ - 16.7352326, - 47.6147714 + -5.2298731, + 54.7532915 ], [ - 16.5555242, - 47.3589738 + -5.2298731, + 55.2190799 ], [ - 16.4790525, - 46.9768539 + -5.6532567, + 55.2190799 ], [ - 16.0355168, - 46.8096295 + -5.6532567, + 55.250088 ], [ - 16.0508112, - 46.6366332 + -5.8979647, + 55.250088 ], [ - 14.9572663, - 46.6313822 + -5.8979647, + 55.4822462 ], [ - 14.574908, - 46.3892866 + -6.5933212, + 55.4822462 ], [ - 12.3954655, - 46.6891149 + -6.5933212, + 56.3013441 ], [ - 12.1507562, - 47.0550608 + -7.1727691, + 56.3013441 ], [ - 11.1183887, - 46.9142058 + -7.1727691, + 56.5601822 ], [ - 11.0342699, - 46.7729797 + -6.8171722, + 56.5601822 ], [ - 10.4836739, - 46.8462544 + -6.8171722, + 56.6991713 ], [ - 10.4607324, - 46.5472973 + -6.5315276, + 56.6991713 ], [ - 10.1013156, - 46.5735879 + -6.5315276, + 56.9066964 ], [ - 10.2007287, - 46.1831867 + -6.811679, + 56.9066964 ], [ - 9.8948421, - 46.3629068 + -6.811679, + 57.3716613 ], [ - 9.5966026, - 46.2889758 + -6.8721038, + 57.3716613 ], [ - 9.2983631, - 46.505206 + -6.8721038, + 57.5518893 ], [ - 9.2830687, - 46.2572605 + -7.0973235, + 57.5518893 ], [ - 9.0536537, - 45.7953255 + -7.0973235, + 57.2411085 ], [ - 8.4265861, - 46.2466846 + -7.1742278, + 57.2411085 ], [ - 8.4418804, - 46.4736161 + -7.1742278, + 56.9066964 ], [ - 7.8759901, - 45.9284607 + -7.3719817, + 56.9066964 ], [ - 7.0959791, - 45.8645956 + -7.3719817, + 56.8075885 ], [ - 6.7747981, - 46.1620044 + -7.5202972, + 56.8075885 ], [ - 6.8206811, - 46.4051083 + -7.5202972, + 56.7142479 ], [ - 6.5453831, - 46.4578142 + -7.8306806, + 56.7142479 ], [ - 6.3312624, - 46.3840116 + -7.8306806, + 56.8994605 ], [ - 6.3847926, - 46.2466846 + -7.6494061, + 56.8994605 ], [ - 5.8953739, - 46.0878021 + -7.6494061, + 57.4739617 ], [ - 6.1171418, - 46.3681838 + -7.8306806, + 57.4739617 ], [ - 6.0942003, - 46.5998657 + -7.8306806, + 57.7915584 ], [ - 6.4383228, - 46.7782169 + -7.4736249, + 57.7915584 ], [ - 6.4306756, - 46.9298747 + -7.4736249, + 58.086063 ], [ - 7.0806847, - 47.3460216 + -7.1879804, + 58.086063 ], [ - 6.8436226, - 47.3719227 + -7.1879804, + 58.367197 ], [ - 6.9965659, - 47.5012373 + -6.8034589, + 58.367197 ], [ - 7.1800979, - 47.5064033 + -6.8034589, + 58.4155786 ], [ - 7.2336281, - 47.439206 + -6.638664, + 58.4155786 ], [ - 7.4553959, - 47.4805683 + -6.638664, + 58.4673277 ], [ - 7.7842241, - 48.645735 + -6.5178143, + 58.4673277 ], [ - 8.1971711, - 49.0282701 + -6.5178143, + 58.5625632 ], [ - 7.6006921, - 49.0382974 + -6.0536224, + 58.5625632 ], [ - 7.4477487, - 49.1634679 + -6.0536224, + 58.1568843 ], [ - 7.2030394, - 49.1034255 + -6.1470062, + 58.1568843 ], [ - 6.6677378, - 49.1634679 + -6.1470062, + 58.1105865 ], [ - 6.6371491, - 49.3331933 + -6.2799798, + 58.1105865 ], [ - 6.3542039, - 49.4576194 + -6.2799798, + 57.7122664 ], [ - 6.5453831, - 49.8043366 + -6.1591302, + 57.7122664 ], [ - 6.2471436, - 49.873384 + -6.1591302, + 57.6667563 ], [ - 6.0789059, - 50.1534883 + -5.9339104, + 57.6667563 ], [ - 6.3618511, - 50.3685934 + -5.9339104, + 57.8892524 ], [ - 6.0865531, - 50.7039632 + -5.80643, + 57.8892524 ], [ - 5.8800796, - 51.0513752 + -5.80643, + 57.9621767 ], [ - 6.1247889, - 51.1618085 + -5.6141692, + 57.9621767 ], [ - 6.1936134, - 51.491527 + -5.6141692, + 58.0911236 ], [ - 5.9641984, - 51.7526501 + -5.490819, + 58.0911236 ], [ - 6.0253758, - 51.8897286 + -5.490819, + 58.3733281 ], [ - 6.4536171, - 51.8661241 + -5.3199118, + 58.3733281 ], [ - 6.8436226, - 51.9557552 + -5.3199118, + 58.75015 ], [ - 6.6906793, - 52.0499105 + -3.5719977, + 58.75015 ], [ - 7.0042131, - 52.2282603 + -3.5719977, + 59.2091788 ], [ - 7.0195074, - 52.4525245 + -3.1944501, + 59.2091788 ], [ - 6.6983264, - 52.4665032 + -3.1944501, + 59.4759216 ], [ - 6.6906793, - 52.6524628 + -2.243583, + 59.4759216 ], [ - 7.0348017, - 52.6385432 + -2.243583, + 59.1388749 ], [ - 7.0730376, - 52.8330151 + -2.4611012, + 59.1388749 ], [ - 7.2183337, - 52.9852064 + -2.4611012, + 58.8185938 ], [ - 7.1953922, - 53.3428087 + -2.7407675, + 58.8185938 ], [ - 7.0042131, - 53.3291098 - ] - ] - ], - "terms_url": "http://openstreetmap.org/", - "terms_text": "© OpenStreetMap contributors, CC-BY-SA" - }, - { - "name": "OpenStreetMap (Mapnik)", - "type": "tms", - "description": "The default OpenStreetMap layer.", - "template": "http://tile.openstreetmap.org/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 0, - 18 - ], - "terms_url": "http://openstreetmap.org/", - "terms_text": "© OpenStreetMap contributors, CC-BY-SA", - "default": true - }, - { - "name": "OpenStreetMap GPS traces", - "type": "tms", - "description": "Public GPS traces uploaded to OpenStreetMap.", - "template": "http://{switch:a,b,c}.gps-tile.openstreetmap.org/lines/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 0, - 20 - ], - "terms_url": "http://www.openstreetmap.org/copyright", - "terms_text": "© OpenStreetMap contributors", - "terms_html": "© OpenStreetMap contributors. North: South: East: West: ", - "overlay": true - }, - { - "name": "Pangasinán/Bulacan (Phillipines HiRes)", - "type": "tms", - "template": "http://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 12, - 19 - ], - "polygon": [ - [ - [ - 120.336593, - 15.985768 + -2.7407675, + 58.5804743 ], [ - 120.445995, - 15.984 + -2.9116746, + 58.5804743 ], [ - 120.446134, - 15.974459 + -2.9116746, + 58.1157523 ], [ - 120.476464, - 15.974592 + -3.4865441, + 58.1157523 ], [ - 120.594247, - 15.946832 + -3.4865441, + 57.740386 ], [ - 120.598064, - 16.090795 + -1.7153245, + 57.740386 ], [ - 120.596537, - 16.197999 + -1.7153245, + 57.2225558 ], [ - 120.368537, - 16.218527 + -1.9794538, + 57.2225558 ], [ - 120.347576, - 16.042308 + -1.9794538, + 56.8760742 ], [ - 120.336593, - 15.985768 - ] - ], - [ - [ - 120.8268, - 15.3658 + -2.1658979, + 56.8760742 ], [ - 121.2684, - 15.2602 + -2.1658979, + 56.6333186 ], [ - 121.2699, - 14.7025 + -2.3601106, + 56.6333186 ], [ - 120.695, - 14.8423 - ] - ] - ] - }, - { - "name": "Slovakia EEA CORINE 2006", - "type": "tms", - "template": "http://www.freemap.sk/tms/clc/{zoom}/{x}/{y}.png", - "polygon": [ - [ - [ - 19.83682, - 49.25529 + -2.3601106, + 56.0477521 ], [ - 19.80075, - 49.42385 + -1.9794538, + 56.0477521 ], [ - 19.60437, - 49.48058 + -1.9794538, + 55.8650949 ], [ - 19.49179, - 49.63961 + -1.4745008, + 55.8650949 ], [ - 19.21831, - 49.52604 + -1.4745008, + 55.2499926 ], [ - 19.16778, - 49.42521 + -1.3221997, + 55.2499926 ], [ - 19.00308, - 49.42236 + -1.3221997, + 54.8221737 ], [ - 18.97611, - 49.5308 + -1.0550014, + 54.8221737 ], [ - 18.54685, - 49.51425 + -1.0550014, + 54.6746628 ], [ - 18.31432, - 49.33818 + -0.6618765, + 54.6746628 ], [ - 18.15913, - 49.2961 + -0.6618765, + 54.5527463 ], [ - 18.05564, - 49.11134 + -0.3247617, + 54.5527463 ], [ - 17.56396, - 48.84938 + -0.3247617, + 54.2865195 ], [ - 17.17929, - 48.88816 + 0.0092841, + 54.2865195 ], [ - 17.058, - 48.81105 + 0.0092841, + 53.7938518 ], [ - 16.90426, - 48.61947 + 0.2081962, + 53.7938518 ], [ - 16.79685, - 48.38561 + 0.2081962, + 53.5217726 ], [ - 17.06762, - 48.01116 + 0.4163548, + 53.5217726 ], [ - 17.32787, - 47.97749 + 0.4163548, + 53.0298851 ], [ - 17.51699, - 47.82535 + 1.4273388, + 53.0298851 ], [ - 17.74776, - 47.73093 + 1.4273388, + 52.92021 ], [ - 18.29515, - 47.72075 + 1.8333912, + 52.92021 ], [ - 18.67959, - 47.75541 + 1.8333912, + 52.042488 ], [ - 18.89755, - 47.81203 + 1.5235504, + 52.042488 ], [ - 18.79463, - 47.88245 + 1.5235504, + 51.8261335 ], [ - 18.84318, - 48.04046 + 1.2697049, + 51.8261335 ], [ - 19.46212, - 48.05333 + 1.2697049, + 51.6967453 ], [ - 19.62064, - 48.22938 + 1.116651, + 51.6967453 ], [ - 19.89585, - 48.09387 + 1.116651, + 51.440346 ], [ - 20.33766, - 48.2643 + 1.5235504, + 51.440346 ], [ - 20.55395, - 48.52358 + 1.5235504, + 51.3331831 ], [ - 20.82335, - 48.55714 + 1.4507565, + 51.3331831 ], [ - 21.10271, - 48.47096 + 1.4507565, + 51.0207553 ], [ - 21.45863, - 48.55513 + 1.0699883, + 51.0207553 ], [ - 21.74536, - 48.31435 + 1.0699883, + 50.9008416 ], [ - 22.15293, - 48.37179 + 0.7788126, + 50.9008416 ], [ - 22.61255, - 49.08914 + 0.7788126, + 50.729843 ], [ - 22.09997, - 49.23814 + -0.7255952, + 50.729843 ], [ - 21.9686, - 49.36363 + -0.7255952, + 50.7038437 ], [ - 21.6244, - 49.46989 + -1.0074383, + 50.7038437 ], [ - 21.06873, - 49.46402 + -1.0074383, + 50.5736307 ], [ - 20.94336, - 49.31088 + -2.3625252, + 50.5736307 ], [ - 20.73052, - 49.44006 + -2.3625252, + 50.4846421 ], [ - 20.22804, - 49.41714 + -2.4987805, + 50.4846421 ], [ - 20.05234, - 49.23052 + -2.4987805, + 50.5736307 ], [ - 19.83682, - 49.25529 - ] - ] - ], - "terms_url": "http://www.eea.europa.eu/data-and-maps/data/clc-2006-vector-data-version-1", - "terms_text": "EEA Corine 2006" - }, - { - "name": "Slovakia EEA GMES Urban Atlas", - "type": "tms", - "template": "http://www.freemap.sk/tms/urbanatlas/{zoom}/{x}/{y}.png", - "polygon": [ - [ - [ - 19.83682, - 49.25529 + -3.4096378, + 50.5736307 ], [ - 19.80075, - 49.42385 + -3.4096378, + 50.2057837 ], [ - 19.60437, - 49.48058 + -3.6922446, + 50.2057837 ], [ - 19.49179, - 49.63961 + -3.6922446, + 50.1347737 ], [ - 19.21831, - 49.52604 + -5.005468, + 50.1347737 ], [ - 19.16778, - 49.42521 + -5.005468, + 49.9474456 ], [ - 19.00308, - 49.42236 + -5.2839506, + 49.9474456 ], [ - 18.97611, - 49.5308 - ], + -5.2839506, + 50.0229734 + ] + ], + [ [ - 18.54685, - 49.51425 + -6.4580707, + 49.8673563 ], [ - 18.31432, - 49.33818 + -6.4580707, + 49.9499935 ], [ - 18.15913, - 49.2961 + -6.3978807, + 49.9499935 ], [ - 18.05564, - 49.11134 + -6.3978807, + 50.0053797 ], [ - 17.56396, - 48.84938 + -6.1799606, + 50.0053797 ], [ - 17.17929, - 48.88816 + -6.1799606, + 49.9168614 ], [ - 17.058, - 48.81105 + -6.2540201, + 49.9168614 ], [ - 16.90426, - 48.61947 - ], + -6.2540201, + 49.8673563 + ] + ], + [ [ - 16.79685, - 48.38561 + -5.8343165, + 49.932156 ], [ - 17.06762, - 48.01116 + -5.8343165, + 49.9754641 ], [ - 17.32787, - 47.97749 + -5.7683254, + 49.9754641 ], [ - 17.51699, - 47.82535 + -5.7683254, + 49.932156 + ] + ], + [ + [ + -1.9483797, + 60.6885737 ], [ - 17.74776, - 47.73093 + -1.9483797, + 60.3058841 ], [ - 18.29515, - 47.72075 + -1.7543149, + 60.3058841 ], [ - 18.67959, - 47.75541 + -1.7543149, + 60.1284428 ], [ - 18.89755, - 47.81203 + -1.5754914, + 60.1284428 ], [ - 18.79463, - 47.88245 + -1.5754914, + 59.797917 ], [ - 18.84318, - 48.04046 + -1.0316959, + 59.797917 ], [ - 19.46212, - 48.05333 + -1.0316959, + 60.0354518 ], [ - 19.62064, - 48.22938 + -0.6626918, + 60.0354518 ], [ - 19.89585, - 48.09387 + -0.6626918, + 60.9103862 ], [ - 20.33766, - 48.2643 + -1.1034395, + 60.9103862 ], [ - 20.55395, - 48.52358 + -1.1034395, + 60.8040022 ], [ - 20.82335, - 48.55714 + -1.3506319, + 60.8040022 ], [ - 21.10271, - 48.47096 + -1.3506319, + 60.6885737 + ] + ], + [ + [ + -2.203381, + 60.1968568 ], [ - 21.45863, - 48.55513 + -2.203381, + 60.0929443 ], [ - 21.74536, - 48.31435 + -1.9864011, + 60.0929443 ], [ - 22.15293, - 48.37179 + -1.9864011, + 60.1968568 + ] + ], + [ + [ + -1.7543149, + 59.5698289 ], [ - 22.61255, - 49.08914 + -1.7543149, + 59.4639383 ], [ - 22.09997, - 49.23814 + -1.5373349, + 59.4639383 ], [ - 21.9686, - 49.36363 + -1.5373349, + 59.5698289 + ] + ], + [ + [ + -4.5585981, + 59.1370518 ], [ - 21.6244, - 49.46989 + -4.5585981, + 58.9569099 ], [ - 21.06873, - 49.46402 + -4.2867004, + 58.9569099 ], [ - 20.94336, - 49.31088 + -4.2867004, + 59.1370518 + ] + ], + [ + [ + -6.2787732, + 59.2025744 ], [ - 20.73052, - 49.44006 + -6.2787732, + 59.0227769 ], [ - 20.22804, - 49.41714 + -5.6650612, + 59.0227769 ], [ - 20.05234, - 49.23052 + -5.6650612, + 59.2025744 + ] + ], + [ + [ + -8.7163482, + 57.9440556 ], [ - 19.83682, - 49.25529 + -8.7163482, + 57.7305936 + ], + [ + -8.3592926, + 57.7305936 + ], + [ + -8.3592926, + 57.9440556 + ] + ], + [ + [ + -7.6077005, + 50.4021026 + ], + [ + -7.6077005, + 50.2688657 + ], + [ + -7.3907205, + 50.2688657 + ], + [ + -7.3907205, + 50.4021026 + ] + ], + [ + [ + -7.7304303, + 58.3579902 + ], + [ + -7.7304303, + 58.248313 + ], + [ + -7.5134503, + 58.248313 + ], + [ + -7.5134503, + 58.3579902 ] ] - ], - "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas", - "terms_text": "EEA GMES Urban Atlas" + ] }, { - "name": "Slovakia Historic Maps", + "name": "OS Scottish Popular historic", "type": "tms", - "template": "http://tms.freemap.sk/historicke/{zoom}/{x}/{y}.png", + "template": "http://ooc.openstreetmap.org/npescotland/tiles/{zoom}/{x}/{y}.jpg", "scaleExtent": [ - 0, - 12 + 6, + 15 ], "polygon": [ [ [ - 16.8196949, - 47.4927236 + -7.8, + 54.5 ], [ - 16.8196949, - 49.5030322 + -7.8, + 61.1 ], [ - 22.8388318, - 49.5030322 + -1.1, + 61.1 ], [ - 22.8388318, - 47.4927236 + -1.1, + 54.5 ], [ - 16.8196949, - 47.4927236 + -7.8, + 54.5 ] ] ] }, { - "name": "South Africa CD:NGI Aerial", + "name": "OpenPT Map (overlay)", "type": "tms", - "template": "http://{switch:a,b,c}.aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg", + "template": "http://openptmap.de/tiles/{zoom}/{x}/{y}.png", "scaleExtent": [ - 1, - 22 + 5, + 16 ], "polygon": [ [ [ - 17.8396817, - -32.7983384 + 6.4901072, + 53.665658 ], [ - 17.8893509, - -32.6972835 + 8.5665347, + 53.9848257 ], [ - 18.00364, - -32.6982187 + 8.1339457, + 54.709715 ], [ - 18.0991679, - -32.7485251 + 8.317796, + 55.0952362 ], [ - 18.2898747, - -32.5526645 + 10.1887438, + 54.7783834 ], [ - 18.2930182, - -32.0487089 + 10.6321475, + 54.4778841 ], [ - 18.105455, - -31.6454966 + 11.2702164, + 54.6221504 ], [ - 17.8529257, - -31.3443951 + 11.681176, + 54.3709243 ], [ - 17.5480046, - -30.902171 + 12.0272473, + 54.3898199 ], [ - 17.4044506, - -30.6374731 + 13.3250145, + 54.8531617 ], [ - 17.2493704, - -30.3991663 + 13.9198245, + 54.6972173 ], [ - 16.9936977, - -29.6543552 + 14.2118221, + 54.1308273 ], [ - 16.7987996, - -29.19437 + 14.493005, + 53.2665063 ], [ - 16.5494139, - -28.8415949 + 14.1577485, + 52.8766495 ], [ - 16.4498691, - -28.691876 + 14.7525584, + 52.5819369 ], [ - 16.4491046, - -28.5515766 + 15.0986297, + 51.0171541 ], [ - 16.6002551, - -28.4825663 + 14.9364088, + 50.8399279 ], [ - 16.7514057, - -28.4486958 + 14.730929, + 50.7920977 ], [ - 16.7462192, - -28.2458973 + 14.4389313, + 50.8808862 ], [ - 16.8855148, - -28.04729 + 12.9573138, + 50.3939044 ], [ - 16.9929502, - -28.0244005 + 12.51391, + 50.3939044 ], [ - 17.0529659, - -28.0257086 + 12.3084302, + 50.1173237 ], [ - 17.1007562, - -28.0338839 + 12.6112425, + 49.9088337 ], [ - 17.2011527, - -28.0930546 + 12.394948, + 49.7344006 ], [ - 17.2026346, - -28.2328424 + 12.7734634, + 49.4047626 ], [ - 17.2474611, - -28.2338215 + 14.1469337, + 48.6031036 ], [ - 17.2507953, - -28.198892 + 14.6768553, + 48.6531391 ], [ - 17.3511919, - -28.1975861 + 15.0661855, + 49.0445497 ], [ - 17.3515624, - -28.2442655 + 16.2666202, + 48.7459305 ], [ - 17.4015754, - -28.2452446 + 16.4937294, + 48.8741286 ], [ - 17.4149122, - -28.3489751 + 16.904689, + 48.7173975 ], [ - 17.4008345, - -28.547997 + 16.9371332, + 48.5315383 ], [ - 17.4526999, - -28.5489733 + 16.8384693, + 48.3823161 ], [ - 17.4512071, - -28.6495106 + 17.2017097, + 48.010204 ], [ - 17.4983599, - -28.6872054 + 17.1214145, + 47.6997605 ], [ - 17.6028204, - -28.6830048 + 16.777292, + 47.6585709 ], [ - 17.6499732, - -28.6967928 + 16.6090543, + 47.7460598 ], [ - 17.6525928, - -28.7381457 + 16.410228, + 47.6637214 ], [ - 17.801386, - -28.7381457 + 16.7352326, + 47.6147714 ], [ - 17.9994276, - -28.7560602 + 16.5555242, + 47.3589738 ], [ - 18.0002748, - -28.7956172 + 16.4790525, + 46.9768539 ], [ - 18.1574507, - -28.8718055 + 16.0355168, + 46.8096295 ], [ - 18.5063811, - -28.8718055 + 16.0508112, + 46.6366332 ], [ - 18.6153564, - -28.8295875 + 14.9572663, + 46.6313822 ], [ - 18.9087513, - -28.8277516 + 14.574908, + 46.3892866 ], [ - 19.1046973, - -28.9488548 + 12.3954655, + 46.6891149 ], [ - 19.1969071, - -28.9378513 + 12.1507562, + 47.0550608 ], [ - 19.243012, - -28.8516164 + 11.1183887, + 46.9142058 ], [ - 19.2314858, - -28.802963 + 11.0342699, + 46.7729797 ], [ - 19.2587296, - -28.7009928 + 10.4836739, + 46.8462544 ], [ - 19.4431493, - -28.6973163 + 10.4607324, + 46.5472973 ], [ - 19.5500289, - -28.4958332 + 10.1013156, + 46.5735879 ], [ - 19.6967264, - -28.4939914 + 10.2007287, + 46.1831867 ], [ - 19.698822, - -28.4479358 + 9.8948421, + 46.3629068 ], [ - 19.8507587, - -28.4433291 + 9.5966026, + 46.2889758 ], [ - 19.8497109, - -28.4027818 + 9.2983631, + 46.505206 ], [ - 19.9953605, - -28.399095 + 9.2830687, + 46.2572605 ], [ - 19.9893671, - -24.7497859 + 9.0536537, + 45.7953255 ], [ - 20.2916682, - -24.9192346 + 8.4265861, + 46.2466846 ], [ - 20.4724562, - -25.1501701 + 8.4418804, + 46.4736161 ], [ - 20.6532441, - -25.4529449 + 7.8759901, + 45.9284607 ], [ - 20.733265, - -25.6801957 + 7.0959791, + 45.8645956 ], [ - 20.8281046, - -25.8963498 + 6.7747981, + 46.1620044 ], [ - 20.8429232, - -26.215851 + 6.8206811, + 46.4051083 ], [ - 20.6502804, - -26.4840868 + 6.5453831, + 46.4578142 ], [ - 20.6532441, - -26.8204869 + 6.3312624, + 46.3840116 ], [ - 21.0889134, - -26.846933 + 6.3847926, + 46.2466846 ], [ - 21.6727695, - -26.8389998 + 5.8953739, + 46.0878021 ], [ - 21.7765003, - -26.6696268 + 6.1171418, + 46.3681838 ], [ - 21.9721069, - -26.6431395 + 6.0942003, + 46.5998657 ], [ - 22.2803355, - -26.3274702 + 6.4383228, + 46.7782169 ], [ - 22.5707817, - -26.1333967 + 6.4306756, + 46.9298747 ], [ - 22.7752795, - -25.6775246 + 7.0806847, + 47.3460216 ], [ - 23.0005235, - -25.2761948 + 6.8436226, + 47.3719227 ], [ - 23.4658301, - -25.2735148 + 6.9965659, + 47.5012373 ], [ - 23.883717, - -25.597366 + 7.1800979, + 47.5064033 ], [ - 24.2364017, - -25.613402 + 7.2336281, + 47.439206 ], [ - 24.603905, - -25.7896563 + 7.4553959, + 47.4805683 ], [ - 25.110704, - -25.7389432 + 7.7842241, + 48.645735 ], [ - 25.5078447, - -25.6855376 + 8.1971711, + 49.0282701 ], [ - 25.6441766, - -25.4823781 + 7.6006921, + 49.0382974 ], [ - 25.8419267, - -24.7805437 + 7.4477487, + 49.1634679 ], [ - 25.846641, - -24.7538456 + 7.2030394, + 49.1034255 ], [ - 26.3928487, - -24.6332894 + 6.6677378, + 49.1634679 ], [ - 26.4739066, - -24.5653312 + 6.6371491, + 49.3331933 ], [ - 26.5089966, - -24.4842437 + 6.3542039, + 49.4576194 ], [ - 26.5861946, - -24.4075775 + 6.5453831, + 49.8043366 ], [ - 26.7300635, - -24.3014458 + 6.2471436, + 49.873384 ], [ - 26.8567384, - -24.2499463 + 6.0789059, + 50.1534883 ], [ - 26.8574402, - -24.1026901 + 6.3618511, + 50.3685934 ], [ - 26.9215471, - -23.8990957 + 6.0865531, + 50.7039632 ], [ - 26.931831, - -23.8461891 + 5.8800796, + 51.0513752 ], [ - 26.9714827, - -23.6994344 + 6.1247889, + 51.1618085 ], [ - 27.0006074, - -23.6367644 + 6.1936134, + 51.491527 ], [ - 27.0578041, - -23.6052574 + 5.9641984, + 51.7526501 ], [ - 27.1360547, - -23.5203437 + 6.0253758, + 51.8897286 ], [ - 27.3339623, - -23.3973792 + 6.4536171, + 51.8661241 ], [ - 27.5144057, - -23.3593929 + 6.8436226, + 51.9557552 ], [ - 27.5958145, - -23.2085465 + 6.6906793, + 52.0499105 ], [ - 27.8098634, - -23.0994957 + 7.0042131, + 52.2282603 ], [ - 27.8828506, - -23.0620496 + 7.0195074, + 52.4525245 ], [ - 27.9382928, - -22.9496487 + 6.6983264, + 52.4665032 ], [ - 28.0407556, - -22.8255118 + 6.6906793, + 52.6524628 ], [ - 28.2056786, - -22.6552861 + 7.0348017, + 52.6385432 ], [ - 28.3397223, - -22.5639374 + 7.0730376, + 52.8330151 ], [ - 28.4906093, - -22.560697 + 7.2183337, + 52.9852064 ], [ - 28.6108769, - -22.5400248 + 7.1953922, + 53.3428087 ], [ - 28.828175, - -22.4550173 - ], + 7.0042131, + 53.3291098 + ] + ] + ], + "terms_url": "http://openstreetmap.org/", + "terms_text": "© OpenStreetMap contributors, CC-BY-SA" + }, + { + "name": "OpenStreetMap (Mapnik)", + "type": "tms", + "description": "The default OpenStreetMap layer.", + "template": "http://tile.openstreetmap.org/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 0, + 18 + ], + "terms_url": "http://openstreetmap.org/", + "terms_text": "© OpenStreetMap contributors, CC-BY-SA", + "default": true + }, + { + "name": "OpenStreetMap GPS traces", + "type": "tms", + "description": "Public GPS traces uploaded to OpenStreetMap.", + "template": "http://{switch:a,b,c}.gps-tile.openstreetmap.org/lines/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 0, + 20 + ], + "terms_url": "http://www.openstreetmap.org/copyright", + "terms_text": "© OpenStreetMap contributors", + "terms_html": "© OpenStreetMap contributors. North: South: East: West: ", + "overlay": true + }, + { + "name": "Pangasinán/Bulacan (Phillipines HiRes)", + "type": "tms", + "template": "http://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 12, + 19 + ], + "polygon": [ + [ [ - 28.9285324, - -22.4232328 + 120.336593, + 15.985768 ], [ - 28.9594116, - -22.3090081 + 120.445995, + 15.984 ], [ - 29.0162574, - -22.208335 + 120.446134, + 15.974459 ], [ - 29.2324117, - -22.1693453 + 120.476464, + 15.974592 ], [ - 29.3531213, - -22.1842926 + 120.594247, + 15.946832 ], [ - 29.6548952, - -22.1186426 + 120.598064, + 16.090795 ], [ - 29.7777102, - -22.1361956 + 120.596537, + 16.197999 ], [ - 29.9292989, - -22.1849425 + 120.368537, + 16.218527 ], [ - 30.1166795, - -22.2830348 + 120.347576, + 16.042308 ], [ - 30.2563377, - -22.2914767 - ], + 120.336593, + 15.985768 + ] + ], + [ [ - 30.3033582, - -22.3395204 + 120.8268, + 15.3658 ], [ - 30.5061784, - -22.3057617 + 121.2684, + 15.2602 ], [ - 30.8374279, - -22.284983 + 121.2699, + 14.7025 ], [ - 31.0058599, - -22.3077095 - ], + 120.695, + 14.8423 + ] + ] + ] + }, + { + "name": "Slovakia EEA CORINE 2006", + "type": "tms", + "template": "http://www.freemap.sk/tms/clc/{zoom}/{x}/{y}.png", + "polygon": [ + [ [ - 31.1834152, - -22.3232913 + 19.83682, + 49.25529 ], [ - 31.2930586, - -22.3674647 + 19.80075, + 49.42385 ], [ - 31.5680579, - -23.1903385 + 19.60437, + 49.48058 ], [ - 31.5568311, - -23.4430809 + 19.49179, + 49.63961 ], [ - 31.6931122, - -23.6175209 + 19.21831, + 49.52604 ], [ - 31.7119696, - -23.741136 + 19.16778, + 49.42521 ], [ - 31.7774743, - -23.8800628 + 19.00308, + 49.42236 ], [ - 31.8886337, - -23.9481098 + 18.97611, + 49.5308 ], [ - 31.9144386, - -24.1746736 + 18.54685, + 49.51425 ], [ - 31.9948307, - -24.3040878 + 18.31432, + 49.33818 ], [ - 32.0166656, - -24.4405988 + 18.15913, + 49.2961 ], [ - 32.0077331, - -24.6536578 + 18.05564, + 49.11134 ], [ - 32.019643, - -24.9140701 + 17.56396, + 48.84938 ], [ - 32.035523, - -25.0849767 + 17.17929, + 48.88816 ], [ - 32.019643, - -25.3821442 + 17.058, + 48.81105 ], [ - 31.9928457, - -25.4493771 + 16.90426, + 48.61947 ], [ - 31.9997931, - -25.5165725 + 16.79685, + 48.38561 ], [ - 32.0057481, - -25.6078978 + 17.06762, + 48.01116 ], [ - 32.0057481, - -25.6624806 + 17.32787, + 47.97749 ], [ - 31.9362735, - -25.8403721 + 17.51699, + 47.82535 ], [ - 31.9809357, - -25.9546537 + 17.74776, + 47.73093 ], [ - 31.8687838, - -26.0037251 + 18.29515, + 47.72075 ], [ - 31.4162062, - -25.7277683 + 18.67959, + 47.75541 ], [ - 31.3229117, - -25.7438611 + 18.89755, + 47.81203 ], [ - 31.2504595, - -25.8296526 + 18.79463, + 47.88245 ], [ - 31.1393001, - -25.9162746 + 18.84318, + 48.04046 ], [ - 31.1164727, - -25.9912361 + 19.46212, + 48.05333 ], [ - 30.9656135, - -26.2665756 + 19.62064, + 48.22938 ], [ - 30.8921689, - -26.3279703 + 19.89585, + 48.09387 ], [ - 30.8534616, - -26.4035568 + 20.33766, + 48.2643 ], [ - 30.8226943, - -26.4488849 + 20.55395, + 48.52358 ], [ - 30.8022583, - -26.5240694 + 20.82335, + 48.55714 ], [ - 30.8038369, - -26.8082089 + 21.10271, + 48.47096 ], [ - 30.9020939, - -26.7807451 + 21.45863, + 48.55513 ], [ - 30.9100338, - -26.8489495 + 21.74536, + 48.31435 ], [ - 30.9824859, - -26.9082627 + 22.15293, + 48.37179 ], [ - 30.976531, - -27.0029222 + 22.61255, + 49.08914 ], [ - 31.0034434, - -27.0441587 + 22.09997, + 49.23814 ], [ - 31.1543322, - -27.1980416 + 21.9686, + 49.36363 ], [ - 31.5015607, - -27.311117 + 21.6244, + 49.46989 ], [ - 31.9700183, - -27.311117 + 21.06873, + 49.46402 ], [ - 31.9700183, - -27.120472 + 20.94336, + 49.31088 ], [ - 31.9769658, - -27.050664 + 20.73052, + 49.44006 ], [ - 32.0002464, - -26.7983892 + 20.22804, + 49.41714 ], [ - 32.1069826, - -26.7984645 + 20.05234, + 49.23052 ], [ - 32.3114546, - -26.8479493 - ], + 19.83682, + 49.25529 + ] + ] + ], + "terms_url": "http://www.eea.europa.eu/data-and-maps/data/clc-2006-vector-data-version-1", + "terms_text": "EEA Corine 2006" + }, + { + "name": "Slovakia EEA GMES Urban Atlas", + "type": "tms", + "template": "http://www.freemap.sk/tms/urbanatlas/{zoom}/{x}/{y}.png", + "polygon": [ + [ [ - 32.899986, - -26.8516059 + 19.83682, + 49.25529 ], [ - 32.886091, - -26.9816971 + 19.80075, + 49.42385 ], [ - 32.709427, - -27.4785436 + 19.60437, + 49.48058 ], [ - 32.6240724, - -27.7775144 + 19.49179, + 49.63961 ], [ - 32.5813951, - -28.07479 + 19.21831, + 49.52604 ], [ - 32.5387178, - -28.2288046 + 19.16778, + 49.42521 ], [ - 32.4275584, - -28.5021568 + 19.00308, + 49.42236 ], [ - 32.3640388, - -28.5945699 + 18.97611, + 49.5308 ], [ - 32.0702603, - -28.8469827 + 18.54685, + 49.51425 ], [ - 31.9878832, - -28.9069497 + 18.31432, + 49.33818 ], [ - 31.7764818, - -28.969487 + 18.15913, + 49.2961 ], [ - 31.4638459, - -29.2859343 + 18.05564, + 49.11134 ], [ - 31.359634, - -29.3854348 + 17.56396, + 48.84938 ], [ - 31.1680825, - -29.6307408 + 17.17929, + 48.88816 ], [ - 31.064863, - -29.7893535 + 17.058, + 48.81105 ], [ - 31.0534493, - -29.8470469 + 16.90426, + 48.61947 ], [ - 31.0669933, - -29.8640319 + 16.79685, + 48.38561 ], [ - 31.0455459, - -29.9502017 + 17.06762, + 48.01116 ], [ - 30.9518556, - -30.0033946 + 17.32787, + 47.97749 ], [ - 30.8651833, - -30.1024093 + 17.51699, + 47.82535 ], [ - 30.7244725, - -30.392502 + 17.74776, + 47.73093 ], [ - 30.3556256, - -30.9308873 + 18.29515, + 47.72075 ], [ - 30.0972364, - -31.2458274 + 18.67959, + 47.75541 ], [ - 29.8673136, - -31.4304296 + 18.89755, + 47.81203 ], [ - 29.7409393, - -31.5014699 + 18.79463, + 47.88245 ], [ - 29.481312, - -31.6978686 + 18.84318, + 48.04046 ], [ - 28.8943171, - -32.2898903 + 19.46212, + 48.05333 ], [ - 28.5497137, - -32.5894641 + 19.62064, + 48.22938 ], [ - 28.1436499, - -32.8320732 + 19.89585, + 48.09387 ], [ - 28.0748735, - -32.941689 + 20.33766, + 48.2643 ], [ - 27.8450942, - -33.082869 + 20.55395, + 48.52358 ], [ - 27.3757956, - -33.3860685 + 20.82335, + 48.55714 ], [ - 26.8805407, - -33.6458951 + 21.10271, + 48.47096 ], [ - 26.5916871, - -33.7480756 + 21.45863, + 48.55513 ], [ - 26.4527308, - -33.7935795 + 21.74536, + 48.31435 ], [ - 26.206754, - -33.7548943 + 22.15293, + 48.37179 ], [ - 26.0077897, - -33.7223961 + 22.61255, + 49.08914 ], [ - 25.8055494, - -33.7524272 + 22.09997, + 49.23814 ], [ - 25.7511073, - -33.8006512 + 21.9686, + 49.36363 ], [ - 25.6529079, - -33.8543597 + 21.6244, + 49.46989 ], [ - 25.6529079, - -33.9469768 + 21.06873, + 49.46402 ], [ - 25.7195789, - -34.0040115 + 20.94336, + 49.31088 ], [ - 25.7202807, - -34.0511235 + 20.73052, + 49.44006 ], [ - 25.5508915, - -34.063151 + 20.22804, + 49.41714 ], [ - 25.3504571, - -34.0502627 + 20.05234, + 49.23052 ], [ - 25.2810609, - -34.0020322 + 19.83682, + 49.25529 + ] + ] + ], + "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas", + "terms_text": "EEA GMES Urban Atlas" + }, + { + "name": "Slovakia Historic Maps", + "type": "tms", + "template": "http://tms.freemap.sk/historicke/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 0, + 12 + ], + "polygon": [ + [ + [ + 16.8196949, + 47.4927236 ], [ - 25.0476316, - -33.9994588 + 16.8196949, + 49.5030322 ], [ - 24.954724, - -34.0043594 + 22.8388318, + 49.5030322 ], [ - 24.9496586, - -34.1010363 + 22.8388318, + 47.4927236 ], [ - 24.8770358, - -34.1506456 + 16.8196949, + 47.4927236 + ] + ] + ] + }, + { + "name": "South Africa CD:NGI Aerial", + "type": "tms", + "template": "http://{switch:a,b,c}.aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg", + "scaleExtent": [ + 1, + 22 + ], + "polygon": [ + [ + [ + 17.8396817, + -32.7983384 ], [ - 24.8762914, - -34.2005281 + 17.8893509, + -32.6972835 ], [ - 24.8532574, - -34.2189562 + 18.00364, + -32.6982187 ], [ - 24.7645287, - -34.2017946 + 18.0991679, + -32.7485251 ], [ - 24.5001356, - -34.2003254 + 18.2898747, + -32.5526645 ], [ - 24.3486733, - -34.1163824 + 18.2930182, + -32.0487089 ], [ - 24.1988819, - -34.1019039 + 18.105455, + -31.6454966 ], [ - 23.9963377, - -34.0514443 + 17.8529257, + -31.3443951 ], [ - 23.8017509, - -34.0524332 + 17.5480046, + -30.902171 ], [ - 23.7493589, - -34.0111855 + 17.4044506, + -30.6374731 ], [ - 23.4973536, - -34.009014 + 17.2493704, + -30.3991663 ], [ - 23.4155191, - -34.0434586 + 16.9936977, + -29.6543552 ], [ - 23.4154284, - -34.1140433 + 16.7987996, + -29.19437 ], [ - 22.9000853, - -34.0993009 + 16.5494139, + -28.8415949 ], [ - 22.8412418, - -34.0547911 + 16.4498691, + -28.691876 ], [ - 22.6470321, - -34.0502627 + 16.4491046, + -28.5515766 ], [ - 22.6459843, - -34.0072768 + 16.6002551, + -28.4825663 ], [ - 22.570016, - -34.0064081 + 16.7514057, + -28.4486958 ], [ - 22.5050499, - -34.0645866 + 16.7462192, + -28.2458973 ], [ - 22.2519968, - -34.0645866 + 16.8855148, + -28.04729 ], [ - 22.2221334, - -34.1014701 + 16.9929502, + -28.0244005 ], [ - 22.1621197, - -34.1057019 + 17.0529659, + -28.0257086 ], [ - 22.1712431, - -34.1521766 + 17.1007562, + -28.0338839 ], [ - 22.1576913, - -34.2180897 + 17.2011527, + -28.0930546 ], [ - 22.0015632, - -34.2172232 + 17.2026346, + -28.2328424 ], [ - 21.9496952, - -34.3220009 + 17.2474611, + -28.2338215 ], [ - 21.8611528, - -34.4007145 + 17.2507953, + -28.198892 ], [ - 21.5614708, - -34.4020114 + 17.3511919, + -28.1975861 ], [ - 21.5468011, - -34.3661242 + 17.3515624, + -28.2442655 ], [ - 21.501744, - -34.3669892 + 17.4015754, + -28.2452446 ], [ - 21.5006961, - -34.4020114 + 17.4149122, + -28.3489751 ], [ - 21.4194886, - -34.4465247 + 17.4008345, + -28.547997 ], [ - 21.1978706, - -34.4478208 + 17.4526999, + -28.5489733 ], [ - 21.0988193, - -34.3991325 + 17.4512071, + -28.6495106 ], [ - 21.0033746, - -34.3753872 + 17.4983599, + -28.6872054 ], [ - 20.893192, - -34.3997115 + 17.6028204, + -28.6830048 ], [ - 20.8976647, - -34.4854003 + 17.6499732, + -28.6967928 ], [ - 20.7446802, - -34.4828092 + 17.6525928, + -28.7381457 ], [ - 20.5042011, - -34.486264 + 17.801386, + -28.7381457 ], [ - 20.2527197, - -34.701477 + 17.9994276, + -28.7560602 ], [ - 20.0803502, - -34.8361855 + 18.0002748, + -28.7956172 ], [ - 19.9923317, - -34.8379056 + 18.1574507, + -28.8718055 ], [ - 19.899074, - -34.8275845 + 18.5063811, + -28.8718055 ], [ - 19.8938348, - -34.7936018 + 18.6153564, + -28.8295875 ], [ - 19.5972963, - -34.7961833 + 18.9087513, + -28.8277516 ], [ - 19.3929677, - -34.642015 + 19.1046973, + -28.9488548 ], [ - 19.2877095, - -34.6404784 + 19.1969071, + -28.9378513 ], [ - 19.2861377, - -34.5986563 + 19.243012, + -28.8516164 ], [ - 19.3474363, - -34.5244458 + 19.2314858, + -28.802963 ], [ - 19.3285256, - -34.4534372 + 19.2587296, + -28.7009928 ], [ - 19.098001, - -34.449981 + 19.4431493, + -28.6973163 ], [ - 19.0725583, - -34.3802371 + 19.5500289, + -28.4958332 ], [ - 19.0023531, - -34.3525593 + 19.6967264, + -28.4939914 ], [ - 18.9520568, - -34.3949373 + 19.698822, + -28.4479358 ], [ - 18.7975006, - -34.3936403 + 19.8507587, + -28.4433291 ], [ - 18.7984174, - -34.1016376 + 19.8497109, + -28.4027818 ], [ - 18.501748, - -34.1015292 + 19.9953605, + -28.399095 ], [ - 18.4999545, - -34.3616945 + 19.9893671, + -24.7497859 ], [ - 18.4477325, - -34.3620007 + 20.2916682, + -24.9192346 ], [ - 18.4479944, - -34.3522691 + 20.4724562, + -25.1501701 ], [ - 18.3974362, - -34.3514041 + 20.6532441, + -25.4529449 ], [ - 18.3971742, - -34.3022959 + 20.733265, + -25.6801957 ], [ - 18.3565705, - -34.3005647 + 20.8281046, + -25.8963498 ], [ - 18.3479258, - -34.2020436 + 20.8429232, + -26.215851 ], [ - 18.2972095, - -34.1950274 + 20.6502804, + -26.4840868 ], [ - 18.2951139, - -33.9937138 + 20.6532441, + -26.8204869 ], [ - 18.3374474, - -33.9914079 + 21.0889134, + -26.846933 ], [ - 18.3476638, - -33.8492427 + 21.6727695, + -26.8389998 ], [ - 18.3479258, - -33.781555 + 21.7765003, + -26.6696268 ], [ - 18.4124718, - -33.7448849 + 21.9721069, + -26.6431395 ], [ - 18.3615477, - -33.6501624 + 22.2803355, + -26.3274702 ], [ - 18.2992013, - -33.585591 + 22.5707817, + -26.1333967 ], [ - 18.2166839, - -33.448872 + 22.7752795, + -25.6775246 ], [ - 18.1389858, - -33.3974083 + 23.0005235, + -25.2761948 ], [ - 17.9473472, - -33.1602647 + 23.4658301, + -25.2735148 ], [ - 17.8855247, - -33.0575732 + 23.883717, + -25.597366 ], [ - 17.8485884, - -32.9668505 + 24.2364017, + -25.613402 ], [ - 17.8396817, - -32.8507302 - ] - ] - ] - }, - { - "name": "Stadt Uster Orthophoto 2008 10cm", - "type": "tms", - "template": "http://mapproxy.sosm.ch:8080/tiles/uster/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", - "polygon": [ - [ - [ - 8.6, - 47.31 + 24.603905, + -25.7896563 ], [ - 8.6, - 47.39 + 25.110704, + -25.7389432 ], [ - 8.77, - 47.39 + 25.5078447, + -25.6855376 ], [ - 8.77, - 47.31 + 25.6441766, + -25.4823781 ], [ - 8.6, - 47.31 - ] - ] - ], - "terms_text": "Stadt Uster Vermessung Orthophoto 2008" - }, - { - "name": "Stevns (Denmark)", - "type": "tms", - "template": "http://{switch:a,b,c}.tile.openstreetmap.dk/stevns/2009/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 0, - 20 - ], - "polygon": [ - [ - [ - 12.0913942, - 55.3491574 + 25.8419267, + -24.7805437 ], [ - 12.0943104, - 55.3842256 + 25.846641, + -24.7538456 ], [ - 12.1573875, - 55.3833103 + 26.3928487, + -24.6332894 ], [ - 12.1587287, - 55.4013326 + 26.4739066, + -24.5653312 ], [ - 12.1903468, - 55.400558 + 26.5089966, + -24.4842437 ], [ - 12.1931411, - 55.4364665 + 26.5861946, + -24.4075775 ], [ - 12.2564251, - 55.4347995 + 26.7300635, + -24.3014458 ], [ - 12.2547073, - 55.4168882 + 26.8567384, + -24.2499463 ], [ - 12.3822489, - 55.4134349 + 26.8574402, + -24.1026901 ], [ - 12.3795942, - 55.3954143 + 26.9215471, + -23.8990957 ], [ - 12.4109213, - 55.3946958 + 26.931831, + -23.8461891 ], [ - 12.409403, - 55.3766417 + 26.9714827, + -23.6994344 ], [ - 12.4407807, - 55.375779 + 27.0006074, + -23.6367644 ], [ - 12.4394142, - 55.3578314 + 27.0578041, + -23.6052574 ], [ - 12.4707413, - 55.3569971 + 27.1360547, + -23.5203437 ], [ - 12.4629475, - 55.2672214 + 27.3339623, + -23.3973792 ], [ - 12.4315633, - 55.2681491 + 27.5144057, + -23.3593929 ], [ - 12.430045, - 55.2502103 + 27.5958145, + -23.2085465 ], [ - 12.3672011, - 55.2519673 + 27.8098634, + -23.0994957 ], [ - 12.3656858, - 55.2340267 + 27.8828506, + -23.0620496 ], [ - 12.2714604, - 55.2366031 + 27.9382928, + -22.9496487 ], [ - 12.2744467, - 55.272476 + 28.0407556, + -22.8255118 ], [ - 12.2115654, - 55.2741475 + 28.2056786, + -22.6552861 ], [ - 12.2130078, - 55.2920322 + 28.3397223, + -22.5639374 ], [ - 12.1815665, - 55.2928638 + 28.4906093, + -22.560697 ], [ - 12.183141, - 55.3107091 + 28.6108769, + -22.5400248 ], [ - 12.2144897, - 55.3100981 + 28.828175, + -22.4550173 ], [ - 12.2159927, - 55.3279764 + 28.9285324, + -22.4232328 ], [ - 12.1214458, - 55.3303379 + 28.9594116, + -22.3090081 ], [ - 12.1229489, - 55.3483291 - ] - ] - ], - "terms_text": "Stevns Kommune" - }, - { - "name": "Surrey Air Survey", - "type": "tms", - "template": "http://gravitystorm.dev.openstreetmap.org/surrey/{zoom}/{x}/{y}.png", - "polygon": [ - [ - [ - -0.856, - 51.071 + 29.0162574, + -22.208335 ], [ - -0.856, - 51.473 + 29.2324117, + -22.1693453 ], [ - 0.062, - 51.473 + 29.3531213, + -22.1842926 ], [ - 0.062, - 51.071 + 29.6548952, + -22.1186426 ], [ - -0.856, - 51.071 - ] - ] - ] - }, - { - "name": "TIGER 2012 Roads Overlay", - "type": "tms", - "description": "Public domain road data from the US Government.", - "template": "http://{switch:a,b,c}.tile.openstreetmap.us/tiger2012_roads_expanded/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 16, - 19 - ], - "polygon": [ - [ - [ - -124.7617886, - 48.4130148 + 29.7777102, + -22.1361956 ], [ - -124.6059492, - 45.90245 + 29.9292989, + -22.1849425 ], [ - -124.9934269, - 40.0557614 + 30.1166795, + -22.2830348 ], [ - -122.5369737, - 36.8566086 + 30.2563377, + -22.2914767 ], [ - -119.9775867, - 33.0064099 + 30.3033582, + -22.3395204 ], [ - -117.675935, - 32.4630223 + 30.5061784, + -22.3057617 ], [ - -114.8612307, - 32.4799891 + 30.8374279, + -22.284983 ], [ - -111.0089311, - 31.336015 + 31.0058599, + -22.3077095 ], [ - -108.1992687, - 31.3260016 + 31.1834152, + -22.3232913 ], [ - -108.1871123, - 31.7755116 + 31.2930586, + -22.3674647 ], [ - -106.5307225, - 31.7820947 + 31.5680579, + -23.1903385 ], [ - -106.4842052, - 31.7464455 + 31.5568311, + -23.4430809 ], [ - -106.429317, - 31.7520583 + 31.6931122, + -23.6175209 ], [ - -106.2868855, - 31.5613291 + 31.7119696, + -23.741136 ], [ - -106.205248, - 31.446704 + 31.7774743, + -23.8800628 ], [ - -105.0205259, - 30.5360988 + 31.8886337, + -23.9481098 ], [ - -104.5881916, - 29.6997856 + 31.9144386, + -24.1746736 ], [ - -103.2518856, - 28.8908685 + 31.9948307, + -24.3040878 ], [ - -102.7173632, - 29.3920567 + 32.0166656, + -24.4405988 ], [ - -102.1513983, - 29.7475702 + 32.0077331, + -24.6536578 ], [ - -101.2552871, - 29.4810523 + 32.019643, + -24.9140701 ], [ - -100.0062436, - 28.0082173 + 32.035523, + -25.0849767 ], [ - -99.2351068, - 26.4475962 + 32.019643, + -25.3821442 ], [ - -98.0109067, - 25.9928035 + 31.9928457, + -25.4493771 ], [ - -97.435024, - 25.8266009 + 31.9997931, + -25.5165725 ], [ - -96.9555259, - 25.9821589 + 32.0057481, + -25.6078978 ], [ - -96.8061741, - 27.7978168 + 32.0057481, + -25.6624806 ], [ - -95.5563349, - 28.5876066 + 31.9362735, + -25.8403721 ], [ - -93.7405308, - 29.4742093 + 31.9809357, + -25.9546537 ], [ - -90.9028456, - 28.8564513 + 31.8687838, + -26.0037251 ], [ - -88.0156706, - 28.9944338 + 31.4162062, + -25.7277683 ], [ - -88.0162494, - 30.0038862 + 31.3229117, + -25.7438611 ], [ - -86.0277506, - 30.0047454 + 31.2504595, + -25.8296526 ], [ - -84.0187909, - 28.9961781 + 31.1393001, + -25.9162746 ], [ - -81.9971976, - 25.9826768 + 31.1164727, + -25.9912361 ], [ - -81.9966618, - 25.0134917 + 30.9656135, + -26.2665756 ], [ - -84.0165592, - 25.0125783 + 30.8921689, + -26.3279703 ], [ - -84.0160068, - 24.0052745 + 30.8534616, + -26.4035568 ], [ - -80.0199985, - 24.007096 + 30.8226943, + -26.4488849 ], [ - -79.8901116, - 26.8550713 + 30.8022583, + -26.5240694 ], [ - -80.0245309, - 32.0161282 + 30.8038369, + -26.8082089 ], [ - -75.4147385, - 35.0531894 + 30.9020939, + -26.7807451 ], [ - -74.0211163, - 39.5727927 + 30.9100338, + -26.8489495 ], [ - -72.002019, - 40.9912464 + 30.9824859, + -26.9082627 ], [ - -69.8797398, - 40.9920457 + 30.976531, + -27.0029222 ], [ - -69.8489304, - 43.2619916 + 31.0034434, + -27.0441587 ], [ - -66.9452845, - 44.7104937 + 31.1543322, + -27.1980416 ], [ - -67.7596632, - 47.0990024 + 31.5015607, + -27.311117 ], [ - -69.2505131, - 47.5122328 + 31.9700183, + -27.311117 ], [ - -70.4614886, - 46.2176574 + 31.9700183, + -27.120472 ], [ - -71.412273, - 45.254878 + 31.9769658, + -27.050664 ], [ - -72.0222508, - 45.0059846 + 32.0002464, + -26.7983892 ], [ - -75.0798841, - 44.9802854 + 32.1069826, + -26.7984645 ], [ - -76.9023061, - 43.8024568 + 32.3114546, + -26.8479493 ], [ - -78.7623935, - 43.6249578 + 32.899986, + -26.8516059 ], [ - -79.15798, - 43.4462589 + 32.886091, + -26.9816971 ], [ - -79.0060087, - 42.8005317 + 32.709427, + -27.4785436 ], [ - -82.662475, - 41.6889458 + 32.6240724, + -27.7775144 ], [ - -82.1761642, - 43.588535 + 32.5813951, + -28.07479 ], [ - -83.2813977, - 46.138853 + 32.5387178, + -28.2288046 ], [ - -87.5064535, - 48.0142702 + 32.4275584, + -28.5021568 ], [ - -88.3492194, - 48.2963271 + 32.3640388, + -28.5945699 ], [ - -89.4353148, - 47.9837822 + 32.0702603, + -28.8469827 ], [ - -93.9981078, - 49.0067142 + 31.9878832, + -28.9069497 ], [ - -95.1105379, - 49.412004 + 31.7764818, + -28.969487 ], [ - -96.0131199, - 49.0060547 + 31.4638459, + -29.2859343 ], [ - -123.3228926, - 49.0042878 + 31.359634, + -29.3854348 ], [ - -123.2275233, - 48.1849927 - ] - ], - [ + 31.1680825, + -29.6307408 + ], [ - -160.5787616, - 22.5062947 + 31.064863, + -29.7893535 ], [ - -160.5782192, - 21.4984647 + 31.0534493, + -29.8470469 ], [ - -158.7470604, - 21.2439843 + 31.0669933, + -29.8640319 ], [ - -157.5083185, - 20.995803 + 31.0455459, + -29.9502017 ], [ - -155.9961942, - 18.7790194 + 30.9518556, + -30.0033946 ], [ - -154.6217803, - 18.7586966 + 30.8651833, + -30.1024093 ], [ - -154.6890176, - 19.8805722 + 30.7244725, + -30.392502 ], [ - -156.2927622, - 21.2225888 + 30.3556256, + -30.9308873 ], [ - -157.5047384, - 21.9984962 + 30.0972364, + -31.2458274 ], [ - -159.0093692, - 22.5070181 - ] - ], - [ - [ - -167.1571546, - 68.721974 - ], - [ - -164.8553982, - 67.0255078 - ], - [ - -168.002195, - 66.0017503 - ], - [ - -169.0087448, - 66.001546 - ], - [ - -169.0075381, - 64.9987675 - ], - [ - -172.5143281, - 63.8767267 - ], - [ - -173.8197023, - 59.74014 + 29.8673136, + -31.4304296 ], [ - -162.5018149, - 58.0005815 + 29.7409393, + -31.5014699 ], [ - -160.0159024, - 58.0012389 + 29.481312, + -31.6978686 ], [ - -160.0149725, - 57.000035 + 28.8943171, + -32.2898903 ], [ - -160.5054788, - 56.9999017 + 28.5497137, + -32.5894641 ], [ - -165.8092575, - 54.824847 + 28.1436499, + -32.8320732 ], [ - -178.000097, - 52.2446469 + 28.0748735, + -32.941689 ], [ - -177.9992996, - 51.2554252 + 27.8450942, + -33.082869 ], [ - -171.4689067, - 51.8215329 + 27.3757956, + -33.3860685 ], [ - -162.40251, - 53.956664 + 26.8805407, + -33.6458951 ], [ - -159.0075717, - 55.002502 + 26.5916871, + -33.7480756 ], [ - -158.0190709, - 55.0027849 + 26.4527308, + -33.7935795 ], [ - -151.9963213, - 55.9991902 + 26.206754, + -33.7548943 ], [ - -151.500341, - 57.9987853 + 26.0077897, + -33.7223961 ], [ - -151.5012894, - 58.9919816 + 25.8055494, + -33.7524272 ], [ - -138.5159989, - 58.9953194 + 25.7511073, + -33.8006512 ], [ - -138.5150471, - 57.9986434 + 25.6529079, + -33.8543597 ], [ - -133.9948193, - 54.0031685 + 25.6529079, + -33.9469768 ], [ - -130.0044418, - 54.0043387 + 25.7195789, + -34.0040115 ], [ - -130.0070826, - 57.0000507 + 25.7202807, + -34.0511235 ], [ - -131.975877, - 56.9995156 + 25.5508915, + -34.063151 ], [ - -135.1229873, - 59.756601 + 25.3504571, + -34.0502627 ], [ - -138.0071813, - 59.991805 + 25.2810609, + -34.0020322 ], [ - -139.1715881, - 60.4127229 + 25.0476316, + -33.9994588 ], [ - -140.9874011, - 61.0118551 + 24.954724, + -34.0043594 ], [ - -140.9683975, - 69.9535069 + 24.9496586, + -34.1010363 ], [ - -156.176891, - 71.5633329 + 24.8770358, + -34.1506456 ], [ - -160.413634, - 70.7397728 + 24.8762914, + -34.2005281 ], [ - -163.0218273, - 69.9707435 + 24.8532574, + -34.2189562 ], [ - -164.9717003, - 68.994689 - ] - ] - ], - "overlay": true - }, - { - "name": "Toulouse - Orthophotoplan 2007", - "type": "tms", - "template": "http://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2007/{zoom}/{x}/{y}", - "scaleExtent": [ - 0, - 22 - ], - "polygon": [ - [ - [ - 1.1919978, - 43.6328791 + 24.7645287, + -34.2017946 ], [ - 1.2015377, - 43.6329729 + 24.5001356, + -34.2003254 ], [ - 1.2011107, - 43.6554932 + 24.3486733, + -34.1163824 ], [ - 1.2227985, - 43.6557029 + 24.1988819, + -34.1019039 ], [ - 1.2226231, - 43.6653353 + 23.9963377, + -34.0514443 ], [ - 1.2275341, - 43.6653849 + 23.8017509, + -34.0524332 ], [ - 1.2275417, - 43.6656387 + 23.7493589, + -34.0111855 ], [ - 1.2337568, - 43.6656883 + 23.4973536, + -34.009014 ], [ - 1.2337644, - 43.6650153 + 23.4155191, + -34.0434586 ], [ - 1.2351218, - 43.6650319 + 23.4154284, + -34.1140433 ], [ - 1.2350913, - 43.6670729 + 22.9000853, + -34.0993009 ], [ - 1.2443566, - 43.6671556 + 22.8412418, + -34.0547911 ], [ - 1.2441584, - 43.6743925 + 22.6470321, + -34.0502627 ], [ - 1.2493973, - 43.6744256 + 22.6459843, + -34.0072768 ], [ - 1.2493973, - 43.6746628 + 22.570016, + -34.0064081 ], [ - 1.2555666, - 43.6747234 + 22.5050499, + -34.0645866 ], [ - 1.2555742, - 43.6744532 + 22.2519968, + -34.0645866 ], [ - 1.2569545, - 43.6744697 + 22.2221334, + -34.1014701 ], [ - 1.2568782, - 43.678529 + 22.1621197, + -34.1057019 ], [ - 1.2874873, - 43.6788257 + 22.1712431, + -34.1521766 ], [ - 1.2870803, - 43.7013229 + 22.1576913, + -34.2180897 ], [ - 1.3088219, - 43.7014632 + 22.0015632, + -34.2172232 ], [ - 1.3086493, - 43.7127673 + 21.9496952, + -34.3220009 ], [ - 1.3303262, - 43.7129544 + 21.8611528, + -34.4007145 ], [ - 1.3300242, - 43.7305221 + 21.5614708, + -34.4020114 ], [ - 1.3367106, - 43.7305845 + 21.5468011, + -34.3661242 ], [ - 1.3367322, - 43.7312235 + 21.501744, + -34.3669892 ], [ - 1.3734338, - 43.7310456 + 21.5006961, + -34.4020114 ], [ - 1.3735848, - 43.7245772 + 21.4194886, + -34.4465247 ], [ - 1.4604504, - 43.7252947 + 21.1978706, + -34.4478208 ], [ - 1.4607783, - 43.7028034 + 21.0988193, + -34.3991325 ], [ - 1.4824875, - 43.7029516 + 21.0033746, + -34.3753872 ], [ - 1.4829828, - 43.6692071 + 20.893192, + -34.3997115 ], [ - 1.5046832, - 43.6693616 + 20.8976647, + -34.4854003 ], [ - 1.5048383, - 43.6581174 + 20.7446802, + -34.4828092 ], [ - 1.5265475, - 43.6582656 + 20.5042011, + -34.486264 ], [ - 1.5266945, - 43.6470298 + 20.2527197, + -34.701477 ], [ - 1.548368, - 43.6471633 + 20.0803502, + -34.8361855 ], [ - 1.5485357, - 43.6359385 + 19.9923317, + -34.8379056 ], [ - 1.5702172, - 43.636082 + 19.899074, + -34.8275845 ], [ - 1.5705123, - 43.6135777 + 19.8938348, + -34.7936018 ], [ - 1.5488166, - 43.6134276 + 19.5972963, + -34.7961833 ], [ - 1.549097, - 43.5909479 + 19.3929677, + -34.642015 ], [ - 1.5707695, - 43.5910694 + 19.2877095, + -34.6404784 ], [ - 1.5709373, - 43.5798341 + 19.2861377, + -34.5986563 ], [ - 1.5793714, - 43.5798894 + 19.3474363, + -34.5244458 ], [ - 1.5794782, - 43.5737682 + 19.3285256, + -34.4534372 ], [ - 1.5809119, - 43.5737792 + 19.098001, + -34.449981 ], [ - 1.5810859, - 43.5573794 + 19.0725583, + -34.3802371 ], [ - 1.5712334, - 43.5573131 + 19.0023531, + -34.3525593 ], [ - 1.5716504, - 43.5235497 + 18.9520568, + -34.3949373 ], [ - 1.3984804, - 43.5222618 + 18.7975006, + -34.3936403 ], [ - 1.3986509, - 43.5110113 + 18.7984174, + -34.1016376 ], [ - 1.3120959, - 43.5102543 + 18.501748, + -34.1015292 ], [ - 1.3118968, - 43.5215192 + 18.4999545, + -34.3616945 ], [ - 1.2902569, - 43.5213126 + 18.4477325, + -34.3620007 ], [ - 1.2898637, - 43.5438168 + 18.4479944, + -34.3522691 ], [ - 1.311517, - 43.5440133 + 18.3974362, + -34.3514041 ], [ - 1.3113271, - 43.5552596 + 18.3971742, + -34.3022959 ], [ - 1.3036924, - 43.5551924 + 18.3565705, + -34.3005647 ], [ - 1.3036117, - 43.5595099 + 18.3479258, + -34.2020436 ], [ - 1.2955449, - 43.5594317 + 18.2972095, + -34.1950274 ], [ - 1.2955449, - 43.5595489 + 18.2951139, + -33.9937138 ], [ - 1.2895595, - 43.5594473 + 18.3374474, + -33.9914079 ], [ - 1.2892899, - 43.5775366 + 18.3476638, + -33.8492427 ], [ - 1.2675698, - 43.5773647 + 18.3479258, + -33.781555 ], [ - 1.2673973, - 43.5886141 + 18.4124718, + -33.7448849 ], [ - 1.25355, - 43.5885047 + 18.3615477, + -33.6501624 ], [ - 1.2533774, - 43.5956282 + 18.2992013, + -33.585591 ], [ - 1.2518029, - 43.5956282 + 18.2166839, + -33.448872 ], [ - 1.2518029, - 43.5949409 + 18.1389858, + -33.3974083 ], [ - 1.2350437, - 43.5947847 + 17.9473472, + -33.1602647 ], [ - 1.2350437, - 43.5945972 + 17.8855247, + -33.0575732 ], [ - 1.2239572, - 43.5945972 + 17.8485884, + -32.9668505 ], [ - 1.2239357, - 43.5994708 - ], + 17.8396817, + -32.8507302 + ] + ] + ] + }, + { + "name": "Stadt Uster Orthophoto 2008 10cm", + "type": "tms", + "template": "http://mapproxy.sosm.ch:8080/tiles/uster/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", + "polygon": [ + [ [ - 1.2139708, - 43.599299 + 8.6, + 47.31 ], [ - 1.2138845, - 43.6046408 + 8.6, + 47.39 ], [ - 1.2020647, - 43.6044846 + 8.77, + 47.39 ], [ - 1.2019464, - 43.61048 + 8.77, + 47.31 ], [ - 1.1924294, - 43.6103695 + 8.6, + 47.31 ] ] ], - "terms_url": "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData", - "terms_text": "ToulouseMetropole" + "terms_text": "Stadt Uster Vermessung Orthophoto 2008" }, { - "name": "Toulouse - Orthophotoplan 2011", + "name": "Stevns (Denmark)", "type": "tms", - "template": "http://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2011/{zoom}/{x}/{y}", + "template": "http://{switch:a,b,c}.tile.openstreetmap.dk/stevns/2009/{zoom}/{x}/{y}.png", "scaleExtent": [ 0, - 22 + 20 ], "polygon": [ [ [ - 1.1135067, - 43.6867566 + 12.0913942, + 55.3491574 ], [ - 1.1351836, - 43.6870842 + 12.0943104, + 55.3842256 ], [ - 1.1348907, - 43.6983471 + 12.1573875, + 55.3833103 ], [ - 1.1782867, - 43.6990338 + 12.1587287, + 55.4013326 ], [ - 1.1779903, - 43.7102786 + 12.1903468, + 55.400558 ], [ - 1.1996591, - 43.7106144 + 12.1931411, + 55.4364665 ], [ - 1.1993387, - 43.7218722 + 12.2564251, + 55.4347995 ], [ - 1.2427356, - 43.7225269 + 12.2547073, + 55.4168882 ], [ - 1.2424336, - 43.7337491 + 12.3822489, + 55.4134349 ], [ - 1.2641536, - 43.734092 + 12.3795942, + 55.3954143 ], [ - 1.2638301, - 43.7453588 + 12.4109213, + 55.3946958 ], [ - 1.2855285, - 43.7456548 + 12.409403, + 55.3766417 ], [ - 1.2852481, - 43.756935 + 12.4407807, + 55.375779 ], [ - 1.306925, - 43.757231 + 12.4394142, + 55.3578314 ], [ - 1.3066446, - 43.7684779 + 12.4707413, + 55.3569971 ], [ - 1.3283431, - 43.7687894 + 12.4629475, + 55.2672214 ], [ - 1.3280842, - 43.780034 + 12.4315633, + 55.2681491 ], [ - 1.4367275, - 43.7815757 + 12.430045, + 55.2502103 ], [ - 1.4373098, - 43.7591004 + 12.3672011, + 55.2519673 ], [ - 1.4590083, - 43.7593653 + 12.3656858, + 55.2340267 ], [ - 1.4593318, - 43.7481479 + 12.2714604, + 55.2366031 ], [ - 1.4810303, - 43.7483972 + 12.2744467, + 55.272476 ], [ - 1.4813322, - 43.7371777 + 12.2115654, + 55.2741475 ], [ - 1.5030307, - 43.7374115 + 12.2130078, + 55.2920322 ], [ - 1.5035915, - 43.7149664 + 12.1815665, + 55.2928638 ], [ - 1.5253115, - 43.7151846 + 12.183141, + 55.3107091 ], [ - 1.5256135, - 43.7040057 + 12.2144897, + 55.3100981 ], [ - 1.5472688, - 43.7042552 + 12.2159927, + 55.3279764 ], [ - 1.5475708, - 43.6930431 + 12.1214458, + 55.3303379 ], [ - 1.5692045, - 43.6932926 - ], + 12.1229489, + 55.3483291 + ] + ] + ], + "terms_text": "Stevns Kommune" + }, + { + "name": "Surrey Air Survey", + "type": "tms", + "template": "http://gravitystorm.dev.openstreetmap.org/surrey/{zoom}/{x}/{y}.png", + "polygon": [ + [ [ - 1.5695712, - 43.6820316 + -0.856, + 51.071 ], [ - 1.5912049, - 43.6822656 + -0.856, + 51.473 ], [ - 1.5917441, - 43.6597998 + 0.062, + 51.473 ], [ - 1.613421, - 43.6600339 + 0.062, + 51.071 ], [ - 1.613723, - 43.6488291 - ], + -0.856, + 51.071 + ] + ] + ] + }, + { + "name": "TIGER 2012 Roads Overlay", + "type": "tms", + "description": "Public domain road data from the US Government.", + "template": "http://{switch:a,b,c}.tile.openstreetmap.us/tiger2012_roads_expanded/{zoom}/{x}/{y}.png", + "scaleExtent": [ + 16, + 19 + ], + "polygon": [ + [ [ - 1.6353783, - 43.6490788 + -124.7617886, + 48.4130148 ], [ - 1.6384146, - 43.5140731 + -124.6059492, + 45.90245 ], [ - 1.2921649, - 43.5094658 + -124.9934269, + 40.0557614 ], [ - 1.2918629, - 43.5206966 + -122.5369737, + 36.8566086 ], [ - 1.2702076, - 43.5203994 + -119.9775867, + 33.0064099 ], [ - 1.2698841, - 43.5316437 + -117.675935, + 32.4630223 ], [ - 1.2482288, - 43.531331 + -114.8612307, + 32.4799891 ], [ - 1.2476048, - 43.5537788 + -111.0089311, + 31.336015 ], [ - 1.2259628, - 43.5534914 + -108.1992687, + 31.3260016 ], [ - 1.2256819, - 43.564716 + -108.1871123, + 31.7755116 ], [ - 1.2039835, - 43.564419 + -106.5307225, + 31.7820947 ], [ - 1.2033148, - 43.5869049 + -106.4842052, + 31.7464455 ], [ - 1.1816164, - 43.5865611 + -106.429317, + 31.7520583 ], [ - 1.1810237, - 43.6090368 + -106.2868855, + 31.5613291 ], [ - 1.1592821, - 43.6086932 + -106.205248, + 31.446704 ], [ - 1.1589585, - 43.6199523 + -105.0205259, + 30.5360988 ], [ - 1.1372601, - 43.6196244 + -104.5881916, + 29.6997856 ], [ - 1.1365933, - 43.642094 + -103.2518856, + 28.8908685 ], [ - 1.1149055, - 43.6417629 - ] - ] - ], - "terms_url": "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData", - "terms_text": "ToulouseMetropole" - }, - { - "name": "Tours - Orthophotos 2008", - "type": "tms", - "template": "http://tms.mapspot.ge/tms/2/nonstandard/{zoom}/{x}/{y}.jpeg", - "polygon": [ - [ - [ - 0.5457462, - 47.465264 + -102.7173632, + 29.3920567 ], [ - 0.54585, - 47.4608163 + -102.1513983, + 29.7475702 ], [ - 0.5392188, - 47.4606983 + -101.2552871, + 29.4810523 ], [ - 0.5393484, - 47.456243 + -100.0062436, + 28.0082173 ], [ - 0.5327959, - 47.4561003 + -99.2351068, + 26.4475962 ], [ - 0.5329011, - 47.451565 + -98.0109067, + 25.9928035 ], [ - 0.52619, - 47.4514013 + -97.435024, + 25.8266009 ], [ - 0.5265854, - 47.4424884 + -96.9555259, + 25.9821589 ], [ - 0.5000941, - 47.4420739 + -96.8061741, + 27.7978168 ], [ - 0.5002357, - 47.4375835 + -95.5563349, + 28.5876066 ], [ - 0.4936014, - 47.4374324 + -93.7405308, + 29.4742093 ], [ - 0.4937, - 47.4329285 + -90.9028456, + 28.8564513 ], [ - 0.4606141, - 47.4324593 + -88.0156706, + 28.9944338 ], [ - 0.4607248, - 47.4279827 + -88.0162494, + 30.0038862 ], [ - 0.4541016, - 47.4278125 + -86.0277506, + 30.0047454 ], [ - 0.454932, - 47.4053921 + -84.0187909, + 28.9961781 ], [ - 0.4615431, - 47.4054476 + -81.9971976, + 25.9826768 ], [ - 0.4619097, - 47.3964924 + -81.9966618, + 25.0134917 ], [ - 0.4684346, - 47.3966005 + -84.0165592, + 25.0125783 ], [ - 0.4691319, - 47.3786415 + -84.0160068, + 24.0052745 ], [ - 0.4757125, - 47.3787609 + -80.0199985, + 24.007096 ], [ - 0.4762116, - 47.3652018 + -79.8901116, + 26.8550713 ], [ - 0.4828297, - 47.3653499 + -80.0245309, + 32.0161282 ], [ - 0.4832223, - 47.3518574 + -75.4147385, + 35.0531894 ], [ - 0.5097927, - 47.3522592 + -74.0211163, + 39.5727927 ], [ - 0.5095688, - 47.3567713 + -72.002019, + 40.9912464 ], [ - 0.5227698, - 47.3569785 + -69.8797398, + 40.9920457 ], [ - 0.5226429, - 47.3614867 + -69.8489304, + 43.2619916 ], [ - 0.5490721, - 47.3618878 + -66.9452845, + 44.7104937 ], [ - 0.5489087, - 47.3663307 + -67.7596632, + 47.0990024 ], [ - 0.5555159, - 47.3664985 + -69.2505131, + 47.5122328 ], [ - 0.5559105, - 47.3575522 + -70.4614886, + 46.2176574 ], [ - 0.6152789, - 47.358407 + -71.412273, + 45.254878 ], [ - 0.6152963, - 47.362893 + -72.0222508, + 45.0059846 ], [ - 0.6285093, - 47.3630936 + -75.0798841, + 44.9802854 ], [ - 0.6288256, - 47.353987 + -76.9023061, + 43.8024568 ], [ - 0.6155012, - 47.3538823 + -78.7623935, + 43.6249578 ], [ - 0.6157682, - 47.3493424 + -79.15798, + 43.4462589 ], [ - 0.6090956, - 47.3492991 + -79.0060087, + 42.8005317 ], [ - 0.6094735, - 47.3402962 + -82.662475, + 41.6889458 ], [ - 0.6160477, - 47.3404448 + -82.1761642, + 43.588535 ], [ - 0.616083, - 47.3369074 + -83.2813977, + 46.138853 ], [ - 0.77497, - 47.3388218 + -87.5064535, + 48.0142702 ], [ - 0.7745786, - 47.351628 + -88.3492194, + 48.2963271 ], [ - 0.7680363, - 47.3515901 + -89.4353148, + 47.9837822 ], [ - 0.767589, - 47.3605298 + -93.9981078, + 49.0067142 ], [ - 0.7742443, - 47.3606238 + -95.1105379, + 49.412004 ], [ - 0.7733465, - 47.3921266 + -96.0131199, + 49.0060547 ], [ - 0.7667434, - 47.3920195 + -123.3228926, + 49.0042878 ], [ - 0.7664411, - 47.4010837 - ], + -123.2275233, + 48.1849927 + ] + ], + [ [ - 0.7730647, - 47.4011115 + -160.5787616, + 22.5062947 ], [ - 0.7728868, - 47.4101297 + -160.5782192, + 21.4984647 ], [ - 0.7661849, - 47.4100226 + -158.7470604, + 21.2439843 ], [ - 0.7660267, - 47.4145044 + -157.5083185, + 20.995803 ], [ - 0.7527613, - 47.4143038 + -155.9961942, + 18.7790194 ], [ - 0.7529788, - 47.4098086 + -154.6217803, + 18.7586966 ], [ - 0.7462373, - 47.4097016 + -154.6890176, + 19.8805722 ], [ - 0.7459424, - 47.4232208 + -156.2927622, + 21.2225888 ], [ - 0.7392324, - 47.4231451 + -157.5047384, + 21.9984962 ], [ - 0.738869, - 47.4366116 + -159.0093692, + 22.5070181 + ] + ], + [ + [ + -167.1571546, + 68.721974 ], [ - 0.7323267, - 47.4365171 + -164.8553982, + 67.0255078 ], [ - 0.7321869, - 47.4410556 + -168.002195, + 66.0017503 ], [ - 0.7255048, - 47.44098 + -169.0087448, + 66.001546 ], [ - 0.7254209, - 47.4453479 + -169.0075381, + 64.9987675 ], [ - 0.7318793, - 47.4454803 - ], - [ - 0.7318514, - 47.4501126 - ], - [ - 0.7384496, - 47.450226 - ], - [ - 0.7383098, - 47.454631 + -172.5143281, + 63.8767267 ], [ - 0.7449359, - 47.4547444 + -173.8197023, + 59.74014 ], [ - 0.7443209, - 47.4771985 + -162.5018149, + 58.0005815 ], [ - 0.7310685, - 47.4769717 + -160.0159024, + 58.0012389 ], [ - 0.7309008, - 47.4815445 + -160.0149725, + 57.000035 ], [ - 0.7176205, - 47.4812611 + -160.5054788, + 56.9999017 ], [ - 0.7177883, - 47.4768394 + -165.8092575, + 54.824847 ], [ - 0.69777, - 47.4764993 + -178.000097, + 52.2446469 ], [ - 0.6980496, - 47.4719827 + -177.9992996, + 51.2554252 ], [ - 0.6914514, - 47.4718882 + -171.4689067, + 51.8215329 ], [ - 0.6917309, - 47.4630241 + -162.40251, + 53.956664 ], [ - 0.6851048, - 47.4629295 + -159.0075717, + 55.002502 ], [ - 0.684937, - 47.4673524 + -158.0190709, + 55.0027849 ], [ - 0.678255, - 47.4673335 + -151.9963213, + 55.9991902 ], [ - 0.6779754, - 47.4762158 + -151.500341, + 57.9987853 ], [ - 0.6714051, - 47.4761592 + -151.5012894, + 58.9919816 ], [ - 0.6710417, - 47.4881952 + -138.5159989, + 58.9953194 ], [ - 0.6577334, - 47.4879685 + -138.5150471, + 57.9986434 ], [ - 0.6578173, - 47.48504 + -133.9948193, + 54.0031685 ], [ - 0.6511911, - 47.4848322 + -130.0044418, + 54.0043387 ], [ - 0.6514707, - 47.4758568 + -130.0070826, + 57.0000507 ], [ - 0.6448166, - 47.4757245 + -131.975877, + 56.9995156 ], [ - 0.6449284, - 47.4712646 + -135.1229873, + 59.756601 ], [ - 0.6117976, - 47.4707543 + -138.0071813, + 59.991805 ], [ - 0.6118815, - 47.4663129 + -139.1715881, + 60.4127229 ], [ - 0.6052833, - 47.4661239 + -140.9874011, + 61.0118551 ], [ - 0.6054231, - 47.4616631 + -140.9683975, + 69.9535069 ], [ - 0.5988808, - 47.4615497 + -156.176891, + 71.5633329 ], [ - 0.5990206, - 47.4570886 + -160.413634, + 70.7397728 ], [ - 0.572488, - 47.4566916 + -163.0218273, + 69.9707435 ], [ - 0.5721805, - 47.4656513 + -164.9717003, + 68.994689 ] ] ], - "terms_url": "http://wiki.openstreetmap.org/wiki/Tours/Orthophoto", - "terms_text": "Orthophoto Tour(s) Plus 2008" + "overlay": true }, { - "name": "Tours - Orthophotos 2008-2010", + "name": "Toulouse - Orthophotoplan 2007", "type": "tms", - "template": "http://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}", + "template": "http://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2007/{zoom}/{x}/{y}", "scaleExtent": [ 0, - 20 + 22 ], "polygon": [ [ [ - 0.5457462, - 47.465264 + 1.1919978, + 43.6328791 ], [ - 0.54585, - 47.4608163 + 1.2015377, + 43.6329729 ], [ - 0.5392188, - 47.4606983 + 1.2011107, + 43.6554932 ], [ - 0.5393484, - 47.456243 + 1.2227985, + 43.6557029 ], [ - 0.5327959, - 47.4561003 + 1.2226231, + 43.6653353 ], [ - 0.5329011, - 47.451565 + 1.2275341, + 43.6653849 ], [ - 0.52619, - 47.4514013 + 1.2275417, + 43.6656387 ], [ - 0.5265854, - 47.4424884 + 1.2337568, + 43.6656883 ], [ - 0.5000941, - 47.4420739 + 1.2337644, + 43.6650153 ], [ - 0.5002357, - 47.4375835 + 1.2351218, + 43.6650319 ], [ - 0.4936014, - 47.4374324 + 1.2350913, + 43.6670729 ], [ - 0.4937, - 47.4329285 + 1.2443566, + 43.6671556 ], [ - 0.4606141, - 47.4324593 + 1.2441584, + 43.6743925 ], [ - 0.4607248, - 47.4279827 + 1.2493973, + 43.6744256 ], [ - 0.4541016, - 47.4278125 + 1.2493973, + 43.6746628 ], [ - 0.454932, - 47.4053921 + 1.2555666, + 43.6747234 ], [ - 0.4615431, - 47.4054476 + 1.2555742, + 43.6744532 ], [ - 0.4619097, - 47.3964924 + 1.2569545, + 43.6744697 ], [ - 0.4684346, - 47.3966005 + 1.2568782, + 43.678529 ], [ - 0.4691319, - 47.3786415 + 1.2874873, + 43.6788257 ], [ - 0.4757125, - 47.3787609 + 1.2870803, + 43.7013229 ], [ - 0.4762116, - 47.3652018 + 1.3088219, + 43.7014632 ], [ - 0.4828297, - 47.3653499 + 1.3086493, + 43.7127673 ], [ - 0.4829611, - 47.3608321 + 1.3303262, + 43.7129544 ], [ - 0.4763543, - 47.360743 + 1.3300242, + 43.7305221 ], [ - 0.476654, - 47.3517263 + 1.3367106, + 43.7305845 ], [ - 0.4700497, - 47.3516186 + 1.3367322, + 43.7312235 ], [ - 0.4701971, - 47.3471313 + 1.3734338, + 43.7310456 ], [ - 0.4637503, - 47.3470104 + 1.3735848, + 43.7245772 ], [ - 0.4571425, - 47.3424146 + 1.4604504, + 43.7252947 ], [ - 0.4572922, - 47.3379061 + 1.4607783, + 43.7028034 ], [ - 0.4506741, - 47.3378081 + 1.4824875, + 43.7029516 ], [ - 0.4508379, - 47.3333051 + 1.4829828, + 43.6692071 ], [ - 0.4442212, - 47.3332032 + 1.5046832, + 43.6693616 ], [ - 0.4443809, - 47.328711 + 1.5048383, + 43.6581174 ], [ - 0.4311392, - 47.3284977 + 1.5265475, + 43.6582656 ], [ - 0.4316262, - 47.3150004 + 1.5266945, + 43.6470298 ], [ - 0.4382432, - 47.3151136 + 1.548368, + 43.6471633 ], [ - 0.4383815, - 47.3106174 + 1.5485357, + 43.6359385 ], [ - 0.4714487, - 47.3111374 + 1.5702172, + 43.636082 ], [ - 0.4713096, - 47.3156565 + 1.5705123, + 43.6135777 ], [ - 0.477888, - 47.3157542 + 1.5488166, + 43.6134276 ], [ - 0.4780733, - 47.3112802 + 1.549097, + 43.5909479 ], [ - 0.4846826, - 47.3113639 + 1.5707695, + 43.5910694 ], [ - 0.4848576, - 47.3068686 + 1.5709373, + 43.5798341 ], [ - 0.4914359, - 47.3069803 + 1.5793714, + 43.5798894 ], [ - 0.491745, - 47.2979733 + 1.5794782, + 43.5737682 ], [ - 0.4851578, - 47.2978722 + 1.5809119, + 43.5737792 ], [ - 0.4854269, - 47.2888744 + 1.5810859, + 43.5573794 ], [ - 0.4788485, - 47.2887697 + 1.5712334, + 43.5573131 ], [ - 0.4791574, - 47.2797818 + 1.5716504, + 43.5235497 ], [ - 0.4857769, - 47.2799005 + 1.3984804, + 43.5222618 ], [ - 0.4859107, - 47.2753885 + 1.3986509, + 43.5110113 ], [ - 0.492539, - 47.2755029 + 1.3120959, + 43.5102543 ], [ - 0.4926669, - 47.2710127 + 1.3118968, + 43.5215192 ], [ - 0.4992986, - 47.2711066 + 1.2902569, + 43.5213126 ], [ - 0.4994296, - 47.2666116 + 1.2898637, + 43.5438168 ], [ - 0.5192658, - 47.2669245 + 1.311517, + 43.5440133 ], [ - 0.5194225, - 47.2624231 + 1.3113271, + 43.5552596 ], [ - 0.5260186, - 47.2625205 + 1.3036924, + 43.5551924 ], [ - 0.5258735, - 47.2670183 + 1.3036117, + 43.5595099 ], [ - 0.5456972, - 47.2673383 + 1.2955449, + 43.5594317 ], [ - 0.5455537, - 47.2718283 + 1.2955449, + 43.5595489 ], [ - 0.5587737, - 47.2720366 + 1.2895595, + 43.5594473 ], [ - 0.5586259, - 47.2765185 + 1.2892899, + 43.5775366 ], [ - 0.5652252, - 47.2766278 + 1.2675698, + 43.5773647 ], [ - 0.5650848, - 47.2811206 + 1.2673973, + 43.5886141 ], [ - 0.5716753, - 47.2812285 + 1.25355, + 43.5885047 ], [ - 0.5715223, - 47.2857217 + 1.2533774, + 43.5956282 ], [ - 0.5781436, - 47.2858299 + 1.2518029, + 43.5956282 ], [ - 0.5779914, - 47.2903294 + 1.2518029, + 43.5949409 ], [ - 0.5846023, - 47.2904263 + 1.2350437, + 43.5947847 ], [ - 0.5843076, - 47.2994231 + 1.2350437, + 43.5945972 ], [ - 0.597499, - 47.2996094 + 1.2239572, + 43.5945972 ], [ - 0.5976637, - 47.2951375 + 1.2239357, + 43.5994708 ], [ - 0.6571596, - 47.2960036 + 1.2139708, + 43.599299 ], [ - 0.6572988, - 47.2915091 + 1.2138845, + 43.6046408 ], [ - 0.6705019, - 47.2917186 + 1.2020647, + 43.6044846 ], [ - 0.6703475, - 47.2962082 + 1.2019464, + 43.61048 ], [ - 0.6836175, - 47.2963688 + 1.1924294, + 43.6103695 + ] + ] + ], + "terms_url": "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData", + "terms_text": "ToulouseMetropole" + }, + { + "name": "Toulouse - Orthophotoplan 2011", + "type": "tms", + "template": "http://wms.openstreetmap.fr/tms/1.0.0/toulouse_ortho2011/{zoom}/{x}/{y}", + "scaleExtent": [ + 0, + 22 + ], + "polygon": [ + [ + [ + 1.1135067, + 43.6867566 ], [ - 0.6834322, - 47.3008929 + 1.1351836, + 43.6870842 ], [ - 0.690062, - 47.3009558 + 1.1348907, + 43.6983471 ], [ - 0.6899241, - 47.3054703 + 1.1782867, + 43.6990338 ], [ - 0.7362019, - 47.3061157 + 1.1779903, + 43.7102786 ], [ - 0.7360848, - 47.3106063 + 1.1996591, + 43.7106144 ], [ - 0.7559022, - 47.3108935 + 1.1993387, + 43.7218722 ], [ - 0.7557718, - 47.315392 + 1.2427356, + 43.7225269 ], [ - 0.7623755, - 47.3154716 + 1.2424336, + 43.7337491 ], [ - 0.7622314, - 47.3199941 + 1.2641536, + 43.734092 ], [ - 0.7754911, - 47.3201546 + 1.2638301, + 43.7453588 + ], + [ + 1.2855285, + 43.7456548 + ], + [ + 1.2852481, + 43.756935 + ], + [ + 1.306925, + 43.757231 + ], + [ + 1.3066446, + 43.7684779 + ], + [ + 1.3283431, + 43.7687894 + ], + [ + 1.3280842, + 43.780034 + ], + [ + 1.4367275, + 43.7815757 + ], + [ + 1.4373098, + 43.7591004 + ], + [ + 1.4590083, + 43.7593653 + ], + [ + 1.4593318, + 43.7481479 + ], + [ + 1.4810303, + 43.7483972 + ], + [ + 1.4813322, + 43.7371777 + ], + [ + 1.5030307, + 43.7374115 + ], + [ + 1.5035915, + 43.7149664 + ], + [ + 1.5253115, + 43.7151846 + ], + [ + 1.5256135, + 43.7040057 + ], + [ + 1.5472688, + 43.7042552 + ], + [ + 1.5475708, + 43.6930431 + ], + [ + 1.5692045, + 43.6932926 + ], + [ + 1.5695712, + 43.6820316 + ], + [ + 1.5912049, + 43.6822656 + ], + [ + 1.5917441, + 43.6597998 + ], + [ + 1.613421, + 43.6600339 + ], + [ + 1.613723, + 43.6488291 + ], + [ + 1.6353783, + 43.6490788 + ], + [ + 1.6384146, + 43.5140731 + ], + [ + 1.2921649, + 43.5094658 + ], + [ + 1.2918629, + 43.5206966 + ], + [ + 1.2702076, + 43.5203994 + ], + [ + 1.2698841, + 43.5316437 + ], + [ + 1.2482288, + 43.531331 + ], + [ + 1.2476048, + 43.5537788 + ], + [ + 1.2259628, + 43.5534914 + ], + [ + 1.2256819, + 43.564716 + ], + [ + 1.2039835, + 43.564419 + ], + [ + 1.2033148, + 43.5869049 + ], + [ + 1.1816164, + 43.5865611 + ], + [ + 1.1810237, + 43.6090368 + ], + [ + 1.1592821, + 43.6086932 + ], + [ + 1.1589585, + 43.6199523 + ], + [ + 1.1372601, + 43.6196244 + ], + [ + 1.1365933, + 43.642094 + ], + [ + 1.1149055, + 43.6417629 + ] + ] + ], + "terms_url": "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData", + "terms_text": "ToulouseMetropole" + }, + { + "name": "Tours - Orthophotos 2008", + "type": "tms", + "template": "http://tms.mapspot.ge/tms/2/nonstandard/{zoom}/{x}/{y}.jpeg", + "polygon": [ + [ + [ + 0.5457462, + 47.465264 + ], + [ + 0.54585, + 47.4608163 + ], + [ + 0.5392188, + 47.4606983 + ], + [ + 0.5393484, + 47.456243 + ], + [ + 0.5327959, + 47.4561003 + ], + [ + 0.5329011, + 47.451565 + ], + [ + 0.52619, + 47.4514013 + ], + [ + 0.5265854, + 47.4424884 + ], + [ + 0.5000941, + 47.4420739 + ], + [ + 0.5002357, + 47.4375835 + ], + [ + 0.4936014, + 47.4374324 + ], + [ + 0.4937, + 47.4329285 + ], + [ + 0.4606141, + 47.4324593 + ], + [ + 0.4607248, + 47.4279827 + ], + [ + 0.4541016, + 47.4278125 + ], + [ + 0.454932, + 47.4053921 + ], + [ + 0.4615431, + 47.4054476 + ], + [ + 0.4619097, + 47.3964924 + ], + [ + 0.4684346, + 47.3966005 + ], + [ + 0.4691319, + 47.3786415 + ], + [ + 0.4757125, + 47.3787609 + ], + [ + 0.4762116, + 47.3652018 + ], + [ + 0.4828297, + 47.3653499 + ], + [ + 0.4832223, + 47.3518574 + ], + [ + 0.5097927, + 47.3522592 + ], + [ + 0.5095688, + 47.3567713 + ], + [ + 0.5227698, + 47.3569785 + ], + [ + 0.5226429, + 47.3614867 + ], + [ + 0.5490721, + 47.3618878 + ], + [ + 0.5489087, + 47.3663307 + ], + [ + 0.5555159, + 47.3664985 + ], + [ + 0.5559105, + 47.3575522 + ], + [ + 0.6152789, + 47.358407 + ], + [ + 0.6152963, + 47.362893 + ], + [ + 0.6285093, + 47.3630936 + ], + [ + 0.6288256, + 47.353987 + ], + [ + 0.6155012, + 47.3538823 + ], + [ + 0.6157682, + 47.3493424 + ], + [ + 0.6090956, + 47.3492991 + ], + [ + 0.6094735, + 47.3402962 + ], + [ + 0.6160477, + 47.3404448 + ], + [ + 0.616083, + 47.3369074 ], [ 0.77497, @@ -48628,5686 +48872,6285 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "terms_text": "Orthophoto Tour(s) Plus 2008" }, { - "name": "USGS Large Scale Imagery", + "name": "Tours - Orthophotos 2008-2010", "type": "tms", - "template": "http://{switch:a,b,c}.tile.openstreetmap.us/usgs_large_scale/{zoom}/{x}/{y}.jpg", + "template": "http://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}", "scaleExtent": [ - 12, + 0, 20 ], "polygon": [ [ [ - -123.2549305, - 48.7529029 + 0.5457462, + 47.465264 ], [ - -123.2549305, - 48.5592263 + 0.54585, + 47.4608163 ], [ - -123.192224, - 48.5592263 + 0.5392188, + 47.4606983 ], [ - -123.192224, - 48.4348366 + 0.5393484, + 47.456243 ], [ - -122.9419646, - 48.4348366 + 0.5327959, + 47.4561003 ], [ - -122.9419646, - 48.3720812 + 0.5329011, + 47.451565 ], [ - -122.8806229, - 48.3720812 + 0.52619, + 47.4514013 ], [ - -122.8806229, - 48.3094763 + 0.5265854, + 47.4424884 ], [ - -122.8167566, - 48.3094763 + 0.5000941, + 47.4420739 ], [ - -122.8167566, - 48.1904587 + 0.5002357, + 47.4375835 ], [ - -123.0041133, - 48.1904587 + 0.4936014, + 47.4374324 ], [ - -123.0041133, - 48.1275918 + 0.4937, + 47.4329285 ], [ - -123.058416, - 48.1275918 + 0.4606141, + 47.4324593 ], [ - -123.058416, - 48.190514 + 0.4607248, + 47.4279827 ], [ - -123.254113, - 48.190514 + 0.4541016, + 47.4278125 ], [ - -123.254113, - 48.1274982 + 0.454932, + 47.4053921 ], [ - -123.3706593, - 48.1274982 + 0.4615431, + 47.4054476 ], [ - -123.3706593, - 48.1908403 + 0.4619097, + 47.3964924 ], [ - -124.0582632, - 48.1908403 + 0.4684346, + 47.3966005 ], [ - -124.0582632, - 48.253442 + 0.4691319, + 47.3786415 ], [ - -124.1815163, - 48.253442 + 0.4757125, + 47.3787609 ], [ - -124.1815163, - 48.3164666 + 0.4762116, + 47.3652018 ], [ - -124.4319117, - 48.3164666 + 0.4828297, + 47.3653499 ], [ - -124.4319117, - 48.3782613 + 0.4829611, + 47.3608321 ], [ - -124.5564618, - 48.3782613 + 0.4763543, + 47.360743 ], [ - -124.5564618, - 48.4408305 + 0.476654, + 47.3517263 ], [ - -124.7555107, - 48.4408305 + 0.4700497, + 47.3516186 ], [ - -124.7555107, - 48.1914986 + 0.4701971, + 47.3471313 ], [ - -124.8185282, - 48.1914986 + 0.4637503, + 47.3470104 ], [ - -124.8185282, - 48.1228381 + 0.4571425, + 47.3424146 ], [ - -124.7552951, - 48.1228381 + 0.4572922, + 47.3379061 ], [ - -124.7552951, - 47.5535253 + 0.4506741, + 47.3378081 ], [ - -124.3812108, - 47.5535253 + 0.4508379, + 47.3333051 ], [ - -124.3812108, - 47.1218696 + 0.4442212, + 47.3332032 ], [ - -124.1928897, - 47.1218696 + 0.4443809, + 47.328711 ], [ - -124.1928897, - 43.7569431 - ], - [ - -124.4443382, - 43.7569431 + 0.4311392, + 47.3284977 ], [ - -124.4443382, - 43.1425556 + 0.4316262, + 47.3150004 ], [ - -124.6398855, - 43.1425556 + 0.4382432, + 47.3151136 ], [ - -124.6398855, - 42.6194503 + 0.4383815, + 47.3106174 ], [ - -124.4438525, - 42.6194503 + 0.4714487, + 47.3111374 ], [ - -124.4438525, - 39.8080662 + 0.4713096, + 47.3156565 ], [ - -123.8815685, - 39.8080662 + 0.477888, + 47.3157542 ], [ - -123.8815685, - 39.1102825 + 0.4780733, + 47.3112802 ], [ - -123.75805, - 39.1102825 + 0.4846826, + 47.3113639 ], [ - -123.75805, - 38.4968799 + 0.4848576, + 47.3068686 ], [ - -123.2702803, - 38.4968799 + 0.4914359, + 47.3069803 ], [ - -123.2702803, - 37.9331905 + 0.491745, + 47.2979733 ], [ - -122.8148084, - 37.9331905 + 0.4851578, + 47.2978722 ], [ - -122.8148084, - 37.8019606 + 0.4854269, + 47.2888744 ], [ - -122.5664316, - 37.8019606 + 0.4788485, + 47.2887697 ], [ - -122.5664316, - 36.9319611 + 0.4791574, + 47.2797818 ], [ - -121.8784026, - 36.9319611 + 0.4857769, + 47.2799005 ], [ - -121.8784026, - 36.6897596 + 0.4859107, + 47.2753885 ], [ - -122.0034748, - 36.6897596 + 0.492539, + 47.2755029 ], [ - -122.0034748, - 36.4341056 + 0.4926669, + 47.2710127 ], [ - -121.9414159, - 36.4341056 + 0.4992986, + 47.2711066 ], [ - -121.9414159, - 35.9297636 + 0.4994296, + 47.2666116 ], [ - -121.5040977, - 35.9297636 + 0.5192658, + 47.2669245 ], [ - -121.5040977, - 35.8100273 + 0.5194225, + 47.2624231 ], [ - -121.3790276, - 35.8100273 + 0.5260186, + 47.2625205 ], [ - -121.3790276, - 35.4239164 + 0.5258735, + 47.2670183 ], [ - -120.9426515, - 35.4239164 + 0.5456972, + 47.2673383 ], [ - -120.9426515, - 35.1849683 + 0.5455537, + 47.2718283 ], [ - -120.8171978, - 35.1849683 + 0.5587737, + 47.2720366 ], [ - -120.8171978, - 35.1219894 + 0.5586259, + 47.2765185 ], [ - -120.6918447, - 35.1219894 + 0.5652252, + 47.2766278 ], [ - -120.6918447, - 34.4966794 + 0.5650848, + 47.2811206 ], [ - -120.5045898, - 34.4966794 + 0.5716753, + 47.2812285 ], [ - -120.5045898, - 34.4339651 + 0.5715223, + 47.2857217 ], [ - -120.0078775, - 34.4339651 + 0.5781436, + 47.2858299 ], [ - -120.0078775, - 34.3682626 + 0.5779914, + 47.2903294 ], [ - -119.5283517, - 34.3682626 + 0.5846023, + 47.2904263 ], [ - -119.5283517, - 34.0576434 + 0.5843076, + 47.2994231 ], [ - -119.0060985, - 34.0576434 + 0.597499, + 47.2996094 ], [ - -119.0060985, - 33.9975267 + 0.5976637, + 47.2951375 ], [ - -118.5046259, - 33.9975267 + 0.6571596, + 47.2960036 ], [ - -118.5046259, - 33.8694631 + 0.6572988, + 47.2915091 ], [ - -118.4413209, - 33.8694631 + 0.6705019, + 47.2917186 ], [ - -118.4413209, - 33.6865253 + 0.6703475, + 47.2962082 ], [ - -118.066912, - 33.6865253 + 0.6836175, + 47.2963688 ], [ - -118.066912, - 33.3063832 + 0.6834322, + 47.3008929 ], [ - -117.5030045, - 33.3063832 + 0.690062, + 47.3009558 ], [ - -117.5030045, - 33.0500337 + 0.6899241, + 47.3054703 ], [ - -117.3188195, - 33.0500337 + 0.7362019, + 47.3061157 ], [ - -117.3188195, - 32.6205888 + 0.7360848, + 47.3106063 ], [ - -117.1917023, - 32.6205888 + 0.7559022, + 47.3108935 ], [ - -117.1917023, - 32.4974566 + 0.7557718, + 47.315392 ], [ - -116.746496, - 32.4974566 + 0.7623755, + 47.3154716 ], [ - -116.746496, - 32.5609161 + 0.7622314, + 47.3199941 ], [ - -115.9970138, - 32.5609161 + 0.7754911, + 47.3201546 ], [ - -115.9970138, - 32.6264942 + 0.77497, + 47.3388218 ], [ - -114.8808125, - 32.6264942 + 0.7745786, + 47.351628 ], [ - -114.8808125, - 32.4340796 + 0.7680363, + 47.3515901 ], [ - -114.6294474, - 32.4340796 + 0.767589, + 47.3605298 ], [ - -114.6294474, - 32.3731636 + 0.7742443, + 47.3606238 ], [ - -114.4447437, - 32.3731636 + 0.7733465, + 47.3921266 ], [ - -114.4447437, - 32.3075418 + 0.7667434, + 47.3920195 ], [ - -114.2557628, - 32.3075418 + 0.7664411, + 47.4010837 ], [ - -114.2557628, - 32.2444561 + 0.7730647, + 47.4011115 ], [ - -114.0680274, - 32.2444561 + 0.7728868, + 47.4101297 ], [ - -114.0680274, - 32.1829113 + 0.7661849, + 47.4100226 ], [ - -113.8166499, - 32.1829113 + 0.7660267, + 47.4145044 ], [ - -113.8166499, - 32.1207622 + 0.7527613, + 47.4143038 ], [ - -113.6307421, - 32.1207622 + 0.7529788, + 47.4098086 ], [ - -113.6307421, - 32.0565099 + 0.7462373, + 47.4097016 ], [ - -113.4417495, - 32.0565099 + 0.7459424, + 47.4232208 ], [ - -113.4417495, - 31.9984372 + 0.7392324, + 47.4231451 ], [ - -113.2546027, - 31.9984372 + 0.738869, + 47.4366116 ], [ - -113.2546027, - 31.9325434 + 0.7323267, + 47.4365171 ], [ - -113.068072, - 31.9325434 + 0.7321869, + 47.4410556 ], [ - -113.068072, - 31.8718062 + 0.7255048, + 47.44098 ], [ - -112.8161105, - 31.8718062 + 0.7254209, + 47.4453479 ], [ - -112.8161105, - 31.8104171 + 0.7318793, + 47.4454803 ], [ - -112.6308756, - 31.8104171 + 0.7318514, + 47.4501126 ], [ - -112.6308756, - 31.7464723 + 0.7384496, + 47.450226 ], [ - -112.4418918, - 31.7464723 + 0.7383098, + 47.454631 ], [ - -112.4418918, - 31.6856001 + 0.7449359, + 47.4547444 ], [ - -112.257192, - 31.6856001 + 0.7443209, + 47.4771985 ], [ - -112.257192, - 31.6210352 + 0.7310685, + 47.4769717 ], [ - -112.0033787, - 31.6210352 + 0.7309008, + 47.4815445 ], [ - -112.0033787, - 31.559584 + 0.7176205, + 47.4812611 ], [ - -111.815619, - 31.559584 + 0.7177883, + 47.4768394 ], [ - -111.815619, - 31.4970238 + 0.69777, + 47.4764993 ], [ - -111.6278586, - 31.4970238 + 0.6980496, + 47.4719827 ], [ - -111.6278586, - 31.4339867 + 0.6914514, + 47.4718882 ], [ - -111.4418978, - 31.4339867 + 0.6917309, + 47.4630241 ], [ - -111.4418978, - 31.3733859 + 0.6851048, + 47.4629295 ], [ - -111.2559708, - 31.3733859 + 0.684937, + 47.4673524 ], [ - -111.2559708, - 31.3113225 + 0.678255, + 47.4673335 ], [ - -108.1845822, - 31.3113225 + 0.6779754, + 47.4762158 ], [ - -108.1845822, - 31.7459502 + 0.6714051, + 47.4761592 ], [ - -106.5065055, - 31.7459502 + 0.6710417, + 47.4881952 ], [ - -106.5065055, - 31.6842308 + 0.6577334, + 47.4879685 ], [ - -106.3797265, - 31.6842308 + 0.6578173, + 47.48504 ], [ - -106.3797265, - 31.621752 + 0.6511911, + 47.4848322 ], [ - -106.317434, - 31.621752 + 0.6514707, + 47.4758568 ], [ - -106.317434, - 31.4968167 + 0.6448166, + 47.4757245 ], [ - -106.2551769, - 31.4968167 + 0.6449284, + 47.4712646 ], [ - -106.2551769, - 31.4344889 + 0.6117976, + 47.4707543 ], [ - -106.1924698, - 31.4344889 + 0.6118815, + 47.4663129 ], [ - -106.1924698, - 31.3721296 + 0.6052833, + 47.4661239 ], [ - -106.0039212, - 31.3721296 + 0.6054231, + 47.4616631 ], [ - -106.0039212, - 31.309328 + 0.5988808, + 47.4615497 ], [ - -105.9416582, - 31.309328 + 0.5990206, + 47.4570886 ], [ - -105.9416582, - 31.2457547 + 0.572488, + 47.4566916 ], [ - -105.8798174, - 31.2457547 + 0.5721805, + 47.4656513 + ] + ] + ], + "terms_url": "http://wiki.openstreetmap.org/wiki/Tours/Orthophoto", + "terms_text": "Orthophoto Tour(s) Plus 2008" + }, + { + "name": "USGS Large Scale Imagery", + "type": "tms", + "template": "http://{switch:a,b,c}.tile.openstreetmap.us/usgs_large_scale/{zoom}/{x}/{y}.jpg", + "scaleExtent": [ + 12, + 20 + ], + "polygon": [ + [ + [ + -123.2549305, + 48.7529029 ], [ - -105.8798174, - 31.1836194 + -123.2549305, + 48.5592263 ], [ - -105.8162349, - 31.1836194 + -123.192224, + 48.5592263 ], [ - -105.8162349, - 31.1207155 + -123.192224, + 48.4348366 ], [ - -105.6921198, - 31.1207155 + -122.9419646, + 48.4348366 ], [ - -105.6921198, - 31.0584835 + -122.9419646, + 48.3720812 ], [ - -105.6302881, - 31.0584835 + -122.8806229, + 48.3720812 ], [ - -105.6302881, - 30.9328271 + -122.8806229, + 48.3094763 ], [ - -105.5044418, - 30.9328271 + -122.8167566, + 48.3094763 ], [ - -105.5044418, - 30.8715864 + -122.8167566, + 48.1904587 ], [ - -105.4412973, - 30.8715864 + -123.0041133, + 48.1904587 ], [ - -105.4412973, - 30.808463 + -123.0041133, + 48.1275918 ], [ - -105.3781497, - 30.808463 + -123.058416, + 48.1275918 ], [ - -105.3781497, - 30.7471828 + -123.058416, + 48.190514 ], [ - -105.1904658, - 30.7471828 + -123.254113, + 48.190514 ], [ - -105.1904658, - 30.6843231 + -123.254113, + 48.1274982 ], [ - -105.1286244, - 30.6843231 + -123.3706593, + 48.1274982 ], [ - -105.1286244, - 30.6199737 + -123.3706593, + 48.1908403 ], [ - -105.0036504, - 30.6199737 + -124.0582632, + 48.1908403 ], [ - -105.0036504, - 30.5589058 + -124.0582632, + 48.253442 ], [ - -104.9417962, - 30.5589058 + -124.1815163, + 48.253442 ], [ - -104.9417962, - 30.4963236 + -124.1815163, + 48.3164666 ], [ - -104.8782018, - 30.4963236 + -124.4319117, + 48.3164666 ], [ - -104.8782018, - 30.3098261 + -124.4319117, + 48.3782613 ], [ - -104.8155257, - 30.3098261 + -124.5564618, + 48.3782613 ], [ - -104.8155257, - 30.2478305 + -124.5564618, + 48.4408305 ], [ - -104.7536079, - 30.2478305 + -124.7555107, + 48.4408305 ], [ - -104.7536079, - 29.9353916 + -124.7555107, + 48.1914986 ], [ - -104.690949, - 29.9353916 + -124.8185282, + 48.1914986 ], [ - -104.690949, - 29.8090156 + -124.8185282, + 48.1228381 ], [ - -104.6291301, - 29.8090156 + -124.7552951, + 48.1228381 ], [ - -104.6291301, - 29.6843577 + -124.7552951, + 47.5535253 ], [ - -104.5659869, - 29.6843577 + -124.3812108, + 47.5535253 ], [ - -104.5659869, - 29.6223459 + -124.3812108, + 47.1218696 ], [ - -104.5037188, - 29.6223459 + -124.1928897, + 47.1218696 ], [ - -104.5037188, - 29.5595436 + -124.1928897, + 43.7569431 ], [ - -104.4410072, - 29.5595436 + -124.4443382, + 43.7569431 ], [ - -104.4410072, - 29.4974832 + -124.4443382, + 43.1425556 ], [ - -104.2537551, - 29.4974832 + -124.6398855, + 43.1425556 ], [ - -104.2537551, - 29.3716718 + -124.6398855, + 42.6194503 ], [ - -104.1291984, - 29.3716718 + -124.4438525, + 42.6194503 ], [ - -104.1291984, - 29.3091621 + -124.4438525, + 39.8080662 ], [ - -104.0688737, - 29.3091621 + -123.8815685, + 39.8080662 ], [ - -104.0688737, - 29.2467276 + -123.8815685, + 39.1102825 ], [ - -103.8187309, - 29.2467276 + -123.75805, + 39.1102825 ], [ - -103.8187309, - 29.1843076 + -123.75805, + 38.4968799 ], [ - -103.755736, - 29.1843076 + -123.2702803, + 38.4968799 ], [ - -103.755736, - 29.1223174 + -123.2702803, + 37.9331905 ], [ - -103.5667542, - 29.1223174 + -122.8148084, + 37.9331905 ], [ - -103.5667542, - 29.0598119 + -122.8148084, + 37.8019606 ], [ - -103.5049819, - 29.0598119 + -122.5664316, + 37.8019606 ], [ - -103.5049819, - 28.9967506 + -122.5664316, + 36.9319611 ], [ - -103.3165753, - 28.9967506 + -121.8784026, + 36.9319611 ], [ - -103.3165753, - 28.9346923 + -121.8784026, + 36.6897596 ], [ - -103.0597572, - 28.9346923 + -122.0034748, + 36.6897596 ], [ - -103.0597572, - 29.0592965 + -122.0034748, + 36.4341056 ], [ - -102.9979694, - 29.0592965 + -121.9414159, + 36.4341056 ], [ - -102.9979694, - 29.1212855 + -121.9414159, + 35.9297636 ], [ - -102.9331397, - 29.1212855 + -121.5040977, + 35.9297636 ], [ - -102.9331397, - 29.1848575 + -121.5040977, + 35.8100273 ], [ - -102.8095989, - 29.1848575 + -121.3790276, + 35.8100273 ], [ - -102.8095989, - 29.2526154 + -121.3790276, + 35.4239164 ], [ - -102.8701345, - 29.2526154 + -120.9426515, + 35.4239164 ], [ - -102.8701345, - 29.308096 + -120.9426515, + 35.1849683 ], [ - -102.8096681, - 29.308096 + -120.8171978, + 35.1849683 ], [ - -102.8096681, - 29.3715484 + -120.8171978, + 35.1219894 ], [ - -102.7475655, - 29.3715484 + -120.6918447, + 35.1219894 ], [ - -102.7475655, - 29.5581899 + -120.6918447, + 34.4966794 ], [ - -102.684554, - 29.5581899 + -120.5045898, + 34.4966794 ], [ - -102.684554, - 29.6847655 + -120.5045898, + 34.4339651 ], [ - -102.4967764, - 29.6847655 + -120.0078775, + 34.4339651 ], [ - -102.4967764, - 29.7457694 + -120.0078775, + 34.3682626 ], [ - -102.3086647, - 29.7457694 + -119.5283517, + 34.3682626 ], [ - -102.3086647, - 29.8086627 + -119.5283517, + 34.0576434 ], [ - -102.1909323, - 29.8086627 + -119.0060985, + 34.0576434 ], [ - -102.1909323, - 29.7460097 + -119.0060985, + 33.9975267 ], [ - -101.5049914, - 29.7460097 + -118.5046259, + 33.9975267 ], [ - -101.5049914, - 29.6846777 + -118.5046259, + 33.8694631 ], [ - -101.3805796, - 29.6846777 + -118.4413209, + 33.8694631 ], [ - -101.3805796, - 29.5594459 + -118.4413209, + 33.6865253 ], [ - -101.3175057, - 29.5594459 + -118.066912, + 33.6865253 ], [ - -101.3175057, - 29.4958934 + -118.066912, + 33.3063832 ], [ - -101.1910075, - 29.4958934 + -117.5030045, + 33.3063832 ], [ - -101.1910075, - 29.4326115 + -117.5030045, + 33.0500337 ], [ - -101.067501, - 29.4326115 + -117.3188195, + 33.0500337 ], [ - -101.067501, - 29.308808 + -117.3188195, + 32.6205888 ], [ - -100.9418897, - 29.308808 + -117.1917023, + 32.6205888 ], [ - -100.9418897, - 29.2456231 + -117.1917023, + 32.4974566 ], [ - -100.8167271, - 29.2456231 + -116.746496, + 32.4974566 ], [ - -100.8167271, - 29.1190449 + -116.746496, + 32.5609161 ], [ - -100.7522672, - 29.1190449 + -115.9970138, + 32.5609161 ], [ - -100.7522672, - 29.0578214 + -115.9970138, + 32.6264942 ], [ - -100.6925358, - 29.0578214 + -114.8808125, + 32.6264942 ], [ - -100.6925358, - 28.8720431 + -114.8808125, + 32.4340796 ], [ - -100.6290158, - 28.8720431 + -114.6294474, + 32.4340796 ], [ - -100.6290158, - 28.8095363 + -114.6294474, + 32.3731636 ], [ - -100.5679901, - 28.8095363 + -114.4447437, + 32.3731636 ], [ - -100.5679901, - 28.622554 + -114.4447437, + 32.3075418 ], [ - -100.5040411, - 28.622554 + -114.2557628, + 32.3075418 ], [ - -100.5040411, - 28.5583804 + -114.2557628, + 32.2444561 ], [ - -100.4421832, - 28.5583804 + -114.0680274, + 32.2444561 ], [ - -100.4421832, - 28.4968266 + -114.0680274, + 32.1829113 ], [ - -100.379434, - 28.4968266 + -113.8166499, + 32.1829113 ], [ - -100.379434, - 28.3092865 + -113.8166499, + 32.1207622 ], [ - -100.3171942, - 28.3092865 + -113.6307421, + 32.1207622 ], [ - -100.3171942, - 28.1835681 + -113.6307421, + 32.0565099 ], [ - -100.254483, - 28.1835681 + -113.4417495, + 32.0565099 ], [ - -100.254483, - 28.1213885 + -113.4417495, + 31.9984372 ], [ - -100.1282282, - 28.1213885 + -113.2546027, + 31.9984372 ], [ - -100.1282282, - 28.059215 + -113.2546027, + 31.9325434 ], [ - -100.0659537, - 28.059215 + -113.068072, + 31.9325434 ], [ - -100.0659537, - 27.9966087 + -113.068072, + 31.8718062 ], [ - -100.0023855, - 27.9966087 + -112.8161105, + 31.8718062 ], [ - -100.0023855, - 27.9332152 + -112.8161105, + 31.8104171 ], [ - -99.9426497, - 27.9332152 + -112.6308756, + 31.8104171 ], [ - -99.9426497, - 27.7454658 + -112.6308756, + 31.7464723 ], [ - -99.816851, - 27.7454658 + -112.4418918, + 31.7464723 ], [ - -99.816851, - 27.6834301 + -112.4418918, + 31.6856001 ], [ - -99.7541346, - 27.6834301 + -112.257192, + 31.6856001 ], [ - -99.7541346, - 27.6221543 + -112.257192, + 31.6210352 ], [ - -99.6291629, - 27.6221543 + -112.0033787, + 31.6210352 ], [ - -99.6291629, - 27.5588977 + -112.0033787, + 31.559584 ], [ - -99.5672838, - 27.5588977 + -111.815619, + 31.559584 ], [ - -99.5672838, - 27.4353752 + -111.815619, + 31.4970238 ], [ - -99.5041798, - 27.4353752 + -111.6278586, + 31.4970238 ], [ - -99.5041798, - 27.3774021 + -111.6278586, + 31.4339867 ], [ - -99.5671796, - 27.3774021 + -111.4418978, + 31.4339867 ], [ - -99.5671796, - 27.2463726 + -111.4418978, + 31.3733859 ], [ - -99.504975, - 27.2463726 + -111.2559708, + 31.3733859 ], [ - -99.504975, - 26.9965649 + -111.2559708, + 31.3113225 ], [ - -99.4427427, - 26.9965649 + -108.1845822, + 31.3113225 ], [ - -99.4427427, - 26.872803 + -108.1845822, + 31.7459502 ], [ - -99.3800633, - 26.872803 + -106.5065055, + 31.7459502 ], [ - -99.3800633, - 26.8068179 + -106.5065055, + 31.6842308 ], [ - -99.3190684, - 26.8068179 + -106.3797265, + 31.6842308 ], [ - -99.3190684, - 26.7473614 + -106.3797265, + 31.621752 ], [ - -99.2537541, - 26.7473614 + -106.317434, + 31.621752 ], [ - -99.2537541, - 26.6210068 + -106.317434, + 31.4968167 ], [ - -99.1910617, - 26.6210068 + -106.2551769, + 31.4968167 ], [ - -99.1910617, - 26.4956737 + -106.2551769, + 31.4344889 ], [ - -99.1300639, - 26.4956737 + -106.1924698, + 31.4344889 ], [ - -99.1300639, - 26.3713808 + -106.1924698, + 31.3721296 ], [ - -99.0029473, - 26.3713808 + -106.0039212, + 31.3721296 ], [ - -99.0029473, - 26.3093836 + -106.0039212, + 31.309328 ], [ - -98.816572, - 26.3093836 + -105.9416582, + 31.309328 ], [ - -98.816572, - 26.2457762 + -105.9416582, + 31.2457547 ], [ - -98.6920082, - 26.2457762 + -105.8798174, + 31.2457547 ], [ - -98.6920082, - 26.1837096 + -105.8798174, + 31.1836194 ], [ - -98.4440896, - 26.1837096 + -105.8162349, + 31.1836194 ], [ - -98.4440896, - 26.1217217 + -105.8162349, + 31.1207155 ], [ - -98.3823181, - 26.1217217 + -105.6921198, + 31.1207155 ], [ - -98.3823181, - 26.0596488 + -105.6921198, + 31.0584835 ], [ - -98.2532707, - 26.0596488 + -105.6302881, + 31.0584835 ], [ - -98.2532707, - 25.9986871 + -105.6302881, + 30.9328271 ], [ - -98.0109084, - 25.9986871 + -105.5044418, + 30.9328271 ], [ - -98.0109084, - 25.9932255 + -105.5044418, + 30.8715864 ], [ - -97.6932319, - 25.9932255 + -105.4412973, + 30.8715864 ], [ - -97.6932319, - 25.9334103 + -105.4412973, + 30.808463 ], [ - -97.6313904, - 25.9334103 + -105.3781497, + 30.808463 ], [ - -97.6313904, - 25.8695893 + -105.3781497, + 30.7471828 ], [ - -97.5046779, - 25.8695893 + -105.1904658, + 30.7471828 ], [ - -97.5046779, - 25.8073488 + -105.1904658, + 30.6843231 ], [ - -97.3083401, - 25.8073488 + -105.1286244, + 30.6843231 ], [ - -97.3083401, - 25.8731159 + -105.1286244, + 30.6199737 ], [ - -97.2456326, - 25.8731159 + -105.0036504, + 30.6199737 ], [ - -97.2456326, - 25.9353731 + -105.0036504, + 30.5589058 ], [ - -97.1138939, - 25.9353731 + -104.9417962, + 30.5589058 ], [ - -97.1138939, - 27.6809179 + -104.9417962, + 30.4963236 ], [ - -97.0571035, - 27.6809179 + -104.8782018, + 30.4963236 ], [ - -97.0571035, - 27.8108242 + -104.8782018, + 30.3098261 ], [ - -95.5810766, - 27.8108242 + -104.8155257, + 30.3098261 ], [ - -95.5810766, - 28.7468827 + -104.8155257, + 30.2478305 ], [ - -94.271041, - 28.7468827 + -104.7536079, + 30.2478305 ], [ - -94.271041, - 29.5594076 + -104.7536079, + 29.9353916 ], [ - -92.5029947, - 29.5594076 + -104.690949, + 29.9353916 ], [ - -92.5029947, - 29.4974754 + -104.690949, + 29.8090156 ], [ - -91.8776216, - 29.4974754 + -104.6291301, + 29.8090156 ], [ - -91.8776216, - 29.3727013 + -104.6291301, + 29.6843577 ], [ - -91.378418, - 29.3727013 + -104.5659869, + 29.6843577 ], [ - -91.378418, - 29.2468326 + -104.5659869, + 29.6223459 ], [ - -91.3153953, - 29.2468326 + -104.5037188, + 29.6223459 ], [ - -91.3153953, - 29.1844301 + -104.5037188, + 29.5595436 ], [ - -91.1294702, - 29.1844301 + -104.4410072, + 29.5595436 ], [ - -91.1294702, - 29.1232559 + -104.4410072, + 29.4974832 ], [ - -91.0052632, - 29.1232559 + -104.2537551, + 29.4974832 ], [ - -91.0052632, - 28.9968437 + -104.2537551, + 29.3716718 ], [ - -89.4500159, - 28.9968437 + -104.1291984, + 29.3716718 ], [ - -89.4500159, - 28.8677422 + -104.1291984, + 29.3091621 ], [ - -88.8104309, - 28.8677422 + -104.0688737, + 29.3091621 ], [ - -88.8104309, - 30.1841864 + -104.0688737, + 29.2467276 ], [ - -85.8791527, - 30.1841864 + -103.8187309, + 29.2467276 ], [ - -85.8791527, - 29.5455038 + -103.8187309, + 29.1843076 ], [ - -84.8368083, - 29.5455038 + -103.755736, + 29.1843076 ], [ - -84.8368083, - 29.6225158 + -103.755736, + 29.1223174 ], [ - -84.7482786, - 29.6225158 + -103.5667542, + 29.1223174 ], [ - -84.7482786, - 29.683624 + -103.5667542, + 29.0598119 ], [ - -84.685894, - 29.683624 + -103.5049819, + 29.0598119 ], [ - -84.685894, - 29.7468386 + -103.5049819, + 28.9967506 ], [ - -83.6296975, - 29.7468386 + -103.3165753, + 28.9967506 ], [ - -83.6296975, - 29.4324361 + -103.3165753, + 28.9346923 ], [ - -83.3174937, - 29.4324361 + -103.0597572, + 28.9346923 ], [ - -83.3174937, - 29.0579442 + -103.0597572, + 29.0592965 ], [ - -82.879659, - 29.0579442 + -102.9979694, + 29.0592965 ], [ - -82.879659, - 27.7453529 + -102.9979694, + 29.1212855 ], [ - -82.8182822, - 27.7453529 + -102.9331397, + 29.1212855 ], [ - -82.8182822, - 26.9290868 + -102.9331397, + 29.1848575 ], [ - -82.3796782, - 26.9290868 + -102.8095989, + 29.1848575 ], [ - -82.3796782, - 26.3694183 + -102.8095989, + 29.2526154 ], [ - -81.8777106, - 26.3694183 + -102.8701345, + 29.2526154 ], [ - -81.8777106, - 25.805971 + -102.8701345, + 29.308096 ], [ - -81.5036862, - 25.805971 + -102.8096681, + 29.308096 ], [ - -81.5036862, - 25.7474753 + -102.8096681, + 29.3715484 ], [ - -81.4405462, - 25.7474753 + -102.7475655, + 29.3715484 ], [ - -81.4405462, - 25.6851489 + -102.7475655, + 29.5581899 ], [ - -81.3155883, - 25.6851489 + -102.684554, + 29.5581899 ], [ - -81.3155883, - 25.5600985 + -102.684554, + 29.6847655 ], [ - -81.2538534, - 25.5600985 + -102.4967764, + 29.6847655 ], [ - -81.2538534, - 25.4342361 + -102.4967764, + 29.7457694 ], [ - -81.1902012, - 25.4342361 + -102.3086647, + 29.7457694 ], [ - -81.1902012, - 25.1234341 + -102.3086647, + 29.8086627 ], [ - -81.1288133, - 25.1234341 + -102.1909323, + 29.8086627 ], [ - -81.1288133, - 25.0619389 + -102.1909323, + 29.7460097 ], [ - -81.0649231, - 25.0619389 + -101.5049914, + 29.7460097 ], [ - -81.0649231, - 24.8157807 + -101.5049914, + 29.6846777 ], [ - -81.6289469, - 24.8157807 + -101.3805796, + 29.6846777 ], [ - -81.6289469, - 24.7538367 + -101.3805796, + 29.5594459 ], [ - -81.6907173, - 24.7538367 + -101.3175057, + 29.5594459 ], [ - -81.6907173, - 24.6899374 + -101.3175057, + 29.4958934 ], [ - -81.8173189, - 24.6899374 + -101.1910075, + 29.4958934 ], [ - -81.8173189, - 24.6279161 + -101.1910075, + 29.4326115 ], [ - -82.1910041, - 24.6279161 + -101.067501, + 29.4326115 ], [ - -82.1910041, - 24.496294 + -101.067501, + 29.308808 ], [ - -81.6216596, - 24.496294 + -100.9418897, + 29.308808 ], [ - -81.6216596, - 24.559484 + -100.9418897, + 29.2456231 ], [ - -81.372006, - 24.559484 + -100.8167271, + 29.2456231 ], [ - -81.372006, - 24.6220687 + -100.8167271, + 29.1190449 ], [ - -81.0593278, - 24.6220687 + -100.7522672, + 29.1190449 ], [ - -81.0593278, - 24.684826 + -100.7522672, + 29.0578214 ], [ - -80.9347147, - 24.684826 + -100.6925358, + 29.0578214 ], [ - -80.9347147, - 24.7474828 + -100.6925358, + 28.8720431 ], [ - -80.7471081, - 24.7474828 + -100.6290158, + 28.8720431 ], [ - -80.7471081, - 24.8100618 + -100.6290158, + 28.8095363 ], [ - -80.3629898, - 24.8100618 + -100.5679901, + 28.8095363 ], [ - -80.3629898, - 25.1175858 + -100.5679901, + 28.622554 ], [ - -80.122344, - 25.1175858 + -100.5040411, + 28.622554 ], [ - -80.122344, - 25.7472357 + -100.5040411, + 28.5583804 ], [ - -80.0588458, - 25.7472357 + -100.4421832, + 28.5583804 ], [ - -80.0588458, - 26.3708251 + -100.4421832, + 28.4968266 ], [ - -79.995837, - 26.3708251 + -100.379434, + 28.4968266 ], [ - -79.995837, - 26.9398003 + -100.379434, + 28.3092865 ], [ - -80.0587265, - 26.9398003 + -100.3171942, + 28.3092865 ], [ - -80.0587265, - 27.1277466 + -100.3171942, + 28.1835681 ], [ - -80.1226251, - 27.1277466 + -100.254483, + 28.1835681 ], [ - -80.1226251, - 27.2534279 + -100.254483, + 28.1213885 ], [ - -80.1846956, - 27.2534279 + -100.1282282, + 28.1213885 ], [ - -80.1846956, - 27.3781229 + -100.1282282, + 28.059215 ], [ - -80.246175, - 27.3781229 + -100.0659537, + 28.059215 ], [ - -80.246175, - 27.5658729 + -100.0659537, + 27.9966087 ], [ - -80.3094768, - 27.5658729 + -100.0023855, + 27.9966087 ], [ - -80.3094768, - 27.7530311 + -100.0023855, + 27.9332152 ], [ - -80.3721485, - 27.7530311 + -99.9426497, + 27.9332152 ], [ - -80.3721485, - 27.8774451 + -99.9426497, + 27.7454658 ], [ - -80.4351457, - 27.8774451 + -99.816851, + 27.7454658 ], [ - -80.4351457, - 28.0033366 + -99.816851, + 27.6834301 ], [ - -80.4966078, - 28.0033366 + -99.7541346, + 27.6834301 ], [ - -80.4966078, - 28.1277326 + -99.7541346, + 27.6221543 ], [ - -80.5587159, - 28.1277326 + -99.6291629, + 27.6221543 ], [ - -80.5587159, - 28.3723509 + -99.6291629, + 27.5588977 ], [ - -80.4966335, - 28.3723509 + -99.5672838, + 27.5588977 ], [ - -80.4966335, - 29.5160326 + -99.5672838, + 27.4353752 ], [ - -81.1213644, - 29.5160326 + -99.5041798, + 27.4353752 ], [ - -81.1213644, - 31.6846966 + -99.5041798, + 27.3774021 ], [ - -80.6018723, - 31.6846966 + -99.5671796, + 27.3774021 ], [ - -80.6018723, - 32.2475309 + -99.5671796, + 27.2463726 ], [ - -79.4921024, - 32.2475309 + -99.504975, + 27.2463726 ], [ - -79.4921024, - 32.9970261 + -99.504975, + 26.9965649 ], [ - -79.1116488, - 32.9970261 + -99.4427427, + 26.9965649 ], [ - -79.1116488, - 33.3729457 + -99.4427427, + 26.872803 ], [ - -78.6153621, - 33.3729457 + -99.3800633, + 26.872803 ], [ - -78.6153621, - 33.8097638 + -99.3800633, + 26.8068179 ], [ - -77.9316963, - 33.8097638 + -99.3190684, + 26.8068179 ], [ - -77.9316963, - 33.8718243 + -99.3190684, + 26.7473614 ], [ - -77.8692252, - 33.8718243 + -99.2537541, + 26.7473614 ], [ - -77.8692252, - 34.0552454 + -99.2537541, + 26.6210068 ], [ - -77.6826392, - 34.0552454 + -99.1910617, + 26.6210068 ], [ - -77.6826392, - 34.2974598 + -99.1910617, + 26.4956737 ], [ - -77.2453509, - 34.2974598 + -99.1300639, + 26.4956737 ], [ - -77.2453509, - 34.5598585 + -99.1300639, + 26.3713808 ], [ - -76.4973277, - 34.5598585 + -99.0029473, + 26.3713808 ], [ - -76.4973277, - 34.622796 + -99.0029473, + 26.3093836 ], [ - -76.4337602, - 34.622796 + -98.816572, + 26.3093836 ], [ - -76.4337602, - 34.6849285 + -98.816572, + 26.2457762 ], [ - -76.373212, - 34.6849285 + -98.6920082, + 26.2457762 ], [ - -76.373212, - 34.7467674 + -98.6920082, + 26.1837096 ], [ - -76.3059364, - 34.7467674 + -98.4440896, + 26.1837096 ], [ - -76.3059364, - 34.808551 + -98.4440896, + 26.1217217 ], [ - -76.2468017, - 34.808551 + -98.3823181, + 26.1217217 ], [ - -76.2468017, - 34.8728418 + -98.3823181, + 26.0596488 ], [ - -76.1825922, - 34.8728418 + -98.2532707, + 26.0596488 ], [ - -76.1825922, - 34.9335332 + -98.2532707, + 25.9986871 ], [ - -76.120814, - 34.9335332 + -98.0109084, + 25.9986871 ], [ - -76.120814, - 34.9952359 + -98.0109084, + 25.9932255 ], [ - -75.9979015, - 34.9952359 + -97.6932319, + 25.9932255 ], [ - -75.9979015, - 35.0578182 + -97.6932319, + 25.9334103 ], [ - -75.870338, - 35.0578182 + -97.6313904, + 25.9334103 ], [ - -75.870338, - 35.1219097 + -97.6313904, + 25.8695893 ], [ - -75.7462194, - 35.1219097 + -97.5046779, + 25.8695893 ], [ - -75.7462194, - 35.1818911 + -97.5046779, + 25.8073488 ], [ - -75.4929694, - 35.1818911 + -97.3083401, + 25.8073488 ], [ - -75.4929694, - 35.3082988 + -97.3083401, + 25.8731159 ], [ - -75.4325662, - 35.3082988 + -97.2456326, + 25.8731159 ], [ - -75.4325662, - 35.7542495 + -97.2456326, + 25.9353731 ], [ - -75.4969907, - 35.7542495 + -97.1138939, + 25.9353731 ], [ - -75.4969907, - 37.8105602 + -97.1138939, + 27.6809179 ], [ - -75.3082972, - 37.8105602 + -97.0571035, + 27.6809179 ], [ - -75.3082972, - 37.8720088 + -97.0571035, + 27.8108242 ], [ - -75.245601, - 37.8720088 + -95.5810766, + 27.8108242 ], [ - -75.245601, - 37.9954849 + -95.5810766, + 28.7468827 ], [ - -75.1828751, - 37.9954849 + -94.271041, + 28.7468827 ], [ - -75.1828751, - 38.0585079 + -94.271041, + 29.5594076 ], [ - -75.1184793, - 38.0585079 + -92.5029947, + 29.5594076 ], [ - -75.1184793, - 38.2469091 + -92.5029947, + 29.4974754 ], [ - -75.0592098, - 38.2469091 + -91.8776216, + 29.4974754 ], [ - -75.0592098, - 38.3704316 + -91.8776216, + 29.3727013 ], [ - -74.9948111, - 38.3704316 + -91.378418, + 29.3727013 ], [ - -74.9948111, - 38.8718417 + -91.378418, + 29.2468326 ], [ - -74.4878252, - 38.8718417 + -91.3153953, + 29.2468326 ], [ - -74.4878252, - 39.3089428 + -91.3153953, + 29.1844301 ], [ - -74.1766317, - 39.3089428 + -91.1294702, + 29.1844301 ], [ - -74.1766317, - 39.6224653 + -91.1294702, + 29.1232559 ], [ - -74.0567045, - 39.6224653 + -91.0052632, + 29.1232559 ], [ - -74.0567045, - 39.933178 + -91.0052632, + 28.9968437 ], [ - -73.9959035, - 39.933178 + -89.4500159, + 28.9968437 ], [ - -73.9959035, - 40.1854852 + -89.4500159, + 28.8677422 ], [ - -73.9341593, - 40.1854852 + -88.8104309, + 28.8677422 ], [ - -73.9341593, - 40.4959486 + -88.8104309, + 30.1841864 ], [ - -73.8723024, - 40.4959486 + -85.8791527, + 30.1841864 ], [ - -73.8723024, - 40.5527135 + -85.8791527, + 29.5455038 ], [ - -71.8074506, - 40.5527135 + -84.8368083, + 29.5455038 ], [ - -71.8074506, - 41.3088005 + -84.8368083, + 29.6225158 ], [ - -70.882512, - 41.3088005 + -84.7482786, + 29.6225158 ], [ - -70.882512, - 41.184978 + -84.7482786, + 29.683624 ], [ - -70.7461947, - 41.184978 + -84.685894, + 29.683624 ], [ - -70.7461947, - 41.3091865 + -84.685894, + 29.7468386 ], [ - -70.4337553, - 41.3091865 + -83.6296975, + 29.7468386 ], [ - -70.4337553, - 41.4963885 + -83.6296975, + 29.4324361 ], [ - -69.9334281, - 41.4963885 + -83.3174937, + 29.4324361 ], [ - -69.9334281, - 41.6230802 + -83.3174937, + 29.0579442 ], [ - -69.869857, - 41.6230802 + -82.879659, + 29.0579442 ], [ - -69.869857, - 41.8776895 + -82.879659, + 27.7453529 ], [ - -69.935791, - 41.8776895 + -82.8182822, + 27.7453529 ], [ - -69.935791, - 42.0032342 + -82.8182822, + 26.9290868 ], [ - -69.9975823, - 42.0032342 + -82.3796782, + 26.9290868 ], [ - -69.9975823, - 42.0650191 + -82.3796782, + 26.3694183 ], [ - -70.0606103, - 42.0650191 + -81.8777106, + 26.3694183 ], [ - -70.0606103, - 42.1294348 + -81.8777106, + 25.805971 ], [ - -70.5572884, - 42.1294348 + -81.5036862, + 25.805971 ], [ - -70.5572884, - 43.2487079 + -81.5036862, + 25.7474753 ], [ - -70.4974097, - 43.2487079 + -81.4405462, + 25.7474753 ], [ - -70.4974097, - 43.3092194 + -81.4405462, + 25.6851489 ], [ - -70.3704249, - 43.3092194 + -81.3155883, + 25.6851489 ], [ - -70.3704249, - 43.371963 + -81.3155883, + 25.5600985 ], [ - -70.3085701, - 43.371963 + -81.2538534, + 25.5600985 ], [ - -70.3085701, - 43.4969879 + -81.2538534, + 25.4342361 ], [ - -70.183921, - 43.4969879 + -81.1902012, + 25.4342361 ], [ - -70.183921, - 43.6223531 + -81.1902012, + 25.1234341 ], [ - -70.057583, - 43.6223531 + -81.1288133, + 25.1234341 ], [ - -70.057583, - 43.6850173 + -81.1288133, + 25.0619389 ], [ - -69.7455247, - 43.6850173 + -81.0649231, + 25.0619389 ], [ - -69.7455247, - 43.7476571 + -81.0649231, + 24.8157807 ], [ - -69.2472845, - 43.7476571 + -81.6289469, + 24.8157807 ], [ - -69.2472845, - 43.8107035 + -81.6289469, + 24.7538367 ], [ - -69.0560701, - 43.8107035 + -81.6907173, + 24.7538367 ], [ - -69.0560701, - 43.8717247 + -81.6907173, + 24.6899374 ], [ - -68.9950522, - 43.8717247 + -81.8173189, + 24.6899374 ], [ - -68.9950522, - 43.9982022 + -81.8173189, + 24.6279161 ], [ - -68.4963672, - 43.9982022 + -82.1910041, + 24.6279161 ], [ - -68.4963672, - 44.0597368 + -82.1910041, + 24.496294 ], [ - -68.3081038, - 44.0597368 + -81.6216596, + 24.496294 ], [ - -68.3081038, - 44.122137 + -81.6216596, + 24.559484 ], [ - -68.1851802, - 44.122137 + -81.372006, + 24.559484 ], [ - -68.1851802, - 44.3081382 + -81.372006, + 24.6220687 ], [ - -67.9956019, - 44.3081382 + -81.0593278, + 24.6220687 ], [ - -67.9956019, - 44.3727489 + -81.0593278, + 24.684826 ], [ - -67.8103041, - 44.3727489 + -80.9347147, + 24.684826 ], [ - -67.8103041, - 44.435178 + -80.9347147, + 24.7474828 ], [ - -67.4965289, - 44.435178 + -80.7471081, + 24.7474828 ], [ - -67.4965289, - 44.4968776 + -80.7471081, + 24.8100618 ], [ - -67.37102, - 44.4968776 + -80.3629898, + 24.8100618 ], [ - -67.37102, - 44.5600642 + -80.3629898, + 25.1175858 ], [ - -67.1848753, - 44.5600642 + -80.122344, + 25.1175858 ], [ - -67.1848753, - 44.6213345 + -80.122344, + 25.7472357 ], [ - -67.1221208, - 44.6213345 + -80.0588458, + 25.7472357 ], [ - -67.1221208, - 44.6867918 + -80.0588458, + 26.3708251 ], [ - -67.059365, - 44.6867918 + -79.995837, + 26.3708251 ], [ - -67.059365, - 44.7473657 + -79.995837, + 26.9398003 ], [ - -66.9311098, - 44.7473657 + -80.0587265, + 26.9398003 ], [ - -66.9311098, - 44.9406566 + -80.0587265, + 27.1277466 ], [ - -66.994683, - 44.9406566 + -80.1226251, + 27.1277466 ], [ - -66.994683, - 45.0024514 + -80.1226251, + 27.2534279 ], [ - -67.0595847, - 45.0024514 + -80.1846956, + 27.2534279 ], [ - -67.0595847, - 45.1273377 + -80.1846956, + 27.3781229 ], [ - -67.1201974, - 45.1273377 + -80.246175, + 27.3781229 ], [ - -67.1201974, - 45.1910115 + -80.246175, + 27.5658729 ], [ - -67.2469811, - 45.1910115 + -80.3094768, + 27.5658729 ], [ - -67.2469811, - 45.253442 + -80.3094768, + 27.7530311 ], [ - -67.3177546, - 45.253442 + -80.3721485, + 27.7530311 ], [ - -67.3177546, - 45.1898369 + -80.3721485, + 27.8774451 ], [ - -67.370749, - 45.1898369 + -80.4351457, + 27.8774451 ], [ - -67.370749, - 45.2534001 + -80.4351457, + 28.0033366 ], [ - -67.4326888, - 45.2534001 + -80.4966078, + 28.0033366 ], [ - -67.4326888, - 45.3083409 + -80.4966078, + 28.1277326 ], [ - -67.3708571, - 45.3083409 + -80.5587159, + 28.1277326 ], [ - -67.3708571, - 45.4396986 + -80.5587159, + 28.3723509 ], [ - -67.4305573, - 45.4396986 + -80.4966335, + 28.3723509 ], [ - -67.4305573, - 45.4950095 + -80.4966335, + 29.5160326 ], [ - -67.37099, - 45.4950095 + -81.1213644, + 29.5160326 ], [ - -67.37099, - 45.6264543 + -81.1213644, + 31.6846966 ], [ - -67.6214982, - 45.6264543 + -80.6018723, + 31.6846966 ], [ - -67.6214982, - 45.6896133 + -80.6018723, + 32.2475309 ], [ - -67.683828, - 45.6896133 + -79.4921024, + 32.2475309 ], [ - -67.683828, - 45.753259 + -79.4921024, + 32.9970261 ], [ - -67.7462097, - 45.753259 + -79.1116488, + 32.9970261 ], [ - -67.7462097, - 47.1268165 + -79.1116488, + 33.3729457 ], [ - -67.8700141, - 47.1268165 + -78.6153621, + 33.3729457 ], [ - -67.8700141, - 47.1900278 + -78.6153621, + 33.8097638 ], [ - -67.9323803, - 47.1900278 + -77.9316963, + 33.8097638 ], [ - -67.9323803, - 47.2539678 + -77.9316963, + 33.8718243 ], [ - -67.9959387, - 47.2539678 + -77.8692252, + 33.8718243 ], [ - -67.9959387, - 47.3149737 + -77.8692252, + 34.0552454 ], [ - -68.1206676, - 47.3149737 + -77.6826392, + 34.0552454 ], [ - -68.1206676, - 47.3780823 + -77.6826392, + 34.2974598 ], [ - -68.4423175, - 47.3780823 + -77.2453509, + 34.2974598 ], [ - -68.4423175, - 47.3166082 + -77.2453509, + 34.5598585 ], [ - -68.6314305, - 47.3166082 + -76.4973277, + 34.5598585 ], [ - -68.6314305, - 47.2544676 + -76.4973277, + 34.622796 ], [ - -68.9978037, - 47.2544676 + -76.4337602, + 34.622796 ], [ - -68.9978037, - 47.439895 + -76.4337602, + 34.6849285 ], [ - -69.0607223, - 47.439895 + -76.373212, + 34.6849285 ], [ - -69.0607223, - 47.5047558 + -76.373212, + 34.7467674 ], [ - -69.2538122, - 47.5047558 + -76.3059364, + 34.7467674 ], [ - -69.2538122, - 47.4398084 + -76.3059364, + 34.808551 ], [ - -69.3179284, - 47.4398084 + -76.2468017, + 34.808551 ], [ - -69.3179284, - 47.378601 + -76.2468017, + 34.8728418 ], [ - -69.4438546, - 47.378601 + -76.1825922, + 34.8728418 ], [ - -69.4438546, - 47.3156274 + -76.1825922, + 34.9335332 ], [ - -69.5038204, - 47.3156274 + -76.120814, + 34.9335332 ], [ - -69.5038204, - 47.2525839 + -76.120814, + 34.9952359 ], [ - -69.5667838, - 47.2525839 + -75.9979015, + 34.9952359 ], [ - -69.5667838, - 47.1910884 + -75.9979015, + 35.0578182 ], [ - -69.6303478, - 47.1910884 + -75.870338, + 35.0578182 ], [ - -69.6303478, - 47.128701 + -75.870338, + 35.1219097 ], [ - -69.6933103, - 47.128701 + -75.7462194, + 35.1219097 ], [ - -69.6933103, - 47.0654307 + -75.7462194, + 35.1818911 ], [ - -69.7557063, - 47.0654307 + -75.4929694, + 35.1818911 ], [ - -69.7557063, - 47.0042751 + -75.4929694, + 35.3082988 ], [ - -69.8180391, - 47.0042751 + -75.4325662, + 35.3082988 ], [ - -69.8180391, - 46.9415344 + -75.4325662, + 35.7542495 ], [ - -69.8804023, - 46.9415344 + -75.4969907, + 35.7542495 ], [ - -69.8804023, - 46.8792519 + -75.4969907, + 37.8105602 ], [ - -69.9421674, - 46.8792519 + -75.3082972, + 37.8105602 ], [ - -69.9421674, - 46.8177399 + -75.3082972, + 37.8720088 ], [ - -70.0063088, - 46.8177399 + -75.245601, + 37.8720088 ], [ - -70.0063088, - 46.6920295 + -75.245601, + 37.9954849 ], [ - -70.0704265, - 46.6920295 + -75.1828751, + 37.9954849 ], [ - -70.0704265, - 46.4425926 + -75.1828751, + 38.0585079 ], [ - -70.1945902, - 46.4425926 + -75.1184793, + 38.0585079 ], [ - -70.1945902, - 46.3785887 + -75.1184793, + 38.2469091 ], [ - -70.2562047, - 46.3785887 + -75.0592098, + 38.2469091 ], [ - -70.2562047, - 46.3152628 + -75.0592098, + 38.3704316 ], [ - -70.3203651, - 46.3152628 + -74.9948111, + 38.3704316 ], [ - -70.3203651, - 46.0651209 + -74.9948111, + 38.8718417 ], [ - -70.3814988, - 46.0651209 + -74.4878252, + 38.8718417 ], [ - -70.3814988, - 45.93552 + -74.4878252, + 39.3089428 ], [ - -70.3201618, - 45.93552 + -74.1766317, + 39.3089428 ], [ - -70.3201618, - 45.879479 + -74.1766317, + 39.6224653 ], [ - -70.4493131, - 45.879479 + -74.0567045, + 39.6224653 ], [ - -70.4493131, - 45.7538713 + -74.0567045, + 39.933178 ], [ - -70.5070021, - 45.7538713 + -73.9959035, + 39.933178 ], [ - -70.5070021, - 45.6916912 + -73.9959035, + 40.1854852 ], [ - -70.6316642, - 45.6916912 + -73.9341593, + 40.1854852 ], [ - -70.6316642, - 45.6291619 + -73.9341593, + 40.4959486 ], [ - -70.7575538, - 45.6291619 + -73.8723024, + 40.4959486 ], [ - -70.7575538, - 45.4414685 + -73.8723024, + 40.5527135 ], [ - -70.8809878, - 45.4414685 + -71.8074506, + 40.5527135 ], [ - -70.8809878, - 45.3780612 + -71.8074506, + 41.3088005 ], [ - -71.13328, - 45.3780612 + -70.882512, + 41.3088005 ], [ - -71.13328, - 45.3151452 + -70.882512, + 41.184978 ], [ - -71.3830282, - 45.3151452 + -70.7461947, + 41.184978 ], [ - -71.3830282, - 45.253416 + -70.7461947, + 41.3091865 ], [ - -71.5076448, - 45.253416 + -70.4337553, + 41.3091865 ], [ - -71.5076448, - 45.0655726 + -70.4337553, + 41.4963885 ], [ - -73.9418929, - 45.0655726 + -69.9334281, + 41.4963885 ], [ - -73.9418929, - 45.0031242 + -69.9334281, + 41.6230802 ], [ - -74.7469725, - 45.0031242 + -69.869857, + 41.6230802 ], [ - -74.7469725, - 45.0649003 + -69.869857, + 41.8776895 ], [ - -74.8800964, - 45.0649003 + -69.935791, + 41.8776895 ], [ - -74.8800964, - 45.0029023 + -69.935791, + 42.0032342 ], [ - -75.0662455, - 45.0029023 + -69.9975823, + 42.0032342 ], [ - -75.0662455, - 44.9415167 + -69.9975823, + 42.0650191 ], [ - -75.2539363, - 44.9415167 + -70.0606103, + 42.0650191 ], [ - -75.2539363, - 44.8776043 + -70.0606103, + 42.1294348 ], [ - -75.3789648, - 44.8776043 + -70.5572884, + 42.1294348 ], [ - -75.3789648, - 44.8153462 + -70.5572884, + 43.2487079 ], [ - -75.4431283, - 44.8153462 + -70.4974097, + 43.2487079 ], [ - -75.4431283, - 44.7536053 + -70.4974097, + 43.3092194 ], [ - -75.5666566, - 44.7536053 + -70.3704249, + 43.3092194 ], [ - -75.5666566, - 44.6909879 + -70.3704249, + 43.371963 ], [ - -75.6290205, - 44.6909879 + -70.3085701, + 43.371963 ], [ - -75.6290205, - 44.6284958 + -70.3085701, + 43.4969879 ], [ - -75.7540484, - 44.6284958 + -70.183921, + 43.4969879 ], [ - -75.7540484, - 44.566385 + -70.183921, + 43.6223531 ], [ - -75.817312, - 44.566385 + -70.057583, + 43.6223531 ], [ - -75.817312, - 44.5028932 + -70.057583, + 43.6850173 ], [ - -75.8799549, - 44.5028932 + -69.7455247, + 43.6850173 ], [ - -75.8799549, - 44.3784946 + -69.7455247, + 43.7476571 ], [ - -76.1300319, - 44.3784946 + -69.2472845, + 43.7476571 ], [ - -76.1300319, - 44.3159227 + -69.2472845, + 43.8107035 ], [ - -76.1926961, - 44.3159227 + -69.0560701, + 43.8107035 ], [ - -76.1926961, - 44.2534378 + -69.0560701, + 43.8717247 ], [ - -76.3182619, - 44.2534378 + -68.9950522, + 43.8717247 ], [ - -76.3182619, - 44.1916726 + -68.9950522, + 43.9982022 ], [ - -76.3792975, - 44.1916726 + -68.4963672, + 43.9982022 ], [ - -76.3792975, - 44.0653733 + -68.4963672, + 44.0597368 ], [ - -76.4427584, - 44.0653733 + -68.3081038, + 44.0597368 ], [ - -76.4427584, - 43.9963825 + -68.3081038, + 44.122137 ], [ - -76.317027, - 43.9963825 + -68.1851802, + 44.122137 ], [ - -76.317027, - 43.9414581 + -68.1851802, + 44.3081382 ], [ - -76.5076611, - 43.9414581 + -67.9956019, + 44.3081382 ], [ - -76.5076611, - 43.8723335 + -67.9956019, + 44.3727489 ], [ - -76.3829974, - 43.8723335 + -67.8103041, + 44.3727489 ], [ - -76.3829974, - 43.8091872 + -67.8103041, + 44.435178 ], [ - -76.2534102, - 43.8091872 + -67.4965289, + 44.435178 ], [ - -76.2534102, - 43.5665222 + -67.4965289, + 44.4968776 ], [ - -76.5064833, - 43.5665222 + -67.37102, + 44.4968776 ], [ - -76.5064833, - 43.5033881 + -67.37102, + 44.5600642 ], [ - -76.6331208, - 43.5033881 + -67.1848753, + 44.5600642 ], [ - -76.6331208, - 43.4432252 + -67.1848753, + 44.6213345 ], [ - -76.6951085, - 43.4432252 + -67.1221208, + 44.6213345 ], [ - -76.6951085, - 43.3786858 + -67.1221208, + 44.6867918 ], [ - -76.8177798, - 43.3786858 + -67.059365, + 44.6867918 ], [ - -76.8177798, - 43.318066 + -67.059365, + 44.7473657 ], [ - -77.682, - 43.318066 + -66.9311098, + 44.7473657 ], [ - -77.682, - 43.3789376 + -66.9311098, + 44.9406566 ], [ - -78.0565883, - 43.3789376 + -66.994683, + 44.9406566 ], [ - -78.0565883, - 43.4396918 + -66.994683, + 45.0024514 ], [ - -78.4389748, - 43.4396918 + -67.0595847, + 45.0024514 ], [ - -78.4389748, - 43.3794382 + -67.0595847, + 45.1273377 ], [ - -78.8803396, - 43.3794382 + -67.1201974, + 45.1273377 ], [ - -78.8803396, - 43.3149724 + -67.1201974, + 45.1910115 ], [ - -79.1298858, - 43.3149724 + -67.2469811, + 45.1910115 ], [ - -79.1298858, - 43.2429286 + -67.2469811, + 45.253442 ], [ - -79.0669615, - 43.2429286 + -67.3177546, + 45.253442 ], [ - -79.0669615, - 43.1299931 + -67.3177546, + 45.1898369 ], [ - -79.1298858, - 43.1299931 + -67.370749, + 45.1898369 ], [ - -79.1298858, - 43.0577305 + -67.370749, + 45.2534001 ], [ - -79.071264, - 43.0577305 + -67.4326888, + 45.2534001 ], [ - -79.071264, - 42.9294906 + -67.4326888, + 45.3083409 ], [ - -78.943264, - 42.9294906 + -67.3708571, + 45.3083409 ], [ - -78.943264, - 42.7542165 + -67.3708571, + 45.4396986 ], [ - -79.069439, - 42.7542165 + -67.4305573, + 45.4396986 ], [ - -79.069439, - 42.6941622 + -67.4305573, + 45.4950095 ], [ - -79.133439, - 42.6941622 + -67.37099, + 45.4950095 ], [ - -79.133439, - 42.6296973 + -67.37099, + 45.6264543 ], [ - -79.1947499, - 42.6296973 + -67.6214982, + 45.6264543 ], [ - -79.1947499, - 42.5663538 + -67.6214982, + 45.6896133 ], [ - -79.3786827, - 42.5663538 + -67.683828, + 45.6896133 ], [ - -79.3786827, - 42.5033425 + -67.683828, + 45.753259 ], [ - -79.4442961, - 42.5033425 + -67.7462097, + 45.753259 ], [ - -79.4442961, - 42.4410614 + -67.7462097, + 47.1268165 ], [ - -79.5679936, - 42.4410614 + -67.8700141, + 47.1268165 ], [ - -79.5679936, - 42.3775264 + -67.8700141, + 47.1900278 ], [ - -79.6906154, - 42.3775264 + -67.9323803, + 47.1900278 ], [ - -79.6906154, - 42.3171086 + -67.9323803, + 47.2539678 ], [ - -79.8164642, - 42.3171086 + -67.9959387, + 47.2539678 ], [ - -79.8164642, - 42.2534481 + -67.9959387, + 47.3149737 ], [ - -80.0052373, - 42.2534481 + -68.1206676, + 47.3149737 ], [ - -80.0052373, - 42.1909188 + -68.1206676, + 47.3780823 ], [ - -80.1916829, - 42.1909188 + -68.4423175, + 47.3780823 ], [ - -80.1916829, - 42.1272555 + -68.4423175, + 47.3166082 ], [ - -80.3167992, - 42.1272555 + -68.6314305, + 47.3166082 ], [ - -80.3167992, - 42.0669857 + -68.6314305, + 47.2544676 ], [ - -80.5063234, - 42.0669857 + -68.9978037, + 47.2544676 ], [ - -80.5063234, - 42.0034331 + -68.9978037, + 47.439895 ], [ - -80.6930471, - 42.0034331 + -69.0607223, + 47.439895 ], [ - -80.6930471, - 41.9415141 + -69.0607223, + 47.5047558 ], [ - -80.9440403, - 41.9415141 + -69.2538122, + 47.5047558 ], [ - -80.9440403, - 41.8781193 + -69.2538122, + 47.4398084 ], [ - -81.1942729, - 41.8781193 + -69.3179284, + 47.4398084 ], [ - -81.1942729, - 41.8166455 + -69.3179284, + 47.378601 ], [ - -81.3190089, - 41.8166455 + -69.4438546, + 47.378601 ], [ - -81.3190089, - 41.7545453 + -69.4438546, + 47.3156274 ], [ - -81.4418435, - 41.7545453 + -69.5038204, + 47.3156274 ], [ - -81.4418435, - 41.690965 + -69.5038204, + 47.2525839 ], [ - -81.5053523, - 41.690965 + -69.5667838, + 47.2525839 ], [ - -81.5053523, - 41.6301643 + -69.5667838, + 47.1910884 ], [ - -82.7470081, - 41.6301643 + -69.6303478, + 47.1910884 ], [ - -82.7470081, - 41.7536942 + -69.6303478, + 47.128701 ], [ - -82.8839135, - 41.7536942 + -69.6933103, + 47.128701 ], [ - -82.8839135, - 41.5656075 + -69.6933103, + 47.0654307 ], [ - -82.9957195, - 41.5656075 + -69.7557063, + 47.0654307 ], [ - -82.9957195, - 41.6270375 + -69.7557063, + 47.0042751 ], [ - -83.1257796, - 41.6270375 + -69.8180391, + 47.0042751 ], [ - -83.1257796, - 41.6878411 + -69.8180391, + 46.9415344 ], [ - -83.2474733, - 41.6878411 + -69.8804023, + 46.9415344 ], [ - -83.2474733, - 41.7536942 + -69.8804023, + 46.8792519 ], [ - -83.3737305, - 41.7536942 + -69.9421674, + 46.8792519 ], [ - -83.3737305, - 41.809276 + -69.9421674, + 46.8177399 ], [ - -83.3106019, - 41.809276 + -70.0063088, + 46.8177399 ], [ - -83.3106019, - 41.8716064 + -70.0063088, + 46.6920295 ], [ - -83.2474733, - 41.8716064 + -70.0704265, + 46.6920295 ], [ - -83.2474733, - 41.9361393 + -70.0704265, + 46.4425926 ], [ - -83.1843447, - 41.9361393 + -70.1945902, + 46.4425926 ], [ - -83.1843447, - 41.9960851 + -70.1945902, + 46.3785887 ], [ - -83.1207681, - 41.9960851 + -70.2562047, + 46.3785887 ], [ - -83.1207681, - 42.2464812 + -70.2562047, + 46.3152628 ], [ - -83.0589194, - 42.2464812 + -70.3203651, + 46.3152628 ], [ - -83.0589194, - 42.3089555 + -70.3203651, + 46.0651209 ], [ - -82.8685328, - 42.3089555 + -70.3814988, + 46.0651209 ], [ - -82.8685328, - 42.3717652 + -70.3814988, + 45.93552 ], [ - -82.8072219, - 42.3717652 + -70.3201618, + 45.93552 ], [ - -82.8072219, - 42.558553 + -70.3201618, + 45.879479 ], [ - -82.7553745, - 42.558553 + -70.4493131, + 45.879479 ], [ - -82.7553745, - 42.4954945 + -70.4493131, + 45.7538713 ], [ - -82.5599041, - 42.4954945 + -70.5070021, + 45.7538713 ], [ - -82.5599041, - 42.558553 + -70.5070021, + 45.6916912 ], [ - -82.4967755, - 42.558553 + -70.6316642, + 45.6916912 ], [ - -82.4967755, - 42.6833607 + -70.6316642, + 45.6291619 ], [ - -82.4328863, - 42.6833607 + -70.7575538, + 45.6291619 ], [ - -82.4328863, - 42.9342196 + -70.7575538, + 45.4414685 ], [ - -82.3700552, - 42.9342196 + -70.8809878, + 45.4414685 ], [ - -82.3700552, - 43.0648071 + -70.8809878, + 45.3780612 ], [ - -82.4328863, - 43.0648071 + -71.13328, + 45.3780612 ], [ - -82.4328863, - 43.1917566 + -71.13328, + 45.3151452 ], [ - -82.4947464, - 43.1917566 + -71.3830282, + 45.3151452 ], [ - -82.4947464, - 43.5034627 + -71.3830282, + 45.253416 ], [ - -82.557133, - 43.5034627 + -71.5076448, + 45.253416 ], [ - -82.557133, - 43.8160901 + -71.5076448, + 45.0655726 ], [ - -82.6197884, - 43.8160901 + -73.9418929, + 45.0655726 ], [ - -82.6197884, - 43.9422098 + -73.9418929, + 45.0031242 ], [ - -82.6839499, - 43.9422098 + -74.7469725, + 45.0031242 ], [ - -82.6839499, - 44.0022641 + -74.7469725, + 45.0649003 ], [ - -82.7465346, - 44.0022641 + -74.8800964, + 45.0649003 ], [ - -82.7465346, - 44.0670545 + -74.8800964, + 45.0029023 ], [ - -82.8708696, - 44.0670545 + -75.0662455, + 45.0029023 ], [ - -82.8708696, - 44.1291935 + -75.0662455, + 44.9415167 ], [ - -83.008517, - 44.1291935 + -75.2539363, + 44.9415167 ], [ - -83.008517, - 44.0664786 + -75.2539363, + 44.8776043 ], [ - -83.1336086, - 44.0664786 + -75.3789648, + 44.8776043 ], [ - -83.1336086, - 44.0053949 + -75.3789648, + 44.8153462 ], [ - -83.2414522, - 44.0053949 + -75.4431283, + 44.8153462 ], [ - -83.2414522, - 44.9962034 + -75.4431283, + 44.7536053 ], [ - -83.1806112, - 44.9962034 + -75.5666566, + 44.7536053 ], [ - -83.1806112, - 45.067302 + -75.5666566, + 44.6909879 ], [ - -83.2455172, - 45.067302 + -75.6290205, + 44.6909879 ], [ - -83.2455172, - 45.1287382 + -75.6290205, + 44.6284958 ], [ - -83.3065878, - 45.1287382 + -75.7540484, + 44.6284958 ], [ - -83.3065878, - 45.2551509 + -75.7540484, + 44.566385 ], [ - -83.3706087, - 45.2551509 + -75.817312, + 44.566385 ], [ - -83.3706087, - 45.3165923 + -75.817312, + 44.5028932 ], [ - -83.4325644, - 45.3165923 + -75.8799549, + 44.5028932 ], [ - -83.4325644, - 45.3792105 + -75.8799549, + 44.3784946 ], [ - -83.6178415, - 45.3792105 + -76.1300319, + 44.3784946 ], [ - -83.6178415, - 45.4419665 + -76.1300319, + 44.3159227 ], [ - -83.8084291, - 45.4419665 + -76.1926961, + 44.3159227 ], [ - -83.8084291, - 45.5036189 + -76.1926961, + 44.2534378 ], [ - -84.0550718, - 45.5036189 + -76.3182619, + 44.2534378 ], [ - -84.0550718, - 45.5647907 + -76.3182619, + 44.1916726 ], [ - -84.1235181, - 45.5647907 + -76.3792975, + 44.1916726 ], [ - -84.1235181, - 45.6287845 + -76.3792975, + 44.0653733 ], [ - -84.1807534, - 45.6287845 + -76.4427584, + 44.0653733 ], [ - -84.1807534, - 45.6914688 + -76.4427584, + 43.9963825 ], [ - -84.3111554, - 45.6914688 + -76.317027, + 43.9963825 ], [ - -84.3111554, - 45.9337076 + -76.317027, + 43.9414581 ], [ - -83.8209974, - 45.9337076 + -76.5076611, + 43.9414581 ], [ - -83.8209974, - 45.8725113 + -76.5076611, + 43.8723335 ], [ - -83.4968086, - 45.8725113 + -76.3829974, + 43.8723335 ], [ - -83.4968086, - 45.9337076 + -76.3829974, + 43.8091872 ], [ - -83.4338066, - 45.9337076 + -76.2534102, + 43.8091872 ], [ - -83.4338066, - 46.0016863 + -76.2534102, + 43.5665222 ], [ - -83.4962697, - 46.0016863 + -76.5064833, + 43.5665222 ], [ - -83.4962697, - 46.0668178 + -76.5064833, + 43.5033881 ], [ - -83.5599956, - 46.0668178 + -76.6331208, + 43.5033881 ], [ - -83.5599956, - 46.1261576 + -76.6331208, + 43.4432252 ], [ - -83.9954558, - 46.1261576 + -76.6951085, + 43.4432252 ], [ - -83.9954558, - 46.1931747 + -76.6951085, + 43.3786858 ], [ - -84.0591816, - 46.1931747 + -76.8177798, + 43.3786858 ], [ - -84.0591816, - 46.3814972 + -76.8177798, + 43.318066 ], [ - -84.1152614, - 46.3814972 + -77.682, + 43.318066 ], [ - -84.1152614, - 46.4953584 + -77.682, + 43.3789376 ], [ - -84.0591816, - 46.4953584 + -78.0565883, + 43.3789376 ], [ - -84.0591816, - 46.5682653 + -78.0565883, + 43.4396918 ], [ - -84.2579545, - 46.5682653 + -78.4389748, + 43.4396918 ], [ - -84.2579545, - 46.5051232 + -78.4389748, + 43.3794382 ], [ - -84.3071879, - 46.5051232 + -78.8803396, + 43.3794382 ], [ - -84.3071879, - 46.5682653 + -78.8803396, + 43.3149724 ], [ - -84.4415364, - 46.5682653 + -79.1298858, + 43.3149724 ], [ - -84.4415364, - 46.504525 + -79.1298858, + 43.2429286 ], [ - -84.9965729, - 46.504525 + -79.0669615, + 43.2429286 ], [ - -84.9965729, - 46.6842882 + -79.0669615, + 43.1299931 ], [ - -84.9298158, - 46.6842882 + -79.1298858, + 43.1299931 ], [ - -84.9298158, - 46.818077 + -79.1298858, + 43.0577305 ], [ - -85.3165894, - 46.818077 + -79.071264, + 43.0577305 ], [ - -85.3165894, - 46.7535825 + -79.071264, + 42.9294906 ], [ - -87.5562645, - 46.7535825 + -78.943264, + 42.9294906 ], [ - -87.5562645, - 47.4407371 + -78.943264, + 42.7542165 ], [ - -87.6825361, - 47.4407371 + -79.069439, + 42.7542165 ], [ - -87.6825361, - 47.5035554 + -79.069439, + 42.6941622 ], [ - -88.2560738, - 47.5035554 + -79.133439, + 42.6941622 ], [ - -88.2560738, - 47.4433716 + -79.133439, + 42.6296973 ], [ - -88.4417419, - 47.4433716 + -79.1947499, + 42.6296973 ], [ - -88.4417419, - 47.3789949 + -79.1947499, + 42.5663538 ], [ - -88.50683, - 47.3789949 + -79.3786827, + 42.5663538 ], [ - -88.50683, - 47.3153881 + -79.3786827, + 42.5033425 ], [ - -88.6312821, - 47.3153881 + -79.4442961, + 42.5033425 ], [ - -88.6312821, - 47.2539782 + -79.4442961, + 42.4410614 ], [ - -88.7569636, - 47.2539782 + -79.5679936, + 42.4410614 ], [ - -88.7569636, - 47.1934682 + -79.5679936, + 42.3775264 ], [ - -88.8838253, - 47.1934682 + -79.6906154, + 42.3775264 ], [ - -88.8838253, - 47.1284735 + -79.6906154, + 42.3171086 ], [ - -88.9434208, - 47.1284735 + -79.8164642, + 42.3171086 ], [ - -88.9434208, - 47.0662127 + -79.8164642, + 42.2534481 ], [ - -89.0708726, - 47.0662127 + -80.0052373, + 42.2534481 ], [ - -89.0708726, - 47.0026826 + -80.0052373, + 42.1909188 ], [ - -89.2565553, - 47.0026826 + -80.1916829, + 42.1909188 ], [ - -89.2565553, - 46.9410806 + -80.1916829, + 42.1272555 ], [ - -90.3677669, - 46.9410806 + -80.3167992, + 42.1272555 ], [ - -90.3677669, - 47.6844827 + -80.3167992, + 42.0669857 ], [ - -90.3069978, - 47.6844827 + -80.5063234, + 42.0669857 ], [ - -90.3069978, - 47.7460174 + -80.5063234, + 42.0034331 ], [ - -89.994859, - 47.7460174 + -80.6930471, + 42.0034331 ], [ - -89.994859, - 47.8082719 + -80.6930471, + 41.9415141 ], [ - -89.8048615, - 47.8082719 + -80.9440403, + 41.9415141 ], [ - -89.8048615, - 47.8700562 + -80.9440403, + 41.8781193 ], [ - -89.6797699, - 47.8700562 + -81.1942729, + 41.8781193 ], [ - -89.6797699, - 47.9339637 + -81.1942729, + 41.8166455 ], [ - -89.4933757, - 47.9339637 + -81.3190089, + 41.8166455 ], [ - -89.4933757, - 47.9957956 + -81.3190089, + 41.7545453 ], [ - -89.4284697, - 47.9957956 + -81.4418435, + 41.7545453 ], [ - -89.4284697, - 48.0656377 + -81.4418435, + 41.690965 ], [ - -89.9932739, - 48.0656377 + -81.5053523, + 41.690965 ], [ - -89.9932739, - 48.1282966 + -81.5053523, + 41.6301643 ], [ - -90.7455933, - 48.1282966 + -82.7470081, + 41.6301643 ], [ - -90.7455933, - 48.1893056 + -82.7470081, + 41.7536942 ], [ - -90.8087291, - 48.1893056 + -82.8839135, + 41.7536942 ], [ - -90.8087291, - 48.2522065 + -82.8839135, + 41.5656075 ], [ - -91.067763, - 48.2522065 + -82.9957195, + 41.5656075 ], [ - -91.067763, - 48.1916658 + -82.9957195, + 41.6270375 ], [ - -91.1946247, - 48.1916658 + -83.1257796, + 41.6270375 ], [ - -91.1946247, - 48.1279027 + -83.1257796, + 41.6878411 ], [ - -91.6814196, - 48.1279027 + -83.2474733, + 41.6878411 ], [ - -91.6814196, - 48.2525994 + -83.2474733, + 41.7536942 ], [ - -91.9321927, - 48.2525994 + -83.3737305, + 41.7536942 ], [ - -91.9321927, - 48.3142454 + -83.3737305, + 41.809276 ], [ - -91.9929683, - 48.3142454 + -83.3106019, + 41.809276 ], [ - -91.9929683, - 48.3780845 + -83.3106019, + 41.8716064 ], [ - -92.3189383, - 48.3780845 + -83.2474733, + 41.8716064 ], [ - -92.3189383, - 48.2529081 + -83.2474733, + 41.9361393 ], [ - -92.3732233, - 48.2529081 + -83.1843447, + 41.9361393 ], [ - -92.3732233, - 48.3153385 + -83.1843447, + 41.9960851 ], [ - -92.4322288, - 48.3153385 + -83.1207681, + 41.9960851 ], [ - -92.4322288, - 48.4411448 + -83.1207681, + 42.2464812 ], [ - -92.4977248, - 48.4411448 + -83.0589194, + 42.2464812 ], [ - -92.4977248, - 48.501781 + -83.0589194, + 42.3089555 ], [ - -92.5679413, - 48.501781 + -82.8685328, + 42.3089555 ], [ - -92.5679413, - 48.439579 + -82.8685328, + 42.3717652 ], [ - -92.6210462, - 48.439579 + -82.8072219, + 42.3717652 ], [ - -92.6210462, - 48.5650783 + -82.8072219, + 42.558553 ], [ - -92.8086835, - 48.5650783 + -82.7553745, + 42.558553 ], [ - -92.8086835, - 48.6286865 + -82.7553745, + 42.4954945 ], [ - -92.8086835, - 48.6267365 + -82.5599041, + 42.4954945 ], [ - -92.933185, - 48.6267365 + -82.5599041, + 42.558553 ], [ - -92.933185, - 48.6922145 + -82.4967755, + 42.558553 ], [ - -93.0051716, - 48.6922145 + -82.4967755, + 42.6833607 ], [ - -93.0051716, - 48.6282965 + -82.4328863, + 42.6833607 ], [ - -93.1225924, - 48.6282965 + -82.4328863, + 42.9342196 ], [ - -93.1225924, - 48.6922145 + -82.3700552, + 42.9342196 ], [ - -93.3190806, - 48.6922145 + -82.3700552, + 43.0648071 ], [ - -93.3190806, - 48.6267365 + -82.4328863, + 43.0648071 ], [ - -93.5049477, - 48.6267365 + -82.4328863, + 43.1917566 ], [ - -93.5049477, - 48.5635164 + -82.4947464, + 43.1917566 ], [ - -93.7474601, - 48.5635164 + -82.4947464, + 43.5034627 ], [ - -93.7474601, - 48.6267365 + -82.557133, + 43.5034627 ], [ - -93.8135461, - 48.6267365 + -82.557133, + 43.8160901 ], [ - -93.8135461, - 48.6898775 + -82.6197884, + 43.8160901 ], [ - -94.2453121, - 48.6898775 + -82.6197884, + 43.9422098 ], [ - -94.2453121, - 48.7554327 + -82.6839499, + 43.9422098 ], [ - -94.6183171, - 48.7554327 + -82.6839499, + 44.0022641 ], [ - -94.6183171, - 48.941036 + -82.7465346, + 44.0022641 ], [ - -94.6809018, - 48.941036 + -82.7465346, + 44.0670545 ], [ - -94.6809018, - 49.0029737 + -82.8708696, + 44.0670545 ], [ - -94.7441532, - 49.0029737 + -82.8708696, + 44.1291935 ], [ - -94.7441532, - 49.2536079 + -83.008517, + 44.1291935 ], [ - -94.8084069, - 49.2536079 + -83.008517, + 44.0664786 ], [ - -94.8084069, - 49.3784134 + -83.1336086, + 44.0664786 ], [ - -95.1192391, - 49.3784134 + -83.1336086, + 44.0053949 ], [ - -95.1192391, - 49.4425264 + -83.2414522, + 44.0053949 ], [ - -95.1934341, - 49.4425264 + -83.2414522, + 44.9962034 ], [ - -95.1934341, - 49.0035292 + -83.1806112, + 44.9962034 ], [ - -96.87069, - 49.0035292 + -83.1806112, + 45.067302 ], [ - -96.87069, - 49.0656063 + -83.2455172, + 45.067302 ], [ - -99.0049312, - 49.0656063 + -83.2455172, + 45.1287382 ], [ - -99.0049312, - 49.0050714 + -83.3065878, + 45.1287382 ], [ - -109.3699257, - 49.0050714 + -83.3065878, + 45.2551509 ], [ - -109.3699257, - 49.0668231 + -83.3706087, + 45.2551509 ], [ - -109.5058746, - 49.0668231 + -83.3706087, + 45.3165923 ], [ - -109.5058746, - 49.0050714 + -83.4325644, + 45.3165923 ], [ - -114.1830014, - 49.0050714 + -83.4325644, + 45.3792105 ], [ - -114.1830014, - 49.0687317 + -83.6178415, + 45.3792105 ], [ - -114.7578709, - 49.0687317 + -83.6178415, + 45.4419665 ], [ - -114.7578709, - 49.0050714 + -83.8084291, + 45.4419665 ], [ - -115.433731, - 49.0050714 + -83.8084291, + 45.5036189 ], [ - -115.433731, - 49.0671412 + -84.0550718, + 45.5036189 ], [ - -116.5062706, - 49.0671412 + -84.0550718, + 45.5647907 ], [ - -116.5062706, - 49.0050714 + -84.1235181, + 45.5647907 ], [ - -117.3089504, - 49.0050714 + -84.1235181, + 45.6287845 ], [ - -117.3089504, - 49.0659803 + -84.1807534, + 45.6287845 ], [ - -119.882945, - 49.0659803 + -84.1807534, + 45.6914688 ], [ - -119.882945, - 49.0050714 + -84.3111554, + 45.6914688 ], [ - -120.1208555, - 49.0050714 + -84.3111554, + 45.9337076 ], [ - -120.1208555, - 49.0678367 + -83.8209974, + 45.9337076 ], [ - -121.4451636, - 49.0678367 + -83.8209974, + 45.8725113 ], [ - -121.4451636, - 49.0050714 + -83.4968086, + 45.8725113 ], [ - -121.9311808, - 49.0050714 + -83.4968086, + 45.9337076 ], [ - -121.9311808, - 49.0656099 + -83.4338066, + 45.9337076 ], [ - -122.817484, - 49.0656099 + -83.4338066, + 46.0016863 ], [ - -122.817484, - 49.0029143 + -83.4962697, + 46.0016863 ], [ - -122.8795155, - 49.0029143 + -83.4962697, + 46.0668178 ], [ - -122.8795155, - 48.9347018 + -83.5599956, + 46.0668178 ], [ - -122.8174629, - 48.9347018 + -83.5599956, + 46.1261576 ], [ - -122.8174629, - 48.8101998 + -83.9954558, + 46.1261576 ], [ - -122.7538859, - 48.8101998 + -83.9954558, + 46.1931747 ], [ - -122.7538859, - 48.7533758 + -84.0591816, + 46.1931747 ], [ - -122.8712937, - 48.7533758 + -84.0591816, + 46.3814972 ], [ - -122.8712937, - 48.8153948 + -84.1152614, + 46.3814972 ], [ - -123.0055391, - 48.8153948 + -84.1152614, + 46.4953584 ], [ - -123.0055391, - 48.7529529 + -84.0591816, + 46.4953584 ], [ - -123.1296926, - 48.7529529 + -84.0591816, + 46.5682653 ], [ - -123.1296926, - 48.6902201 + -84.2579545, + 46.5682653 ], [ - -123.1838197, - 48.6902201 + -84.2579545, + 46.5051232 ], [ - -123.1838197, - 48.7529029 - ] - ], - [ - [ - -122.9341743, - 37.7521547 + -84.3071879, + 46.5051232 ], [ - -122.9347457, - 37.6842013 + -84.3071879, + 46.5682653 ], [ - -123.0679013, - 37.6849023 + -84.4415364, + 46.5682653 ], [ - -123.0673747, - 37.7475251 + -84.4415364, + 46.504525 ], [ - -123.1292603, - 37.7478506 + -84.9965729, + 46.504525 ], [ - -123.1286894, - 37.815685 + -84.9965729, + 46.6842882 ], [ - -123.0590687, - 37.8153192 + -84.9298158, + 46.6842882 ], [ - -123.0595947, - 37.7528143 - ] - ], - [ - [ - -71.6299464, - 41.2540893 + -84.9298158, + 46.818077 ], [ - -71.4966465, - 41.2541393 + -85.3165894, + 46.818077 ], [ - -71.4965596, - 41.122965 + -85.3165894, + 46.7535825 ], [ - -71.6298594, - 41.1229149 - ] - ], - [ - [ - -70.3184265, - 41.3775196 + -87.5562645, + 46.7535825 ], [ - -70.3183384, - 41.2448243 + -87.5562645, + 47.4407371 ], [ - -70.1906612, - 41.2448722 + -87.6825361, + 47.4407371 ], [ - -70.1906239, - 41.1886019 + -87.6825361, + 47.5035554 ], [ - -69.9336025, - 41.1886984 + -88.2560738, + 47.5035554 ], [ - -69.933729, - 41.3791941 + -88.2560738, + 47.4433716 ], [ - -69.9950664, - 41.3791712 + -88.4417419, + 47.4433716 ], [ - -69.995109, - 41.443159 + -88.4417419, + 47.3789949 ], [ - -70.0707828, - 41.4431307 + -88.50683, + 47.3789949 ], [ - -70.0706972, - 41.3144915 + -88.50683, + 47.3153881 ], [ - -70.2461667, - 41.3144258 + -88.6312821, + 47.3153881 ], [ - -70.2462087, - 41.3775467 - ] - ], - [ - [ - -68.9403374, - 43.9404062 + -88.6312821, + 47.2539782 ], [ - -68.6856948, - 43.9404977 + -88.7569636, + 47.2539782 ], [ - -68.6856475, - 43.8721797 + -88.7569636, + 47.1934682 ], [ - -68.7465405, - 43.8721577 + -88.8838253, + 47.1934682 ], [ - -68.7464976, - 43.8102529 + -88.8838253, + 47.1284735 ], [ - -68.8090782, - 43.8102304 + -88.9434208, + 47.1284735 ], [ - -68.8090343, - 43.746728 + -88.9434208, + 47.0662127 ], [ - -68.8773094, - 43.7467034 + -89.0708726, + 47.0662127 ], [ - -68.8773544, - 43.8117826 + -89.0708726, + 47.0026826 ], [ - -68.9402483, - 43.8117599 - ] - ], - [ - [ - -123.1291466, - 49.0645144 + -89.2565553, + 47.0026826 ], [ - -122.9954224, - 49.0645144 + -89.2565553, + 46.9410806 ], [ - -122.9954224, - 48.9343243 + -90.3677669, + 46.9410806 ], [ - -123.1291466, - 48.9343243 - ] - ], - [ - [ - -82.9407144, - 24.7535913 + -90.3677669, + 47.6844827 ], [ - -82.8719398, - 24.7535913 + -90.3069978, + 47.6844827 ], [ - -82.8719398, - 24.6905653 + -90.3069978, + 47.7460174 ], [ - -82.7446233, - 24.6905653 + -89.994859, + 47.7460174 ], [ - -82.7446233, - 24.6214593 + -89.994859, + 47.8082719 ], [ - -82.8088038, - 24.6214593 + -89.8048615, + 47.8082719 ], [ - -82.8088038, - 24.5594908 + -89.8048615, + 47.8700562 ], [ - -82.9407144, - 24.5594908 - ] - ] - ] - }, - { - "name": "USGS Topographic Maps", - "type": "tms", - "template": "http://{switch:a,b,c}.tile.openstreetmap.us/usgs_scanned_topos/{zoom}/{x}/{y}.png", - "polygon": [ - [ + -89.6797699, + 47.8700562 + ], [ - -125.990173, - 48.9962416 + -89.6797699, + 47.9339637 ], [ - -125.989419, - 47.9948396 + -89.4933757, + 47.9339637 ], [ - -123.9929739, - 47.9955062 + -89.4933757, + 47.9957956 ], [ - -123.9922429, - 47.0059202 + -89.4284697, + 47.9957956 ], [ - -125.988688, - 47.0052409 + -89.4284697, + 48.0656377 ], [ - -125.9879604, - 46.0015618 + -89.9932739, + 48.0656377 ], [ - -123.9939396, - 46.0022529 + -89.9932739, + 48.1282966 ], [ - -123.9925238, - 43.9961708 + -90.7455933, + 48.1282966 ], [ - -124.9931832, - 43.9958116 + -90.7455933, + 48.1893056 ], [ - -124.9918175, - 41.9942149 + -90.8087291, + 48.1893056 ], [ - -125.9851789, - 41.9938465 + -90.8087291, + 48.2522065 ], [ - -125.9838655, - 40.0076111 + -91.067763, + 48.2522065 ], [ - -123.9833285, - 40.0083757 + -91.067763, + 48.1916658 ], [ - -123.9814115, - 37.002615 + -91.1946247, + 48.1916658 ], [ - -122.21903, - 37.0033173 + -91.1946247, + 48.1279027 ], [ - -122.2184144, - 36.011671 + -91.6814196, + 48.1279027 ], [ - -122.020087, - 36.011751 + -91.6814196, + 48.2525994 ], [ - -122.0188591, - 33.9961766 + -91.9321927, + 48.2525994 ], [ - -119.9787757, - 33.9970206 + -91.9321927, + 48.3142454 ], [ - -119.9775867, - 31.9987658 + -91.9929683, + 48.3142454 ], [ - -114.0122833, - 32.00129 + -91.9929683, + 48.3780845 ], [ - -114.0116894, - 30.9862401 + -92.3189383, + 48.3780845 ], [ - -105.998294, - 30.9896679 + -92.3189383, + 48.2529081 ], [ - -105.9971419, - 28.9901065 + -92.3732233, + 48.2529081 ], [ - -102.0210506, - 28.9918418 + -92.3732233, + 48.3153385 ], [ - -102.0204916, - 28.00733 + -92.4322288, + 48.3153385 ], [ - -100.0062436, - 28.0082173 + -92.4322288, + 48.4411448 ], [ - -100.0051143, - 25.991909 + -92.4977248, + 48.4411448 ], [ - -98.0109067, - 25.9928035 + -92.4977248, + 48.501781 ], [ - -98.0103613, - 25.0063461 + -92.5679413, + 48.501781 ], [ - -97.0161086, - 25.0067957 + -92.5679413, + 48.439579 ], [ - -97.016654, - 25.9932494 + -92.6210462, + 48.439579 ], [ - -95.9824825, - 25.9937132 + -92.6210462, + 48.5650783 ], [ - -95.9835999, - 27.9891175 + -92.8086835, + 48.5650783 ], [ - -94.0200898, - 27.9899826 + -92.8086835, + 48.6286865 ], [ - -94.0206586, - 28.9918129 + -92.8086835, + 48.6267365 ], [ - -88.0156706, - 28.9944338 + -92.933185, + 48.6267365 ], [ - -88.0162494, - 30.0038862 + -92.933185, + 48.6922145 ], [ - -86.0277506, - 30.0047454 + -93.0051716, + 48.6922145 ], [ - -86.0271719, - 28.9953016 + -93.0051716, + 48.6282965 ], [ - -84.0187909, - 28.9961781 + -93.1225924, + 48.6282965 ], [ - -84.017095, - 25.9817708 + -93.1225924, + 48.6922145 ], [ - -81.9971976, - 25.9826768 + -93.3190806, + 48.6922145 ], [ - -81.9966618, - 25.0134917 + -93.3190806, + 48.6267365 ], [ - -84.0165592, - 25.0125783 + -93.5049477, + 48.6267365 ], [ - -84.0160068, - 24.0052745 + -93.5049477, + 48.5635164 ], [ - -80.0199985, - 24.007096 + -93.7474601, + 48.5635164 ], [ - -80.0245309, - 32.0161282 + -93.7474601, + 48.6267365 ], [ - -78.0066484, - 32.0169819 + -93.8135461, + 48.6267365 ], [ - -78.0072238, - 32.9894278 + -93.8135461, + 48.6898775 ], [ - -77.8807233, - 32.9894807 + -94.2453121, + 48.6898775 ], [ - -77.8813253, - 33.9955918 + -94.2453121, + 48.7554327 ], [ - -76.0115411, - 33.9963653 + -94.6183171, + 48.7554327 ], [ - -76.0121459, - 34.9952552 + -94.6183171, + 48.941036 ], [ - -74.0068449, - 34.9960749 + -94.6809018, + 48.941036 ], [ - -74.0099997, - 40.0084254 + -94.6809018, + 49.0029737 ], [ - -72.0013745, - 40.0091931 + -94.7441532, + 49.0029737 ], [ - -72.002019, - 40.9912464 + -94.7441532, + 49.2536079 ], [ - -69.8797398, - 40.9920457 + -94.8084069, + 49.2536079 ], [ - -69.8804173, - 42.00893 + -94.8084069, + 49.3784134 ], [ - -69.9927682, - 42.0088883 + -95.1192391, + 49.3784134 ], [ - -69.9934462, - 43.0105166 + -95.1192391, + 49.4425264 ], [ - -67.9845366, - 43.0112496 + -95.1934341, + 49.4425264 ], [ - -67.985224, - 44.0103812 + -95.1934341, + 49.0035292 ], [ - -65.9892568, - 44.0110975 + -96.87069, + 49.0035292 ], [ - -65.9921237, - 47.9993584 + -96.87069, + 49.0656063 ], [ - -70.006442, - 47.9980181 + -99.0049312, + 49.0656063 ], [ - -70.005708, - 47.0042007 + -99.0049312, + 49.0050714 ], [ - -72.023686, - 47.003514 + -109.3699257, + 49.0050714 ], [ - -72.0222508, - 45.0059846 + -109.3699257, + 49.0668231 ], [ - -78.0146667, - 45.0038705 + -109.5058746, + 49.0668231 ], [ - -78.0139662, - 44.0026998 + -109.5058746, + 49.0050714 ], [ - -80.029686, - 44.0019763 + -114.1830014, + 49.0050714 ], [ - -80.0290052, - 43.0122994 + -114.1830014, + 49.0687317 ], [ - -81.995479, - 43.011582 + -114.7578709, + 49.0687317 ], [ - -81.9982986, - 47.0042713 + -114.7578709, + 49.0050714 ], [ - -87.505706, - 47.0023972 + -115.433731, + 49.0050714 ], [ - -87.5064535, - 48.0142702 + -115.433731, + 49.0671412 ], [ - -88.0260889, - 48.0140968 + -116.5062706, + 49.0671412 ], [ - -88.026838, - 49.0086686 + -116.5062706, + 49.0050714 ], [ - -93.9981078, - 49.0067142 + -117.3089504, + 49.0050714 ], [ - -93.9988778, - 50.0086456 + -117.3089504, + 49.0659803 ], [ - -96.0138899, - 50.0079995 + -119.882945, + 49.0659803 ], [ - -96.0131199, - 49.0060547 - ] - ], - [ - [ - -160.5787616, - 22.5062947 + -119.882945, + 49.0050714 ], [ - -160.5782192, - 21.4984647 + -120.1208555, + 49.0050714 ], [ - -159.0030121, - 21.499196 + -120.1208555, + 49.0678367 ], [ - -159.0027422, - 20.9951068 + -121.4451636, + 49.0678367 ], [ - -157.5083185, - 20.995803 + -121.4451636, + 49.0050714 ], [ - -157.5080519, - 20.4960241 + -121.9311808, + 49.0050714 ], [ - -155.966889, - 20.4967444 + -121.9311808, + 49.0656099 ], [ - -155.9674267, - 21.5028287 + -122.817484, + 49.0656099 ], [ - -157.5044717, - 21.5021151 + -122.817484, + 49.0029143 ], [ - -157.5047384, - 21.9984962 + -122.8795155, + 49.0029143 ], [ - -159.0090946, - 21.9978002 + -122.8795155, + 48.9347018 ], [ - -159.0093692, - 22.5070181 - ] - ], - [ - [ - -168.006102, - 68.9941463 + -122.8174629, + 48.9347018 ], [ - -168.0047628, - 68.0107853 + -122.8174629, + 48.8101998 ], [ - -165.4842481, - 68.0112562 + -122.7538859, + 48.8101998 ], [ - -165.4829337, - 67.0037303 + -122.7538859, + 48.7533758 ], [ - -168.0034485, - 67.0032389 + -122.8712937, + 48.7533758 ], [ - -168.002195, - 66.0017503 + -122.8712937, + 48.8153948 ], [ - -169.0087448, - 66.001546 + -123.0055391, + 48.8153948 ], [ - -169.0075381, - 64.9987675 + -123.0055391, + 48.7529529 ], [ - -168.0009882, - 64.9989798 + -123.1296926, + 48.7529529 ], [ - -167.9998282, - 63.9982374 + -123.1296926, + 48.6902201 ], [ - -164.9871288, - 63.9988964 + -123.1838197, + 48.6902201 ], [ - -164.9860062, - 62.9950845 - ], + -123.1838197, + 48.7529029 + ] + ], + [ [ - -167.9987057, - 62.9944019 + -122.9341743, + 37.7521547 ], [ - -167.9946035, - 59.0153692 + -122.9347457, + 37.6842013 ], [ - -162.5027857, - 59.0167799 + -123.0679013, + 37.6849023 ], [ - -162.5018149, - 58.0005815 + -123.0673747, + 37.7475251 ], [ - -160.0159024, - 58.0012389 + -123.1292603, + 37.7478506 ], [ - -160.0149725, - 57.000035 + -123.1286894, + 37.815685 ], [ - -160.5054788, - 56.9999017 + -123.0590687, + 37.8153192 ], [ - -160.5045719, - 55.9968161 - ], + -123.0595947, + 37.7528143 + ] + ], + [ [ - -164.012195, - 55.9958373 + -71.6299464, + 41.2540893 ], [ - -164.0113186, - 55.00107 + -71.4966465, + 41.2541393 ], [ - -165.994782, - 55.0005023 + -71.4965596, + 41.122965 ], [ - -165.9941266, - 54.2400584 - ], + -71.6298594, + 41.1229149 + ] + ], + [ [ - -168.0002944, - 54.2394734 + -70.3184265, + 41.3775196 ], [ - -168.0000986, - 54.0094921 + -70.3183384, + 41.2448243 ], [ - -170.0156134, - 54.0089011 + -70.1906612, + 41.2448722 ], [ - -170.0147683, - 53.0016446 + -70.1906239, + 41.1886019 ], [ - -171.9993636, - 53.0010487 + -69.9336025, + 41.1886984 ], [ - -171.9989488, - 52.4977745 + -69.933729, + 41.3791941 ], [ - -176.0083239, - 52.4965566 + -69.9950664, + 41.3791712 ], [ - -176.0081186, - 52.2452555 + -69.995109, + 41.443159 ], [ - -178.000097, - 52.2446469 + -70.0707828, + 41.4431307 ], [ - -177.9992996, - 51.2554252 + -70.0706972, + 41.3144915 ], [ - -176.0073212, - 51.2560472 + -70.2461667, + 41.3144258 ], [ - -176.0075146, - 51.4980163 - ], + -70.2462087, + 41.3775467 + ] + ], + [ [ - -171.9981395, - 51.4992617 + -68.9403374, + 43.9404062 ], [ - -171.9985419, - 51.9985373 + -68.6856948, + 43.9404977 ], [ - -167.9984317, - 51.9997661 + -68.6856475, + 43.8721797 ], [ - -167.9994645, - 53.2560877 + -68.7465405, + 43.8721577 ], [ - -165.9932968, - 53.2566866 + -68.7464976, + 43.8102529 ], [ - -165.9939308, - 54.0100804 + -68.8090782, + 43.8102304 ], [ - -159.0067205, - 54.0121291 + -68.8090343, + 43.746728 ], [ - -159.0075717, - 55.002502 + -68.8773094, + 43.7467034 ], [ - -158.0190709, - 55.0027849 + -68.8773544, + 43.8117826 ], [ - -158.0199473, - 55.9975094 - ], + -68.9402483, + 43.8117599 + ] + ], + [ [ - -151.9963213, - 55.9991902 + -123.1291466, + 49.0645144 ], [ - -151.9981536, - 57.9986536 + -122.9954224, + 49.0645144 ], [ - -151.500341, - 57.9987853 + -122.9954224, + 48.9343243 ], [ - -151.5012894, - 58.9919816 - ], + -123.1291466, + 48.9343243 + ] + ], + [ [ - -138.5159989, - 58.9953194 + -82.9407144, + 24.7535913 ], [ - -138.5150471, - 57.9986434 + -82.8719398, + 24.7535913 ], [ - -136.6872422, - 57.9991267 + -82.8719398, + 24.6905653 ], [ - -136.6863158, - 57.0016688 + -82.7446233, + 24.6905653 ], [ - -135.9973698, - 57.001856 + -82.7446233, + 24.6214593 ], [ - -135.9964667, - 56.0030544 + -82.8088038, + 24.6214593 ], [ - -134.6717732, - 56.003424 + -82.8088038, + 24.5594908 ], [ - -134.6708865, - 54.9969623 - ], + -82.9407144, + 24.5594908 + ] + ] + ] + }, + { + "name": "USGS Topographic Maps", + "type": "tms", + "template": "http://{switch:a,b,c}.tile.openstreetmap.us/usgs_scanned_topos/{zoom}/{x}/{y}.png", + "polygon": [ + [ [ - -133.9956734, - 54.9971556 + -125.990173, + 48.9962416 ], [ - -133.9948193, - 54.0031685 + -125.989419, + 47.9948396 ], [ - -130.0044418, - 54.0043387 + -123.9929739, + 47.9955062 ], [ - -130.0070826, - 57.0000507 + -123.9922429, + 47.0059202 ], [ - -131.975877, - 56.9995156 + -125.988688, + 47.0052409 ], [ - -131.9787378, - 59.9933094 + -125.9879604, + 46.0015618 ], [ - -138.0071813, - 59.991805 + -123.9939396, + 46.0022529 ], [ - -138.0082158, - 61.0125755 + -123.9925238, + 43.9961708 ], [ - -140.9874011, - 61.0118551 + -124.9931832, + 43.9958116 ], [ - -140.99984, - 71.0039309 + -124.9918175, + 41.9942149 ], [ - -154.5023956, - 71.0017377 + -125.9851789, + 41.9938465 ], [ - -154.5039632, - 71.9983391 + -125.9838655, + 40.0076111 ], [ - -157.499048, - 71.9978773 + -123.9833285, + 40.0083757 ], [ - -157.4974758, - 70.9982877 + -123.9814115, + 37.002615 ], [ - -163.0233611, - 70.9973899 + -122.21903, + 37.0033173 ], [ - -163.0218273, - 69.9707435 + -122.2184144, + 36.011671 ], [ - -164.9730896, - 69.97041 + -122.020087, + 36.011751 ], [ - -164.9717003, - 68.994689 - ] - ], - [ - [ - -168.5133204, - 62.8689586 + -122.0188591, + 33.9961766 ], [ - -168.5144423, - 63.8765677 + -119.9787757, + 33.9970206 ], [ - -172.0202755, - 63.8757975 + -119.9775867, + 31.9987658 ], [ - -172.0191536, - 62.8681608 - ] - ], - [ - [ - -170.9947111, - 59.9954089 + -114.0122833, + 32.00129 ], [ - -170.995726, - 60.9969787 + -114.0116894, + 30.9862401 ], [ - -174.0045311, - 60.9962508 + -105.998294, + 30.9896679 ], [ - -174.0035162, - 59.9946581 - ] - ], - [ - [ - -156.0717261, - 20.2854602 + -105.9971419, + 28.9901065 ], [ - -154.7940471, - 20.2860582 + -102.0210506, + 28.9918418 ], [ - -154.7933145, - 18.9029464 + -102.0204916, + 28.00733 ], [ - -156.0709936, - 18.9023432 - ] - ] - ] - }, - { - "name": "Vejmidte (Denmark)", - "type": "tms", - "template": "http://{switch:a,b,c}.tile.openstreetmap.dk/danmark/vejmidte/{zoom}/{x}/{y}.png", - "scaleExtent": [ - 0, - 20 - ], - "polygon": [ - [ - [ - 8.3743941, - 54.9551655 + -100.0062436, + 28.0082173 ], [ - 8.3683809, - 55.4042149 + -100.0051143, + 25.991909 ], [ - 8.2103997, - 55.4039795 + -98.0109067, + 25.9928035 ], [ - 8.2087314, - 55.4937345 + -98.0103613, + 25.0063461 ], [ - 8.0502655, - 55.4924731 + -97.0161086, + 25.0067957 ], [ - 8.0185123, - 56.7501399 + -97.016654, + 25.9932494 ], [ - 8.1819161, - 56.7509948 + -95.9824825, + 25.9937132 ], [ - 8.1763274, - 57.0208898 + -95.9835999, + 27.9891175 ], [ - 8.3413329, - 57.0219872 + -94.0200898, + 27.9899826 ], [ - 8.3392467, - 57.1119574 + -94.0206586, + 28.9918129 ], [ - 8.5054433, - 57.1123212 + -88.0156706, + 28.9944338 ], [ - 8.5033923, - 57.2020499 + -88.0162494, + 30.0038862 ], [ - 9.3316304, - 57.2027636 + -86.0277506, + 30.0047454 ], [ - 9.3319079, - 57.2924835 + -86.0271719, + 28.9953016 ], [ - 9.4978864, - 57.2919578 + -84.0187909, + 28.9961781 ], [ - 9.4988593, - 57.3820608 + -84.017095, + 25.9817708 ], [ - 9.6649749, - 57.3811615 + -81.9971976, + 25.9826768 ], [ - 9.6687295, - 57.5605591 + -81.9966618, + 25.0134917 ], [ - 9.8351961, - 57.5596265 + -84.0165592, + 25.0125783 ], [ - 9.8374896, - 57.6493322 + -84.0160068, + 24.0052745 ], [ - 10.1725726, - 57.6462818 + -80.0199985, + 24.007096 ], [ - 10.1754245, - 57.7367768 + -80.0245309, + 32.0161282 ], [ - 10.5118282, - 57.7330269 + -78.0066484, + 32.0169819 ], [ - 10.5152095, - 57.8228945 + -78.0072238, + 32.9894278 ], [ - 10.6834853, - 57.8207722 + -77.8807233, + 32.9894807 ], [ - 10.6751613, - 57.6412021 + -77.8813253, + 33.9955918 ], [ - 10.5077045, - 57.6433097 + -76.0115411, + 33.9963653 ], [ - 10.5039992, - 57.5535088 + -76.0121459, + 34.9952552 ], [ - 10.671038, - 57.5514113 + -74.0068449, + 34.9960749 ], [ - 10.6507805, - 57.1024538 + -74.0099997, + 40.0084254 ], [ - 10.4857673, - 57.1045138 + -72.0013745, + 40.0091931 ], [ - 10.4786236, - 56.9249051 + -72.002019, + 40.9912464 ], [ - 10.3143981, - 56.9267573 + -69.8797398, + 40.9920457 ], [ - 10.3112341, - 56.8369269 + -69.8804173, + 42.00893 ], [ - 10.4750295, - 56.83509 + -69.9927682, + 42.0088883 ], [ - 10.4649016, - 56.5656681 + -69.9934462, + 43.0105166 ], [ - 10.9524239, - 56.5589761 + -67.9845366, + 43.0112496 ], [ - 10.9479249, - 56.4692243 + -67.985224, + 44.0103812 ], [ - 11.1099335, - 56.4664675 + -65.9892568, + 44.0110975 ], [ - 11.1052639, - 56.376833 + -65.9921237, + 47.9993584 ], [ - 10.9429901, - 56.3795284 + -70.006442, + 47.9980181 ], [ - 10.9341235, - 56.1994768 + -70.005708, + 47.0042007 ], [ - 10.7719685, - 56.2020244 + -72.023686, + 47.003514 ], [ - 10.7694751, - 56.1120103 + -72.0222508, + 45.0059846 ], [ - 10.6079695, - 56.1150259 + -78.0146667, + 45.0038705 ], [ - 10.4466742, - 56.116717 + -78.0139662, + 44.0026998 ], [ - 10.2865948, - 56.118675 + -80.029686, + 44.0019763 ], [ - 10.2831527, - 56.0281851 + -80.0290052, + 43.0122994 ], [ - 10.4439274, - 56.0270388 + -81.995479, + 43.011582 ], [ - 10.4417713, - 55.7579243 + -81.9982986, + 47.0042713 ], [ - 10.4334961, - 55.6693533 + -87.505706, + 47.0023972 ], [ - 10.743814, - 55.6646861 + -87.5064535, + 48.0142702 ], [ - 10.743814, - 55.5712253 + -88.0260889, + 48.0140968 ], [ - 10.8969041, - 55.5712253 + -88.026838, + 49.0086686 ], [ - 10.9051793, - 55.3953852 + -93.9981078, + 49.0067142 ], [ - 11.0613726, - 55.3812841 + -93.9988778, + 50.0086456 ], [ - 11.0593038, - 55.1124061 + -96.0138899, + 50.0079995 ], [ - 11.0458567, - 55.0318621 - ], + -96.0131199, + 49.0060547 + ] + ], + [ [ - 11.2030844, - 55.0247474 + -160.5787616, + 22.5062947 ], [ - 11.2030844, - 55.117139 + -160.5782192, + 21.4984647 ], [ - 11.0593038, - 55.1124061 + -159.0030121, + 21.499196 ], [ - 11.0613726, - 55.3812841 + -159.0027422, + 20.9951068 ], [ - 11.0789572, - 55.5712253 + -157.5083185, + 20.995803 ], [ - 10.8969041, - 55.5712253 + -157.5080519, + 20.4960241 ], [ - 10.9258671, - 55.6670198 + -155.966889, + 20.4967444 ], [ - 10.743814, - 55.6646861 + -155.9674267, + 21.5028287 ], [ - 10.7562267, - 55.7579243 + -157.5044717, + 21.5021151 ], [ - 10.4417713, - 55.7579243 + -157.5047384, + 21.9984962 ], [ - 10.4439274, - 56.0270388 + -159.0090946, + 21.9978002 ], [ - 10.4466742, - 56.116717 + -159.0093692, + 22.5070181 + ] + ], + [ + [ + -168.006102, + 68.9941463 ], [ - 10.6079695, - 56.1150259 + -168.0047628, + 68.0107853 ], [ - 10.6052053, - 56.0247462 + -165.4842481, + 68.0112562 ], [ - 10.9258671, - 56.0201215 + -165.4829337, + 67.0037303 ], [ - 10.9197132, - 55.9309388 + -168.0034485, + 67.0032389 ], [ - 11.0802782, - 55.92792 + -168.002195, + 66.0017503 ], [ - 11.0858066, - 56.0178284 + -169.0087448, + 66.001546 ], [ - 11.7265047, - 56.005058 + -169.0075381, + 64.9987675 ], [ - 11.7319981, - 56.0952142 + -168.0009882, + 64.9989798 ], [ - 12.0540333, - 56.0871256 + -167.9998282, + 63.9982374 ], [ - 12.0608477, - 56.1762576 + -164.9871288, + 63.9988964 ], [ - 12.7023469, - 56.1594405 + -164.9860062, + 62.9950845 ], [ - 12.6611131, - 55.7114318 + -167.9987057, + 62.9944019 ], [ - 12.9792318, - 55.7014026 + -167.9946035, + 59.0153692 ], [ - 12.9612912, - 55.5217294 + -162.5027857, + 59.0167799 ], [ - 12.3268659, - 55.5412096 + -162.5018149, + 58.0005815 ], [ - 12.3206071, - 55.4513655 + -160.0159024, + 58.0012389 ], [ - 12.4778226, - 55.447067 + -160.0149725, + 57.000035 ], [ - 12.4702432, - 55.3570479 + -160.5054788, + 56.9999017 ], [ - 12.6269738, - 55.3523837 + -160.5045719, + 55.9968161 ], [ - 12.6200898, - 55.2632576 + -164.012195, + 55.9958373 ], [ - 12.4627339, - 55.26722 + -164.0113186, + 55.00107 ], [ - 12.4552949, - 55.1778223 + -165.994782, + 55.0005023 ], [ - 12.2987046, - 55.1822303 + -165.9941266, + 54.2400584 ], [ - 12.2897344, - 55.0923641 + -168.0002944, + 54.2394734 ], [ - 12.6048608, - 55.0832904 + -168.0000986, + 54.0094921 ], [ - 12.5872011, - 54.9036285 + -170.0156134, + 54.0089011 ], [ - 12.2766618, - 54.9119031 + -170.0147683, + 53.0016446 ], [ - 12.2610181, - 54.7331602 + -171.9993636, + 53.0010487 ], [ - 12.1070691, - 54.7378161 + -171.9989488, + 52.4977745 ], [ - 12.0858621, - 54.4681655 + -176.0083239, + 52.4965566 ], [ - 11.7794953, - 54.4753579 + -176.0081186, + 52.2452555 ], [ - 11.7837381, - 54.5654783 + -178.000097, + 52.2446469 ], [ - 11.1658525, - 54.5782155 + -177.9992996, + 51.2554252 ], [ - 11.1706443, - 54.6686508 + -176.0073212, + 51.2560472 ], [ - 10.8617173, - 54.6733956 + -176.0075146, + 51.4980163 ], [ - 10.8651245, - 54.7634667 + -171.9981395, + 51.4992617 ], [ - 10.7713646, - 54.7643888 + -171.9985419, + 51.9985373 ], [ - 10.7707276, - 54.7372807 + -167.9984317, + 51.9997661 ], [ - 10.7551428, - 54.7375776 + -167.9994645, + 53.2560877 ], [ - 10.7544039, - 54.7195666 + -165.9932968, + 53.2566866 ], [ - 10.7389074, - 54.7197588 + -165.9939308, + 54.0100804 ], [ - 10.7384368, - 54.7108482 + -159.0067205, + 54.0121291 ], [ - 10.7074486, - 54.7113045 + -159.0075717, + 55.002502 ], [ - 10.7041094, - 54.6756741 + -158.0190709, + 55.0027849 ], [ - 10.5510973, - 54.6781698 + -158.0199473, + 55.9975094 ], [ - 10.5547184, - 54.7670245 + -151.9963213, + 55.9991902 ], [ - 10.2423994, - 54.7705935 + -151.9981536, + 57.9986536 ], [ - 10.2459845, - 54.8604673 + -151.500341, + 57.9987853 ], [ - 10.0902268, - 54.8622134 + -151.5012894, + 58.9919816 ], [ - 10.0873731, - 54.7723851 + -138.5159989, + 58.9953194 ], [ - 9.1555798, - 54.7769557 + -138.5150471, + 57.9986434 ], [ - 9.1562752, - 54.8675369 + -136.6872422, + 57.9991267 ], [ - 8.5321973, - 54.8663765 + -136.6863158, + 57.0016688 ], [ - 8.531432, - 54.95516 - ] - ], - [ + -135.9973698, + 57.001856 + ], [ - 11.4577738, - 56.819554 + -135.9964667, + 56.0030544 ], [ - 11.7849181, - 56.8127385 + -134.6717732, + 56.003424 ], [ - 11.7716715, - 56.6332796 + -134.6708865, + 54.9969623 ], [ - 11.4459621, - 56.6401087 - ] - ], - [ + -133.9956734, + 54.9971556 + ], [ - 11.3274736, - 57.3612962 + -133.9948193, + 54.0031685 ], [ - 11.3161808, - 57.1818004 + -130.0044418, + 54.0043387 ], [ - 11.1508692, - 57.1847276 + -130.0070826, + 57.0000507 ], [ - 11.1456628, - 57.094962 + -131.975877, + 56.9995156 ], [ - 10.8157703, - 57.1001693 + -131.9787378, + 59.9933094 ], [ - 10.8290599, - 57.3695272 - ] - ], - [ + -138.0071813, + 59.991805 + ], [ - 11.5843266, - 56.2777928 + -138.0082158, + 61.0125755 ], [ - 11.5782882, - 56.1880397 + -140.9874011, + 61.0118551 ], [ - 11.7392309, - 56.1845765 + -140.99984, + 71.0039309 ], [ - 11.7456428, - 56.2743186 + -154.5023956, + 71.0017377 + ], + [ + -154.5039632, + 71.9983391 + ], + [ + -157.499048, + 71.9978773 + ], + [ + -157.4974758, + 70.9982877 + ], + [ + -163.0233611, + 70.9973899 + ], + [ + -163.0218273, + 69.9707435 + ], + [ + -164.9730896, + 69.97041 + ], + [ + -164.9717003, + 68.994689 ] ], [ [ - 14.6825922, - 55.3639405 + -168.5133204, + 62.8689586 ], [ - 14.8395247, - 55.3565231 + -168.5144423, + 63.8765677 ], [ - 14.8263755, - 55.2671261 + -172.0202755, + 63.8757975 ], [ - 15.1393406, - 55.2517359 - ], + -172.0191536, + 62.8681608 + ] + ], + [ [ - 15.1532015, - 55.3410836 + -170.9947111, + 59.9954089 ], [ - 15.309925, - 55.3330556 + -170.995726, + 60.9969787 ], [ - 15.295719, - 55.2437356 + -174.0045311, + 60.9962508 ], [ - 15.1393406, - 55.2517359 - ], + -174.0035162, + 59.9946581 + ] + ], + [ [ - 15.1255631, - 55.1623802 + -156.0717261, + 20.2854602 ], [ - 15.2815819, - 55.1544167 + -154.7940471, + 20.2860582 ], [ - 15.2535578, - 54.9757646 + -154.7933145, + 18.9029464 ], [ - 14.6317464, - 55.0062496 + -156.0709936, + 18.9023432 ] ] - ], - "terms_url": "http://wiki.openstreetmap.org/wiki/Vejmidte", - "terms_text": "Danish municipalities" + ] }, { - "name": "Vienna: Beschriftungen (annotations)", + "name": "Vejmidte (Denmark)", "type": "tms", - "template": "http://www.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png", + "template": "http://{switch:a,b,c}.tile.openstreetmap.dk/danmark/vejmidte/{zoom}/{x}/{y}.png", "scaleExtent": [ 0, - 19 + 20 ], "polygon": [ [ [ - 16.17, - 48.1 + 8.3743941, + 54.9551655 ], [ - 16.17, - 48.33 + 8.3683809, + 55.4042149 ], [ - 16.58, - 48.33 + 8.2103997, + 55.4039795 ], [ - 16.58, - 48.1 + 8.2087314, + 55.4937345 ], [ - 16.17, - 48.1 - ] - ] - ], - "terms_url": "http://data.wien.gv.at/", - "terms_text": "Stadt Wien" - }, - { - "name": "Vienna: Mehrzweckkarte (general purpose)", - "type": "tms", - "template": "http://www.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg", - "scaleExtent": [ - 0, - 19 - ], - "polygon": [ - [ + 8.0502655, + 55.4924731 + ], [ - 16.17, - 48.1 + 8.0185123, + 56.7501399 ], [ - 16.17, - 48.33 + 8.1819161, + 56.7509948 ], [ - 16.58, - 48.33 + 8.1763274, + 57.0208898 ], [ - 16.58, - 48.1 + 8.3413329, + 57.0219872 ], [ - 16.17, - 48.1 - ] - ] - ], - "terms_url": "http://data.wien.gv.at/", - "terms_text": "Stadt Wien" - }, - { - "name": "Vienna: Orthofoto (aerial image)", - "type": "tms", - "template": "http://www.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg", - "scaleExtent": [ - 0, - 19 - ], - "polygon": [ - [ + 8.3392467, + 57.1119574 + ], [ - 16.17, - 48.1 + 8.5054433, + 57.1123212 ], [ - 16.17, - 48.33 + 8.5033923, + 57.2020499 ], [ - 16.58, - 48.33 + 9.3316304, + 57.2027636 ], [ - 16.58, - 48.1 + 9.3319079, + 57.2924835 ], [ - 16.17, - 48.1 - ] - ] - ], - "terms_url": "http://data.wien.gv.at/", - "terms_text": "Stadt Wien" - } - ], - "wikipedia": [ - [ - "English", - "English", - "en" - ], - [ - "German", - "Deutsch", - "de" - ], - [ - "Dutch", - "Nederlands", - "nl" - ], - [ - "French", - "Français", - "fr" - ], - [ - "Italian", - "Italiano", - "it" - ], - [ - "Russian", - "Русский", - "ru" - ], - [ - "Spanish", - "Español", - "es" - ], - [ - "Polish", - "Polski", - "pl" + 9.4978864, + 57.2919578 + ], + [ + 9.4988593, + 57.3820608 + ], + [ + 9.6649749, + 57.3811615 + ], + [ + 9.6687295, + 57.5605591 + ], + [ + 9.8351961, + 57.5596265 + ], + [ + 9.8374896, + 57.6493322 + ], + [ + 10.1725726, + 57.6462818 + ], + [ + 10.1754245, + 57.7367768 + ], + [ + 10.5118282, + 57.7330269 + ], + [ + 10.5152095, + 57.8228945 + ], + [ + 10.6834853, + 57.8207722 + ], + [ + 10.6751613, + 57.6412021 + ], + [ + 10.5077045, + 57.6433097 + ], + [ + 10.5039992, + 57.5535088 + ], + [ + 10.671038, + 57.5514113 + ], + [ + 10.6507805, + 57.1024538 + ], + [ + 10.4857673, + 57.1045138 + ], + [ + 10.4786236, + 56.9249051 + ], + [ + 10.3143981, + 56.9267573 + ], + [ + 10.3112341, + 56.8369269 + ], + [ + 10.4750295, + 56.83509 + ], + [ + 10.4649016, + 56.5656681 + ], + [ + 10.9524239, + 56.5589761 + ], + [ + 10.9479249, + 56.4692243 + ], + [ + 11.1099335, + 56.4664675 + ], + [ + 11.1052639, + 56.376833 + ], + [ + 10.9429901, + 56.3795284 + ], + [ + 10.9341235, + 56.1994768 + ], + [ + 10.7719685, + 56.2020244 + ], + [ + 10.7694751, + 56.1120103 + ], + [ + 10.6079695, + 56.1150259 + ], + [ + 10.4466742, + 56.116717 + ], + [ + 10.2865948, + 56.118675 + ], + [ + 10.2831527, + 56.0281851 + ], + [ + 10.4439274, + 56.0270388 + ], + [ + 10.4417713, + 55.7579243 + ], + [ + 10.4334961, + 55.6693533 + ], + [ + 10.743814, + 55.6646861 + ], + [ + 10.743814, + 55.5712253 + ], + [ + 10.8969041, + 55.5712253 + ], + [ + 10.9051793, + 55.3953852 + ], + [ + 11.0613726, + 55.3812841 + ], + [ + 11.0593038, + 55.1124061 + ], + [ + 11.0458567, + 55.0318621 + ], + [ + 11.2030844, + 55.0247474 + ], + [ + 11.2030844, + 55.117139 + ], + [ + 11.0593038, + 55.1124061 + ], + [ + 11.0613726, + 55.3812841 + ], + [ + 11.0789572, + 55.5712253 + ], + [ + 10.8969041, + 55.5712253 + ], + [ + 10.9258671, + 55.6670198 + ], + [ + 10.743814, + 55.6646861 + ], + [ + 10.7562267, + 55.7579243 + ], + [ + 10.4417713, + 55.7579243 + ], + [ + 10.4439274, + 56.0270388 + ], + [ + 10.4466742, + 56.116717 + ], + [ + 10.6079695, + 56.1150259 + ], + [ + 10.6052053, + 56.0247462 + ], + [ + 10.9258671, + 56.0201215 + ], + [ + 10.9197132, + 55.9309388 + ], + [ + 11.0802782, + 55.92792 + ], + [ + 11.0858066, + 56.0178284 + ], + [ + 11.7265047, + 56.005058 + ], + [ + 11.7319981, + 56.0952142 + ], + [ + 12.0540333, + 56.0871256 + ], + [ + 12.0608477, + 56.1762576 + ], + [ + 12.7023469, + 56.1594405 + ], + [ + 12.6611131, + 55.7114318 + ], + [ + 12.9792318, + 55.7014026 + ], + [ + 12.9612912, + 55.5217294 + ], + [ + 12.3268659, + 55.5412096 + ], + [ + 12.3206071, + 55.4513655 + ], + [ + 12.4778226, + 55.447067 + ], + [ + 12.4702432, + 55.3570479 + ], + [ + 12.6269738, + 55.3523837 + ], + [ + 12.6200898, + 55.2632576 + ], + [ + 12.4627339, + 55.26722 + ], + [ + 12.4552949, + 55.1778223 + ], + [ + 12.2987046, + 55.1822303 + ], + [ + 12.2897344, + 55.0923641 + ], + [ + 12.6048608, + 55.0832904 + ], + [ + 12.5872011, + 54.9036285 + ], + [ + 12.2766618, + 54.9119031 + ], + [ + 12.2610181, + 54.7331602 + ], + [ + 12.1070691, + 54.7378161 + ], + [ + 12.0858621, + 54.4681655 + ], + [ + 11.7794953, + 54.4753579 + ], + [ + 11.7837381, + 54.5654783 + ], + [ + 11.1658525, + 54.5782155 + ], + [ + 11.1706443, + 54.6686508 + ], + [ + 10.8617173, + 54.6733956 + ], + [ + 10.8651245, + 54.7634667 + ], + [ + 10.7713646, + 54.7643888 + ], + [ + 10.7707276, + 54.7372807 + ], + [ + 10.7551428, + 54.7375776 + ], + [ + 10.7544039, + 54.7195666 + ], + [ + 10.7389074, + 54.7197588 + ], + [ + 10.7384368, + 54.7108482 + ], + [ + 10.7074486, + 54.7113045 + ], + [ + 10.7041094, + 54.6756741 + ], + [ + 10.5510973, + 54.6781698 + ], + [ + 10.5547184, + 54.7670245 + ], + [ + 10.2423994, + 54.7705935 + ], + [ + 10.2459845, + 54.8604673 + ], + [ + 10.0902268, + 54.8622134 + ], + [ + 10.0873731, + 54.7723851 + ], + [ + 9.1555798, + 54.7769557 + ], + [ + 9.1562752, + 54.8675369 + ], + [ + 8.5321973, + 54.8663765 + ], + [ + 8.531432, + 54.95516 + ] + ], + [ + [ + 11.4577738, + 56.819554 + ], + [ + 11.7849181, + 56.8127385 + ], + [ + 11.7716715, + 56.6332796 + ], + [ + 11.4459621, + 56.6401087 + ] + ], + [ + [ + 11.3274736, + 57.3612962 + ], + [ + 11.3161808, + 57.1818004 + ], + [ + 11.1508692, + 57.1847276 + ], + [ + 11.1456628, + 57.094962 + ], + [ + 10.8157703, + 57.1001693 + ], + [ + 10.8290599, + 57.3695272 + ] + ], + [ + [ + 11.5843266, + 56.2777928 + ], + [ + 11.5782882, + 56.1880397 + ], + [ + 11.7392309, + 56.1845765 + ], + [ + 11.7456428, + 56.2743186 + ] + ], + [ + [ + 14.6825922, + 55.3639405 + ], + [ + 14.8395247, + 55.3565231 + ], + [ + 14.8263755, + 55.2671261 + ], + [ + 15.1393406, + 55.2517359 + ], + [ + 15.1532015, + 55.3410836 + ], + [ + 15.309925, + 55.3330556 + ], + [ + 15.295719, + 55.2437356 + ], + [ + 15.1393406, + 55.2517359 + ], + [ + 15.1255631, + 55.1623802 + ], + [ + 15.2815819, + 55.1544167 + ], + [ + 15.2535578, + 54.9757646 + ], + [ + 14.6317464, + 55.0062496 + ] + ] + ], + "terms_url": "http://wiki.openstreetmap.org/wiki/Vejmidte", + "terms_text": "Danish municipalities" + }, + { + "name": "Vienna: Beschriftungen (annotations)", + "type": "tms", + "template": "http://www.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png", + "scaleExtent": [ + 0, + 19 + ], + "polygon": [ + [ + [ + 16.17, + 48.1 + ], + [ + 16.17, + 48.33 + ], + [ + 16.58, + 48.33 + ], + [ + 16.58, + 48.1 + ], + [ + 16.17, + 48.1 + ] + ] + ], + "terms_url": "http://data.wien.gv.at/", + "terms_text": "Stadt Wien" + }, + { + "name": "Vienna: Mehrzweckkarte (general purpose)", + "type": "tms", + "template": "http://www.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg", + "scaleExtent": [ + 0, + 19 + ], + "polygon": [ + [ + [ + 16.17, + 48.1 + ], + [ + 16.17, + 48.33 + ], + [ + 16.58, + 48.33 + ], + [ + 16.58, + 48.1 + ], + [ + 16.17, + 48.1 + ] + ] + ], + "terms_url": "http://data.wien.gv.at/", + "terms_text": "Stadt Wien" + }, + { + "name": "Vienna: Orthofoto (aerial image)", + "type": "tms", + "template": "http://www.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg", + "scaleExtent": [ + 0, + 19 + ], + "polygon": [ + [ + [ + 16.17, + 48.1 + ], + [ + 16.17, + 48.33 + ], + [ + 16.58, + 48.33 + ], + [ + 16.58, + 48.1 + ], + [ + 16.17, + 48.1 + ] + ] + ], + "terms_url": "http://data.wien.gv.at/", + "terms_text": "Stadt Wien" + } + ], + "wikipedia": [ + [ + "English", + "English", + "en" + ], + [ + "German", + "Deutsch", + "de" + ], + [ + "Dutch", + "Nederlands", + "nl" + ], + [ + "French", + "Français", + "fr" + ], + [ + "Italian", + "Italiano", + "it" + ], + [ + "Russian", + "Русский", + "ru" + ], + [ + "Spanish", + "Español", + "es" + ], + [ + "Polish", + "Polski", + "pl" ], [ "Swedish", @@ -56044,6 +56887,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Cafe" }, "amenity/car_rental": { + "icon": "car", "geometry": [ "point", "area" @@ -56057,6 +56901,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Car Rental" }, "amenity/car_sharing": { + "icon": "car", "geometry": [ "point", "area" @@ -56390,7 +57235,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "amenity": "parking" }, "terms": [], - "name": "Parking" + "name": "Car Parking" }, "amenity/pharmacy": { "icon": "pharmacy", @@ -56686,7 +57531,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "visitor centre", "permit center", "permit centre", - "backcountry office" + "backcountry office", + "warden office", + "warden center" ], "tags": { "amenity": "ranger_station" @@ -56779,6 +57626,23 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," }, "name": "School" }, + "amenity/shelter": { + "fields": [ + "shelter_type" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "amenity": "shelter" + }, + "terms": [ + "lean-to" + ], + "name": "Shelter" + }, "amenity/swimming_pool": { "geometry": [ "point", @@ -56953,7 +57817,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," }, "geometry": [ "area" - ] + ], + "matchScore": 0.1 }, "barrier": { "geometry": [ @@ -57039,6 +57904,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Ditch" }, "barrier/entrance": { + "icon": "entrance", "geometry": [ "vertex" ], @@ -57210,6 +58076,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Commercial Building" }, "building/entrance": { + "icon": "entrance", "geometry": [ "vertex" ], @@ -57228,7 +58095,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "tags": { "building": "garage" }, - "name": "Garage" + "name": "Garage", + "icon": "warehouse" }, "building/house": { "icon": "building", @@ -57330,6 +58198,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Emergency Phone" }, "entrance": { + "icon": "entrance", "geometry": [ "vertex" ], @@ -57342,6 +58211,39 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," ], "name": "Entrance" }, + "footway/crossing": { + "fields": [ + "crossing" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "footway", + "footway": "crossing" + }, + "terms": [ + "crosswalk", + "zebra crossing" + ], + "name": "Crossing" + }, + "footway/sidewalk": { + "fields": [ + "surface", + "lit", + "access" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "footway", + "footway": "sidewalk" + }, + "terms": [], + "name": "Sidewalk" + }, "highway": { "fields": [ "highway" @@ -58534,6 +59436,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Volleyball Court" }, "leisure/playground": { + "icon": "playground", "geometry": [ "point", "area" @@ -58616,7 +59519,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "tags": {}, "geometry": [ "line" - ] + ], + "matchScore": 0.1 }, "man_made": { "fields": [ @@ -58947,6 +59851,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," }, "natural/tree": { "fields": [ + "tree_type", "denotation" ], "icon": "park", @@ -59066,6 +59971,347 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "terms": [], "name": "Office" }, + "office/accountant": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "accountant" + }, + "terms": [], + "name": "Accountant" + }, + "office/administrative": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "administrative" + }, + "terms": [], + "name": "Administrative Office" + }, + "office/architect": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "architect" + }, + "terms": [], + "name": "Architect" + }, + "office/company": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "company" + }, + "terms": [], + "name": "Company Office" + }, + "office/educational_institution": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "educational_institution" + }, + "terms": [], + "name": "Educational Institution" + }, + "office/employment_agency": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "employment_agency" + }, + "terms": [], + "name": "Employment Agency" + }, + "office/estate_agent": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "estate_agent" + }, + "terms": [], + "name": "Real Estate Office" + }, + "office/financial": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "financial" + }, + "terms": [], + "name": "Financial Office" + }, + "office/government": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "government" + }, + "terms": [], + "name": "Government Office" + }, + "office/insurance": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "insurance" + }, + "terms": [], + "name": "Insurance Office" + }, + "office/it": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "it" + }, + "terms": [], + "name": "IT Office" + }, + "office/lawyer": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "lawyer" + }, + "terms": [], + "name": "Law Office" + }, + "office/newspaper": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "newspaper" + }, + "terms": [], + "name": "Newspaper" + }, + "office/ngo": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "ngo" + }, + "terms": [], + "name": "NGO Office" + }, + "office/physician": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "physician" + }, + "terms": [], + "name": "Physician" + }, + "office/political_party": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "political_party" + }, + "terms": [], + "name": "Political Party" + }, + "office/research": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "research" + }, + "terms": [], + "name": "Research Office" + }, + "office/telecommunication": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "telecommunication" + }, + "terms": [], + "name": "Telecom Office" + }, + "office/therapist": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "therapist" + }, + "terms": [], + "name": "Therapist" + }, + "office/travel_agent": { + "icon": "suitcase", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "travel_agent" + }, + "terms": [], + "name": "Travel Agency", + "searchable": false + }, "place": { "fields": [ "place" @@ -59170,7 +60416,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "tags": {}, "geometry": [ "point" - ] + ], + "matchScore": 0.1 }, "power": { "geometry": [ @@ -59213,6 +60460,16 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Power Line", "icon": "power-line" }, + "power/minor_line": { + "geometry": [ + "line" + ], + "tags": { + "power": "minor_line" + }, + "name": "Minor Power Line", + "icon": "power-line" + }, "power/pole": { "geometry": [ "vertex" @@ -59385,6 +60642,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "tags": { "railway": "station" }, + "terms": [ + "train station", + "station" + ], "name": "Railway Station" }, "railway/subway": { @@ -59402,7 +60663,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Subway" }, "railway/subway_entrance": { - "icon": "rail-underground", + "icon": "rail-metro", "geometry": [ "point" ], @@ -59613,7 +60874,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Butcher" }, "shop/car": { - "icon": "shop", + "icon": "car", "fields": [ "address", "opening_hours" @@ -60044,7 +61305,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Kiosk" }, "shop/laundry": { - "icon": "shop", + "icon": "laundry", "fields": [ "address", "building_area", @@ -60343,7 +61604,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "name": "Toy Store" }, "shop/travel_agency": { - "icon": "shop", + "icon": "suitcase", "fields": [ "address", "building_area", @@ -60505,7 +61766,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "vertex", "area" ], - "terms": [], + "terms": [ + "camping" + ], "tags": { "tourism": "camp_site" }, @@ -60978,7 +62241,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "tags": {}, "geometry": [ "vertex" - ] + ], + "matchScore": 0.1 }, "waterway": { "fields": [ @@ -61128,9 +62392,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "defaults": { "area": [ "category-landuse", - "building", + "category-building", + "category-water-area", "leisure/park", - "natural/water", "amenity/hospital", "amenity/place_of_worship", "amenity/cafe", @@ -61141,7 +62405,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "category-road", "category-rail", "category-path", - "category-water", + "category-water-line", "power/line", "line" ], @@ -61174,6 +62438,19 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," ] }, "categories": { + "category-building": { + "geometry": "area", + "name": "Building", + "icon": "building", + "members": [ + "building/house", + "building/apartments", + "building/commercial", + "building/industrial", + "building/residential", + "building" + ] + }, "category-landuse": { "geometry": "area", "name": "Land Use", @@ -61257,7 +62534,18 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "type/route" ] }, - "category-water": { + "category-water-area": { + "geometry": "area", + "name": "Water", + "icon": "water", + "members": [ + "natural/water/lake", + "natural/water/pond", + "natural/water/reservoir", + "natural/water" + ] + }, + "category-water-line": { "geometry": "line", "name": "Water", "icon": "category-water", @@ -61818,6 +63106,20 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "type": "check", "label": "Shelter" }, + "shelter_type": { + "key": "shelter_type", + "type": "combo", + "options": [ + "public_transport", + "picnic_shelter", + "weather_shelter", + "lean_to", + "basic_hut", + "field_shelter", + "rock_shelter" + ], + "label": "Type" + }, "shop": { "key": "shop", "type": "typeCombo", @@ -61889,6 +63191,16 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," "type": "combo", "label": "Trail Visibility" }, + "tree_type": { + "key": "type", + "type": "combo", + "options": [ + "broad_leaved", + "conifer", + "palm" + ], + "label": "Type" + }, "vending": { "key": "vending", "type": "combo", @@ -72081,7 +73393,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," 72 ] }, - "rail-underground": { + "rail-metro": { "12": [ 258, 72 @@ -72095,7 +73407,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," 72 ] }, - "rail-above": { + "rail-light": { "12": [ 42, 96 @@ -73191,7 +74503,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," 456 ] }, - "london-underground": { + "polling-place": { "12": [ 204, 456 @@ -73205,7 +74517,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," 456 ] }, - "minefield": { + "playground": { "12": [ 258, 456 @@ -73219,7 +74531,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," 456 ] }, - "camera": { + "entrance": { "12": [ 42, 480 @@ -73233,6 +74545,132 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," 480 ] }, + "heart": { + "12": [ + 96, + 480 + ], + "18": [ + 78, + 480 + ], + "24": [ + 54, + 480 + ] + }, + "london-underground": { + "12": [ + 150, + 480 + ], + "18": [ + 132, + 480 + ], + "24": [ + 108, + 480 + ] + }, + "minefield": { + "12": [ + 204, + 480 + ], + "18": [ + 186, + 480 + ], + "24": [ + 162, + 480 + ] + }, + "rail-underground": { + "12": [ + 258, + 480 + ], + "18": [ + 240, + 480 + ], + "24": [ + 216, + 480 + ] + }, + "rail-above": { + "12": [ + 42, + 504 + ], + "18": [ + 24, + 504 + ], + "24": [ + 0, + 504 + ] + }, + "camera": { + "12": [ + 96, + 504 + ], + "18": [ + 78, + 504 + ], + "24": [ + 54, + 504 + ] + }, + "laundry": { + "12": [ + 150, + 504 + ], + "18": [ + 132, + 504 + ], + "24": [ + 108, + 504 + ] + }, + "car": { + "12": [ + 204, + 504 + ], + "18": [ + 186, + 504 + ], + "24": [ + 162, + 504 + ] + }, + "suitcase": { + "12": [ + 258, + 504 + ], + "18": [ + 240, + 504 + ], + "24": [ + 216, + 504 + ] + }, "highway-motorway": { "line": [ 20, @@ -73419,2425 +74857,7099 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081]," 25 ] }, - "power-line": { - "line": [ - 1880, - 25 - ] + "power-line": { + "line": [ + 1880, + 25 + ] + }, + "other-line": { + "line": [ + 1940, + 25 + ] + }, + "category-roads": { + "line": [ + 2000, + 25 + ] + }, + "category-rail": { + "line": [ + 2060, + 25 + ] + }, + "category-path": { + "line": [ + 2120, + 25 + ] + }, + "category-water": { + "line": [ + 2180, + 25 + ] + }, + "pipeline": { + "line": [ + 2300, + 25 + ] + }, + "relation": { + "relation": [ + 20, + 25 + ] + }, + "restriction": { + "relation": [ + 80, + 25 + ] + }, + "multipolygon": { + "relation": [ + 140, + 25 + ] + }, + "boundary": { + "relation": [ + 200, + 25 + ] + }, + "route": { + "relation": [ + 260, + 25 + ] + }, + "route-road": { + "relation": [ + 320, + 25 + ] + }, + "route-bicycle": { + "relation": [ + 380, + 25 + ] + }, + "route-foot": { + "relation": [ + 440, + 25 + ] + }, + "route-bus": { + "relation": [ + 500, + 25 + ] + }, + "route-train": { + "relation": [ + 560, + 25 + ] + }, + "route-detour": { + "relation": [ + 620, + 25 + ] + }, + "route-tram": { + "relation": [ + 680, + 25 + ] + }, + "route-ferry": { + "relation": [ + 740, + 25 + ] + }, + "route-power": { + "relation": [ + 800, + 25 + ] + }, + "route-pipeline": { + "relation": [ + 860, + 25 + ] + }, + "route-master": { + "relation": [ + 920, + 25 + ] + } + }, + "operations": { + "icon-operation-delete": [ + 0, + 140 + ], + "icon-operation-circularize": [ + 20, + 140 + ], + "icon-operation-straighten": [ + 40, + 140 + ], + "icon-operation-split": [ + 60, + 140 + ], + "icon-operation-disconnect": [ + 80, + 140 + ], + "icon-operation-reverse": [ + 100, + 140 + ], + "icon-operation-move": [ + 120, + 140 + ], + "icon-operation-merge": [ + 140, + 140 + ], + "icon-operation-orthogonalize": [ + 160, + 140 + ], + "icon-operation-rotate": [ + 180, + 140 + ], + "icon-operation-simplify": [ + 200, + 140 + ], + "icon-operation-continue": [ + 220, + 140 + ], + "icon-operation-disabled-delete": [ + 0, + 160 + ], + "icon-operation-disabled-circularize": [ + 20, + 160 + ], + "icon-operation-disabled-straighten": [ + 40, + 160 + ], + "icon-operation-disabled-split": [ + 60, + 160 + ], + "icon-operation-disabled-disconnect": [ + 80, + 160 + ], + "icon-operation-disabled-reverse": [ + 100, + 160 + ], + "icon-operation-disabled-move": [ + 120, + 160 + ], + "icon-operation-disabled-merge": [ + 140, + 160 + ], + "icon-operation-disabled-orthogonalize": [ + 160, + 160 + ], + "icon-operation-disabled-rotate": [ + 180, + 160 + ], + "icon-operation-disabled-simplify": [ + 200, + 160 + ], + "icon-operation-disabled-continue": [ + 220, + 160 + ] + }, + "locales": [ + "af", + "ar", + "ar-AA", + "ast", + "bn", + "bs", + "bg-BG", + "ca", + "zh", + "zh-CN", + "zh-CN.GB2312", + "zh-TW", + "yue", + "hr", + "cs", + "da", + "nl", + "en-GB", + "et", + "fi", + "fr", + "de", + "el", + "hu", + "is", + "id", + "it", + "ja", + "ko", + "lv", + "lt", + "no", + "nn", + "fa", + "pl", + "pt", + "pt-BR", + "ru", + "sc", + "sr", + "sr-RS", + "sk", + "sl", + "es", + "sv", + "te", + "tr", + "uk", + "vi" + ], + "en": { + "modes": { + "add_area": { + "title": "Area", + "description": "Add parks, buildings, lakes or other areas to the map.", + "tail": "Click on the map to start drawing an area, like a park, lake, or building." + }, + "add_line": { + "title": "Line", + "description": "Add highways, streets, pedestrian paths, canals or other lines to the map.", + "tail": "Click on the map to start drawing a road, path, or route." + }, + "add_point": { + "title": "Point", + "description": "Add restaurants, monuments, postal boxes or other points to the map.", + "tail": "Click on the map to add a point." + }, + "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.", + "relation": "Added a relation." + } + }, + "start": { + "annotation": { + "line": "Started a line.", + "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": "Canceled drawing." + }, + "change_role": { + "annotation": "Changed the role of a relation member." + }, + "change_tags": { + "annotation": "Changed tags." + }, + "circularize": { + "title": "Circularize", + "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." + }, + "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." + }, + "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": "Remove this from the map.", + "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." + }, + "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." + }, + "rotate": { + "title": "Rotate", + "description": "Rotate this object around its center point.", + "key": "R", + "annotation": { + "line": "Rotated a line.", + "area": "Rotated an area." + } + }, + "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." + } + }, + "undo": { + "tooltip": "Undo: {action}", + "nothing": "Nothing to undo." }, - "other-line": { - "line": [ - 1940, - 25 - ] + "redo": { + "tooltip": "Redo: {action}", + "nothing": "Nothing to redo." }, - "category-roads": { - "line": [ - 2000, - 25 - ] + "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", + "localized_translation_label": "Multilingual name", + "localized_translation_language": "Choose language", + "localized_translation_name": "Name" }, - "category-rail": { - "line": [ - 2060, - 25 - ] + "zoom_in_edit": "Zoom in to Edit", + "logout": "logout", + "loading_auth": "Connecting to OpenStreetMap...", + "report_a_bug": "report a bug", + "status": { + "error": "Unable to connect to API.", + "offline": "The API is offline. Please try editing later.", + "readonly": "The API is read-only. You will need to wait to save your changes." }, - "category-path": { - "line": [ - 2120, - 25 - ] + "commit": { + "title": "Save Changes", + "description_placeholder": "Brief description of your contributions", + "message_label": "Commit message", + "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.", + "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.", + "save": "Save", + "cancel": "Cancel", + "warnings": "Warnings", + "modified": "Modified", + "deleted": "Deleted", + "created": "Created" }, - "category-water": { - "line": [ - 2180, - 25 - ] + "contributors": { + "list": "Edits by {users}", + "truncated_list": "Edits by {users} and {count} others" }, - "pipeline": { - "line": [ - 2300, - 25 - ] + "geocoder": { + "search": "Search worldwide...", + "no_results_visible": "No results in visible map area", + "no_results_worldwide": "No results found" }, - "relation": { - "relation": [ - 20, - 25 - ] + "geolocate": { + "title": "Show My Location" }, - "restriction": { - "relation": [ - 80, - 25 - ] + "inspector": { + "no_documentation_combination": "There is no documentation available for this tag combination", + "no_documentation_key": "There is no documentation available for this key", + "show_more": "Show More", + "view_on_osm": "View on openstreetmap.org", + "all_tags": "All tags", + "all_members": "All members", + "all_relations": "All relations", + "new_relation": "New relation...", + "role": "Role", + "choose": "Select feature type", + "results": "{n} results for {search}", + "reference": "View on OpenStreetMap Wiki", + "back_tooltip": "Change feature", + "remove": "Remove", + "search": "Search", + "multiselect": "Selected items", + "unknown": "Unknown", + "incomplete": "", + "feature_list": "Search features", + "edit": "Edit feature", + "check": { + "yes": "Yes", + "no": "No" + }, + "none": "None" }, - "multipolygon": { - "relation": [ - 140, - 25 - ] + "background": { + "title": "Background", + "description": "Background settings", + "percent_brightness": "{opacity}% brightness", + "none": "None", + "custom": "Custom", + "custom_prompt": "Enter a tile template. Valid tokens are {z}, {x}, {y} for Z/X/Y scheme and {u} for quadtile scheme.", + "fix_misalignment": "Fix alignment", + "reset": "reset" }, - "boundary": { - "relation": [ - 200, - 25 - ] + "restore": { + "heading": "You have unsaved changes", + "description": "Do you wish to restore unsaved changes from a previous editing session?", + "restore": "Restore", + "reset": "Reset" }, - "route": { - "relation": [ - 260, - 25 - ] + "save": { + "title": "Save", + "help": "Save changes to OpenStreetMap, making them visible to other users.", + "no_changes": "No changes to save.", + "error": "An error occurred while trying to save", + "uploading": "Uploading changes to OpenStreetMap.", + "unsaved_changes": "You have unsaved changes" }, - "route-road": { - "relation": [ - 320, - 25 - ] + "success": { + "edited_osm": "Edited OSM!", + "just_edited": "You just edited OpenStreetMap!", + "view_on_osm": "View on OSM", + "facebook": "Share on Facebook", + "twitter": "Share on Twitter", + "google": "Share on Google+", + "help_html": "Your changes should appear in the \"Standard\" layer in a few minutes. Other layers, and certain features, may take longer\n(details).\n" }, - "route-bicycle": { - "relation": [ - 380, - 25 - ] + "confirm": { + "okay": "Okay" }, - "route-foot": { - "relation": [ - 440, - 25 - ] + "splash": { + "welcome": "Welcome to the iD OpenStreetMap editor", + "text": "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}.", + "walkthrough": "Start the Walkthrough", + "start": "Edit Now" }, - "route-bus": { - "relation": [ - 500, - 25 - ] + "source_switch": { + "live": "live", + "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?", + "dev": "dev" }, - "route-train": { - "relation": [ - 560, - 25 - ] + "tag_reference": { + "description": "Description", + "on_wiki": "{tag} on wiki.osm.org", + "used_with": "used with {type}" }, - "route-detour": { - "relation": [ - 620, - 25 - ] + "validations": { + "untagged_point": "Untagged point", + "untagged_line": "Untagged line", + "untagged_area": "Untagged area", + "many_deletions": "You're deleting {n} objects. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.", + "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area", + "deprecated_tags": "Deprecated tags: {tags}" }, - "route-tram": { - "relation": [ - 680, - 25 - ] + "zoom": { + "in": "Zoom In", + "out": "Zoom Out" }, - "route-ferry": { - "relation": [ - 740, - 25 - ] + "cannot_zoom": "Cannot zoom out further in current mode.", + "gpx": { + "local_layer": "Local GPX file", + "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse", + "zoom": "Zoom to GPX track", + "browse": "Browse for a .gpx file" }, - "route-power": { - "relation": [ - 800, - 25 - ] + "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/systemed/iD).\n", + "editing_saving": "# Editing & Saving\n\nThis editor is designed to work primarily online, and you're accessing\nit through a website right now.\n\n### Selecting Features\n\nTo select a map feature, like a road or point of interest, click\non it on the map. This will highlight the selected feature, open a panel with\ndetails about it, and show a menu of things you can do with the feature.\n\nTo select multiple features, hold down the 'Shift' key. Then either click\non the features you want to select, or drag on the map to draw a rectangle.\nThis will draw a box and select all the points within it.\n\n### Saving Edits\n\nWhen you make changes like editing roads, buildings, and places, these are\nstored locally until you save them to the server. Don't worry if you make\na mistake - you can undo changes by clicking the undo button, and redo\nchanges by clicking the redo button.\n\nClick 'Save' to finish a group of edits - for instance, if you've completed\nan area of town and would like to start on a new area. You'll have a chance\nto review what you've done, and the editor supplies helpful suggestions\nand warnings if something doesn't seem right about the changes.\n\nIf everything looks good, you can enter a short comment explaining the change\nyou made, and click 'Save' again to post the changes\nto [OpenStreetMap.org](http://www.openstreetmap.org/), where they are visible\nto all other users and available for others to build and improve upon.\n\nIf you can't finish your edits in one sitting, you can leave the editor\nwindow and come back (on the same browser and computer), and the\neditor application will offer to restore your work.\n", + "roads": "# Roads\n\nYou can create, fix, and delete roads with this editor. Roads can be all\nkinds: paths, highways, trails, cycleways, and more - any often-crossed\nsegment should be mappable.\n\n### Selecting\n\nClick on a road to select it. An outline should become visible, along\nwith a small tools menu on the map and a sidebar showing more information\nabout the road.\n\n### Modifying\n\nOften you'll see roads that aren't aligned to the imagery behind them\nor to a GPS track. You can adjust these roads so they are in the correct\nplace.\n\nFirst click on the road you want to change. This will highlight it and show\ncontrol points along it that you can drag to better locations. If\nyou want to add new control points for more detail, double-click a part\nof the road without a node, and one will be added.\n\nIf the road connects to another road, but doesn't properly connect on\nthe map, you can drag one of its control points onto the other road in\norder to join them. Having roads connect is important for the map\nand essential for providing driving directions.\n\nYou can also click the 'Move' tool or press the `M` shortcut key to move the entire road at\none time, and then click again to save that movement.\n\n### Deleting\n\nIf a road is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the road could simply be newly built.\n\nYou can delete a road by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n\n### Creating\n\nFound somewhere there should be a road but there isn't? Click the 'Line'\nicon in the top-left of the editor or press the shortcut key `2` to start drawing\na line.\n\nClick on the start of the road on the map to start drawing. If the road\nbranches off from an existing road, start by clicking on the place where they connect.\n\nThen click on points along the road so that it follows the right path, according\nto satellite imagery or GPS. If the road you are drawing crosses another road, connect\nit by clicking on the intersection point. When you're done drawing, double-click\nor press 'Return' or 'Enter' on your keyboard.\n", + "gps": "# GPS\n\nGPS data is the most trusted source of data for OpenStreetMap. This editor\nsupports local traces - `.gpx` files on your local computer. You can collect\nthis kind of GPS trace with a number of smartphone applications as well as\npersonal GPS hardware.\n\nFor information on how to perform a GPS survey, read\n[Surveying with a GPS](http://learnosm.org/en/beginner/using-gps/).\n\nTo use a GPX track for mapping, drag and drop the GPX file onto the map\neditor. If it's recognized, it will be added to the map as a bright green\nline. Click on the 'Background Settings' menu on the right side to enable,\ndisable, or zoom to this new GPX-powered layer.\n\nThe GPX track isn't directly uploaded to OpenStreetMap - the best way to\nuse it is to draw on the map, using it as a guide for the new features that\nyou add, and also to [upload it to OpenStreetMap](http://www.openstreetmap.org/trace/create)\nfor other users to use.\n", + "imagery": "# Imagery\n\nAerial imagery is an important resource for mapping. A combination of\nairplane flyovers, satellite views, and freely-compiled sources are available\nin the editor under the 'Background Settings' menu on the right.\n\nBy default a [Bing Maps](http://www.bing.com/maps/) satellite layer is\npresented in the editor, but as you pan and zoom the map to new geographical\nareas, new sources will become available. Some countries, like the United\nStates, France, and Denmark have very high-quality imagery available for some areas.\n\nImagery is sometimes offset from the map data because of a mistake on the\nimagery provider's side. If you see a lot of roads shifted from the background,\ndon't immediately move them all to match the background. Instead you can adjust\nthe imagery so that it matches the existing data by clicking 'Fix alignment' at\nthe bottom of the Background Settings UI.\n", + "addresses": "# Addresses\n\nAddresses are some of the most useful information for the map.\n\nAlthough addresses are often represented as parts of streets, in OpenStreetMap\nthey're recorded as attributes of buildings and places along streets.\n\nYou can add address information to places mapped as building outlines\nas well as those mapped as single points. The optimal source of address\ndata is from an on-the-ground survey or personal knowledge - as with any\nother feature, copying from commercial sources like Google Maps is strictly\nforbidden.\n", + "inspector": "# Using the Inspector\n\nThe inspector is the section on the left side of the page that allows you to\nedit the details of the selected feature.\n\n### Selecting a Feature Type\n\nAfter you add a point, line, or area, you can choose what type of feature it\nis, like whether it's a highway or residential road, supermarket or cafe.\nThe inspector will display buttons for common feature types, and you can\nfind others by typing what you're looking for in the search box.\n\nClick the 'i' in the bottom-right-hand corner of a feature type button to\nlearn more about it. Click a button to choose that type.\n\n### Using Forms and Editing Tags\n\nAfter you choose a feature type, or when you select a feature that already\nhas a type assigned, the inspector will display fields with details about\nthe feature like its name and address.\n\nBelow the fields you see, you can click icons to add other details,\nlike [Wikipedia](http://www.wikipedia.org/) information, wheelchair\naccess, and more.\n\nAt the bottom of the inspector, click 'Additional tags' to add arbitrary\nother tags to the element. [Taginfo](http://taginfo.openstreetmap.org/) is a\ngreat resource for learn more about popular tag combinations.\n\nChanges you make in the inspector are automatically applied to the map.\nYou can undo them at any time by clicking the 'Undo' button.\n", + "buildings": "# Buildings\n\nOpenStreetMap is the world's largest database of buildings. You can create\nand improve this database.\n\n### Selecting\n\nYou can select a building by clicking on its border. This will highlight the\nbuilding and open a small tools menu and a sidebar showing more information\nabout the building.\n\n### Modifying\n\nSometimes buildings are incorrectly placed or have incorrect tags.\n\nTo move an entire building, select it, then click the 'Move' tool. Move your\nmouse to shift the building, and click when it's correctly placed.\n\nTo fix the specific shape of a building, click and drag the nodes that form\nits border into better places.\n\n### Creating\n\nOne of the main questions around adding buildings to the map is that\nOpenStreetMap records buildings both as shapes and points. The rule of thumb\nis to _map a building as a shape whenever possible_, and map companies, homes,\namenities, and other things that operate out of buildings as points placed\nwithin the building shape.\n\nStart drawing a building as a shape by clicking the 'Area' button in the top\nleft of the interface, and end it either by pressing 'Return' on your keyboard\nor clicking on the first node drawn to close the shape.\n\n### Deleting\n\nIf a building is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the building could simply be newly built.\n\nYou can delete a building by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n", + "relations": "# Relations\n\nA relation is a special type of feature in OpenStreetMap that groups together\nother features. For example, two common types of relations are *route relations*,\nwhich group together sections of road that belong to a specific freeway or\nhighway, and *multipolygons*, which group together several lines that define\na complex area (one with several pieces or holes in it like a 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## Editing Relations\n\nIf you want to edit relations, here are the basics.\n\nTo add a feature to a relation, select the feature, click the \"+\" button in the\n\"All relations\" section of the sidebar, and select or type the name of the relation.\n\nTo create a new relation, select the first feature that should be a member,\nclick the \"+\" button in the \"All relations\" section, and select \"New relation...\".\n\nTo remove a feature from a relation, select the feature and click the trash\nbutton next to the relation you want to remove it from.\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\" (+) button.\n" }, - "route-pipeline": { - "relation": [ - 860, - 25 - ] + "intro": { + "navigation": { + "title": "Navigation", + "drag": "The main map area shows OpenStreetMap data on top of a background. You can navigate by dragging and scrolling, just like any web map. **Drag the map!**", + "select": "Map features are represented three ways: using points, lines or areas. All features can be selected by clicking on them. **Click on the point to select it.**", + "header": "The header shows us the feature type.", + "pane": "When a feature is selected, the feature editor is displayed. The header shows us the feature type and the main pane shows the feature's attributes, such as its name and address. **Close the feature editor with the close button in the top right.**" + }, + "points": { + "title": "Points", + "add": "Points can be used to represent features such as shops, restaurants and monuments. They mark a specific location, and describe what's there. **Click the Point button to add a new point.**", + "place": "The point can be placed by clicking on the map. **Place the point on top of the building.**", + "search": "There are many different features that can be represented by points. The point you just added is a Cafe. **Search for '{name}'**", + "choose": "**Choose Cafe from the list.**", + "describe": "The point is now marked as a cafe. Using the feature editor, we can add more information about the feature. **Add a name**", + "close": "The feature editor can be closed by clicking on the close button. **Close the feature editor**", + "reselect": "Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Select the point you just created.**", + "fixname": "**Change the name and close the feature editor.**", + "reselect_delete": "All features on the map can be deleted. **Click on the point you created.**", + "delete": "The menu around the point contains operations that can be performed on it, including delete. **Delete the point.**" + }, + "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.**", + "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}'.**", + "choose": "**Choose Playground from the list.**", + "describe": "**Add a name, and close the feature editor**" + }, + "lines": { + "title": "Lines", + "add": "Lines are used to represent features such as roads, railroads and rivers. **Click the Line button to add a new line.**", + "start": "**Start the line by clicking on the end of the road.**", + "intersect": "Click to add more nodes to the line. You can drag the map while drawing if necessary. Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on Flower Street, to create an intersection connecting the two lines.**", + "finish": "Lines can be finished by clicking on the last node again. **Finish drawing the road.**", + "road": "**Select Road from the list**", + "residential": "There are different types of roads, the most common of which is Residential. **Choose the Residential road type**", + "describe": "**Name the road and close the feature editor.**", + "restart": "The road needs to intersect Flower Street.", + "wrong_preset": "You didn't select the Residential road type. **Click here to choose again**" + }, + "startediting": { + "title": "Start Editing", + "help": "More documentation and this walkthrough are available here.", + "save": "Don't forget to regularly save your changes!", + "start": "Start mapping!" + } }, - "route-master": { - "relation": [ - 920, - 25 - ] + "presets": { + "categories": { + "category-building": { + "name": "Building" + }, + "category-landuse": { + "name": "Land Use" + }, + "category-path": { + "name": "Path" + }, + "category-rail": { + "name": "Rail" + }, + "category-road": { + "name": "Road" + }, + "category-route": { + "name": "Route" + }, + "category-water-area": { + "name": "Water" + }, + "category-water-line": { + "name": "Water" + } + }, + "fields": { + "access": { + "label": "Access", + "placeholder": "Unknown", + "types": { + "access": "General", + "foot": "Foot", + "motor_vehicle": "Motor Vehicles", + "bicycle": "Bicycles", + "horse": "Horses" + }, + "options": { + "yes": { + "title": "Allowed", + "description": "Access permitted by law; a right of way" + }, + "no": { + "title": "Prohibited", + "description": "Access not permitted to the general public" + }, + "permissive": { + "title": "Permissive", + "description": "Access permitted until such time as the owner revokes the permission" + }, + "private": { + "title": "Private", + "description": "Access permitted only with permission of the owner on an individual basis" + }, + "designated": { + "title": "Designated", + "description": "Access permitted according to signs or specific local laws" + }, + "destination": { + "title": "Destination", + "description": "Access permitted only to reach a destination" + } + } + }, + "access_toilets": { + "label": "Access" + }, + "address": { + "label": "Address", + "placeholders": { + "housename": "Housename", + "number": "123", + "street": "Street", + "city": "City", + "postcode": "Postal code" + } + }, + "admin_level": { + "label": "Admin Level" + }, + "aeroway": { + "label": "Type" + }, + "amenity": { + "label": "Type" + }, + "artist": { + "label": "Artist" + }, + "artwork_type": { + "label": "Type" + }, + "atm": { + "label": "ATM" + }, + "backrest": { + "label": "Backrest" + }, + "barrier": { + "label": "Type" + }, + "bicycle_parking": { + "label": "Type" + }, + "boundary": { + "label": "Type" + }, + "building": { + "label": "Building" + }, + "building_area": { + "label": "Building" + }, + "building_yes": { + "label": "Building" + }, + "capacity": { + "label": "Capacity", + "placeholder": "50, 100, 200..." + }, + "cardinal_direction": { + "label": "Direction" + }, + "clock_direction": { + "label": "Direction", + "options": { + "clockwise": "Clockwise", + "anticlockwise": "Counterclockwise" + } + }, + "collection_times": { + "label": "Collection Times" + }, + "construction": { + "label": "Type" + }, + "country": { + "label": "Country" + }, + "crossing": { + "label": "Type" + }, + "cuisine": { + "label": "Cuisine" + }, + "denomination": { + "label": "Denomination" + }, + "denotation": { + "label": "Denotation" + }, + "description": { + "label": "Description" + }, + "elevation": { + "label": "Elevation" + }, + "emergency": { + "label": "Emergency" + }, + "entrance": { + "label": "Type" + }, + "fax": { + "label": "Fax", + "placeholder": "+31 42 123 4567" + }, + "fee": { + "label": "Fee" + }, + "fire_hydrant/type": { + "label": "Type" + }, + "fixme": { + "label": "Fix Me" + }, + "generator/method": { + "label": "Method" + }, + "generator/source": { + "label": "Source" + }, + "generator/type": { + "label": "Type" + }, + "highway": { + "label": "Type" + }, + "historic": { + "label": "Type" + }, + "iata": { + "label": "IATA" + }, + "icao": { + "label": "ICAO" + }, + "incline": { + "label": "Incline" + }, + "internet_access": { + "label": "Internet Access", + "options": { + "yes": "Yes", + "no": "No", + "wlan": "Wifi", + "wired": "Wired", + "terminal": "Terminal" + } + }, + "landuse": { + "label": "Type" + }, + "lanes": { + "label": "Lanes", + "placeholder": "1, 2, 3..." + }, + "layer": { + "label": "Layer" + }, + "leisure": { + "label": "Type" + }, + "levels": { + "label": "Levels", + "placeholder": "2, 4, 6..." + }, + "lit": { + "label": "Lit" + }, + "location": { + "label": "Location" + }, + "man_made": { + "label": "Type" + }, + "maxspeed": { + "label": "Speed Limit", + "placeholder": "40, 50, 60..." + }, + "name": { + "label": "Name", + "placeholder": "Common name (if any)" + }, + "natural": { + "label": "Natural" + }, + "network": { + "label": "Network" + }, + "note": { + "label": "Note" + }, + "office": { + "label": "Type" + }, + "oneway": { + "label": "One Way" + }, + "oneway_yes": { + "label": "One Way" + }, + "opening_hours": { + "label": "Hours" + }, + "operator": { + "label": "Operator" + }, + "park_ride": { + "label": "Park and Ride" + }, + "parking": { + "label": "Type" + }, + "phone": { + "label": "Phone", + "placeholder": "+31 42 123 4567" + }, + "place": { + "label": "Type" + }, + "power": { + "label": "Type" + }, + "railway": { + "label": "Type" + }, + "ref": { + "label": "Reference" + }, + "relation": { + "label": "Type" + }, + "religion": { + "label": "Religion", + "options": { + "christian": "Christian", + "muslim": "Muslim", + "buddhist": "Buddhist", + "jewish": "Jewish", + "hindu": "Hindu", + "shinto": "Shinto", + "taoist": "Taoist" + } + }, + "restriction": { + "label": "Type" + }, + "route": { + "label": "Type" + }, + "route_master": { + "label": "Type" + }, + "sac_scale": { + "label": "Path Difficulty" + }, + "service": { + "label": "Type" + }, + "shelter": { + "label": "Shelter" + }, + "shelter_type": { + "label": "Type" + }, + "shop": { + "label": "Type" + }, + "source": { + "label": "Source" + }, + "sport": { + "label": "Sport" + }, + "structure": { + "label": "Structure", + "placeholder": "Unknown", + "options": { + "bridge": "Bridge", + "tunnel": "Tunnel", + "embankment": "Embankment", + "cutting": "Cutting" + } + }, + "supervised": { + "label": "Supervised" + }, + "surface": { + "label": "Surface" + }, + "toilets/disposal": { + "label": "Disposal" + }, + "tourism": { + "label": "Type" + }, + "towertype": { + "label": "Tower type" + }, + "tracktype": { + "label": "Type" + }, + "trail_visibility": { + "label": "Trail Visibility" + }, + "tree_type": { + "label": "Type" + }, + "vending": { + "label": "Type of Goods" + }, + "water": { + "label": "Type" + }, + "waterway": { + "label": "Type" + }, + "website": { + "label": "Website", + "placeholder": "http://example.com/" + }, + "wetland": { + "label": "Type" + }, + "wheelchair": { + "label": "Wheelchair Access" + }, + "wikipedia": { + "label": "Wikipedia" + }, + "wood": { + "label": "Type" + } + }, + "presets": { + "address": { + "name": "Address", + "terms": "" + }, + "aeroway": { + "name": "Aeroway", + "terms": "" + }, + "aeroway/aerodrome": { + "name": "Airport", + "terms": "airplane,airport,aerodrome" + }, + "aeroway/apron": { + "name": "Apron", + "terms": "ramp" + }, + "aeroway/gate": { + "name": "Airport gate", + "terms": "" + }, + "aeroway/hangar": { + "name": "Hangar", + "terms": "" + }, + "aeroway/helipad": { + "name": "Helipad", + "terms": "helicopter,helipad,heliport" + }, + "aeroway/runway": { + "name": "Runway", + "terms": "landing strip" + }, + "aeroway/taxiway": { + "name": "Taxiway", + "terms": "" + }, + "aeroway/terminal": { + "name": "Airport terminal", + "terms": "airport,aerodrome" + }, + "amenity": { + "name": "Amenity", + "terms": "" + }, + "amenity/arts_centre": { + "name": "Arts Center", + "terms": "arts,arts centre" + }, + "amenity/atm": { + "name": "ATM", + "terms": "" + }, + "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" + }, + "amenity/bar": { + "name": "Bar", + "terms": "" + }, + "amenity/bench": { + "name": "Bench", + "terms": "" + }, + "amenity/bicycle_parking": { + "name": "Bicycle Parking", + "terms": "" + }, + "amenity/bicycle_rental": { + "name": "Bicycle Rental", + "terms": "" + }, + "amenity/boat_rental": { + "name": "Boat Rental", + "terms": "" + }, + "amenity/cafe": { + "name": "Cafe", + "terms": "coffee,tea,coffee shop" + }, + "amenity/car_rental": { + "name": "Car Rental", + "terms": "" + }, + "amenity/car_sharing": { + "name": "Car Sharing", + "terms": "" + }, + "amenity/car_wash": { + "name": "Car Wash", + "terms": "" + }, + "amenity/childcare": { + "name": "Childcare", + "terms": "nursery,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" + }, + "amenity/college": { + "name": "College", + "terms": "" + }, + "amenity/courthouse": { + "name": "Courthouse", + "terms": "" + }, + "amenity/drinking_water": { + "name": "Drinking Water", + "terms": "water fountain,potable water" + }, + "amenity/embassy": { + "name": "Embassy", + "terms": "" + }, + "amenity/fast_food": { + "name": "Fast Food", + "terms": "" + }, + "amenity/fire_station": { + "name": "Fire Station", + "terms": "" + }, + "amenity/fountain": { + "name": "Fountain", + "terms": "" + }, + "amenity/fuel": { + "name": "Gas Station", + "terms": "petrol,fuel,propane,diesel,lng,cng,biodiesel" + }, + "amenity/grave_yard": { + "name": "Graveyard", + "terms": "" + }, + "amenity/hospital": { + "name": "Hospital", + "terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward" + }, + "amenity/kindergarten": { + "name": "Kindergarten", + "terms": "nursery,preschool" + }, + "amenity/library": { + "name": "Library", + "terms": "" + }, + "amenity/marketplace": { + "name": "Marketplace", + "terms": "" + }, + "amenity/parking": { + "name": "Car Parking", + "terms": "" + }, + "amenity/pharmacy": { + "name": "Pharmacy", + "terms": "" + }, + "amenity/place_of_worship": { + "name": "Place of Worship", + "terms": "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple" + }, + "amenity/place_of_worship/buddhist": { + "name": "Buddhist Temple", + "terms": "stupa,vihara,monastery,temple,pagoda,zendo,dojo" + }, + "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" + }, + "amenity/place_of_worship/jewish": { + "name": "Synagogue", + "terms": "jewish,synagogue" + }, + "amenity/place_of_worship/muslim": { + "name": "Mosque", + "terms": "muslim,mosque" + }, + "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" + }, + "amenity/post_box": { + "name": "Mailbox", + "terms": "letter drop,letterbox,mail drop,mailbox,pillar box,postbox" + }, + "amenity/post_office": { + "name": "Post Office", + "terms": "" + }, + "amenity/pub": { + "name": "Pub", + "terms": "" + }, + "amenity/ranger_station": { + "name": "Ranger Station", + "terms": "visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center" + }, + "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" + }, + "amenity/school": { + "name": "School", + "terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university" + }, + "amenity/shelter": { + "name": "Shelter", + "terms": "lean-to" + }, + "amenity/swimming_pool": { + "name": "Swimming Pool", + "terms": "" + }, + "amenity/taxi": { + "name": "Taxi Stand", + "terms": "cab" + }, + "amenity/telephone": { + "name": "Telephone", + "terms": "" + }, + "amenity/theatre": { + "name": "Theater", + "terms": "theatre,performance,play,musical" + }, + "amenity/toilets": { + "name": "Toilets", + "terms": "bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C." + }, + "amenity/townhall": { + "name": "Town Hall", + "terms": "village hall,city government,courthouse,municipal building,municipal center,municipal centre" + }, + "amenity/university": { + "name": "University", + "terms": "college" + }, + "amenity/vending_machine": { + "name": "Vending Machine", + "terms": "" + }, + "amenity/waste_basket": { + "name": "Waste Basket", + "terms": "rubbish bin,litter bin,trash can,garbage can" + }, + "area": { + "name": "Area", + "terms": "" + }, + "barrier": { + "name": "Barrier", + "terms": "" + }, + "barrier/block": { + "name": "Block", + "terms": "" + }, + "barrier/bollard": { + "name": "Bollard", + "terms": "" + }, + "barrier/cattle_grid": { + "name": "Cattle Grid", + "terms": "" + }, + "barrier/city_wall": { + "name": "City Wall", + "terms": "" + }, + "barrier/cycle_barrier": { + "name": "Cycle Barrier", + "terms": "" + }, + "barrier/ditch": { + "name": "Ditch", + "terms": "" + }, + "barrier/entrance": { + "name": "Entrance", + "terms": "" + }, + "barrier/fence": { + "name": "Fence", + "terms": "" + }, + "barrier/gate": { + "name": "Gate", + "terms": "" + }, + "barrier/hedge": { + "name": "Hedge", + "terms": "" + }, + "barrier/kissing_gate": { + "name": "Kissing Gate", + "terms": "" + }, + "barrier/lift_gate": { + "name": "Lift Gate", + "terms": "" + }, + "barrier/retaining_wall": { + "name": "Retaining Wall", + "terms": "" + }, + "barrier/stile": { + "name": "Stile", + "terms": "" + }, + "barrier/toll_booth": { + "name": "Toll Booth", + "terms": "" + }, + "barrier/wall": { + "name": "Wall", + "terms": "" + }, + "boundary/administrative": { + "name": "Administrative Boundary", + "terms": "" + }, + "building": { + "name": "Building", + "terms": "" + }, + "building/apartments": { + "name": "Apartments", + "terms": "" + }, + "building/commercial": { + "name": "Commercial Building", + "terms": "" + }, + "building/entrance": { + "name": "Entrance", + "terms": "" + }, + "building/garage": { + "name": "Garage", + "terms": "" + }, + "building/house": { + "name": "House", + "terms": "" + }, + "building/hut": { + "name": "Hut", + "terms": "" + }, + "building/industrial": { + "name": "Industrial Building", + "terms": "" + }, + "building/residential": { + "name": "Residential Building", + "terms": "" + }, + "emergency/ambulance_station": { + "name": "Ambulance Station", + "terms": "" + }, + "emergency/fire_hydrant": { + "name": "Fire Hydrant", + "terms": "" + }, + "emergency/phone": { + "name": "Emergency Phone", + "terms": "" + }, + "entrance": { + "name": "Entrance", + "terms": "" + }, + "footway/crossing": { + "name": "Crossing", + "terms": "crosswalk,zebra crossing" + }, + "footway/sidewalk": { + "name": "Sidewalk", + "terms": "" + }, + "highway": { + "name": "Highway", + "terms": "" + }, + "highway/bridleway": { + "name": "Bridle Path", + "terms": "bridleway,equestrian trail,horse riding path,bridle road,horse trail" + }, + "highway/bus_stop": { + "name": "Bus Stop", + "terms": "" + }, + "highway/crossing": { + "name": "Crossing", + "terms": "crosswalk,zebra crossing" + }, + "highway/cycleway": { + "name": "Cycle Path", + "terms": "" + }, + "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" + }, + "highway/living_street": { + "name": "Living Street", + "terms": "" + }, + "highway/mini_roundabout": { + "name": "Mini-Roundabout", + "terms": "" + }, + "highway/motorway": { + "name": "Motorway", + "terms": "" + }, + "highway/motorway_junction": { + "name": "Motorway Junction", + "terms": "" + }, + "highway/motorway_link": { + "name": "Motorway Link", + "terms": "ramp,on ramp,off ramp" + }, + "highway/path": { + "name": "Path", + "terms": "" + }, + "highway/pedestrian": { + "name": "Pedestrian", + "terms": "" + }, + "highway/primary": { + "name": "Primary Road", + "terms": "" + }, + "highway/primary_link": { + "name": "Primary Link", + "terms": "ramp,on ramp,off ramp" + }, + "highway/residential": { + "name": "Residential Road", + "terms": "" + }, + "highway/road": { + "name": "Unknown Road", + "terms": "" + }, + "highway/secondary": { + "name": "Secondary Road", + "terms": "" + }, + "highway/secondary_link": { + "name": "Secondary Link", + "terms": "ramp,on ramp,off ramp" + }, + "highway/service": { + "name": "Service Road", + "terms": "" + }, + "highway/service/alley": { + "name": "Alley", + "terms": "" + }, + "highway/service/drive-through": { + "name": "Drive-Through", + "terms": "" + }, + "highway/service/driveway": { + "name": "Driveway", + "terms": "" + }, + "highway/service/emergency_access": { + "name": "Emergency Access", + "terms": "" + }, + "highway/service/parking_aisle": { + "name": "Parking Aisle", + "terms": "" + }, + "highway/steps": { + "name": "Steps", + "terms": "stairs,staircase" + }, + "highway/stop": { + "name": "Stop Sign", + "terms": "stop sign" + }, + "highway/tertiary": { + "name": "Tertiary Road", + "terms": "" + }, + "highway/tertiary_link": { + "name": "Tertiary Link", + "terms": "ramp,on ramp,off ramp" + }, + "highway/track": { + "name": "Track", + "terms": "" + }, + "highway/traffic_signals": { + "name": "Traffic Signals", + "terms": "light,stoplight,traffic light" + }, + "highway/trunk": { + "name": "Trunk Road", + "terms": "" + }, + "highway/trunk_link": { + "name": "Trunk Link", + "terms": "ramp,on ramp,off ramp" + }, + "highway/turning_circle": { + "name": "Turning Circle", + "terms": "" + }, + "highway/unclassified": { + "name": "Unclassified Road", + "terms": "" + }, + "historic": { + "name": "Historic Site", + "terms": "" + }, + "historic/archaeological_site": { + "name": "Archaeological Site", + "terms": "" + }, + "historic/boundary_stone": { + "name": "Boundary Stone", + "terms": "" + }, + "historic/castle": { + "name": "Castle", + "terms": "" + }, + "historic/memorial": { + "name": "Memorial", + "terms": "" + }, + "historic/monument": { + "name": "Monument", + "terms": "" + }, + "historic/ruins": { + "name": "Ruins", + "terms": "" + }, + "historic/wayside_cross": { + "name": "Wayside Cross", + "terms": "" + }, + "historic/wayside_shrine": { + "name": "Wayside Shrine", + "terms": "" + }, + "landuse": { + "name": "Landuse", + "terms": "" + }, + "landuse/allotments": { + "name": "Allotments", + "terms": "" + }, + "landuse/basin": { + "name": "Basin", + "terms": "" + }, + "landuse/cemetery": { + "name": "Cemetery", + "terms": "" + }, + "landuse/commercial": { + "name": "Commercial", + "terms": "" + }, + "landuse/construction": { + "name": "Construction", + "terms": "" + }, + "landuse/farm": { + "name": "Farm", + "terms": "" + }, + "landuse/farmyard": { + "name": "Farmyard", + "terms": "" + }, + "landuse/forest": { + "name": "Forest", + "terms": "" + }, + "landuse/grass": { + "name": "Grass", + "terms": "" + }, + "landuse/industrial": { + "name": "Industrial", + "terms": "" + }, + "landuse/meadow": { + "name": "Meadow", + "terms": "" + }, + "landuse/orchard": { + "name": "Orchard", + "terms": "" + }, + "landuse/quarry": { + "name": "Quarry", + "terms": "" + }, + "landuse/residential": { + "name": "Residential", + "terms": "" + }, + "landuse/retail": { + "name": "Retail", + "terms": "" + }, + "landuse/vineyard": { + "name": "Vineyard", + "terms": "" + }, + "leisure": { + "name": "Leisure", + "terms": "" + }, + "leisure/common": { + "name": "Common", + "terms": "open space" + }, + "leisure/dog_park": { + "name": "Dog Park", + "terms": "" + }, + "leisure/garden": { + "name": "Garden", + "terms": "" + }, + "leisure/golf_course": { + "name": "Golf Course", + "terms": "" + }, + "leisure/marina": { + "name": "Marina", + "terms": "" + }, + "leisure/park": { + "name": "Park", + "terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland" + }, + "leisure/pitch": { + "name": "Sport Pitch", + "terms": "" + }, + "leisure/pitch/american_football": { + "name": "American Football Field", + "terms": "" + }, + "leisure/pitch/baseball": { + "name": "Baseball Diamond", + "terms": "" + }, + "leisure/pitch/basketball": { + "name": "Basketball Court", + "terms": "" + }, + "leisure/pitch/skateboard": { + "name": "Skate Park", + "terms": "" + }, + "leisure/pitch/soccer": { + "name": "Soccer Field", + "terms": "" + }, + "leisure/pitch/tennis": { + "name": "Tennis Court", + "terms": "" + }, + "leisure/pitch/volleyball": { + "name": "Volleyball Court", + "terms": "" + }, + "leisure/playground": { + "name": "Playground", + "terms": "jungle gym,play area" + }, + "leisure/slipway": { + "name": "Slipway", + "terms": "" + }, + "leisure/sports_center": { + "name": "Sports Center", + "terms": "gym" + }, + "leisure/stadium": { + "name": "Stadium", + "terms": "" + }, + "leisure/swimming_pool": { + "name": "Swimming Pool", + "terms": "" + }, + "leisure/track": { + "name": "Race Track", + "terms": "" + }, + "line": { + "name": "Line", + "terms": "" + }, + "man_made": { + "name": "Man Made", + "terms": "" + }, + "man_made/breakwater": { + "name": "Breakwater", + "terms": "" + }, + "man_made/cutline": { + "name": "Cut line", + "terms": "" + }, + "man_made/lighthouse": { + "name": "Lighthouse", + "terms": "" + }, + "man_made/observation": { + "name": "Observation Tower", + "terms": "lookout tower,fire tower" + }, + "man_made/pier": { + "name": "Pier", + "terms": "" + }, + "man_made/pipeline": { + "name": "Pipeline", + "terms": "" + }, + "man_made/survey_point": { + "name": "Survey Point", + "terms": "" + }, + "man_made/tower": { + "name": "Tower", + "terms": "" + }, + "man_made/wastewater_plant": { + "name": "Wastewater Plant", + "terms": "sewage works,sewage treatment plant,water treatment plant,reclamation plant" + }, + "man_made/water_tower": { + "name": "Water Tower", + "terms": "" + }, + "man_made/water_well": { + "name": "Water well", + "terms": "" + }, + "man_made/water_works": { + "name": "Water Works", + "terms": "" + }, + "natural": { + "name": "Natural", + "terms": "" + }, + "natural/bay": { + "name": "Bay", + "terms": "" + }, + "natural/beach": { + "name": "Beach", + "terms": "" + }, + "natural/cliff": { + "name": "Cliff", + "terms": "" + }, + "natural/coastline": { + "name": "Coastline", + "terms": "shore" + }, + "natural/fell": { + "name": "Fell", + "terms": "" + }, + "natural/glacier": { + "name": "Glacier", + "terms": "" + }, + "natural/grassland": { + "name": "Grassland", + "terms": "" + }, + "natural/heath": { + "name": "Heath", + "terms": "" + }, + "natural/peak": { + "name": "Peak", + "terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top" + }, + "natural/scree": { + "name": "Scree", + "terms": "loose rocks" + }, + "natural/scrub": { + "name": "Scrub", + "terms": "" + }, + "natural/spring": { + "name": "Spring", + "terms": "" + }, + "natural/tree": { + "name": "Tree", + "terms": "" + }, + "natural/water": { + "name": "Water", + "terms": "" + }, + "natural/water/lake": { + "name": "Lake", + "terms": "lakelet,loch,mere" + }, + "natural/water/pond": { + "name": "Pond", + "terms": "lakelet,millpond,tarn,pool,mere" + }, + "natural/water/reservoir": { + "name": "Reservoir", + "terms": "" + }, + "natural/wetland": { + "name": "Wetland", + "terms": "" + }, + "natural/wood": { + "name": "Wood", + "terms": "" + }, + "office": { + "name": "Office", + "terms": "" + }, + "office/accountant": { + "name": "Accountant", + "terms": "" + }, + "office/administrative": { + "name": "Administrative Office", + "terms": "" + }, + "office/architect": { + "name": "Architect", + "terms": "" + }, + "office/company": { + "name": "Company Office", + "terms": "" + }, + "office/educational_institution": { + "name": "Educational Institution", + "terms": "" + }, + "office/employment_agency": { + "name": "Employment Agency", + "terms": "" + }, + "office/estate_agent": { + "name": "Real Estate Office", + "terms": "" + }, + "office/financial": { + "name": "Financial Office", + "terms": "" + }, + "office/government": { + "name": "Government Office", + "terms": "" + }, + "office/insurance": { + "name": "Insurance Office", + "terms": "" + }, + "office/it": { + "name": "IT Office", + "terms": "" + }, + "office/lawyer": { + "name": "Law Office", + "terms": "" + }, + "office/newspaper": { + "name": "Newspaper", + "terms": "" + }, + "office/ngo": { + "name": "NGO Office", + "terms": "" + }, + "office/physician": { + "name": "Physician", + "terms": "" + }, + "office/political_party": { + "name": "Political Party", + "terms": "" + }, + "office/research": { + "name": "Research Office", + "terms": "" + }, + "office/telecommunication": { + "name": "Telecom Office", + "terms": "" + }, + "office/therapist": { + "name": "Therapist", + "terms": "" + }, + "office/travel_agent": { + "name": "Travel Agency", + "terms": "" + }, + "place": { + "name": "Place", + "terms": "" + }, + "place/city": { + "name": "City", + "terms": "" + }, + "place/hamlet": { + "name": "Hamlet", + "terms": "" + }, + "place/island": { + "name": "Island", + "terms": "archipelago,atoll,bar,cay,isle,islet,key,reef" + }, + "place/isolated_dwelling": { + "name": "Isolated Dwelling", + "terms": "" + }, + "place/locality": { + "name": "Locality", + "terms": "" + }, + "place/town": { + "name": "Town", + "terms": "" + }, + "place/village": { + "name": "Village", + "terms": "" + }, + "point": { + "name": "Point", + "terms": "" + }, + "power": { + "name": "Power", + "terms": "" + }, + "power/generator": { + "name": "Power Generator", + "terms": "" + }, + "power/line": { + "name": "Power Line", + "terms": "" + }, + "power/minor_line": { + "name": "Minor Power Line", + "terms": "" + }, + "power/pole": { + "name": "Power Pole", + "terms": "" + }, + "power/sub_station": { + "name": "Substation", + "terms": "" + }, + "power/tower": { + "name": "High-Voltage Tower", + "terms": "" + }, + "power/transformer": { + "name": "Transformer", + "terms": "" + }, + "railway": { + "name": "Railway", + "terms": "" + }, + "railway/abandoned": { + "name": "Abandoned Railway", + "terms": "" + }, + "railway/disused": { + "name": "Disused Railway", + "terms": "" + }, + "railway/halt": { + "name": "Railway Halt", + "terms": "break,interrupt,rest,wait,interruption" + }, + "railway/level_crossing": { + "name": "Level Crossing", + "terms": "crossing,railroad crossing,railway crossing,grade crossing,road through railroad,train crossing" + }, + "railway/monorail": { + "name": "Monorail", + "terms": "" + }, + "railway/platform": { + "name": "Railway Platform", + "terms": "" + }, + "railway/rail": { + "name": "Rail", + "terms": "" + }, + "railway/station": { + "name": "Railway Station", + "terms": "train station,station" + }, + "railway/subway": { + "name": "Subway", + "terms": "" + }, + "railway/subway_entrance": { + "name": "Subway Entrance", + "terms": "" + }, + "railway/tram": { + "name": "Tram", + "terms": "streetcar" + }, + "relation": { + "name": "Relation", + "terms": "" + }, + "route/ferry": { + "name": "Ferry Route", + "terms": "" + }, + "shop": { + "name": "Shop", + "terms": "" + }, + "shop/alcohol": { + "name": "Liquor Store", + "terms": "alcohol" + }, + "shop/bakery": { + "name": "Bakery", + "terms": "" + }, + "shop/beauty": { + "name": "Beauty Shop", + "terms": "nail spa,spa,salon,tanning" + }, + "shop/beverages": { + "name": "Beverage Store", + "terms": "" + }, + "shop/bicycle": { + "name": "Bicycle Shop", + "terms": "" + }, + "shop/books": { + "name": "Bookstore", + "terms": "" + }, + "shop/boutique": { + "name": "Boutique", + "terms": "" + }, + "shop/butcher": { + "name": "Butcher", + "terms": "" + }, + "shop/car": { + "name": "Car Dealership", + "terms": "" + }, + "shop/car_parts": { + "name": "Car Parts Store", + "terms": "" + }, + "shop/car_repair": { + "name": "Car Repair Shop", + "terms": "" + }, + "shop/chemist": { + "name": "Chemist", + "terms": "" + }, + "shop/clothes": { + "name": "Clothing Store", + "terms": "" + }, + "shop/computer": { + "name": "Computer Store", + "terms": "" + }, + "shop/confectionery": { + "name": "Confectionery", + "terms": "" + }, + "shop/convenience": { + "name": "Convenience Store", + "terms": "" + }, + "shop/deli": { + "name": "Deli", + "terms": "" + }, + "shop/department_store": { + "name": "Department Store", + "terms": "" + }, + "shop/doityourself": { + "name": "DIY Store", + "terms": "" + }, + "shop/dry_cleaning": { + "name": "Dry Cleaners", + "terms": "" + }, + "shop/electronics": { + "name": "Electronics Store", + "terms": "" + }, + "shop/farm": { + "name": "Produce Stand", + "terms": "farm shop,farm stand" + }, + "shop/fishmonger": { + "name": "Fishmonger", + "terms": "" + }, + "shop/florist": { + "name": "Florist", + "terms": "" + }, + "shop/furniture": { + "name": "Furniture Store", + "terms": "" + }, + "shop/garden_centre": { + "name": "Garden Center", + "terms": "garden centre" + }, + "shop/gift": { + "name": "Gift Shop", + "terms": "" + }, + "shop/greengrocer": { + "name": "Greengrocer", + "terms": "" + }, + "shop/hairdresser": { + "name": "Hairdresser", + "terms": "" + }, + "shop/hardware": { + "name": "Hardware Store", + "terms": "" + }, + "shop/hifi": { + "name": "Hifi Store", + "terms": "" + }, + "shop/jewelry": { + "name": "Jeweler", + "terms": "" + }, + "shop/kiosk": { + "name": "Kiosk", + "terms": "" + }, + "shop/laundry": { + "name": "Laundry", + "terms": "" + }, + "shop/locksmith": { + "name": "Locksmith", + "terms": "keys" + }, + "shop/mall": { + "name": "Mall", + "terms": "" + }, + "shop/mobile_phone": { + "name": "Mobile Phone Store", + "terms": "" + }, + "shop/motorcycle": { + "name": "Motorcycle Dealership", + "terms": "" + }, + "shop/music": { + "name": "Music Store", + "terms": "" + }, + "shop/newsagent": { + "name": "Newsagent", + "terms": "" + }, + "shop/optician": { + "name": "Optician", + "terms": "" + }, + "shop/outdoor": { + "name": "Outdoor Store", + "terms": "" + }, + "shop/pet": { + "name": "Pet Store", + "terms": "" + }, + "shop/photo": { + "name": "Photography Store", + "terms": "" + }, + "shop/shoes": { + "name": "Shoe Store", + "terms": "" + }, + "shop/sports": { + "name": "Sporting Goods Store", + "terms": "" + }, + "shop/stationery": { + "name": "Stationery Store", + "terms": "" + }, + "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" + }, + "shop/toys": { + "name": "Toy Store", + "terms": "" + }, + "shop/travel_agency": { + "name": "Travel Agency", + "terms": "" + }, + "shop/tyres": { + "name": "Tire Store", + "terms": "" + }, + "shop/vacant": { + "name": "Vacant Shop", + "terms": "" + }, + "shop/variety_store": { + "name": "Variety Store", + "terms": "" + }, + "shop/video": { + "name": "Video Store", + "terms": "" + }, + "tourism": { + "name": "Tourism", + "terms": "" + }, + "tourism/alpine_hut": { + "name": "Alpine Hut", + "terms": "" + }, + "tourism/artwork": { + "name": "Artwork", + "terms": "mural,sculpture,statue" + }, + "tourism/attraction": { + "name": "Tourist Attraction", + "terms": "" + }, + "tourism/camp_site": { + "name": "Camp Site", + "terms": "camping" + }, + "tourism/caravan_site": { + "name": "RV Park", + "terms": "" + }, + "tourism/chalet": { + "name": "Chalet", + "terms": "" + }, + "tourism/guest_house": { + "name": "Guest House", + "terms": "B&B,Bed & Breakfast,Bed and Breakfast" + }, + "tourism/hostel": { + "name": "Hostel", + "terms": "" + }, + "tourism/hotel": { + "name": "Hotel", + "terms": "" + }, + "tourism/information": { + "name": "Information", + "terms": "" + }, + "tourism/motel": { + "name": "Motel", + "terms": "" + }, + "tourism/museum": { + "name": "Museum", + "terms": "exhibition,exhibits archive,foundation,gallery,hall,institution,library,menagerie,repository,salon,storehouse,treasury,vault" + }, + "tourism/picnic_site": { + "name": "Picnic Site", + "terms": "" + }, + "tourism/theme_park": { + "name": "Theme Park", + "terms": "" + }, + "tourism/viewpoint": { + "name": "Viewpoint", + "terms": "" + }, + "tourism/zoo": { + "name": "Zoo", + "terms": "" + }, + "type/boundary": { + "name": "Boundary", + "terms": "" + }, + "type/boundary/administrative": { + "name": "Administrative Boundary", + "terms": "" + }, + "type/multipolygon": { + "name": "Multipolygon", + "terms": "" + }, + "type/restriction": { + "name": "Restriction", + "terms": "" + }, + "type/route": { + "name": "Route", + "terms": "" + }, + "type/route/bicycle": { + "name": "Cycle Route", + "terms": "" + }, + "type/route/bus": { + "name": "Bus Route", + "terms": "" + }, + "type/route/detour": { + "name": "Detour Route", + "terms": "" + }, + "type/route/ferry": { + "name": "Ferry Route", + "terms": "" + }, + "type/route/foot": { + "name": "Foot Route", + "terms": "" + }, + "type/route/hiking": { + "name": "Hiking Route", + "terms": "" + }, + "type/route/pipeline": { + "name": "Pipeline Route", + "terms": "" + }, + "type/route/power": { + "name": "Power Route", + "terms": "" + }, + "type/route/road": { + "name": "Road Route", + "terms": "" + }, + "type/route/train": { + "name": "Train Route", + "terms": "" + }, + "type/route/tram": { + "name": "Tram Route", + "terms": "" + }, + "type/route_master": { + "name": "Route Master", + "terms": "" + }, + "vertex": { + "name": "Other", + "terms": "" + }, + "waterway": { + "name": "Waterway", + "terms": "" + }, + "waterway/canal": { + "name": "Canal", + "terms": "" + }, + "waterway/dam": { + "name": "Dam", + "terms": "" + }, + "waterway/ditch": { + "name": "Ditch", + "terms": "" + }, + "waterway/drain": { + "name": "Drain", + "terms": "" + }, + "waterway/river": { + "name": "River", + "terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse" + }, + "waterway/riverbank": { + "name": "Riverbank", + "terms": "" + }, + "waterway/stream": { + "name": "Stream", + "terms": "beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse" + }, + "waterway/weir": { + "name": "Weir", + "terms": "" + } + } } }, - "operations": { - "icon-operation-delete": [ - 0, - 140 - ], - "icon-operation-circularize": [ - 20, - 140 - ], - "icon-operation-straighten": [ - 40, - 140 - ], - "icon-operation-split": [ - 60, - 140 - ], - "icon-operation-disconnect": [ - 80, - 140 - ], - "icon-operation-reverse": [ - 100, - 140 - ], - "icon-operation-move": [ - 120, - 140 - ], - "icon-operation-merge": [ - 140, - 140 - ], - "icon-operation-orthogonalize": [ - 160, - 140 - ], - "icon-operation-rotate": [ - 180, - 140 - ], - "icon-operation-simplify": [ - 200, - 140 - ], - "icon-operation-continue": [ - 220, - 140 - ], - "icon-operation-disabled-delete": [ - 0, - 160 - ], - "icon-operation-disabled-circularize": [ - 20, - 160 - ], - "icon-operation-disabled-straighten": [ - 40, - 160 - ], - "icon-operation-disabled-split": [ - 60, - 160 - ], - "icon-operation-disabled-disconnect": [ - 80, - 160 - ], - "icon-operation-disabled-reverse": [ - 100, - 160 - ], - "icon-operation-disabled-move": [ - 120, - 160 - ], - "icon-operation-disabled-merge": [ - 140, - 160 - ], - "icon-operation-disabled-orthogonalize": [ - 160, - 160 - ], - "icon-operation-disabled-rotate": [ - 180, - 160 - ], - "icon-operation-disabled-simplify": [ - 200, - 160 - ], - "icon-operation-disabled-continue": [ - 220, - 160 - ] - }, - "locales": [ - "af", - "ar", - "ar-AA", - "ast", - "bn", - "bs", - "bg-BG", - "ca", - "zh", - "zh-CN", - "zh-CN.GB2312", - "zh-TW", - "hr", - "cs", - "da", - "nl", - "en-GB", - "et", - "fi", - "fr", - "de", - "el", - "hu", - "is", - "id", - "it", - "ja", - "ko", - "lv", - "lt", - "no", - "nn", - "fa", - "pl", - "pt", - "pt-BR", - "ru", - "sc", - "sr", - "sr-RS", - "sk", - "sl", - "es", - "sv", - "te", - "tr", - "uk", - "vi" - ], - "en": { - "modes": { - "add_area": { - "title": "Area", - "description": "Add parks, buildings, lakes or other areas to the map.", - "tail": "Click on the map to start drawing an area, like a park, lake, or building." + "suggestions": { + "amenity": { + "bank": { + "ABN AMRO": { + "count": 129 + }, + "ABSA": { + "count": 88 + }, + "AIB": { + "count": 71 + }, + "ANZ": { + "count": 199 + }, + "AXA": { + "count": 66 + }, + "Alior Bank": { + "count": 71 + }, + "Allied Bank": { + "count": 115 + }, + "Alpha Bank": { + "count": 94 + }, + "Argenta": { + "count": 84 + }, + "Axis Bank": { + "count": 52 + }, + "BAWAG PSK": { + "count": 105 + }, + "BB&T": { + "count": 126 + }, + "BBK": { + "count": 69 + }, + "BBVA": { + "count": 574 + }, + "BCI": { + "count": 57 + }, + "BCR": { + "count": 137 + }, + "BDO": { + "count": 275 + }, + "BES": { + "count": 68 + }, + "BMO": { + "count": 160 + }, + "BNL": { + "count": 78 + }, + "BNP": { + "count": 109 + }, + "BNP Paribas": { + "count": 574 + }, + "BNP Paribas Fortis": { + "count": 204 + }, + "BPI": { + "count": 393 + }, + "BRD": { + "count": 179 + }, + "BW-Bank": { + "count": 97 + }, + "BZ WBK": { + "count": 65 + }, + "Banamex": { + "count": 130 + }, + "Banca Intesa": { + "count": 58 + }, + "Banca Popolare di Novara": { + "count": 51 + }, + "Banca Popolare di Vicenza": { + "count": 67 + }, + "Banca Transilvania": { + "count": 131 + }, + "Bancaja": { + "count": 58 + }, + "Banco BCI": { + "count": 51 + }, + "Banco Estado": { + "count": 67 + }, + "Banco G&T Continental": { + "count": 62 + }, + "Banco Itaú": { + "count": 82 + }, + "Banco Nación": { + "count": 59 + }, + "Banco Pastor": { + "count": 62 + }, + "Banco Popular": { + "count": 262 + }, + "Banco Provincia": { + "count": 62 + }, + "Banco Santander": { + "count": 91 + }, + "Banco de Chile": { + "count": 95 + }, + "Banco de Costa Rica": { + "count": 64 + }, + "Banco de Desarrollo Banrural": { + "count": 74 + }, + "Banco de la Nación": { + "count": 93 + }, + "Banco do Brasil": { + "count": 440 + }, + "BancoEstado": { + "count": 79 + }, + "Bancolombia": { + "count": 85 + }, + "Bancomer": { + "count": 96 + }, + "Bancpost": { + "count": 51 + }, + "Banesco": { + "count": 86 + }, + "Banesto": { + "count": 198 + }, + "Bank Austria": { + "count": 174 + }, + "Bank Mandiri": { + "count": 56 + }, + "Bank Spółdzielczy": { + "count": 142 + }, + "Bank of America": { + "count": 836 + }, + "Bank of Ireland": { + "count": 109 + }, + "Bank of Montreal": { + "count": 111 + }, + "Bank of Scotland": { + "count": 85 + }, + "Bank of the West": { + "count": 86 + }, + "Bankia": { + "count": 108 + }, + "Bankinter": { + "count": 54 + }, + "Banorte": { + "count": 65 + }, + "Banque Nationale": { + "count": 56 + }, + "Banque Populaire": { + "count": 399 + }, + "Barclays": { + "count": 925 + }, + "Belfius": { + "count": 219 + }, + "Bendigo Bank": { + "count": 88 + }, + "Berliner Sparkasse": { + "count": 61 + }, + "Berliner Volksbank": { + "count": 79 + }, + "Bicentenario": { + "count": 183 + }, + "Bradesco": { + "count": 236 + }, + "CIBC": { + "count": 306 + }, + "CIC": { + "count": 393 + }, + "Caisse d'Épargne": { + "count": 801 + }, + "Caixa": { + "count": 99 + }, + "Caixa Econômica Federal": { + "count": 131 + }, + "Caixa Geral de Depósitos": { + "count": 119 + }, + "Caja Círculo": { + "count": 65 + }, + "Caja Duero": { + "count": 58 + }, + "Caja Madrid": { + "count": 115 + }, + "Caja Rural": { + "count": 87 + }, + "Caja de Burgos": { + "count": 58 + }, + "Cajamar": { + "count": 61 + }, + "Cajero Automatico Bancared": { + "count": 147 + }, + "Canara Bank": { + "count": 82 + }, + "Cassa di Risparmio del Veneto": { + "count": 58 + }, + "Chase": { + "count": 623 + }, + "China Bank": { + "count": 59 + }, + "Chinabank": { + "count": 54 + }, + "Citibank": { + "count": 249 + }, + "Citizens Bank": { + "count": 107 + }, + "CityCommerce Bank": { + "count": 53 + }, + "Commercial Bank of Ceylon PLC": { + "count": 80 + }, + "Commerzbank": { + "count": 799 + }, + "Commonwealth Bank": { + "count": 218 + }, + "Credit Agricole": { + "count": 143 + }, + "Credit Suisse": { + "count": 69 + }, + "Crédit Agricole": { + "count": 1160 + }, + "Crédit Mutuel": { + "count": 648 + }, + "Crédit Mutuel de Bretagne": { + "count": 335 + }, + "Crédit du Nord": { + "count": 88 + }, + "Danske Bank": { + "count": 130 + }, + "Davivienda": { + "count": 83 + }, + "De Venezuela": { + "count": 127 + }, + "Del Tesoro": { + "count": 94 + }, + "Deutsche Bank": { + "count": 836 + }, + "Dresdner Bank": { + "count": 77 + }, + "Ecobank": { + "count": 54 + }, + "Erste Bank": { + "count": 178 + }, + "Eurobank": { + "count": 89 + }, + "FNB": { + "count": 90 + }, + "Fifth Third Bank": { + "count": 66 + }, + "First National Bank": { + "count": 76 + }, + "GE Money Bank": { + "count": 72 + }, + "HDFC Bank": { + "count": 85 + }, + "HSBC": { + "count": 1039 + }, + "Halifax": { + "count": 214 + }, + "Hamburger Sparkasse": { + "count": 157 + }, + "Handelsbanken": { + "count": 178 + }, + "HypoVereinsbank": { + "count": 570 + }, + "ICICI Bank": { + "count": 78 + }, + "ING": { + "count": 468 + }, + "ING Bank Śląski": { + "count": 64 + }, + "Ibercaja": { + "count": 58 + }, + "Intesa San Paolo": { + "count": 60 + }, + "Itaú": { + "count": 278 + }, + "KBC": { + "count": 194 + }, + "Key Bank": { + "count": 139 + }, + "Komerční banka": { + "count": 136 + }, + "Kreissparkasse": { + "count": 579 + }, + "Kreissparkasse Köln": { + "count": 67 + }, + "LCL": { + "count": 508 + }, + "La Banque Postale": { + "count": 61 + }, + "La Caixa": { + "count": 513 + }, + "Landbank": { + "count": 79 + }, + "Lloyds Bank": { + "count": 541 + }, + "M&T Bank": { + "count": 80 + }, + "Maybank": { + "count": 81 + }, + "Mercantil": { + "count": 220 + }, + "Metrobank": { + "count": 253 + }, + "Millenium Bank": { + "count": 60 + }, + "Millennium Bank": { + "count": 415 + }, + "Monte dei Paschi di Siena": { + "count": 126 + }, + "NAB": { + "count": 123 + }, + "NatWest": { + "count": 606 + }, + "National Bank": { + "count": 87 + }, + "Nationwide": { + "count": 193 + }, + "Nedbank": { + "count": 74 + }, + "Nordea": { + "count": 312 + }, + "OLB": { + "count": 52 + }, + "OTP": { + "count": 184 + }, + "Oberbank": { + "count": 87 + }, + "Oldenburgische Landesbank": { + "count": 56 + }, + "Osuuspankki": { + "count": 74 + }, + "PKO BP": { + "count": 239 + }, + "PNB": { + "count": 106 + }, + "PNC Bank": { + "count": 215 + }, + "PSBank": { + "count": 57 + }, + "Pekao SA": { + "count": 53 + }, + "Peoples Bank": { + "count": 55 + }, + "Postbank": { + "count": 433 + }, + "RBC": { + "count": 220 + }, + "RBS": { + "count": 136 + }, + "RCBC": { + "count": 117 + }, + "Rabobank": { + "count": 619 + }, + "Raiffeisenbank": { + "count": 2028 + }, + "Regions Bank": { + "count": 59 + }, + "Royal Bank": { + "count": 65 + }, + "Royal Bank of Scotland": { + "count": 108 + }, + "SEB": { + "count": 129 + }, + "Santander": { + "count": 1181 + }, + "Santander Consumer Bank": { + "count": 81 + }, + "Santander Totta": { + "count": 63 + }, + "Sberbank": { + "count": 61 + }, + "Scotiabank": { + "count": 379 + }, + "Security Bank": { + "count": 71 + }, + "Slovenská sporiteľňa": { + "count": 127 + }, + "Société Générale": { + "count": 592 + }, + "Sparda-Bank": { + "count": 313 + }, + "Sparkasse": { + "count": 4521 + }, + "Sparkasse Aachen": { + "count": 58 + }, + "Sparkasse KölnBonn": { + "count": 55 + }, + "Stadtsparkasse": { + "count": 86 + }, + "Standard Bank": { + "count": 100 + }, + "State Bank of India": { + "count": 132 + }, + "SunTrust": { + "count": 63 + }, + "SunTrust Bank": { + "count": 66 + }, + "Swedbank": { + "count": 219 + }, + "TD Bank": { + "count": 178 + }, + "TD Canada Trust": { + "count": 421 + }, + "TSB": { + "count": 51 + }, + "Targobank": { + "count": 167 + }, + "Tatra banka": { + "count": 65 + }, + "UBS": { + "count": 129 + }, + "UCPB": { + "count": 87 + }, + "US Bank": { + "count": 214 + }, + "Ulster Bank": { + "count": 85 + }, + "UniCredit Bank": { + "count": 376 + }, + "Unicredit Banca": { + "count": 224 + }, + "Unicaja": { + "count": 74 + }, + "Union Bank": { + "count": 110 + }, + "VR-Bank": { + "count": 421 + }, + "Volksbank": { + "count": 2573 + }, + "VÚB": { + "count": 108 + }, + "Wachovia": { + "count": 61 + }, + "Wells Fargo": { + "count": 781 + }, + "Western Union": { + "count": 84 + }, + "Westpac": { + "count": 194 + }, + "Yorkshire Bank": { + "count": 60 + }, + "ČSOB": { + "count": 157 + }, + "Česká spořitelna": { + "count": 207 + }, + "Альфа-Банк": { + "count": 183 + }, + "Банк Москвы": { + "count": 116 + }, + "Белагропромбанк": { + "count": 66 + }, + "Беларусбанк": { + "count": 223 + }, + "ВТБ": { + "count": 54 + }, + "ВТБ24": { + "count": 298 + }, + "Возрождение": { + "count": 56 + }, + "Газпромбанк": { + "count": 93 + }, + "Ощадбанк": { + "count": 292 + }, + "ПриватБанк": { + "count": 480 + }, + "Промсвязьбанк": { + "count": 86 + }, + "Райффайзен Банк Аваль": { + "count": 57 + }, + "Росбанк": { + "count": 172 + }, + "Россельхозбанк": { + "count": 181 + }, + "Сбербанк": { + "count": 4579 + }, + "Совкомбанк": { + "count": 51 + }, + "УкрСиббанк": { + "count": 125 + }, + "Уралсиб": { + "count": 83 + }, + "ლიბერთი ბანკი (Liberty Bank)": { + "count": 55 + }, + "みずほ銀行": { + "count": 68 + }, + "りそな銀行": { + "count": 227 + }, + "三井住友銀行": { + "count": 122 + }, + "三菱東京UFJ銀行": { + "count": 149 + }, + "中国银行": { + "count": 65 + }, + "광주은행 (Gwangju Bank)": { + "count": 55 + }, + "국민은행": { + "count": 167 + }, + "농협": { + "count": 51 + }, + "신한은행": { + "count": 218 + }, + "우리은행": { + "count": 293 + }, + "중소기업은행 (Industrial Bank of Korea)": { + "count": 53 + }, + "하나은행": { + "count": 78 + } }, - "add_line": { - "title": "Line", - "description": "Add highways, streets, pedestrian paths, canals or other lines to the map.", - "tail": "Click on the map to start drawing a road, path, or route." + "cafe": { + "Cafe Amazon": { + "count": 51 + }, + "Cafe Coffee Day": { + "count": 103 + }, + "Cafeteria": { + "count": 69 + }, + "Caffè Nero": { + "count": 159 + }, + "Café Central": { + "count": 58 + }, + "Caribou Coffee": { + "count": 92 + }, + "Coffee Time": { + "count": 94 + }, + "Costa": { + "count": 548 + }, + "Dunkin Donuts": { + "count": 365 + }, + "Eiscafe": { + "count": 115 + }, + "Eiscafe Venezia": { + "count": 176 + }, + "Eisdiele": { + "count": 64 + }, + "Panera Bread": { + "count": 72 + }, + "Pret A Manger": { + "count": 115 + }, + "Second Cup": { + "count": 170 + }, + "Segafredo": { + "count": 67 + }, + "Starbucks": { + "count": 3837 + }, + "Subway": { + "count": 61 + }, + "Tchibo": { + "count": 91 + }, + "Tim Hortons": { + "count": 940 + }, + "Traveler's Coffee": { + "count": 59 + }, + "Кафе": { + "count": 244 + }, + "Кофе Хауз": { + "count": 99 + }, + "Столовая": { + "count": 320 + }, + "Шашлычная": { + "count": 51 + }, + "Шоколадница": { + "count": 124 + }, + "คาเฟ่ อเมซอน": { + "count": 63 + }, + "カフェ・ド・クリエ (Cafe de CRIE)": { + "count": 68 + }, + "スターバックス": { + "count": 54, + "name:en": "Starbucks" + }, + "スターバックス (Starbucks)": { + "count": 191 + }, + "ドトール": { + "count": 163 + } }, - "add_point": { - "title": "Point", - "description": "Add restaurants, monuments, postal boxes or other points to the map.", - "tail": "Click on the map to add a point." + "car_rental": { + "Avis": { + "count": 263 + }, + "Budget": { + "count": 81 + }, + "Enterprise": { + "count": 173 + }, + "Europcar": { + "count": 271 + }, + "Hertz": { + "count": 276 + }, + "Sixt": { + "count": 150 + }, + "stadtmobil CarSharing-Station": { + "count": 162 + } }, - "browse": { - "title": "Browse", - "description": "Pan and zoom the map." + "fast_food": { + "A&W": { + "count": 255 + }, + "Ali Baba": { + "count": 57 + }, + "Arby's": { + "count": 714 + }, + "Asia Imbiss": { + "count": 103 + }, + "Baskin Robbins": { + "count": 69 + }, + "Boston Market": { + "count": 57 + }, + "Burger King": { + "count": 3449 + }, + "Carl's Jr.": { + "count": 272 + }, + "Chick-fil-A": { + "count": 214 + }, + "Chipotle": { + "count": 260 + }, + "Chowking": { + "count": 138 + }, + "Church's Chicken": { + "count": 86 + }, + "Culver's": { + "count": 427 + }, + "Dairy Queen": { + "count": 722 + }, + "Del Taco": { + "count": 137 + }, + "Domino's Pizza": { + "count": 896 + }, + "Dunkin Donuts": { + "count": 411 + }, + "Döner": { + "count": 221 + }, + "El Pollo Loco": { + "count": 61 + }, + "Fish & Chips": { + "count": 82 + }, + "Five Guys": { + "count": 124 + }, + "Greggs": { + "count": 77 + }, + "Hallo Pizza": { + "count": 76 + }, + "Hardee's": { + "count": 242 + }, + "Harvey's": { + "count": 83 + }, + "Hesburger": { + "count": 97 + }, + "Hungry Jacks": { + "count": 163 + }, + "Imbiss": { + "count": 181 + }, + "In-N-Out Burger": { + "count": 58 + }, + "Istanbul": { + "count": 52 + }, + "Jack in the Box": { + "count": 517 + }, + "Jamba Juice": { + "count": 60 + }, + "Jimmy John's": { + "count": 119 + }, + "Jollibee": { + "count": 384 + }, + "KFC": { + "count": 2975 + }, + "Kebab": { + "count": 167 + }, + "Kochlöffel": { + "count": 69 + }, + "Kotipizza": { + "count": 75 + }, + "Little Caesars": { + "count": 61 + }, + "Long John Silver's": { + "count": 76 + }, + "Mang Inasal": { + "count": 66 + }, + "McDonald's": { + "count": 11760 + }, + "Mr. Sub": { + "count": 108 + }, + "Nando's": { + "count": 58 + }, + "Nordsee": { + "count": 159 + }, + "Panda Express": { + "count": 212 + }, + "Panera Bread": { + "count": 59 + }, + "Papa John's": { + "count": 274 + }, + "Pizza Express": { + "count": 65 + }, + "Pizza Hut": { + "count": 1010 + }, + "Pizza Nova": { + "count": 57 + }, + "Pizza Pizza": { + "count": 202 + }, + "Pollo Campero": { + "count": 63 + }, + "Popeye's": { + "count": 147 + }, + "Quick": { + "count": 484 + }, + "Quiznos": { + "count": 262 + }, + "Red Rooster": { + "count": 145 + }, + "Sibylla": { + "count": 61 + }, + "Sonic": { + "count": 506 + }, + "Steers": { + "count": 139 + }, + "Subway": { + "count": 5113 + }, + "Taco Bell": { + "count": 1257 + }, + "Taco John's": { + "count": 64 + }, + "Taco Time": { + "count": 82 + }, + "Telepizza": { + "count": 188 + }, + "Tim Hortons": { + "count": 292 + }, + "Wendy's": { + "count": 1487 + }, + "Whataburger": { + "count": 147 + }, + "White Castle": { + "count": 74 + }, + "Wimpy": { + "count": 136 + }, + "Макдоналдс": { + "count": 309, + "name:en": "McDonald's" + }, + "Робин Сдобин": { + "count": 72 + }, + "Русский Аппетит": { + "count": 65 + }, + "Столовая": { + "count": 189 + }, + "Теремок": { + "count": 63 + }, + "すき家": { + "count": 245 + }, + "なか卯": { + "count": 52 + }, + "ケンタッキーフライドチキン": { + "count": 54, + "name:en": "KFC" + }, + "ケンタッキーフライドチキン (Kentucky Fried Chicken)": { + "count": 104 + }, + "マクドナルド": { + "count": 632, + "name:en": "McDonald's" + }, + "モスバーガー": { + "count": 237 + }, + "吉野家": { + "count": 172 + }, + "松屋": { + "count": 224 + }, + "肯德基": { + "count": 81 + }, + "麥當勞": { + "count": 51 + } }, - "draw_area": { - "tail": "Click to add nodes to your area. Click the first node to finish the area." + "fuel": { + "76": { + "count": 282 + }, + "1-2-3": { + "count": 71 + }, + "7-Eleven": { + "count": 422 + }, + "ABC": { + "count": 80 + }, + "Agip": { + "count": 2654 + }, + "ANP": { + "count": 65 + }, + "ARAL": { + "count": 371 + }, + "AVIA": { + "count": 257 + }, + "Afriquia": { + "count": 90 + }, + "Agrola": { + "count": 72 + }, + "Api": { + "count": 313 + }, + "Aral": { + "count": 1334 + }, + "Arco": { + "count": 153 + }, + "Auchan": { + "count": 52 + }, + "Avanti": { + "count": 92 + }, + "Avia": { + "count": 614 + }, + "BFT": { + "count": 88 + }, + "BP": { + "count": 2330 + }, + "BR": { + "count": 81 + }, + "Benzina": { + "count": 70 + }, + "Bliska": { + "count": 149 + }, + "C. C. E. Leclerc": { + "count": 84 + }, + "CAMPSA": { + "count": 630 + }, + "CARREFOUR": { + "count": 75 + }, + "CEPSA": { + "count": 1020 + }, + "COSMO": { + "count": 65 + }, + "Caltex": { + "count": 948 + }, + "Canadian Tire": { + "count": 63 + }, + "Carrefour": { + "count": 196 + }, + "Casey's General Store": { + "count": 162 + }, + "Cenex": { + "count": 106 + }, + "Cepsa": { + "count": 75 + }, + "Chevron": { + "count": 825 + }, + "Circle K": { + "count": 149 + }, + "Citgo": { + "count": 246 + }, + "Coles Express": { + "count": 99 + }, + "Conoco": { + "count": 169 + }, + "Coop": { + "count": 55 + }, + "Copec": { + "count": 496 + }, + "E.Leclerc": { + "count": 250 + }, + "EKO": { + "count": 61 + }, + "ENEOS": { + "count": 644 + }, + "ERG": { + "count": 74 + }, + "Esso": { + "count": 3566 + }, + "Eko": { + "count": 58 + }, + "Elan": { + "count": 114 + }, + "Elf": { + "count": 138 + }, + "Eneos": { + "count": 97 + }, + "Engen": { + "count": 224 + }, + "Eni": { + "count": 199 + }, + "Erg": { + "count": 609 + }, + "Esso Express": { + "count": 81 + }, + "Exxon": { + "count": 435 + }, + "Flying V": { + "count": 130 + }, + "Freie Tankstelle": { + "count": 210 + }, + "GALP": { + "count": 582 + }, + "Gulf": { + "count": 184 + }, + "HEM": { + "count": 216 + }, + "HP": { + "count": 59 + }, + "Hess": { + "count": 110 + }, + "Holiday": { + "count": 96 + }, + "Husky": { + "count": 115 + }, + "IDEMITSU": { + "count": 79 + }, + "IES": { + "count": 62 + }, + "INA": { + "count": 118 + }, + "IP": { + "count": 830 + }, + "Indian Oil": { + "count": 134 + }, + "Indipend.": { + "count": 178 + }, + "Intermarché": { + "count": 417 + }, + "Ipiranga": { + "count": 79 + }, + "Irving": { + "count": 79 + }, + "JET": { + "count": 177 + }, + "JOMO": { + "count": 65 + }, + "Jet": { + "count": 439 + }, + "Kum & Go": { + "count": 76 + }, + "Kwik Trip": { + "count": 100 + }, + "LPG": { + "count": 151 + }, + "Lotos": { + "count": 168 + }, + "Lukoil": { + "count": 667 + }, + "MEROIL": { + "count": 80 + }, + "MOL": { + "count": 216 + }, + "Marathon": { + "count": 154 + }, + "Metano": { + "count": 205 + }, + "Migrol": { + "count": 66 + }, + "Mobil": { + "count": 564 + }, + "Mol": { + "count": 58 + }, + "Morrisons": { + "count": 104 + }, + "Neste": { + "count": 197 + }, + "Neste A24": { + "count": 58 + }, + "OIL!": { + "count": 57 + }, + "OK": { + "count": 159 + }, + "OKKO": { + "count": 56 + }, + "OKQ8": { + "count": 186 + }, + "OMV": { + "count": 718 + }, + "Oilibya": { + "count": 65 + }, + "Orlen": { + "count": 541 + }, + "Pemex": { + "count": 357 + }, + "PETRONOR": { + "count": 209 + }, + "PTT": { + "count": 175 + }, + "Pertamina": { + "count": 176 + }, + "Petro-Canada": { + "count": 466 + }, + "Petrobras": { + "count": 256 + }, + "Petrom": { + "count": 253 + }, + "Petron": { + "count": 824 + }, + "Petronas": { + "count": 143 + }, + "Phillips 66": { + "count": 193 + }, + "Phoenix": { + "count": 138 + }, + "Q8": { + "count": 1137 + }, + "QuikTrip": { + "count": 84 + }, + "REPSOL": { + "count": 1610 + }, + "Raiffeisenbank": { + "count": 118 + }, + "Repsol": { + "count": 390 + }, + "Rompetrol": { + "count": 161 + }, + "Shell": { + "count": 7936 + }, + "Sainsbury's": { + "count": 55 + }, + "Sasol": { + "count": 55 + }, + "Sheetz": { + "count": 95 + }, + "Shell Express": { + "count": 133 + }, + "Sinclair": { + "count": 78 + }, + "Slovnaft": { + "count": 217 + }, + "Sokimex": { + "count": 59 + }, + "Speedway": { + "count": 124 + }, + "St1": { + "count": 100 + }, + "Stacja paliw": { + "count": 84 + }, + "Star": { + "count": 316 + }, + "Total": { + "count": 2498 + }, + "Statoil": { + "count": 588 + }, + "Stewart's": { + "count": 62 + }, + "Sunoco": { + "count": 307 + }, + "Super U": { + "count": 122 + }, + "Tamoil": { + "count": 864 + }, + "Tango": { + "count": 119 + }, + "Tankstelle": { + "count": 114 + }, + "Teboil": { + "count": 119 + }, + "Tela": { + "count": 113 + }, + "Terpel": { + "count": 255 + }, + "Tesco": { + "count": 192 + }, + "Texaco": { + "count": 645 + }, + "Tinq": { + "count": 218 + }, + "Topaz": { + "count": 78 + }, + "TotalErg": { + "count": 71 + }, + "Turmöl": { + "count": 57 + }, + "Ultramar": { + "count": 119 + }, + "United": { + "count": 83 + }, + "Valero": { + "count": 328 + }, + "WOG": { + "count": 139 + }, + "Wawa": { + "count": 78 + }, + "Westfalen": { + "count": 97 + }, + "YPF": { + "count": 141 + }, + "Z": { + "count": 76 + }, + "bft": { + "count": 168 + }, + "ÖMV": { + "count": 100 + }, + "АГЗС": { + "count": 471 + }, + "АЗС": { + "count": 1012 + }, + "Башнефть": { + "count": 52 + }, + "Белоруснефть": { + "count": 55 + }, + "Газпромнефть": { + "count": 727 + }, + "Лукойл": { + "count": 1472 + }, + "Макпетрол": { + "count": 110 + }, + "НК Альянс": { + "count": 89 + }, + "ОККО": { + "count": 112 + }, + "ОМВ": { + "count": 57 + }, + "ПТК": { + "count": 82 + }, + "Петрол": { + "count": 82 + }, + "Роснефть": { + "count": 594 + }, + "Славнефть": { + "count": 53 + }, + "Сургутнефтегаз": { + "count": 60 + }, + "ТНК": { + "count": 503 + }, + "Татнефтепродукт": { + "count": 55 + }, + "Татнефть": { + "count": 250 + }, + "บางจาก": { + "count": 60 + }, + "ป ต ท": { + "count": 154 + }, + "ปตท": { + "count": 89 + }, + "コスモ石油 (COSMO)": { + "count": 132 + }, + "出光": { + "count": 205 + }, + "昭和シェル (Showa-shell)": { + "count": 93 + } }, - "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.", - "relation": "Added a relation." + "pharmacy": { + "36,6": { + "count": 107 + }, + "Adler Apotheke": { + "count": 302 + }, + "Alte Apotheke": { + "count": 85 + }, + "Apotheke": { + "count": 167 + }, + "Apotheke am Markt": { + "count": 62 + }, + "Apteka": { + "count": 335 + }, + "Bahnhof-Apotheke": { + "count": 64 + }, + "Boots": { + "count": 809 + }, + "Brunnen-Apotheke": { + "count": 52 + }, + "Burg-Apotheke": { + "count": 56 + }, + "Bären-Apotheke": { + "count": 72 + }, + "CVS": { + "count": 1400 + }, + "Clicks": { + "count": 110 + }, + "Cruz Verde": { + "count": 96 + }, + "Engel-Apotheke": { + "count": 126 + }, + "Eurovaistinė": { + "count": 60 + }, + "Farmacia Comunale": { + "count": 103 + }, + "Farmacias Ahumada": { + "count": 101 + }, + "Farmacias Cruz Verde": { + "count": 84 + }, + "Farmacias SalcoBrand": { + "count": 133 + }, + "Farmacity": { + "count": 62 + }, + "Farmahorro": { + "count": 61 + }, + "Farmatodo": { + "count": 133 + }, + "Gintarinė vaistinė": { + "count": 100 + }, + "Hirsch-Apotheke": { + "count": 80 + }, + "Hubertus Apotheke": { + "count": 103 + }, + "Jean Coutu": { + "count": 56 + }, + "Kinney Drugs": { + "count": 67 + }, + "Linden-Apotheke": { + "count": 210 + }, + "Ljekarna": { + "count": 55 + }, + "Lloyds Pharmacy": { + "count": 286 + }, + "Löwen-Apotheke": { + "count": 354 + }, + "Marien-Apotheke": { + "count": 315 + }, + "Markt-Apotheke": { + "count": 161 + }, + "Mercury Drug": { + "count": 401 + }, + "Neue Apotheke": { + "count": 111 + }, + "Pharmacie Centrale": { + "count": 60 + }, + "Pharmaprix": { + "count": 57 + }, + "Pharmasave": { + "count": 63 + }, + "Rathaus-Apotheke": { + "count": 130 + }, + "Rats-Apotheke": { + "count": 85 + }, + "Rite Aid": { + "count": 659 + }, + "Rosen-Apotheke": { + "count": 208 + }, + "Rowlands Pharmacy": { + "count": 68 + }, + "SalcoBrand": { + "count": 88 + }, + "Shoppers Drug Mart": { + "count": 396 + }, + "Sonnen-Apotheke": { + "count": 306 + }, + "Stadt-Apotheke": { + "count": 300 + }, + "Stern-Apotheke": { + "count": 67 + }, + "Superdrug": { + "count": 108 + }, + "The Generics Pharmacy": { + "count": 82 + }, + "Walgreens": { + "count": 1447 + }, + "Айболит": { + "count": 51 + }, + "Аптека": { + "count": 1879 + }, + "Аптека 36,6": { + "count": 113 + }, + "Аптечный пункт": { + "count": 136 + }, + "Вита": { + "count": 107 + }, + "Имплозия": { + "count": 59 + }, + "Классика": { + "count": 66 + }, + "Невис": { + "count": 58 + }, + "Первая помощь": { + "count": 73 + }, + "Радуга": { + "count": 69 + }, + "Ригла": { + "count": 109 + }, + "Фармакор": { + "count": 71 + }, + "Фармация": { + "count": 118 + }, + "Фармленд": { + "count": 80 + }, + "аптека": { + "count": 100 + }, + "ავერსი (Aversi)": { + "count": 63 + }, + "サンドラッグ": { + "count": 52 + }, + "スギ薬局": { + "count": 76 + }, + "トモズ (Tomod's)": { + "count": 82 + }, + "ドラッグてらしま (Drug Terashima)": { + "count": 96 + }, + "マツモトキヨシ": { + "count": 107 + } + }, + "pub": { + "Cross Keys": { + "count": 59 + }, + "Irish Pub": { + "count": 82 + }, + "Kings Arms": { + "count": 68 + }, + "Kings Head": { + "count": 56 + }, + "New Inn": { + "count": 89 + }, + "Prince of Wales": { + "count": 76 + }, + "Red Lion": { + "count": 201 + }, + "Rose & Crown": { + "count": 51 + }, + "Rose and Crown": { + "count": 77 + }, + "Royal Hotel": { + "count": 52 + }, + "Royal Oak": { + "count": 149 + }, + "The Anchor": { + "count": 64 + }, + "The Angel": { + "count": 55 + }, + "The Bell": { + "count": 121 + }, + "The Black Horse": { + "count": 94 + }, + "The Bull": { + "count": 67 + }, + "The Castle": { + "count": 56 + }, + "The Chequers": { + "count": 65 + }, + "The Cross Keys": { + "count": 55 + }, + "The Crown": { + "count": 239 + }, + "The Crown Inn": { + "count": 69 + }, + "The Fox": { + "count": 78 + }, + "The George": { + "count": 109 + }, + "The Green Man": { + "count": 52 + }, + "The Greyhound": { + "count": 97 + }, + "The Kings Arms": { + "count": 59 + }, + "The Kings Head": { + "count": 54 + }, + "The New Inn": { + "count": 105 + }, + "The Plough": { + "count": 173 + }, + "The Prince of Wales": { + "count": 51 + }, + "The Queens Head": { + "count": 51 + }, + "The Railway": { + "count": 100 + }, + "The Red Lion": { + "count": 230 + }, + "The Rising Sun": { + "count": 70 + }, + "The Royal Oak": { + "count": 207 + }, + "The Ship": { + "count": 89 + }, + "The Ship Inn": { + "count": 80 + }, + "The Star": { + "count": 74 + }, + "The Swan": { + "count": 148 + }, + "The Victoria": { + "count": 68 + }, + "The Wheatsheaf": { + "count": 120 + }, + "The White Hart": { + "count": 223 + }, + "The White Horse": { + "count": 201 + }, + "The White Lion": { + "count": 117 } }, - "start": { - "annotation": { - "line": "Started a line.", - "area": "Started an area." + "recycling": { + "Altglas": { + "count": 98 + }, + "Déchèterie": { + "count": 244 + }, + "Glas": { + "count": 106 + }, + "Glascontainer": { + "count": 144 + }, + "Recyclinghof": { + "count": 131 + }, + "Wertstoffhof": { + "count": 262 } }, - "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." + "restaurant": { + "Adler": { + "count": 154 + }, + "Akropolis": { + "count": 149 + }, + "Alte Post": { + "count": 62 + }, + "Applebee's": { + "count": 467 + }, + "Athen": { + "count": 65 + }, + "Bella Italia": { + "count": 125 + }, + "Bob Evans": { + "count": 99 + }, + "Boston Market": { + "count": 57 + }, + "Boston Pizza": { + "count": 148 + }, + "Buffalo Grill": { + "count": 192 + }, + "Buffalo Wild Wings": { + "count": 147 + }, + "Burger King": { + "count": 141 + }, + "Bären": { + "count": 58 + }, + "California Pizza Kitchen": { + "count": 56 + }, + "Chili's": { + "count": 294 + }, + "China Garden": { + "count": 64 + }, + "China Town": { + "count": 70 + }, + "Chipotle": { + "count": 125 + }, + "Chowking": { + "count": 53 + }, + "Courtepaille": { + "count": 95 + }, + "Cracker Barrel": { + "count": 162 + }, + "Da Vinci": { + "count": 53 + }, + "Dairy Queen": { + "count": 92 + }, + "Delphi": { + "count": 86 + }, + "Denny's": { + "count": 395 + }, + "Deutsches Haus": { + "count": 88 + }, + "Dionysos": { + "count": 68 + }, + "Dolce Vita": { + "count": 74 + }, + "Domino's Pizza": { + "count": 98 + }, + "El Greco": { + "count": 80 + }, + "Flunch": { + "count": 71 + }, + "Frankie & Benny's": { + "count": 58 + }, + "Friendly's": { + "count": 72 + }, + "Gasthaus Adler": { + "count": 51 + }, + "Gasthaus Krone": { + "count": 54 + }, + "Gasthof zur Post": { + "count": 72 + }, + "Golden Corral": { + "count": 91 + }, + "Grüner Baum": { + "count": 116 + }, + "Hard Rock Cafe": { + "count": 66 + }, + "Hellas": { + "count": 54 + }, + "Hippopotamus": { + "count": 91 + }, + "Hirsch": { + "count": 77 + }, + "Hirschen": { + "count": 83 + }, + "Hong Kong": { + "count": 81 + }, + "Hooters": { + "count": 94 + }, + "IHOP": { + "count": 286 + }, + "KFC": { + "count": 191 + }, + "Kantine": { + "count": 52 + }, + "Kelsey's": { + "count": 56 + }, + "Kirchenwirt": { + "count": 79 + }, + "Kreuz": { + "count": 75 + }, + "Krone": { + "count": 173 + }, + "La Cantina": { + "count": 54 + }, + "La Dolce Vita": { + "count": 68 + }, + "La Perla": { + "count": 66 + }, + "La Piazza": { + "count": 67 + }, + "Lamm": { + "count": 67 + }, + "Linde": { + "count": 102 + }, + "Lindenhof": { + "count": 82 + }, + "Little Chef": { + "count": 68 + }, + "Longhorn Steakhouse": { + "count": 56 + }, + "Lotus": { + "count": 64 + }, + "Löwen": { + "count": 114 + }, + "Mamma Mia": { + "count": 61 + }, + "Mandarin": { + "count": 64 + }, + "Mang Inasal": { + "count": 81 + }, + "McDonald's": { + "count": 297 + }, + "Mensa": { + "count": 87 + }, + "Milano": { + "count": 52 + }, + "Mykonos": { + "count": 59 + }, + "Nando's": { + "count": 219 + }, + "Ochsen": { + "count": 93 + }, + "Olive Garden": { + "count": 241 + }, + "Olympia": { + "count": 78 + }, + "Outback Steakhouse": { + "count": 189 + }, + "Panda Express": { + "count": 53 + }, + "Panera Bread": { + "count": 171 + }, + "Panorama": { + "count": 60 + }, + "Peking": { + "count": 54 + }, + "Perkins": { + "count": 96 + }, + "Pizza Express": { + "count": 241 + }, + "Pizza Hut": { + "count": 1038 + }, + "Poseidon": { + "count": 111 + }, + "Prezzo": { + "count": 68 + }, + "Ratskeller": { + "count": 148 + }, + "Red Lobster": { + "count": 205 + }, + "Red Robin": { + "count": 169 + }, + "Rhodos": { + "count": 80 + }, + "Roma": { + "count": 60 + }, + "Ruby Tuesday": { + "count": 137 + }, + "Rössli": { + "count": 68 + }, + "Sakura": { + "count": 69 + }, + "San Marco": { + "count": 66 + }, + "Schwarzer Adler": { + "count": 58 + }, + "Schützenhaus": { + "count": 129 + }, + "Seeblick": { + "count": 51 + }, + "Shanghai": { + "count": 79 + }, + "Shari's": { + "count": 63 + }, + "Sonne": { + "count": 123 + }, + "Sportheim": { + "count": 57 + }, + "Spur": { + "count": 60 + }, + "Sternen": { + "count": 78 + }, + "Subway": { + "count": 470 + }, + "Swiss Chalet": { + "count": 101 + }, + "TGI Friday's": { + "count": 138 + }, + "Taco Bell": { + "count": 82 + }, + "Taj Mahal": { + "count": 101 + }, + "Texas Roadhouse": { + "count": 96 + }, + "The Keg": { + "count": 52 + }, + "Traube": { + "count": 65 + }, + "Vapiano": { + "count": 81 + }, + "Village Inn": { + "count": 88 + }, + "Vips": { + "count": 51 + }, + "Waffle House": { + "count": 182 + }, + "Wagamama": { + "count": 58 + }, + "Waldschänke": { + "count": 55 + }, + "Wendy's": { + "count": 86 + }, + "Zizzi": { + "count": 62 + }, + "Zum Löwen": { + "count": 82 + }, + "Zur Krone": { + "count": 92 + }, + "Zur Linde": { + "count": 200 + }, + "Zur Post": { + "count": 117 + }, + "Zur Sonne": { + "count": 73 + }, + "Евразия": { + "count": 98 + }, + "Столовая": { + "count": 126 + }, + "Якитория": { + "count": 74 + }, + "ガスト": { + "count": 204 + }, + "サイゼリヤ": { + "count": 81 + }, + "ジョナサン": { + "count": 56 + }, + "デニーズ": { + "count": 73 + }, + "바다횟집 (Bada Fish Restaurant)": { + "count": 55 } - }, - "cancel_draw": { - "annotation": "Canceled drawing." - }, - "change_role": { - "annotation": "Changed the role of a relation member." - }, - "change_tags": { - "annotation": "Changed tags." - }, - "circularize": { - "title": "Circularize", - "description": { - "line": "Make this line circular.", - "area": "Make this area circular." + } + }, + "shop": { + "alcohol": { + "Alko": { + "count": 141 }, - "key": "O", - "annotation": { - "line": "Made a line circular.", - "area": "Made an area circular." + "BWS": { + "count": 58 }, - "not_closed": "This can't be made circular because it's not a loop." - }, - "orthogonalize": { - "title": "Square", - "description": { - "line": "Square the corners of this line.", - "area": "Square the corners of this area." + "Bargain Booze": { + "count": 59 }, - "key": "S", - "annotation": { - "line": "Squared the corners of a line.", - "area": "Squared the corners of an area." + "Botilleria": { + "count": 75 }, - "not_squarish": "This can't be made square because it is not squarish." - }, - "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": "Remove this from the map.", - "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." + "Gall & Gall": { + "count": 514 }, - "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." + "LCBO": { + "count": 214 + }, + "Nicolas": { + "count": 109 + }, + "SAQ": { + "count": 66 + }, + "Systembolaget": { + "count": 199 + }, + "The Beer Store": { + "count": 141 + }, + "Ароматный мир": { + "count": 56 + }, + "Живое пиво": { + "count": 62 } }, - "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." - }, - "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." + "bakery": { + "Anker": { + "count": 65 }, - "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded." - }, - "rotate": { - "title": "Rotate", - "description": "Rotate this object around its center point.", - "key": "R", - "annotation": { - "line": "Rotated a line.", - "area": "Rotated an area." + "Backwerk": { + "count": 94 + }, + "Boulangerie": { + "count": 232 + }, + "Boulangerie Patisserie": { + "count": 76 + }, + "Bäcker": { + "count": 65 + }, + "Bäckerei": { + "count": 163 + }, + "Bäckerei Schmidt": { + "count": 56 + }, + "Dat Backhus": { + "count": 62 + }, + "Der Beck": { + "count": 97 + }, + "Goeken backen": { + "count": 52 + }, + "Goldilocks": { + "count": 55 + }, + "Greggs": { + "count": 255 + }, + "Hofpfisterei": { + "count": 108 + }, + "Ihle": { + "count": 76 + }, + "K&U": { + "count": 54 + }, + "Kamps": { + "count": 252 + }, + "Müller": { + "count": 91 + }, + "Oebel": { + "count": 57 + }, + "Panaderia": { + "count": 154 + }, + "Panificio": { + "count": 63 + }, + "Paul": { + "count": 74 + }, + "Piekarnia": { + "count": 52 + }, + "Stadtbäckerei": { + "count": 58 + }, + "Stadtbäckerei Junge": { + "count": 53 + }, + "Steinecke": { + "count": 135 + }, + "Thürmann": { + "count": 57 + }, + "Хлеб": { + "count": 81 } }, - "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." + "books": { + "Barnes & Noble": { + "count": 239 }, - "key": "X", - "annotation": { - "line": "Split a line.", - "area": "Split an area boundary.", - "multiple": "Split {n} lines/area boundaries." + "Bruna": { + "count": 55 }, - "not_eligible": "Lines can't be split at their beginning or end.", - "multiple_ways": "There are too many lines here to split." - } - }, - "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", - "localized_translation_label": "Multilingual name", - "localized_translation_language": "Choose language", - "localized_translation_name": "Name" - }, - "zoom_in_edit": "Zoom in to Edit", - "logout": "logout", - "loading_auth": "Connecting to OpenStreetMap...", - "report_a_bug": "report a bug", - "status": { - "error": "Unable to connect to API.", - "offline": "The API is offline. Please try editing later.", - "readonly": "The API is read-only. You will need to wait to save your changes." - }, - "commit": { - "title": "Save Changes", - "description_placeholder": "Brief description of your contributions", - "message_label": "Commit message", - "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.", - "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.", - "save": "Save", - "cancel": "Cancel", - "warnings": "Warnings", - "modified": "Modified", - "deleted": "Deleted", - "created": "Created" - }, - "contributors": { - "list": "Edits by {users}", - "truncated_list": "Edits by {users} and {count} others" - }, - "geocoder": { - "search": "Search worldwide...", - "no_results_visible": "No results in visible map area", - "no_results_worldwide": "No results found" - }, - "geolocate": { - "title": "Show My Location" - }, - "inspector": { - "no_documentation_combination": "There is no documentation available for this tag combination", - "no_documentation_key": "There is no documentation available for this key", - "show_more": "Show More", - "view_on_osm": "View on openstreetmap.org", - "all_tags": "All tags", - "all_members": "All members", - "all_relations": "All relations", - "new_relation": "New relation...", - "role": "Role", - "choose": "Select feature type", - "results": "{n} results for {search}", - "reference": "View on OpenStreetMap Wiki", - "back_tooltip": "Change feature", - "remove": "Remove", - "search": "Search", - "multiselect": "Selected items", - "unknown": "Unknown", - "incomplete": "", - "feature_list": "Search features", - "edit": "Edit feature", - "check": { - "yes": "Yes", - "no": "No" - }, - "none": "None" - }, - "background": { - "title": "Background", - "description": "Background settings", - "percent_brightness": "{opacity}% brightness", - "none": "None", - "custom": "Custom", - "custom_prompt": "Enter a tile template. Valid tokens are {z}, {x}, {y} for Z/X/Y scheme and {u} for quadtile scheme.", - "fix_misalignment": "Fix alignment", - "reset": "reset" - }, - "restore": { - "heading": "You have unsaved changes", - "description": "Do you wish to restore unsaved changes from a previous editing session?", - "restore": "Restore", - "reset": "Reset" - }, - "save": { - "title": "Save", - "help": "Save changes to OpenStreetMap, making them visible to other users.", - "no_changes": "No changes to save.", - "error": "An error occurred while trying to save", - "uploading": "Uploading changes to OpenStreetMap.", - "unsaved_changes": "You have unsaved changes" - }, - "success": { - "edited_osm": "Edited OSM!", - "just_edited": "You just edited OpenStreetMap!", - "view_on_osm": "View on OSM", - "facebook": "Share on Facebook", - "twitter": "Share on Twitter", - "google": "Share on Google+", - "help_html": "Your changes should appear in the \"Standard\" layer in a few minutes. Other layers, and certain features, may take longer\n(details).\n" - }, - "confirm": { - "okay": "Okay" - }, - "splash": { - "welcome": "Welcome to the iD OpenStreetMap editor", - "text": "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}.", - "walkthrough": "Start the Walkthrough", - "start": "Edit Now" - }, - "source_switch": { - "live": "live", - "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?", - "dev": "dev" - }, - "tag_reference": { - "description": "Description", - "on_wiki": "{tag} on wiki.osm.org", - "used_with": "used with {type}" - }, - "validations": { - "untagged_point": "Untagged point", - "untagged_line": "Untagged line", - "untagged_area": "Untagged area", - "many_deletions": "You're deleting {n} objects. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.", - "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area", - "deprecated_tags": "Deprecated tags: {tags}" - }, - "zoom": { - "in": "Zoom In", - "out": "Zoom Out" - }, - "cannot_zoom": "Cannot zoom out further in current mode.", - "gpx": { - "local_layer": "Local GPX file", - "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse", - "zoom": "Zoom to GPX track", - "browse": "Browse for a .gpx file" - }, - "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/systemed/iD).\n", - "editing_saving": "# Editing & Saving\n\nThis editor is designed to work primarily online, and you're accessing\nit through a website right now.\n\n### Selecting Features\n\nTo select a map feature, like a road or point of interest, click\non it on the map. This will highlight the selected feature, open a panel with\ndetails about it, and show a menu of things you can do with the feature.\n\nTo select multiple features, hold down the 'Shift' key. Then either click\non the features you want to select, or drag on the map to draw a rectangle.\nThis will draw a box and select all the points within it.\n\n### Saving Edits\n\nWhen you make changes like editing roads, buildings, and places, these are\nstored locally until you save them to the server. Don't worry if you make\na mistake - you can undo changes by clicking the undo button, and redo\nchanges by clicking the redo button.\n\nClick 'Save' to finish a group of edits - for instance, if you've completed\nan area of town and would like to start on a new area. You'll have a chance\nto review what you've done, and the editor supplies helpful suggestions\nand warnings if something doesn't seem right about the changes.\n\nIf everything looks good, you can enter a short comment explaining the change\nyou made, and click 'Save' again to post the changes\nto [OpenStreetMap.org](http://www.openstreetmap.org/), where they are visible\nto all other users and available for others to build and improve upon.\n\nIf you can't finish your edits in one sitting, you can leave the editor\nwindow and come back (on the same browser and computer), and the\neditor application will offer to restore your work.\n", - "roads": "# Roads\n\nYou can create, fix, and delete roads with this editor. Roads can be all\nkinds: paths, highways, trails, cycleways, and more - any often-crossed\nsegment should be mappable.\n\n### Selecting\n\nClick on a road to select it. An outline should become visible, along\nwith a small tools menu on the map and a sidebar showing more information\nabout the road.\n\n### Modifying\n\nOften you'll see roads that aren't aligned to the imagery behind them\nor to a GPS track. You can adjust these roads so they are in the correct\nplace.\n\nFirst click on the road you want to change. This will highlight it and show\ncontrol points along it that you can drag to better locations. If\nyou want to add new control points for more detail, double-click a part\nof the road without a node, and one will be added.\n\nIf the road connects to another road, but doesn't properly connect on\nthe map, you can drag one of its control points onto the other road in\norder to join them. Having roads connect is important for the map\nand essential for providing driving directions.\n\nYou can also click the 'Move' tool or press the `M` shortcut key to move the entire road at\none time, and then click again to save that movement.\n\n### Deleting\n\nIf a road is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the road could simply be newly built.\n\nYou can delete a road by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n\n### Creating\n\nFound somewhere there should be a road but there isn't? Click the 'Line'\nicon in the top-left of the editor or press the shortcut key `2` to start drawing\na line.\n\nClick on the start of the road on the map to start drawing. If the road\nbranches off from an existing road, start by clicking on the place where they connect.\n\nThen click on points along the road so that it follows the right path, according\nto satellite imagery or GPS. If the road you are drawing crosses another road, connect\nit by clicking on the intersection point. When you're done drawing, double-click\nor press 'Return' or 'Enter' on your keyboard.\n", - "gps": "# GPS\n\nGPS data is the most trusted source of data for OpenStreetMap. This editor\nsupports local traces - `.gpx` files on your local computer. You can collect\nthis kind of GPS trace with a number of smartphone applications as well as\npersonal GPS hardware.\n\nFor information on how to perform a GPS survey, read\n[Surveying with a GPS](http://learnosm.org/en/beginner/using-gps/).\n\nTo use a GPX track for mapping, drag and drop the GPX file onto the map\neditor. If it's recognized, it will be added to the map as a bright green\nline. Click on the 'Background Settings' menu on the right side to enable,\ndisable, or zoom to this new GPX-powered layer.\n\nThe GPX track isn't directly uploaded to OpenStreetMap - the best way to\nuse it is to draw on the map, using it as a guide for the new features that\nyou add, and also to [upload it to OpenStreetMap](http://www.openstreetmap.org/trace/create)\nfor other users to use.\n", - "imagery": "# Imagery\n\nAerial imagery is an important resource for mapping. A combination of\nairplane flyovers, satellite views, and freely-compiled sources are available\nin the editor under the 'Background Settings' menu on the right.\n\nBy default a [Bing Maps](http://www.bing.com/maps/) satellite layer is\npresented in the editor, but as you pan and zoom the map to new geographical\nareas, new sources will become available. Some countries, like the United\nStates, France, and Denmark have very high-quality imagery available for some areas.\n\nImagery is sometimes offset from the map data because of a mistake on the\nimagery provider's side. If you see a lot of roads shifted from the background,\ndon't immediately move them all to match the background. Instead you can adjust\nthe imagery so that it matches the existing data by clicking 'Fix alignment' at\nthe bottom of the Background Settings UI.\n", - "addresses": "# Addresses\n\nAddresses are some of the most useful information for the map.\n\nAlthough addresses are often represented as parts of streets, in OpenStreetMap\nthey're recorded as attributes of buildings and places along streets.\n\nYou can add address information to places mapped as building outlines\nas well as those mapped as single points. The optimal source of address\ndata is from an on-the-ground survey or personal knowledge - as with any\nother feature, copying from commercial sources like Google Maps is strictly\nforbidden.\n", - "inspector": "# Using the Inspector\n\nThe inspector is the section on the left side of the page that allows you to\nedit the details of the selected feature.\n\n### Selecting a Feature Type\n\nAfter you add a point, line, or area, you can choose what type of feature it\nis, like whether it's a highway or residential road, supermarket or cafe.\nThe inspector will display buttons for common feature types, and you can\nfind others by typing what you're looking for in the search box.\n\nClick the 'i' in the bottom-right-hand corner of a feature type button to\nlearn more about it. Click a button to choose that type.\n\n### Using Forms and Editing Tags\n\nAfter you choose a feature type, or when you select a feature that already\nhas a type assigned, the inspector will display fields with details about\nthe feature like its name and address.\n\nBelow the fields you see, you can click icons to add other details,\nlike [Wikipedia](http://www.wikipedia.org/) information, wheelchair\naccess, and more.\n\nAt the bottom of the inspector, click 'Additional tags' to add arbitrary\nother tags to the element. [Taginfo](http://taginfo.openstreetmap.org/) is a\ngreat resource for learn more about popular tag combinations.\n\nChanges you make in the inspector are automatically applied to the map.\nYou can undo them at any time by clicking the 'Undo' button.\n", - "buildings": "# Buildings\n\nOpenStreetMap is the world's largest database of buildings. You can create\nand improve this database.\n\n### Selecting\n\nYou can select a building by clicking on its border. This will highlight the\nbuilding and open a small tools menu and a sidebar showing more information\nabout the building.\n\n### Modifying\n\nSometimes buildings are incorrectly placed or have incorrect tags.\n\nTo move an entire building, select it, then click the 'Move' tool. Move your\nmouse to shift the building, and click when it's correctly placed.\n\nTo fix the specific shape of a building, click and drag the nodes that form\nits border into better places.\n\n### Creating\n\nOne of the main questions around adding buildings to the map is that\nOpenStreetMap records buildings both as shapes and points. The rule of thumb\nis to _map a building as a shape whenever possible_, and map companies, homes,\namenities, and other things that operate out of buildings as points placed\nwithin the building shape.\n\nStart drawing a building as a shape by clicking the 'Area' button in the top\nleft of the interface, and end it either by pressing 'Return' on your keyboard\nor clicking on the first node drawn to close the shape.\n\n### Deleting\n\nIf a building is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the building could simply be newly built.\n\nYou can delete a building by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n", - "relations": "# Relations\n\nA relation is a special type of feature in OpenStreetMap that groups together\nother features. For example, two common types of relations are *route relations*,\nwhich group together sections of road that belong to a specific freeway or\nhighway, and *multipolygons*, which group together several lines that define\na complex area (one with several pieces or holes in it like a 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## Editing Relations\n\nIf you want to edit relations, here are the basics.\n\nTo add a feature to a relation, select the feature, click the \"+\" button in the\n\"All relations\" section of the sidebar, and select or type the name of the relation.\n\nTo create a new relation, select the first feature that should be a member,\nclick the \"+\" button in the \"All relations\" section, and select \"New relation...\".\n\nTo remove a feature from a relation, select the feature and click the trash\nbutton next to the relation you want to remove it from.\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\" (+) button.\n" - }, - "intro": { - "navigation": { - "title": "Navigation", - "drag": "The main map area shows OpenStreetMap data on top of a background. You can navigate by dragging and scrolling, just like any web map. **Drag the map!**", - "select": "Map features are represented three ways: using points, lines or areas. All features can be selected by clicking on them. **Click on the point to select it.**", - "header": "The header shows us the feature type.", - "pane": "When a feature is selected, the feature editor is displayed. The header shows us the feature type and the main pane shows the feature's attributes, such as its name and address. **Close the feature editor with the close button in the top right.**" + "Libro": { + "count": 59 + }, + "Thalia": { + "count": 122 + }, + "Waterstones": { + "count": 85 + }, + "Weltbild": { + "count": 72 + }, + "Книги": { + "count": 110 + } }, - "points": { - "title": "Points", - "add": "Points can be used to represent features such as shops, restaurants and monuments. They mark a specific location, and describe what's there. **Click the Point button to add a new point.**", - "place": "The point can be placed by clicking on the map. **Place the point on top of the building.**", - "search": "There are many different features that can be represented by points. The point you just added is a Cafe. **Search for '{name}'**", - "choose": "**Choose Cafe from the list.**", - "describe": "The point is now marked as a cafe. Using the feature editor, we can add more information about the feature. **Add a name**", - "close": "The feature editor can be closed by clicking on the close button. **Close the feature editor**", - "reselect": "Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Select the point you just created.**", - "fixname": "**Change the name and close the feature editor.**", - "reselect_delete": "All features on the map can be deleted. **Click on the point you created.**", - "delete": "The menu around the point contains operations that can be performed on it, including delete. **Delete the point.**" + "car_repair": { + "ATU": { + "count": 257 + }, + "AutoZone": { + "count": 51 + }, + "Carglass": { + "count": 99 + }, + "Euromaster": { + "count": 80 + }, + "Feu Vert": { + "count": 104 + }, + "Firestone": { + "count": 77 + }, + "Jiffy Lube": { + "count": 178 + }, + "Kwik Fit": { + "count": 73 + }, + "Midas": { + "count": 171 + }, + "Norauto": { + "count": 141 + }, + "O'Reilly Auto Parts": { + "count": 62 + }, + "Peugeot": { + "count": 80 + }, + "Pit Stop": { + "count": 55 + }, + "Renault": { + "count": 158 + }, + "Roady": { + "count": 52 + }, + "Speedy": { + "count": 104 + }, + "ÖAMTC": { + "count": 51 + }, + "Автозапчасти": { + "count": 172 + }, + "Автосервис": { + "count": 314 + }, + "СТО": { + "count": 338 + }, + "Шиномонтаж": { + "count": 995 + } }, - "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.**", - "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}'.**", - "choose": "**Choose Playground from the list.**", - "describe": "**Add a name, and close the feature editor**" + "car": { + "Audi": { + "count": 101 + }, + "BMW": { + "count": 139 + }, + "Chevrolet": { + "count": 75 + }, + "Citroen": { + "count": 259 + }, + "Fiat": { + "count": 83 + }, + "Ford": { + "count": 216 + }, + "Honda": { + "count": 134 + }, + "Hyundai": { + "count": 146 + }, + "Mazda": { + "count": 96 + }, + "Mercedes-Benz": { + "count": 218 + }, + "Mitsubishi": { + "count": 66 + }, + "Nissan": { + "count": 173 + }, + "Opel": { + "count": 161 + }, + "Peugeot": { + "count": 291 + }, + "Renault": { + "count": 356 + }, + "Skoda": { + "count": 92 + }, + "Suzuki": { + "count": 73 + }, + "Toyota": { + "count": 238 + }, + "Volkswagen": { + "count": 200 + }, + "Volvo": { + "count": 82 + }, + "Автозапчасти": { + "count": 290 + }, + "Автомагазин": { + "count": 64 + }, + "Шиномонтаж": { + "count": 263 + } }, - "lines": { - "title": "Lines", - "add": "Lines are used to represent features such as roads, railroads and rivers. **Click the Line button to add a new line.**", - "start": "**Start the line by clicking on the end of the road.**", - "intersect": "Click to add more nodes to the line. You can drag the map while drawing if necessary. Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on Flower Street, to create an intersection connecting the two lines.**", - "finish": "Lines can be finished by clicking on the last node again. **Finish drawing the road.**", - "road": "**Select Road from the list**", - "residential": "There are different types of roads, the most common of which is Residential. **Choose the Residential road type**", - "describe": "**Name the road and close the feature editor.**", - "restart": "The road needs to intersect Flower Street.", - "wrong_preset": "You didn't select the Residential road type. **Click here to choose again**" + "chemist": { + "Bipa": { + "count": 276 + }, + "Boots": { + "count": 94 + }, + "dm": { + "count": 873 + }, + "Douglas": { + "count": 62 + }, + "Etos": { + "count": 465 + }, + "Ihr Platz": { + "count": 76 + }, + "Kruidvat": { + "count": 114 + }, + "Müller": { + "count": 195 + }, + "Rossmann": { + "count": 1623 + }, + "Schlecker": { + "count": 201 + }, + "Superdrug": { + "count": 64 + } }, - "startediting": { - "title": "Start Editing", - "help": "More documentation and this walkthrough are available here.", - "save": "Don't forget to regularly save your changes!", - "start": "Start mapping!" - } - }, - "presets": { - "categories": { - "category-landuse": { - "name": "Land Use" + "clothes": { + "AWG": { + "count": 62 }, - "category-path": { - "name": "Path" + "Ackermans": { + "count": 91 }, - "category-rail": { - "name": "Rail" + "Adidas": { + "count": 81 }, - "category-road": { - "name": "Road" + "Adler": { + "count": 53 }, - "category-route": { - "name": "Route" + "American Apparel": { + "count": 53 }, - "category-water": { - "name": "Water" + "Benetton": { + "count": 96 + }, + "Bonita": { + "count": 143 + }, + "C&A": { + "count": 484 + }, + "Calzedonia": { + "count": 56 + }, + "Cecil": { + "count": 51 + }, + "Celio": { + "count": 71 + }, + "Charles Vögele": { + "count": 63 + }, + "Deichmann": { + "count": 61 + }, + "Dorothy Perkins": { + "count": 51 + }, + "Edgars": { + "count": 111 + }, + "Ernsting's family": { + "count": 286 + }, + "Esprit": { + "count": 209 + }, + "Etam": { + "count": 51 + }, + "Gap": { + "count": 74 + }, + "Gerry Weber": { + "count": 68 + }, + "H&M": { + "count": 607 + }, + "Jack & Jones": { + "count": 51 + }, + "Jack Wolfskin": { + "count": 55 + }, + "Jet": { + "count": 62 + }, + "Jules": { + "count": 61 + }, + "KiK": { + "count": 1148 + }, + "Kiabi": { + "count": 139 + }, + "Kohl's": { + "count": 101 + }, + "Lacoste": { + "count": 66 + }, + "Levi's": { + "count": 58 + }, + "Lindex": { + "count": 70 + }, + "Mango": { + "count": 115 + }, + "Matalan": { + "count": 83 + }, + "Mexx": { + "count": 65 + }, + "Mr Price": { + "count": 86 + }, + "NKD": { + "count": 444 + }, + "New Look": { + "count": 115 + }, + "New Yorker": { + "count": 173 + }, + "Next": { + "count": 163 + }, + "Old Navy": { + "count": 154 + }, + "Orsay": { + "count": 71 + }, + "Peacocks": { + "count": 86 + }, + "Pep": { + "count": 136 + }, + "Pimkie": { + "count": 72 + }, + "Primark": { + "count": 87 + }, + "Promod": { + "count": 71 + }, + "River Island": { + "count": 56 + }, + "Ross": { + "count": 77 + }, + "Street One": { + "count": 74 + }, + "TK Maxx": { + "count": 73 + }, + "Takko": { + "count": 476 + }, + "Tally Weijl": { + "count": 67 + }, + "Tommy Hilfiger": { + "count": 65 + }, + "Truworths": { + "count": 64 + }, + "Ulla Popken": { + "count": 59 + }, + "United Colors of Benetton": { + "count": 90 + }, + "Urban Outfitters": { + "count": 61 + }, + "Vero Moda": { + "count": 89 + }, + "Vögele": { + "count": 129 + }, + "Winners": { + "count": 59 + }, + "Woolworths": { + "count": 116 + }, + "Zara": { + "count": 199 + }, + "Zeeman": { + "count": 108 + }, + "s.Oliver": { + "count": 53 + }, + "Одежда": { + "count": 68 + }, + "洋服の青山": { + "count": 86 } }, - "fields": { - "access": { - "label": "Access", - "placeholder": "Unknown", - "types": { - "access": "General", - "foot": "Foot", - "motor_vehicle": "Motor Vehicles", - "bicycle": "Bicycles", - "horse": "Horses" - }, - "options": { - "yes": { - "title": "Allowed", - "description": "Access permitted by law; a right of way" - }, - "no": { - "title": "Prohibited", - "description": "Access not permitted to the general public" - }, - "permissive": { - "title": "Permissive", - "description": "Access permitted until such time as the owner revokes the permission" - }, - "private": { - "title": "Private", - "description": "Access permitted only with permission of the owner on an individual basis" - }, - "designated": { - "title": "Designated", - "description": "Access permitted according to signs or specific local laws" - }, - "destination": { - "title": "Destination", - "description": "Access permitted only to reach a destination" - } - } + "computer": { + "DNS": { + "count": 119 }, - "access_toilets": { - "label": "Access" + "PC World": { + "count": 58 + } + }, + "convenience": { + "24 часа": { + "count": 56 }, - "address": { - "label": "Address", - "placeholders": { - "housename": "Housename", - "number": "123", - "street": "Street", - "city": "City", - "postcode": "Postal code" - } + "7-Eleven": { + "count": 3898 }, - "admin_level": { - "label": "Admin Level" + "8 à Huit": { + "count": 57 }, - "aeroway": { - "label": "Type" + "ABC": { + "count": 138 }, - "amenity": { - "label": "Type" + "Alepa": { + "count": 63 }, - "artist": { - "label": "Artist" + "Alfamart": { + "count": 74 }, - "artwork_type": { - "label": "Type" + "Almacen": { + "count": 201 }, - "atm": { - "label": "ATM" + "BP": { + "count": 157 }, - "backrest": { - "label": "Backrest" + "Biedronka": { + "count": 67 }, - "barrier": { - "label": "Type" + "Boutique": { + "count": 59 }, - "bicycle_parking": { - "label": "Type" + "CBA": { + "count": 122 }, - "boundary": { - "label": "Type" + "COOP": { + "count": 122 }, - "building": { - "label": "Building" + "COOP Jednota": { + "count": 160 }, - "building_area": { - "label": "Building" + "CVS": { + "count": 64 }, - "building_yes": { - "label": "Building" + "Carrefour City": { + "count": 54 }, - "capacity": { - "label": "Capacity", - "placeholder": "50, 100, 200..." + "Carrefour Express": { + "count": 73 }, - "cardinal_direction": { - "label": "Direction" + "Casey's General Store": { + "count": 80 }, - "clock_direction": { - "label": "Direction", - "options": { - "clockwise": "Clockwise", - "anticlockwise": "Counterclockwise" - } + "Casino": { + "count": 85 }, - "collection_times": { - "label": "Collection Times" + "Centra": { + "count": 112 }, - "construction": { - "label": "Type" + "Central Convenience Store": { + "count": 52 }, - "country": { - "label": "Country" + "Chevron": { + "count": 57 }, - "crossing": { - "label": "Type" + "Circle K": { + "count": 269 }, - "cuisine": { - "label": "Cuisine" + "Citgo": { + "count": 63 }, - "denomination": { - "label": "Denomination" + "Coop": { + "count": 505 }, - "denotation": { - "label": "Denotation" + "Coop Jednota": { + "count": 58 }, - "description": { - "label": "Description" + "Costcutter": { + "count": 272 }, - "elevation": { - "label": "Elevation" + "Cumberland Farms": { + "count": 62 }, - "emergency": { - "label": "Emergency" + "Delikatesy": { + "count": 77 }, - "entrance": { - "label": "Type" + "Dollar General": { + "count": 101 }, - "fax": { - "label": "Fax", - "placeholder": "+31 42 123 4567" + "Dorfladen": { + "count": 76 }, - "fee": { - "label": "Fee" + "Epicerie": { + "count": 64 }, - "fire_hydrant/type": { - "label": "Type" + "Esso": { + "count": 64 }, - "fixme": { - "label": "Fix Me" + "FamilyMart": { + "count": 489 }, - "generator/method": { - "label": "Method" + "Food Mart": { + "count": 88 }, - "generator/source": { - "label": "Source" + "Four Square": { + "count": 51 }, - "generator/type": { - "label": "Type" + "Franprix": { + "count": 64 }, - "highway": { - "label": "Type" + "Groszek": { + "count": 57 }, - "historic": { - "label": "Type" + "Hasty Market": { + "count": 53 }, - "iata": { - "label": "IATA" + "Indomaret": { + "count": 126 }, - "icao": { - "label": "ICAO" + "Jednota": { + "count": 56 }, - "incline": { - "label": "Incline" + "K-Market": { + "count": 57 }, - "internet_access": { - "label": "Internet Access", - "options": { - "yes": "Yes", - "no": "No", - "wlan": "Wifi", - "wired": "Wired", - "terminal": "Terminal" - } + "Kiosk": { + "count": 57 }, - "landuse": { - "label": "Type" + "Konzum": { + "count": 164 }, - "lanes": { - "label": "Lanes", - "placeholder": "1, 2, 3..." + "Kum & Go": { + "count": 55 }, - "layer": { - "label": "Layer" + "Kwik Trip": { + "count": 69 }, - "leisure": { - "label": "Type" + "LAWSON": { + "count": 397 }, - "levels": { - "label": "Levels", - "placeholder": "2, 4, 6..." + "Lewiatan": { + "count": 111 }, - "lit": { - "label": "Lit" + "Lidl": { + "count": 81 }, - "location": { - "label": "Location" + "Londis": { + "count": 341 }, - "man_made": { - "label": "Type" + "Mac's": { + "count": 147 }, - "maxspeed": { - "label": "Speed Limit", - "placeholder": "40, 50, 60..." + "Mace": { + "count": 111 }, - "name": { - "label": "Name", - "placeholder": "Common name (if any)" + "McColl's": { + "count": 97 }, - "natural": { - "label": "Natural" + "Mercator": { + "count": 59 }, - "network": { - "label": "Network" + "Mini Market": { + "count": 190 }, - "note": { - "label": "Note" + "Mini Stop": { + "count": 210 }, - "office": { - "label": "Type" + "Mobil": { + "count": 63 }, - "oneway": { - "label": "One Way" + "Nisa": { + "count": 52 }, - "oneway_yes": { - "label": "One Way" + "Nisa Local": { + "count": 71 }, - "opening_hours": { - "label": "Hours" + "Oxxo": { + "count": 614 }, - "operator": { - "label": "Operator" + "One Stop": { + "count": 142 }, - "park_ride": { - "label": "Park and Ride" + "Petit Casino": { + "count": 227 }, - "parking": { - "label": "Type" + "Picard": { + "count": 53 }, - "phone": { - "label": "Phone", - "placeholder": "+31 42 123 4567" + "Potraviny": { + "count": 243 }, - "place": { - "label": "Type" + "Premier": { + "count": 123 }, - "power": { - "label": "Type" + "Proxi": { + "count": 114 }, - "railway": { - "label": "Type" + "QuikTrip": { + "count": 59 }, - "ref": { - "label": "Reference" + "Rossmann": { + "count": 62 }, - "relation": { - "label": "Type" + "SPAR": { + "count": 185 }, - "religion": { - "label": "Religion", - "options": { - "christian": "Christian", - "muslim": "Muslim", - "buddhist": "Buddhist", - "jewish": "Jewish", - "hindu": "Hindu", - "shinto": "Shinto", - "taoist": "Taoist" - } + "Sainsbury's Local": { + "count": 96 }, - "restriction": { - "label": "Type" + "Sale": { + "count": 80 }, - "route": { - "label": "Type" + "Select": { + "count": 58 }, - "route_master": { - "label": "Type" + "Shell": { + "count": 241 }, - "sac_scale": { - "label": "Path Difficulty" + "Siwa": { + "count": 212 }, - "service": { - "label": "Type" + "Sklep spożywczy": { + "count": 235 }, - "shelter": { - "label": "Shelter" + "Spar": { + "count": 888 }, - "shop": { - "label": "Type" + "Społem": { + "count": 84 }, - "source": { - "label": "Source" + "Spożywczy": { + "count": 67 }, - "sport": { - "label": "Sport" + "Statoil": { + "count": 69 }, - "structure": { - "label": "Structure", - "placeholder": "Unknown", - "options": { - "bridge": "Bridge", - "tunnel": "Tunnel", - "embankment": "Embankment", - "cutting": "Cutting" - } + "Stewart's": { + "count": 254 }, - "supervised": { - "label": "Supervised" + "Stores": { + "count": 61 }, - "surface": { - "label": "Surface" + "Studenac": { + "count": 74 }, - "toilets/disposal": { - "label": "Disposal" + "Sunkus": { + "count": 63 }, - "tourism": { - "label": "Type" + "Tchibo": { + "count": 54 }, - "towertype": { - "label": "Tower type" + "Tesco": { + "count": 55 }, - "tracktype": { - "label": "Type" + "Tesco Express": { + "count": 415 }, - "trail_visibility": { - "label": "Trail Visibility" + "The Co-operative Food": { + "count": 109 }, - "vending": { - "label": "Type of Goods" + "Valintatalo": { + "count": 62 }, - "water": { - "label": "Type" + "Vival": { + "count": 182 }, - "waterway": { - "label": "Type" + "Volg": { + "count": 110 }, - "website": { - "label": "Website", - "placeholder": "http://example.com/" + "Walgreens": { + "count": 89 }, - "wetland": { - "label": "Type" + "Wawa": { + "count": 129 }, - "wheelchair": { - "label": "Wheelchair Access" + "abc": { + "count": 61 }, - "wikipedia": { - "label": "Wikipedia" + "Å»abka": { + "count": 497 }, - "wood": { - "label": "Type" + "Авоська": { + "count": 53 + }, + "Березка": { + "count": 71 + }, + "Весна": { + "count": 56 + }, + "Визит": { + "count": 55 + }, + "Виктория": { + "count": 67 + }, + "Гастроном": { + "count": 136 + }, + "Дикси": { + "count": 118 + }, + "Кировский": { + "count": 69 + }, + "Копеечка": { + "count": 56 + }, + "Кулинария": { + "count": 53 + }, + "Магазин": { + "count": 760 + }, + "Магнит": { + "count": 645 + }, + "Мария-Ра": { + "count": 76 + }, + "Мечта": { + "count": 53 + }, + "Минимаркет": { + "count": 97 + }, + "Монетка": { + "count": 59 + }, + "Надежда": { + "count": 54 + }, + "Перекресток": { + "count": 51 + }, + "Продукти": { + "count": 153 + }, + "Продуктовый": { + "count": 65 + }, + "Продуктовый магазин": { + "count": 87 + }, + "Продукты": { + "count": 3813 + }, + "Пятёрочка": { + "count": 377 + }, + "Радуга": { + "count": 80 + }, + "Смак": { + "count": 70 + }, + "Теремок": { + "count": 53 + }, + "Универсам": { + "count": 75 + }, + "магазин": { + "count": 102 + }, + "продукты": { + "count": 113 + }, + "เซเว่นอีเลฟเว่น": { + "count": 193 + }, + "მარკეტი (Market)": { + "count": 145 + }, + "サンクス": { + "count": 517 + }, + "サークルK": { + "count": 450, + "name:en": "Circle K" + }, + "スリーエフ": { + "count": 84 + }, + "セイコーマート (Seicomart)": { + "count": 52 + }, + "セブンイレブン": { + "count": 2742 + }, + "デイリーヤマザキ": { + "count": 124 + }, + "ファミリーマート": { + "count": 1352, + "name:en": "FamilyMart" + }, + "ミニストップ": { + "count": 282 + }, + "ローソン": { + "count": 1399, + "name:en": "LAWSON" + }, + "ローソンストア100": { + "count": 65 + }, + "ローソンストア100 (LAWSON STORE 100)": { + "count": 84 + }, + "全家": { + "count": 60 + }, + "全家便利商店": { + "count": 104 } }, - "presets": { - "address": { - "name": "Address", - "terms": "" + "department_store": { + "Big W": { + "count": 51 }, - "aeroway": { - "name": "Aeroway", - "terms": "" + "Canadian Tire": { + "count": 69 }, - "aeroway/aerodrome": { - "name": "Airport", - "terms": "airplane,airport,aerodrome" + "Costco": { + "count": 79 }, - "aeroway/apron": { - "name": "Apron", - "terms": "ramp" + "Debenhams": { + "count": 65 }, - "aeroway/gate": { - "name": "Airport gate", - "terms": "" + "Galeria Kaufhof": { + "count": 57 }, - "aeroway/hangar": { - "name": "Hangar", - "terms": "" + "Karstadt": { + "count": 62 }, - "aeroway/helipad": { - "name": "Helipad", - "terms": "helicopter,helipad,heliport" + "Kmart": { + "count": 120 }, - "aeroway/runway": { - "name": "Runway", - "terms": "landing strip" + "Kohl's": { + "count": 123 }, - "aeroway/taxiway": { - "name": "Taxiway", - "terms": "" + "Macy's": { + "count": 119 + }, + "Marks & Spencer": { + "count": 59 + }, + "Sears": { + "count": 208 + }, + "Target": { + "count": 468 + }, + "Walmart": { + "count": 456 + }, + "Walmart Supercenter": { + "count": 67 + }, + "Woolworth": { + "count": 74 + }, + "Универмаг": { + "count": 57 + } + }, + "doityourself": { + "Ace Hardware": { + "count": 130 + }, + "B&Q": { + "count": 222 + }, + "Bauhaus": { + "count": 178 + }, + "Baumax": { + "count": 94 + }, + "Brico": { + "count": 99 + }, + "Bricomarché": { + "count": 213 + }, + "Bricorama": { + "count": 59 + }, + "Bunnings Warehouse": { + "count": 87 + }, + "Canadian Tire": { + "count": 92 + }, + "Castorama": { + "count": 160 + }, + "Gamma": { + "count": 105 + }, + "Hagebau": { + "count": 61 + }, + "Hagebaumarkt": { + "count": 109 + }, + "Hellweg": { + "count": 62 + }, + "Home Depot": { + "count": 789 + }, + "Home Hardware": { + "count": 66 + }, + "Homebase": { + "count": 224 + }, + "Hornbach": { + "count": 124 + }, + "Hubo": { + "count": 72 + }, + "Lagerhaus": { + "count": 71 + }, + "Leroy Merlin": { + "count": 197 + }, + "Lowes": { + "count": 1131 + }, + "Max Bahr": { + "count": 86 + }, + "Menards": { + "count": 62 + }, + "Mr Bricolage": { + "count": 87 }, - "aeroway/terminal": { - "name": "Airport terminal", - "terms": "airport,aerodrome" + "OBI": { + "count": 418 }, - "amenity": { - "name": "Amenity", - "terms": "" + "Praktiker": { + "count": 187 }, - "amenity/arts_centre": { - "name": "Arts Center", - "terms": "arts,arts centre" + "Rona": { + "count": 57 }, - "amenity/atm": { - "name": "ATM", - "terms": "" + "Toom": { + "count": 69 }, - "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" + "Toom Baumarkt": { + "count": 65 }, - "amenity/bar": { - "name": "Bar", - "terms": "" + "Weldom": { + "count": 70 }, - "amenity/bench": { - "name": "Bench", - "terms": "" + "Wickes": { + "count": 120 }, - "amenity/bicycle_parking": { - "name": "Bicycle Parking", - "terms": "" + "Стройматериалы": { + "count": 165 }, - "amenity/bicycle_rental": { - "name": "Bicycle Rental", - "terms": "" + "Хозтовары": { + "count": 68 + } + }, + "electronics": { + "Best Buy": { + "count": 297 }, - "amenity/boat_rental": { - "name": "Boat Rental", - "terms": "" + "Comet": { + "count": 62 }, - "amenity/cafe": { - "name": "Cafe", - "terms": "coffee,tea,coffee shop" + "Currys": { + "count": 80 }, - "amenity/car_rental": { - "name": "Car Rental", - "terms": "" + "Darty": { + "count": 71 }, - "amenity/car_sharing": { - "name": "Car Sharing", - "terms": "" + "Euronics": { + "count": 109 }, - "amenity/car_wash": { - "name": "Car Wash", - "terms": "" + "Expert": { + "count": 117 }, - "amenity/childcare": { - "name": "Childcare", - "terms": "nursery,orphanage,playgroup" + "Future Shop": { + "count": 69 }, - "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" + "Maplin": { + "count": 63 }, - "amenity/college": { - "name": "College", - "terms": "" + "Media Markt": { + "count": 273 }, - "amenity/courthouse": { - "name": "Courthouse", - "terms": "" + "Radio Shack": { + "count": 226 }, - "amenity/drinking_water": { - "name": "Drinking Water", - "terms": "water fountain,potable water" + "Saturn": { + "count": 147 }, - "amenity/embassy": { - "name": "Embassy", - "terms": "" + "М.Видео": { + "count": 74 }, - "amenity/fast_food": { - "name": "Fast Food", - "terms": "" + "Эльдорадо": { + "count": 171 + } + }, + "furniture": { + "But": { + "count": 58 }, - "amenity/fire_station": { - "name": "Fire Station", - "terms": "" + "Conforama": { + "count": 90 }, - "amenity/fountain": { - "name": "Fountain", - "terms": "" + "Dänisches Bettenlager": { + "count": 290 }, - "amenity/fuel": { - "name": "Gas Station", - "terms": "petrol,fuel,propane,diesel,lng,cng,biodiesel" + "IKEA": { + "count": 162 }, - "amenity/grave_yard": { - "name": "Graveyard", - "terms": "" + "Jysk": { + "count": 92 }, - "amenity/hospital": { - "name": "Hospital", - "terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward" + "Matratzen Concord": { + "count": 51 }, - "amenity/kindergarten": { - "name": "Kindergarten", - "terms": "nursery,preschool" + "Roller": { + "count": 77 }, - "amenity/library": { - "name": "Library", - "terms": "" + "Мебель": { + "count": 190 + } + }, + "hairdresser": { + "Coiffeur": { + "count": 60 }, - "amenity/marketplace": { - "name": "Marketplace", - "terms": "" + "Franck Provost": { + "count": 64 }, - "amenity/parking": { - "name": "Parking", - "terms": "" + "Friseur": { + "count": 127 }, - "amenity/pharmacy": { - "name": "Pharmacy", - "terms": "" + "Great Clips": { + "count": 155 }, - "amenity/place_of_worship": { - "name": "Place of Worship", - "terms": "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple" + "Klier": { + "count": 105 }, - "amenity/place_of_worship/buddhist": { - "name": "Buddhist Temple", - "terms": "stupa,vihara,monastery,temple,pagoda,zendo,dojo" + "Peluqueria": { + "count": 56 }, - "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" + "Supercuts": { + "count": 89 }, - "amenity/place_of_worship/jewish": { - "name": "Synagogue", - "terms": "jewish,synagogue" + "Парикмахерская": { + "count": 485 }, - "amenity/place_of_worship/muslim": { - "name": "Mosque", - "terms": "muslim,mosque" + "Салон красоты": { + "count": 65 + } + }, + "hardware": { + "1000 мелочей": { + "count": 53 }, - "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" + "Ace Hardware": { + "count": 82 }, - "amenity/post_box": { - "name": "Mailbox", - "terms": "letter drop,letterbox,mail drop,mailbox,pillar box,postbox" + "Home Depot": { + "count": 81 }, - "amenity/post_office": { - "name": "Post Office", - "terms": "" + "Хозтовары": { + "count": 143 + } + }, + "hifi": { + "Best Buy": { + "count": 94 }, - "amenity/pub": { - "name": "Pub", - "terms": "" + "Media Markt": { + "count": 57 + } + }, + "jewelry": { + "Bijou Brigitte": { + "count": 53 }, - "amenity/ranger_station": { - "name": "Ranger Station", - "terms": "visitor center,visitor centre,permit center,permit centre,backcountry office" + "Christ": { + "count": 55 }, - "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" + "Swarovski": { + "count": 70 + } + }, + "mobile_phone": { + "AT&T": { + "count": 95 }, - "amenity/school": { - "name": "School", - "terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university" + "Bell": { + "count": 191 }, - "amenity/swimming_pool": { - "name": "Swimming Pool", - "terms": "" + "Bitė": { + "count": 73 }, - "amenity/taxi": { - "name": "Taxi Stand", - "terms": "cab" + "Carphone Warehouse": { + "count": 109 }, - "amenity/telephone": { - "name": "Telephone", - "terms": "" + "Movistar": { + "count": 55 }, - "amenity/theatre": { - "name": "Theater", - "terms": "theatre,performance,play,musical" + "O2": { + "count": 180 }, - "amenity/toilets": { - "name": "Toilets", - "terms": "bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C." + "Orange": { + "count": 220 }, - "amenity/townhall": { - "name": "Town Hall", - "terms": "village hall,city government,courthouse,municipal building,municipal center,municipal centre" + "SFR": { + "count": 70 }, - "amenity/university": { - "name": "University", - "terms": "college" + "Sprint": { + "count": 91 }, - "amenity/vending_machine": { - "name": "Vending Machine", - "terms": "" + "T-Mobile": { + "count": 158 }, - "amenity/waste_basket": { - "name": "Waste Basket", - "terms": "rubbish bin,litter bin,trash can,garbage can" + "The Phone House": { + "count": 81 }, - "area": { - "name": "Area", - "terms": "" + "Verizon Wireless": { + "count": 97 }, - "barrier": { - "name": "Barrier", - "terms": "" + "Vodafone": { + "count": 311 }, - "barrier/block": { - "name": "Block", - "terms": "" + "au": { + "count": 56 }, - "barrier/bollard": { - "name": "Bollard", - "terms": "" + "Билайн": { + "count": 113 }, - "barrier/cattle_grid": { - "name": "Cattle Grid", - "terms": "" + "Евросеть": { + "count": 466 }, - "barrier/city_wall": { - "name": "City Wall", - "terms": "" + "МТС": { + "count": 311 }, - "barrier/cycle_barrier": { - "name": "Cycle Barrier", - "terms": "" + "Мегафон": { + "count": 227 }, - "barrier/ditch": { - "name": "Ditch", - "terms": "" + "Связной": { + "count": 396 }, - "barrier/entrance": { - "name": "Entrance", - "terms": "" + "ソフトバンクショップ (SoftBank shop)": { + "count": 256 }, - "barrier/fence": { - "name": "Fence", - "terms": "" + "ドコモショップ (docomo shop)": { + "count": 113 + } + }, + "motorcycle": { + "Honda": { + "count": 56 }, - "barrier/gate": { - "name": "Gate", - "terms": "" + "Yamaha": { + "count": 58 + } + }, + "optician": { + "Alain Afflelou": { + "count": 68 }, - "barrier/hedge": { - "name": "Hedge", - "terms": "" + "Apollo Optik": { + "count": 142 }, - "barrier/kissing_gate": { - "name": "Kissing Gate", - "terms": "" + "Fielmann": { + "count": 219 }, - "barrier/lift_gate": { - "name": "Lift Gate", - "terms": "" + "Krys": { + "count": 65 }, - "barrier/retaining_wall": { - "name": "Retaining Wall", - "terms": "" + "Optic 2000": { + "count": 87 }, - "barrier/stile": { - "name": "Stile", - "terms": "" + "Specsavers": { + "count": 109 }, - "barrier/toll_booth": { - "name": "Toll Booth", - "terms": "" + "Vision Express": { + "count": 54 }, - "barrier/wall": { - "name": "Wall", - "terms": "" + "Оптика": { + "count": 165 + } + }, + "pet": { + "Das Futterhaus": { + "count": 61 }, - "boundary/administrative": { - "name": "Administrative Boundary", - "terms": "" + "Fressnapf": { + "count": 300 }, - "building": { - "name": "Building", - "terms": "" + "PetSmart": { + "count": 150 }, - "building/apartments": { - "name": "Apartments", - "terms": "" + "Petco": { + "count": 79 }, - "building/commercial": { - "name": "Commercial Building", - "terms": "" + "Pets at Home": { + "count": 53 }, - "building/entrance": { - "name": "Entrance", - "terms": "" + "Зоомагазин": { + "count": 95 + } + }, + "shoes": { + "Bata": { + "count": 88 }, - "building/garage": { - "name": "Garage", - "terms": "" + "Brantano": { + "count": 67 }, - "building/house": { - "name": "House", - "terms": "" + "Clarks": { + "count": 97 }, - "building/hut": { - "name": "Hut", - "terms": "" + "Deichmann": { + "count": 574 }, - "building/industrial": { - "name": "Industrial Building", - "terms": "" + "Ecco": { + "count": 53 }, - "building/residential": { - "name": "Residential Building", - "terms": "" + "Foot Locker": { + "count": 74 }, - "emergency/ambulance_station": { - "name": "Ambulance Station", - "terms": "" + "La Halle aux Chaussures": { + "count": 63 }, - "emergency/fire_hydrant": { - "name": "Fire Hydrant", - "terms": "" + "Payless Shoe Source": { + "count": 52 }, - "emergency/phone": { - "name": "Emergency Phone", - "terms": "" + "Quick Schuh": { + "count": 69 }, - "entrance": { - "name": "Entrance", - "terms": "" + "Reno": { + "count": 170 }, - "highway": { - "name": "Highway", - "terms": "" + "Salamander": { + "count": 52 }, - "highway/bridleway": { - "name": "Bridle Path", - "terms": "bridleway,equestrian trail,horse riding path,bridle road,horse trail" + "Обувь": { + "count": 93 + } + }, + "sports": { + "Decathlon": { + "count": 286 }, - "highway/bus_stop": { - "name": "Bus Stop", - "terms": "" + "Dick's Sporting Goods": { + "count": 58 }, - "highway/crossing": { - "name": "Crossing", - "terms": "crosswalk,zebra crossing" + "Intersport": { + "count": 265 }, - "highway/cycleway": { - "name": "Cycle Path", - "terms": "" + "Sport 2000": { + "count": 83 }, - "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" + "Sports Authority": { + "count": 63 }, - "highway/living_street": { - "name": "Living Street", - "terms": "" + "Спортмастер": { + "count": 80 + } + }, + "stationery": { + "McPaper": { + "count": 79 }, - "highway/mini_roundabout": { - "name": "Mini-Roundabout", - "terms": "" + "Office Depot": { + "count": 83 }, - "highway/motorway": { - "name": "Motorway", - "terms": "" + "Staples": { + "count": 262 }, - "highway/motorway_junction": { - "name": "Motorway Junction", - "terms": "" + "Канцтовары": { + "count": 57 + } + }, + "supermarket": { + "AD Delhaize": { + "count": 66 }, - "highway/motorway_link": { - "name": "Motorway Link", - "terms": "ramp,on ramp,off ramp" + "ADEG": { + "count": 64 }, - "highway/path": { - "name": "Path", - "terms": "" + "ALDI": { + "count": 5182 }, - "highway/pedestrian": { - "name": "Pedestrian", - "terms": "" + "Aldi Süd": { + "count": 589 }, - "highway/primary": { - "name": "Primary Road", - "terms": "" + "ASDA": { + "count": 178 }, - "highway/primary_link": { - "name": "Primary Link", - "terms": "ramp,on ramp,off ramp" + "Albert": { + "count": 185 }, - "highway/residential": { - "name": "Residential Road", - "terms": "" + "Albert Heijn": { + "count": 445 }, - "highway/road": { - "name": "Unknown Road", - "terms": "" + "Albertson's": { + "count": 96 }, - "highway/secondary": { - "name": "Secondary Road", - "terms": "" + "Albertsons": { + "count": 133 }, - "highway/secondary_link": { - "name": "Secondary Link", - "terms": "ramp,on ramp,off ramp" + "Aldi Nord": { + "count": 194 }, - "highway/service": { - "name": "Service Road", - "terms": "" + "Alimerka": { + "count": 58 }, - "highway/service/alley": { - "name": "Alley", - "terms": "" + "Asda": { + "count": 221 }, - "highway/service/drive-through": { - "name": "Drive-Through", - "terms": "" + "Auchan": { + "count": 144 }, - "highway/service/driveway": { - "name": "Driveway", - "terms": "" + "Billa": { + "count": 1417 }, - "highway/service/emergency_access": { - "name": "Emergency Access", - "terms": "" + "Biedronka": { + "count": 1227 }, - "highway/service/parking_aisle": { - "name": "Parking Aisle", - "terms": "" + "Bodega Aurrera": { + "count": 70 }, - "highway/steps": { - "name": "Steps", - "terms": "stairs,staircase" + "Budgens": { + "count": 86 }, - "highway/stop": { - "name": "Stop Sign", - "terms": "stop sign" + "C1000": { + "count": 332 }, - "highway/tertiary": { - "name": "Tertiary Road", - "terms": "" + "CBA": { + "count": 160 }, - "highway/tertiary_link": { - "name": "Tertiary Link", - "terms": "ramp,on ramp,off ramp" + "COOP": { + "count": 187 }, - "highway/track": { - "name": "Track", - "terms": "" + "COOP Jednota": { + "count": 67 }, - "highway/traffic_signals": { - "name": "Traffic Signals", - "terms": "light,stoplight,traffic light" + "Caprabo": { + "count": 96 }, - "highway/trunk": { - "name": "Trunk Road", - "terms": "" + "Carrefour": { + "count": 1575 }, - "highway/trunk_link": { - "name": "Trunk Link", - "terms": "ramp,on ramp,off ramp" + "Carrefour City": { + "count": 109 }, - "highway/turning_circle": { - "name": "Turning Circle", - "terms": "" + "Carrefour Contact": { + "count": 73 }, - "highway/unclassified": { - "name": "Unclassified Road", - "terms": "" + "Carrefour Express": { + "count": 314 }, - "historic": { - "name": "Historic Site", - "terms": "" + "Carrefour Market": { + "count": 79 }, - "historic/archaeological_site": { - "name": "Archaeological Site", - "terms": "" + "Casino": { + "count": 254 }, - "historic/boundary_stone": { - "name": "Boundary Stone", - "terms": "" + "Centra": { + "count": 51 }, - "historic/castle": { - "name": "Castle", - "terms": "" + "Champion": { + "count": 63 }, - "historic/memorial": { - "name": "Memorial", - "terms": "" + "Checkers": { + "count": 124 }, - "historic/monument": { - "name": "Monument", - "terms": "" + "Coop": { + "count": 1860 }, - "historic/ruins": { - "name": "Ruins", - "terms": "" + "Coles": { + "count": 381 }, - "historic/wayside_cross": { - "name": "Wayside Cross", - "terms": "" + "Colruyt": { + "count": 186 }, - "historic/wayside_shrine": { - "name": "Wayside Shrine", - "terms": "" + "Combi": { + "count": 56 }, - "landuse": { - "name": "Landuse", - "terms": "" + "Conad": { + "count": 294 }, - "landuse/allotments": { - "name": "Allotments", - "terms": "" + "Condis": { + "count": 65 }, - "landuse/basin": { - "name": "Basin", - "terms": "" + "Consum": { + "count": 123 }, - "landuse/cemetery": { - "name": "Cemetery", - "terms": "" + "Continente": { + "count": 66 }, - "landuse/commercial": { - "name": "Commercial", - "terms": "" + "Coop Jednota": { + "count": 68 }, - "landuse/construction": { - "name": "Construction", - "terms": "" + "Coop Konsum": { + "count": 78 }, - "landuse/farm": { - "name": "Farm", - "terms": "" + "Costco": { + "count": 133 }, - "landuse/farmyard": { - "name": "Farmyard", - "terms": "" + "Costcutter": { + "count": 62 }, - "landuse/forest": { - "name": "Forest", - "terms": "" + "Countdown": { + "count": 90 }, - "landuse/grass": { - "name": "Grass", - "terms": "" + "Dia": { + "count": 749 }, - "landuse/industrial": { - "name": "Industrial", - "terms": "" + "dm": { + "count": 108 }, - "landuse/meadow": { - "name": "Meadow", - "terms": "" + "Delhaize": { + "count": 219 }, - "landuse/orchard": { - "name": "Orchard", - "terms": "" + "Delikatesy Centrum": { + "count": 56 }, - "landuse/quarry": { - "name": "Quarry", - "terms": "" + "Denner": { + "count": 256 }, - "landuse/residential": { - "name": "Residential", - "terms": "" + "Despar": { + "count": 143 }, - "landuse/retail": { - "name": "Retail", - "terms": "" + "Diska": { + "count": 69 }, - "landuse/vineyard": { - "name": "Vineyard", - "terms": "" + "Dunnes Stores": { + "count": 70 }, - "leisure": { - "name": "Leisure", - "terms": "" + "E-Center": { + "count": 67 }, - "leisure/common": { - "name": "Common", - "terms": "open space" + "E.Leclerc": { + "count": 341 }, - "leisure/dog_park": { - "name": "Dog Park", - "terms": "" + "EDEKA": { + "count": 498 }, - "leisure/garden": { - "name": "Garden", - "terms": "" + "Edeka": { + "count": 1811 }, - "leisure/golf_course": { - "name": "Golf Course", - "terms": "" + "El Árbol": { + "count": 71 }, - "leisure/marina": { - "name": "Marina", - "terms": "" + "Eroski": { + "count": 203 }, - "leisure/park": { - "name": "Park", - "terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland" + "Esselunga": { + "count": 82 }, - "leisure/pitch": { - "name": "Sport Pitch", - "terms": "" + "Eurospar": { + "count": 260 }, - "leisure/pitch/american_football": { - "name": "American Football Field", - "terms": "" + "Eurospin": { + "count": 153 }, - "leisure/pitch/baseball": { - "name": "Baseball Diamond", - "terms": "" + "Extra": { + "count": 74 }, - "leisure/pitch/basketball": { - "name": "Basketball Court", - "terms": "" + "Fakta": { + "count": 215 }, - "leisure/pitch/skateboard": { - "name": "Skate Park", - "terms": "" + "Famiglia Cooperativa": { + "count": 62 }, - "leisure/pitch/soccer": { - "name": "Soccer Field", - "terms": "" + "Famila": { + "count": 127 }, - "leisure/pitch/tennis": { - "name": "Tennis Court", - "terms": "" + "Farmfoods": { + "count": 63 }, - "leisure/pitch/volleyball": { - "name": "Volleyball Court", - "terms": "" + "Feneberg": { + "count": 61 }, - "leisure/playground": { - "name": "Playground", - "terms": "jungle gym,play area" + "Food Basics": { + "count": 73 }, - "leisure/slipway": { - "name": "Slipway", - "terms": "" + "Food Lion": { + "count": 175 }, - "leisure/sports_center": { - "name": "Sports Center", - "terms": "gym" + "Foodland": { + "count": 92 }, - "leisure/stadium": { - "name": "Stadium", - "terms": "" + "Foodworks": { + "count": 55 }, - "leisure/swimming_pool": { - "name": "Swimming Pool", - "terms": "" + "Franprix": { + "count": 298 }, - "leisure/track": { - "name": "Race Track", - "terms": "" + "Fred Meyer": { + "count": 63 }, - "line": { - "name": "Line", - "terms": "" + "Fressnapf": { + "count": 66 }, - "man_made": { - "name": "Man Made", - "terms": "" + "Føtex": { + "count": 67 }, - "man_made/breakwater": { - "name": "Breakwater", - "terms": "" + "Game": { + "count": 53 }, - "man_made/cutline": { - "name": "Cut line", - "terms": "" + "Giant": { + "count": 187 }, - "man_made/lighthouse": { - "name": "Lighthouse", - "terms": "" + "Giant Eagle": { + "count": 69 }, - "man_made/observation": { - "name": "Observation Tower", - "terms": "lookout tower,fire tower" + "Géant Casino": { + "count": 53 }, - "man_made/pier": { - "name": "Pier", - "terms": "" + "HEB": { + "count": 75 }, - "man_made/pipeline": { - "name": "Pipeline", - "terms": "" + "HIT": { + "count": 62 }, - "man_made/survey_point": { - "name": "Survey Point", - "terms": "" + "Hannaford": { + "count": 55 }, - "man_made/tower": { - "name": "Tower", - "terms": "" + "Harris Teeter": { + "count": 84 }, - "man_made/wastewater_plant": { - "name": "Wastewater Plant", - "terms": "sewage works,sewage treatment plant,water treatment plant,reclamation plant" + "Hemköp": { + "count": 83 }, - "man_made/water_tower": { - "name": "Water Tower", - "terms": "" + "Hofer": { + "count": 451 }, - "man_made/water_well": { - "name": "Water well", - "terms": "" + "Hoogvliet": { + "count": 52 }, - "man_made/water_works": { - "name": "Water Works", - "terms": "" + "Hy-Vee": { + "count": 67 }, - "natural": { - "name": "Natural", - "terms": "" + "ICA": { + "count": 195 }, - "natural/bay": { - "name": "Bay", - "terms": "" + "IGA": { + "count": 333 }, - "natural/beach": { - "name": "Beach", - "terms": "" + "Iceland": { + "count": 297 }, - "natural/cliff": { - "name": "Cliff", - "terms": "" + "Intermarche": { + "count": 107 }, - "natural/coastline": { - "name": "Coastline", - "terms": "shore" + "Intermarché": { + "count": 1155 }, - "natural/fell": { - "name": "Fell", - "terms": "" + "Interspar": { + "count": 142 }, - "natural/glacier": { - "name": "Glacier", - "terms": "" + "Irma": { + "count": 61 }, - "natural/grassland": { - "name": "Grassland", - "terms": "" + "Jumbo": { + "count": 175 }, - "natural/heath": { - "name": "Heath", - "terms": "" + "K+K": { + "count": 104 }, - "natural/peak": { - "name": "Peak", - "terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top" + "Kaiser's": { + "count": 255 }, - "natural/scree": { - "name": "Scree", - "terms": "loose rocks" + "Kaufland": { + "count": 996 }, - "natural/scrub": { - "name": "Scrub", - "terms": "" + "Kaufpark": { + "count": 100 }, - "natural/spring": { - "name": "Spring", - "terms": "" + "King Soopers": { + "count": 69 }, - "natural/tree": { - "name": "Tree", - "terms": "" + "Kiwi": { + "count": 164 }, - "natural/water": { - "name": "Water", - "terms": "" + "Konsum": { + "count": 139 }, - "natural/water/lake": { - "name": "Lake", - "terms": "lakelet,loch,mere" + "Konzum": { + "count": 225 }, - "natural/water/pond": { - "name": "Pond", - "terms": "lakelet,millpond,tarn,pool,mere" + "Kroger": { + "count": 280 }, - "natural/water/reservoir": { - "name": "Reservoir", - "terms": "" + "Kvickly": { + "count": 54 }, - "natural/wetland": { - "name": "Wetland", - "terms": "" + "LIDL": { + "count": 901 }, - "natural/wood": { - "name": "Wood", - "terms": "" + "Leader Price": { + "count": 242 }, - "office": { - "name": "Office", - "terms": "" + "Leclerc": { + "count": 132 }, - "place": { - "name": "Place", - "terms": "" + "Lewiatan": { + "count": 88 }, - "place/city": { - "name": "City", - "terms": "" + "Lider": { + "count": 65 }, - "place/hamlet": { - "name": "Hamlet", - "terms": "" + "Lidl": { + "count": 6116 }, - "place/island": { - "name": "Island", - "terms": "archipelago,atoll,bar,cay,isle,islet,key,reef" + "M-Preis": { + "count": 81 }, - "place/isolated_dwelling": { - "name": "Isolated Dwelling", - "terms": "" + "MPreis": { + "count": 54 }, - "place/locality": { - "name": "Locality", - "terms": "" + "Makro": { + "count": 130 }, - "place/town": { - "name": "Town", - "terms": "" + "Markant": { + "count": 91 }, - "place/village": { - "name": "Village", - "terms": "" + "Marktkauf": { + "count": 133 }, - "point": { - "name": "Point", - "terms": "" + "Match": { + "count": 146 }, - "power": { - "name": "Power", - "terms": "" + "Maxi": { + "count": 100 }, - "power/generator": { - "name": "Power Generator", - "terms": "" + "Maxima": { + "count": 107 }, - "power/line": { - "name": "Power Line", - "terms": "" + "Maxima X": { + "count": 111 }, - "power/pole": { - "name": "Power Pole", - "terms": "" + "Meijer": { + "count": 74 }, - "power/sub_station": { - "name": "Substation", - "terms": "" + "Mercadona": { + "count": 707 }, - "power/tower": { - "name": "High-Voltage Tower", - "terms": "" + "Mercator": { + "count": 119 }, - "power/transformer": { - "name": "Transformer", - "terms": "" + "Merkur": { + "count": 113 }, - "railway": { - "name": "Railway", - "terms": "" + "Metro": { + "count": 250 }, - "railway/abandoned": { - "name": "Abandoned Railway", - "terms": "" + "Migros": { + "count": 433 }, - "railway/disused": { - "name": "Disused Railway", - "terms": "" + "Minipreço": { + "count": 99 }, - "railway/halt": { - "name": "Railway Halt", - "terms": "break,interrupt,rest,wait,interruption" + "Monoprix": { + "count": 194 }, - "railway/level_crossing": { - "name": "Level Crossing", - "terms": "crossing,railroad crossing,railway crossing,grade crossing,road through railroad,train crossing" + "Morrisons": { + "count": 405 }, - "railway/monorail": { - "name": "Monorail", - "terms": "" + "Netto": { + "count": 4309 }, - "railway/platform": { - "name": "Railway Platform", - "terms": "" + "NORMA": { + "count": 113 }, - "railway/rail": { - "name": "Rail", - "terms": "" + "NP": { + "count": 153 }, - "railway/station": { - "name": "Railway Station", - "terms": "" + "Nah & Frisch": { + "count": 76 }, - "railway/subway": { - "name": "Subway", - "terms": "" + "Nahkauf": { + "count": 166 }, - "railway/subway_entrance": { - "name": "Subway Entrance", - "terms": "" + "Neukauf": { + "count": 81 }, - "railway/tram": { - "name": "Tram", - "terms": "streetcar" + "New World": { + "count": 67 }, - "relation": { - "name": "Relation", - "terms": "" + "No Frills": { + "count": 101 }, - "route/ferry": { - "name": "Ferry Route", - "terms": "" + "Norma": { + "count": 1054 }, - "shop": { - "name": "Shop", - "terms": "" + "PENNY": { + "count": 78 }, - "shop/alcohol": { - "name": "Liquor Store", - "terms": "alcohol" + "Pam": { + "count": 53 }, - "shop/bakery": { - "name": "Bakery", - "terms": "" + "Penny": { + "count": 1766 }, - "shop/beauty": { - "name": "Beauty Shop", - "terms": "nail spa,spa,salon,tanning" + "Penny Market": { + "count": 397 }, - "shop/beverages": { - "name": "Beverage Store", - "terms": "" + "Penny Markt": { + "count": 464 }, - "shop/bicycle": { - "name": "Bicycle Shop", - "terms": "" + "Petit Casino": { + "count": 106 }, - "shop/books": { - "name": "Bookstore", - "terms": "" + "Pick n Pay": { + "count": 237 }, - "shop/boutique": { - "name": "Boutique", - "terms": "" + "Piggly Wiggly": { + "count": 53 }, - "shop/butcher": { - "name": "Butcher", - "terms": "" + "Pingo Doce": { + "count": 238 }, - "shop/car": { - "name": "Car Dealership", - "terms": "" + "Piotr i Paweł": { + "count": 52 }, - "shop/car_parts": { - "name": "Car Parts Store", - "terms": "" + "Plodine": { + "count": 52 }, - "shop/car_repair": { - "name": "Car Repair Shop", - "terms": "" + "Plus": { + "count": 138 }, - "shop/chemist": { - "name": "Chemist", - "terms": "" + "Polo Market": { + "count": 81 }, - "shop/clothes": { - "name": "Clothing Store", - "terms": "" + "Price Chopper": { + "count": 96 }, - "shop/computer": { - "name": "Computer Store", - "terms": "" + "Profi": { + "count": 55 }, - "shop/confectionery": { - "name": "Confectionery", - "terms": "" + "Publix": { + "count": 312 }, - "shop/convenience": { - "name": "Convenience Store", - "terms": "" + "REWE": { + "count": 1440 }, - "shop/deli": { - "name": "Deli", - "terms": "" + "Real": { + "count": 337 }, - "shop/department_store": { - "name": "Department Store", - "terms": "" + "Reliance Fresh": { + "count": 63 }, - "shop/doityourself": { - "name": "DIY Store", - "terms": "" + "Rema 1000": { + "count": 360 }, - "shop/dry_cleaning": { - "name": "Dry Cleaners", - "terms": "" + "Rewe": { + "count": 1194 }, - "shop/electronics": { - "name": "Electronics Store", - "terms": "" + "Rimi": { + "count": 103 }, - "shop/farm": { - "name": "Produce Stand", - "terms": "farm shop,farm stand" + "Rossmann": { + "count": 88 }, - "shop/fishmonger": { - "name": "Fishmonger", - "terms": "" + "S-Market": { + "count": 107 }, - "shop/florist": { - "name": "Florist", - "terms": "" + "SPAR": { + "count": 275 }, - "shop/furniture": { - "name": "Furniture Store", - "terms": "" + "Safeway": { + "count": 436 }, - "shop/garden_centre": { - "name": "Garden Center", - "terms": "garden centre" + "Sainsbury's": { + "count": 538 }, - "shop/gift": { - "name": "Gift Shop", - "terms": "" + "Sainsbury's Local": { + "count": 101 }, - "shop/greengrocer": { - "name": "Greengrocer", - "terms": "" + "Sam's Club": { + "count": 125 }, - "shop/hairdresser": { - "name": "Hairdresser", - "terms": "" + "Santa Isabel": { + "count": 123 }, - "shop/hardware": { - "name": "Hardware Store", - "terms": "" + "Shopi": { + "count": 57 }, - "shop/hifi": { - "name": "Hifi Store", - "terms": "" + "Shoprite": { + "count": 235 }, - "shop/jewelry": { - "name": "Jeweler", - "terms": "" + "Simply Market": { + "count": 310 }, - "shop/kiosk": { - "name": "Kiosk", - "terms": "" + "Sobeys": { + "count": 117 }, - "shop/laundry": { - "name": "Laundry", - "terms": "" + "Soriana": { + "count": 91 }, - "shop/locksmith": { - "name": "Locksmith", - "terms": "keys" + "Spar": { + "count": 2028 }, - "shop/mall": { - "name": "Mall", - "terms": "" + "Społem": { + "count": 54 }, - "shop/mobile_phone": { - "name": "Mobile Phone Store", - "terms": "" + "Stokrotka": { + "count": 84 }, - "shop/motorcycle": { - "name": "Motorcycle Dealership", - "terms": "" + "Stop & Shop": { + "count": 55 }, - "shop/music": { - "name": "Music Store", - "terms": "" + "Super Brugsen": { + "count": 63 }, - "shop/newsagent": { - "name": "Newsagent", - "terms": "" + "Super U": { + "count": 462 }, - "shop/optician": { - "name": "Optician", - "terms": "" + "SuperBrugsen": { + "count": 68 }, - "shop/outdoor": { - "name": "Outdoor Store", - "terms": "" + "Tesco": { + "count": 1285 }, - "shop/pet": { - "name": "Pet Store", - "terms": "" + "Target": { + "count": 199 }, - "shop/photo": { - "name": "Photography Store", - "terms": "" + "tegut": { + "count": 220 }, - "shop/shoes": { - "name": "Shoe Store", - "terms": "" + "Tengelmann": { + "count": 191 }, - "shop/sports": { - "name": "Sporting Goods Store", - "terms": "" + "Tesco Express": { + "count": 373 }, - "shop/stationery": { - "name": "Stationery Store", - "terms": "" + "Tesco Extra": { + "count": 118 }, - "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" + "Tesco Metro": { + "count": 125 }, - "shop/toys": { - "name": "Toy Store", - "terms": "" + "The Co-operative": { + "count": 60 }, - "shop/travel_agency": { - "name": "Travel Agency", - "terms": "" + "The Co-operative Food": { + "count": 113 }, - "shop/tyres": { - "name": "Tire Store", - "terms": "" + "Trader Joe's": { + "count": 182 }, - "shop/vacant": { - "name": "Vacant Shop", - "terms": "" + "Treff 3000": { + "count": 95 }, - "shop/variety_store": { - "name": "Variety Store", - "terms": "" + "Unimarc": { + "count": 169 }, - "shop/video": { - "name": "Video Store", - "terms": "" + "Unimarkt": { + "count": 80 }, - "tourism": { - "name": "Tourism", - "terms": "" + "Volg": { + "count": 127 }, - "tourism/alpine_hut": { - "name": "Alpine Hut", - "terms": "" + "Waitrose": { + "count": 252 }, - "tourism/artwork": { - "name": "Artwork", - "terms": "mural,sculpture,statue" + "Walmart": { + "count": 600 }, - "tourism/attraction": { - "name": "Tourist Attraction", - "terms": "" + "Walmart Supercenter": { + "count": 103 }, - "tourism/camp_site": { - "name": "Camp Site", - "terms": "" + "Wasgau": { + "count": 60 }, - "tourism/caravan_site": { - "name": "RV Park", - "terms": "" + "Whole Foods": { + "count": 191 }, - "tourism/chalet": { - "name": "Chalet", - "terms": "" + "Willys": { + "count": 54 }, - "tourism/guest_house": { - "name": "Guest House", - "terms": "B&B,Bed & Breakfast,Bed and Breakfast" + "Woolworths": { + "count": 519 }, - "tourism/hostel": { - "name": "Hostel", - "terms": "" + "Zielpunkt": { + "count": 240 }, - "tourism/hotel": { - "name": "Hotel", - "terms": "" + "coop": { + "count": 71 }, - "tourism/information": { - "name": "Information", - "terms": "" + "nahkauf": { + "count": 79 }, - "tourism/motel": { - "name": "Motel", - "terms": "" + "sky": { + "count": 100 }, - "tourism/museum": { - "name": "Museum", - "terms": "exhibition,exhibits archive,foundation,gallery,hall,institution,library,menagerie,repository,salon,storehouse,treasury,vault" + "АТБ": { + "count": 289 }, - "tourism/picnic_site": { - "name": "Picnic Site", - "terms": "" + "Десяточка": { + "count": 51 }, - "tourism/theme_park": { - "name": "Theme Park", - "terms": "" + "Дикси": { + "count": 562 }, - "tourism/viewpoint": { - "name": "Viewpoint", - "terms": "" + "Евроопт": { + "count": 57 }, - "tourism/zoo": { - "name": "Zoo", - "terms": "" + "Карусель": { + "count": 55 }, - "type/boundary": { - "name": "Boundary", - "terms": "" + "Квартал": { + "count": 93 }, - "type/boundary/administrative": { - "name": "Administrative Boundary", - "terms": "" + "Копейка": { + "count": 96 }, - "type/multipolygon": { - "name": "Multipolygon", - "terms": "" + "Магазин": { + "count": 113 }, - "type/restriction": { - "name": "Restriction", - "terms": "" + "Магнит": { + "count": 1635 }, - "type/route": { - "name": "Route", - "terms": "" + "Магнолия": { + "count": 70 }, - "type/route/bicycle": { - "name": "Cycle Route", - "terms": "" + "Мария-Ра": { + "count": 94 }, - "type/route/bus": { - "name": "Bus Route", - "terms": "" + "Монетка": { + "count": 163 }, - "type/route/detour": { - "name": "Detour Route", - "terms": "" + "Народная 7Я семьЯ": { + "count": 147 }, - "type/route/ferry": { - "name": "Ferry Route", - "terms": "" + "Перекресток": { + "count": 310 }, - "type/route/foot": { - "name": "Foot Route", - "terms": "" + "Полушка": { + "count": 133 }, - "type/route/hiking": { - "name": "Hiking Route", - "terms": "" + "Продукты": { + "count": 96 }, - "type/route/pipeline": { - "name": "Pipeline Route", - "terms": "" + "Пятёрочка": { + "count": 1232 }, - "type/route/power": { - "name": "Power Route", - "terms": "" + "Седьмой континент": { + "count": 81 }, - "type/route/road": { - "name": "Road Route", - "terms": "" + "Семья": { + "count": 61 }, - "type/route/train": { - "name": "Train Route", - "terms": "" + "Сільпо": { + "count": 118 }, - "type/route/tram": { - "name": "Tram Route", - "terms": "" + "Фора": { + "count": 52 }, - "type/route_master": { - "name": "Route Master", - "terms": "" + "Фуршет": { + "count": 76 }, - "vertex": { - "name": "Other", - "terms": "" + "マルエツ": { + "count": 52 }, - "waterway": { - "name": "Waterway", - "terms": "" + "ヨークマート (YorkMart)": { + "count": 62 }, - "waterway/canal": { - "name": "Canal", - "terms": "" + "西友 (SEIYU)": { + "count": 55 + } + }, + "toys": { + "La Grande Récré": { + "count": 55 }, - "waterway/dam": { - "name": "Dam", - "terms": "" + "Toys R Us": { + "count": 135 }, - "waterway/ditch": { - "name": "Ditch", - "terms": "" + "Детский мир": { + "count": 81 + } + }, + "travel_agency": { + "Flight Centre": { + "count": 85 }, - "waterway/drain": { - "name": "Drain", - "terms": "" + "Thomas Cook": { + "count": 100 + } + }, + "variety_store": { + "Dollar General": { + "count": 53 }, - "waterway/river": { - "name": "River", - "terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse" + "Dollar Tree": { + "count": 76 }, - "waterway/riverbank": { - "name": "Riverbank", - "terms": "" + "Dollarama": { + "count": 90 }, - "waterway/stream": { - "name": "Stream", - "terms": "beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse" + "Tedi": { + "count": 138 + } + }, + "video": { + "Blockbuster": { + "count": 197 }, - "waterway/weir": { - "name": "Weir", - "terms": "" + "World of Video": { + "count": 66 } } } diff --git a/vendor/assets/iD/iD/img/maki-sprite.png b/vendor/assets/iD/iD/img/maki-sprite.png index c082961461593ebd546b9921193197f67b94b941..af7b5322cc8f4e499846629b22ab7e4d71ffba51 100644 GIT binary patch literal 109414 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�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

Ff(TXXV)^EiH^EPoyRe00w78os_xsi9;ht` z0JJ30D5p2vVE}*Gn?e|hfN-nzQYIie1FqlZ%ay( zD{_IQS<@o9J7r}0nXZY&0hxTI9O**jQVdUGRL^D%#?XBHgyTAWqIU|cWrca7+`&J+ zNL=6=5>-C#c!DftZ^#g*jhr7H?ERW9AbxiY%^x#~qcDX7I7iQMVVOkEUJo73340`JC;#?P?UmnLP1>De&!%Ajk(^! zQP0|1bpi##7=q$*NCO36pbBS1JQkzAGo-R|5$4~1$>9_r^TC5CmfbGvl*oynY_c%? zepZx}G)(*GAWo#BEV@Xb8p5u&b)RU%El|j(5o0VzIL*yG@^vR)F&W5`A7Mu@LD;$i zDu}vqEX@CX1Erm0y9dXS1ew05u0fWVJ4Z3OkAX~+3jxZqXqa9+jffW8yV=>|MdzH*ny@Pg7q(SsB48<;Rj%ujy(UWDODzqW&6>U*=9O1C>_EO*##to%ceca6<}KzIW!`D`|-VNFrP1F;shhzb z0Sb47On;5^L!3$)sYno3yOQ?M>8(Z{g}MpMn7=&iV1-$~$puNwn`Czb!}!VlVK+aw z*oW@!$7^&iL`J^YM+AP_=O#`pd$s&&V)ea)$fgG6*};%WIGW8X3nDK zXHKoIr)0moG)oI69NV4h*d*clRHZU0r}9mB{NeBDw=a{bhyHb>e*MB^k>R-H2lzWR z;ujS}-}^CQzr}30jNgC$OdMv(rXx=7hzs;0u`xzwW?NKmX;%2PoIB+l z;%B?t(2$FXfbH-(K!N&74&49ajyPwIw~XaTSJjjw?vNj+dv+0Bv|GQeJo$^z&-M0D`7N`*=VKn91rN|*3rK*8wm(tH_?K7 zy1PA@vnH_lT9Sb?_ks817AVHRm!j3hY+3ggV_biZ7g`t9ad4AXNCX6Xld>3e4%?G* ztF$?@?h@DtnSuD92ee&zh3WXwh?KjE0&s$_=XHTaqOH^ID^wO6| z->Gzs^h#Rjh+9b#Ldu5D9A>BL*PaFxQ-%P(K*SbL$0M)IkNeA)jl#ks-QbPQ$|)k@ z#Gh)MRYRl*<`VaM*@TCe?-UqNU)jHu*-yVoGi_VmhR|ifrOKnLHBpNJ_R%eD zpPrJx|6CK;t%fs{{Oq1m*B*(Tv!5ZAF?70?mWjtbJ)fFkZW$u1vKR3ul^YQxmx zh|msO34T~r^^ePkm0Qoinlr?e_3DHq0Vug2@aQX51bVrgI8n7tS^4o*rN0qzfFlON z2^OuGJM3)YkwjK*?jH@rs*NIir=9o)D5U%a!s43Iw}d*Cy>e~J__N1{gPSQ{*se$L zdbQ}{E-tC#2Fme*ne;yH_T~FuF%q5RDcO zD(n2IlixFNOa)!+&Tt(Qa^$-+&K8uDf<~;y=tR26{Iwg%-FFGUT`amQG#GQHBnE!4 zyD)lB1Jt-cAUxpyPDo6z13;*U2J6}Z3yagF)piKhm7P39@)=Ym2SR8nN>;b8(h@eI z_zT;$Yu7c#W>_SSiZP~Kg#haZHXI&|1ui|QUjj7VTS`$eQwjZX4ie2iAH3zq`kk0t zWhG-fMt)2;dnpQ(?j&G%{#&)Oi;_^b_iiCw*`R8!6D=wQ`^|Sm2bKt1xD)Lv7f%|x zLsP<@ndZV=cLb9aIz~m;TSx3NyLPMH}}5r6{_KfPjl9bGmAsFyVHw( zpR~>`&V?e!b}}&O{B7TknH`y(BmcA~d3bc+V0-xmc|e~P9!V~qnRbu3;FgPuRV{I+ zy$;e#^A5SU!?dNvQFn6n#i4GQn7vXoI|zMZbWe8QVb#SP*OqfX`dV5}1fD%RyM|Z; z0%s#gr&SFtt@GIxIgb^PCAdd1Y&UGF+6B-47$Ga5dO`Z|KtX$9B@?p}hF%Q>T!~a4A z{^)IWRgI)v-kee(dzUXmlI8;*9ZRgng$M zV9C;sgx@&6h!IwM+a-f(Zy zSkvGpbNx{7a)gT~wnrd?|d06x+8IZVd2AG>W0~y%^zbZ+cBElvel0rJgJLo=k4_f z&{4YN`fw$TiE3m;jg}Gr=Jp{|{DjuI)Y-m>l@f&$N5q#~fO8*$Li5$)EyvIngkE3s z$1K9gyZ8NQ37>K4GixC9odfr!%_^RlcrwhQ>+Ydl{M46k!}1dOBst0+R5?1HDTz^g z7K%Wfw`mm15&2q`r-?mw%$pQUJ%bX}jWRK_3(b)OsS$w2Ze0HRw@FN{eA$mh{fuM} z*XjPfB;uwIDqN3s?WWhyUMVH@fBdMp7Toj?;6Pt!l=W;M?jel&2+2k_E7mWaaYml8 zR@1X*@?$dEw$)Fc{xyRR^$2EKkdj1b9cp(Ol-w`PCeOe+2pe@YHG{P0Q=8RsBNoXY z3C2PP;~$3q_vP(f&lp@$DfPDO_8tc2p)9`b~lC1=}WYP3W!A42?z`S-AX_iup9)oRS)0gQZkjK8ktdF zNeA8GDeAl{K^q0P7uJLvF1tfKF1y%LF=6&hY9c;&69#$YT)u29OBmm={dhhgV1FRG z6hnxXKLBZ#$3)w_@XXQ`PjNC1vbv@wI35X{=cZoY47y0!w1@S_%W9kYt{*?oEseX-xg=*1Vkq?>*bq^AT?(87A);1(KZ?(56HGRHg+_3>_> z&%;+vW5r|2Q5+!e6-E$hKvl}4d8WcHo>y|2$s%P{0 z1Ol2Fx&6&cQA3^W=%T0J&AJE7SEJSxw{OB)C?kFzg(z~+RY~v@EXB8 zwmh24wL884#e!pv@*nML%!gsPAH2oX;hKQc8k@6J?;6umC;xl;HwbvhGPb@ndbWV= zn@69>5LO@^KLVspSBD)(O`=P24i(iS8)btiP2=k{}Uqe zOf!DI8XwF6Y<7~Uir~LHMkYumr=xCGjH$bfXm@%S>i>mtKWe?|cAS--r7o;c4D zlkTb!UGf2kxd}^`mEC!&Q4w^tf1g6jZaFuN_eQZcY&CRO&~bg+QBc)kM}Y#$-+Y9Z zzztj(zj&%~?RT`yyL|+^ns-c`vfU@T+w2qus@nwRhU=x_1)A$5_~ z-hVi`ipu)t*vBWcjFV=p7O~OMqw^U5jEB20dxD2<(Z)QZ7-#q&%$hHYy?nV8Rl*V* zfoL5r0ORtJCuBv9%1TSCkeNBM1qW;q{_W=C;>&jKn^AUi0Ylc6+S*!Go!y>Bx`_-~ z|KaU(gRK7Mb{4c_XR#hPhAiylOpt133sH#eI@C~p0(ZQk07>a}&=mN6pAOK8oR0Hh z<3i0*f?n2}l+j4-c1JeY?Qq@V<5VLpy=-ULxsc7cMZj=*->M|tCbcR!#^>mFnT?NC ze_msOVIc9P_wJpbh~H(OJtI^*WFfRF&*zY3+Nq#qQ z5#%KDnBe3!Be}5g*cRW20MzJ-LhiO6Yn7p|;odVtH=%ESunNlOwB2{mWuh1Z?75Np zYF*5o%FnY%5DHvh_2F%^bpzKB`i#lp>40T8QLKQWJj0GMX2{Bx6_!7=YjsJPfk5@S z3z@2xB!tKTBsHw(-Mi2LBsr22Gp?5B&o`5aZd(y+P?s?LCmOREWZ2o*ez1N>kHI5> zznSX;u*%bDbAul)36@n{Cqj#z_3`d~1N>D7cxYk~c=b+}f&G{1pX6CW)BBx5y^V~Y zUF(SJ>sOB3tF3=Ka(r}h(%a+IsoSmldr;JlLDBFj*S|N$HnGu64G*4m^DhfY#PhOHwBsLGpYQ5UBvU@$@0%0dwnHIhXh{Ptqv1a)Tiod)IB`36p z4{5%0`v3)d?;BiF;vMOZs?9w~oh>cfP=>#|w#h8=K-RM81gywmWc)ul%M%H}b$Gpp zA%1We{qkiSOM^KzI_cp~aDyx_ZAOv-R-Fatx-rUh&zfRE&vWQRY!=u?@e0+4M>E(elxbGQI zM4w|cUyo5NWDev$x>?L%MPPjy;FoQAo!N&GBfOs)-40LPdc%~h7-nlFaL&riY|;_4 ziiRMWhWUt#sY??gMus8>GLMLSIAJm|zxk72=>RF2{DE%N7Llk$PtiNp0>Ah`!hV1h zemud(FGKeJ%q=RU6|6VS{ zBRpqgSKCG%qBFEG{9mNkcm36o81;L`snAQE)0z@wF=g%5K&t+CMI3+UFiC;OLVc6{ zH9WEytc1r{Bx+$WuSP(>;rv+&s3q-@vw8xSX`CA;buPDDSoeBYx)r+&!0u0B-*Pn8ba<|$Pyz|`8o>A0z zl5~T|xVO;UFDf?NBo8sME_^2w@o^X6~)kbBgIAZy=jyc!Vd4l)am zo{h%L5eP`w7?1lIf-=$&dE3Xz4S3j~$F#V8H#9+gBjMgLN*zAMo&W6O*u*cvsdy3B zsXEZs=DAfuWlc@+zehatA1T}JG5gbY}U|hdocb{YQ@rL}Nil`B9I=%HmS0!lcP2zVmfJ@na z(7wz-QD}XhHEFCep%o-|e6wddFx;1RA7zUqI3s8c+1f{2lT&H(P zN(HO92d?%dd2b}|VTRatZ85Py5%JBt=^x}&f}WCTY6ryw=#rf#r(-E#jbr6-h1X&F z@U%h2o8Kc8%er3#E}ZysEx)jE;ZpO^ACtX%f3gnpUTrRt)BtKffb`rgD(*MyxaPG? zZX%ZJHrjZi|D-5+7!8QQ0!NZcJZKm-XKd+_+}|+N<{@ z|AVde1mh2zk+TR6S@0H>H4Z&vBg@_p81DoD1^*&Ls~*`%$@gv*0QYPPoTn> zWnU65;+z*%L6E#49i?Sb_Fh+3*w)LGM9rhmS($i4g?CgWK{=e|4_O*F*yq;BV~RSi zc1R7|i1Z2yQ8m6T?DxexnhW#OE=3qQS&OP&P3QF2=LygiaJIaDt$M)5=ISrp>W8_x z-)B%k`6Kttkc^uAOc-I;(#JCSD>3L-*-J%UOX>al;}bA)nQ(A%*>^#DqGu(!fc>i| zH(1F)kL;a8#Q$wr4~NTx{k`X^Krs|c+Us1V{izH;*DXy#JWdJUet25zFN#| z&z=$0tIcC=tg)cbZ6ox_-_txZx3Dmee`W8H;k_Sxpj3bagYSfTH=u?tE&&_ z0Eb|}CH$tCOOCNUKxO{xtxDFIr?L5;KLDvp0Lq@JI}Tnl(`%q^S$1c)tYBOXS_P_`y1L*ExIg}1XVDzKRgHCcdf9ny6L`sTQ$KE zr9)QG0%@$=1IQ{YVNW&gyXD~>Pbt%aw>%IE(L4y!bFe2b(`BJuo4YQkpvj(cIDUgd zZBM(+CTzPO;&yU%vz#O_e(}&Dkkk7E$ zgrT}FrZPyt@FqX?HaSM~1a@71Xq+!Wp|^w)smX;UC1GwT4ExB2$mp7~wcMyivfrT9 zUk2S3j356>s_Kuz6Y7l3{d?Hbbh9zR%Ei@Nhbpiht>$yOE(w~FMb5?sn^Gnl8(FfQ zba!##=gwL}`?MY=ZSry?%5WzqVf#8us=*7wR#!@~3r~|eEHts}{vW2k102gXZvVC) z*`v&|SIP)wWb}lLBq^25R476Sneh}!5|vR|MH-?gQdWx!p(0z9tfK7wKkxVZzT^16 z$KmaLm7eFh@9Vy<-|zgLgAz9UVV(*#ZUaAogfAiZN(-=Mf>fTr9WSq+Xs-&pco`5TqcJ5+N+OaDG9 z>(IRc`*gjInws?pC?OMci`@n#7Qav*RX*WDoKb&TUXCT}__wcLr``ZN6LcPHd6?tci4T6rk5%B7Pzq+u=Ud7#}Yg)26*3MH~|p6kKG=41!vG7ESg6pcAR^ zwery}A=5-KTRnL-Dd~mO=ovoh8SFi7H!CYwa6X^fH&BXMm^;i!8nA_qu+J(AY$E0( z#&*m#a(hhE5+36dbdS2ASH6H;;>StXu3gIgZ1p9_QHxmmo8h(7wkB^cw<2Zm=s_1? z=9(aUf88^yS)o-;C%*sCA)Q^q)mi!ZYgrWb>diYZZMYDunaM9E=2-NQ%yupU)}A^y z-?Hm_Vrps|?qJatmL=Mk8nLzeRS2R5T$27!dl8w7gAhRyv<7KCu~Hs-Tp zNF#cJ+KbQK$%&gyJZ*VteT1bDHzr6-x@=xBTwcoXTMqmubEWo)4l;PEMfCIo7uxv-vR0xnq@u zPg2#@??Z{94ES>s64>Hr7Zzsln1s&YyqE@fV@*`0bnbtrK|`!2L~w_pJ!bLHU&n^v-ZQ67y4a?JoN~!8erV_=wP|%R_6eFS$^^^|L2ewHp zEcY(~9?|do{Mok+0V>%NlDhQyAHv#RKGh?d6G3VB|Gm+fv%=fBhT4fbgFzHAq=qn*+(~<`WkA8 z6~9xb=0yx*N(Ez$)i+QiEFk%a-i7uq9FFU#C_LN|$DqV6rnmSQdY&P?%bnPWjn@bW zto#>*H~i%u2h_GDL@kinE3l{*!P9;pK8s`G+vXbzR4Y#795_$HA*3O>V~zZ$g4nTG z-{LF-Hm)f2#nVWykCVAv^H~`t7ahO>j(B?hF2yk)JTuZd#v1X>IP0%Jf>F<)L?1-p z*`o%OMFaP5BSG#McHtYCAu%Y#e#q`{j}*(^b@mh8{Kli*E|)DYqg>?YL`6^@w;$#XCGK``K(=NcggRcYNBssTP&Ag zMt{SdE2~T~ac$l_)GO-l_$t>;%yrqu>%&WD3d3 z7z*#-OcA&xkK|~beVWq+(oJ{O<&Fw`aX4APn4vo2xpwT3`FLA<-U@;=VtVV*`)OHg7tih?;YP-RbCg*JokPz?I+E;!`o^NSESn0Z=oNoNm4TJl2QOcr**Hqo+ z``)tUqj_y0#_?Yp(TuH*cd?K-xc;mXi5S**AJ5OsteW`yHZ0U>tnuInCfS06B!B@wRTMepO&N*&nEK4^)F8DUN|QcvxoR(*ctvC;Z}2$ zb?g+1pyD09{t{K9M^%|2tkZh^?1RA7lI>s9M(N+)nt^^C20Bip7qPlKYsPlyC(I&<1UDZ7T)=^M|c}^SV%4?V~zOrstzNX;Q1{-iOeTY_WVU7A(Bdlv)lJhJdI;=ynW%tfyHG}}^r@<96a<65=KwoY#y%Jx811{3gtF;6u@`$#@Iy>MRuhZJ?HPhqZjn~I{|#;b`{t)lPs?>w zFm17B4Qqu%*=ZOeJtZQmE}aH2qi<_xw|Ki$kMuvbuMF#A&Ug~PpTs%r07S|KIRjHo zT@p{s96?n+Js!CA@jZSR-HWB`1T@f9*{kkb4Z>WDG5@}Gq4pvhIOHVmlmqqcEi6(*=dw8gu+y|818FQNO6CU6Lp2$(Vhi&~avbV{hR4#p9F&vtOMMO^2 zf2H$$6nDi>^k!t#Ms-HnGu8wH#`9~QSVp{GD1@MBBg9=#rDz5QfnU-l*-KC9L#j6D z+KD@AThXbNa9hI96Z@?_^tDQW*Kh$RdUa@-dtnb{tAyO^?*CeDNJKqAAH6C z9d@lxdwPCfFzgM4yxipo57(Byq<%;FuLJK~n&rH2?PvDL5$8=(F z)v52bb`>E(^_a&bQ6vr$WspMIOKxM$oCMo47;~_lOlC_$C``gc?Uj^mz|k9&fBYiD-FVAK;9Z_1iLLC zBq!{Mva^%YjJtFxBeG-BtRnDlpABoxr*lVmj;29M6VUfJF!Zf|Hjv^$OyNefK$pT3 z^g%|G{3X`QD^nSM4(I^i-TMwIsXO|zpdsM+K?&5|&5$M-Ue&*1 ze1p4+3}1hS>CXu;U?&ctjdP@etK(S%V&}(LW5Tf+!uVg|1Iqez0M2SaOi3esm7Y>Vo`;;L&y3vBt zbO|!x)3Da9u6qnu_(b;Vzh00{9 z4dcuM{X;{kmXzmmc|Ln@q@^7z3>9W)Ja--zZUsPD_QPavLs`IBSQ3vgDCZ97=YDkl zl-u?vdQ;2*f8Mp3vq#fS7-hGxY%eN6{^1s=9QtVqqQvjiH^v!u7GZsoR-1h{J~=R7 zBpMNb9lP?+*qGypMQ3IB$_UZjt$gAtNztq5>;pLs^9-_~rEdLm3gf>s z&2}uzemYj1|EK^FX6)J{#UbWQtgcsbypx}Qi&tz#!Sn?Hfh|&+ZZy^S!!T^iEzP(I z@DNkr6U~;CFagHx-5ZQ`W_Q@FmEe9?Sd&zElMlzByCcTb!UQQC?m>rIo|<|vBtQCm z*zK0WDvFvVp87x(Og%`~68;a}#p%*1nDreoRHCBk-3W8!5Dy_uA;Z)bY@7l4O7WMZP7u`Xnky&Iv~TIXgKK9I)t@N`7ByneL{ zb@vw(gfr~bMd~CSEjT8Ez=570Mks5cyndaIBtA z8i9-FymNX%#AZ9|-F^Nvh*!f>f#mEr)aKy~79}?8KWqA`!ZJYUs1v+s~gT zk|IerwS)am-E|%&6W4S3?w9my?m8S3D7p@<3zUnQH@|fJC<#7PbO%A z?Sa&R%iH8s2e=5oHtel$(4ij0OK2PgVmw4hK5thE1tsWjJ+xzT{|(X^8Fv!lZA-Tc z_pQD_VG>^I9;%m&p3?mY(G?HUln8%TGM` z_L7#O;>X{~nt zND8#KTYZ_(jz5UJ+?P8*i)1ITU8L~9VArhRk7|XE@queiE2(+S6{BOs%>7u=h~-2I zM~l%_%`t}Em7QFP1EIZw$-txvl=i3M-+xfms6r$-i-W#WSxM>9y}O_mgrR!*i`k`* z`aUhta|=M}x9r{pG-D%Z@;xWOt#<~FuW|eVusu@-%j?;kYqh1p9Wm=F1P=9{+vR>r zT3W8C&gnRVHx;r7%)>fc?{|)tohLt@WFGF{C~Q;%ot6jC_NLXEj~0Kt=evy=#aQn4 zQlrSI=%+0K65M5V>j%xjd%=0&TZK)>ldc!ToC45-`HfiX?P}cEJo3+;uLcMvpeFqZ zh1n`{bV=?>hQ!R^#IF!5pS8c9biD8Y5)pfcx_wp1-%c)iH;9VeKI}6P^WqS{wb}f* zLAby>t+bNEZ(|AB?zXZffxn*dPz z15M@t3DDxfg9kT2>_5zaZ@zuZZpUDJz&mB*HQ)!G z47ce!7@Pe8%I*wBpx)Pr>j;yBHGk+M#^oHUwtvpL@HvR@^tAY&0V2{`Wbz)H6wEocWaCfz9pUlxkE^3HS7mlIpkDvCy1>7E~ ztw)J7U$QKr(V^n&*MG>qfB!==clQ3)u4{lzd8mIZ z)70-#4R5}4rSr`7JJ!Rv8N0bZup}M86c}+d-R{BcwJ_HMi*oE-ib4!WM(?iaIuXrNOpU4beHL{_f2KY z%p8!C{fvAx!P(8-`J8oG?*Tp4WD+RN7Dg798xR)AZFG3~jq6pv-7phRI~{Q~V{1^e zKb)tv!8kA`kQ6K&`tOJ7ev`t(ubW)8x?1)*Rhr+j2`^=2;i+3N*g;#z8%Mde#!-8Q zfo(m6LTjt`Yd!by=M@rabH*o`VlCr&N-z0-*d%m!UT*Gm`U$l}6_dj3SH1NZq7>xY zzpzQ+I~P$|G~vl``CdNx2~134>~%*%=wq|Hd8m(Ii<;7Ox(C`Y%kcOVjT1KQs8dfy z>EF}4!LXmEPfs*si!fHfvIN2y2O3x$S@3F=@%eeQh~BNK(>$aP#Er==a=Xe{lp#-6 zk7gi5N2L{*M!hijeaZGA>#b;QO?#o3GFC^Yj=(FRYn(cq{X>WmDyp|y#;Lvq?~>Kz z+T287IA2CLOcB|y7a<^8!#bP$-u0L2>f1iWGYB6$^1TYFt!bAoSqKhlinj!rPsV9{ zDXRV1A6QN{H(;t;VlHllm)C~bV2=DStmz|_X0kq3&Ne$SWEGNx94(Wfd5%BHvz-aj zrNfF$PNp2HdhwS5gtk>Fv9Ys@2IJJ`m}SoPeC}c6fTcYK3v>Us9JtFLszT+gvOYVvWwo-cC))j2*mEn*aFFJ%9-B!kLLNmjL(qEvwt={XKic>w^}t%{zgcMRkegP%egm68Sb9~vr-M# zlpSDLbh>kMY+p)a*s73`ifHXP^L2}!!$KK4j4LOix({{>gzygBU2zoPr+GdoXk`?j z^Q_L1+jLgT)GJGZq6zD|7CoXDm?pq6A>21eqkoQ@y7i))Z$tZ%j=lK za;NT(*{7)RbKsa^09W}H1e7a|a(tJ%fucPldItukb%>#ojo}Q~MHp6&)=9g3%9S6M zvQ~<#y<5R|bHs4oYz#OB zYI;y+Q0$&p4GX5k-c3773&{V{3Z#85RS;kpJ(!J)!yR`Ijo@3;ybs` z;qVmGt+h>q82P_L@SMspp1etvaoH4!raI&O+nyYD9vV&gr|NVi*x=QLhO53zWra_f zoimsuM6`rin~ANN*Ux}_ThN>5?VES+Y>Upp zUAM3tLrcf``T1}t{yMgs9F|AKDL#<+p+kpu;Hw7Z@wRMD5otOJLl8Vg;gNC%^8*&l zCpTmM)o%bgf*UnP)xP^GcXMLPhSJ>%ZrYFy*cTQR-5}u%d#qG8I(F_R2jOBp92Z~k zlMOhCS7EYri(Fx=L(*4ImxhVc4scW7QRYT=P_EF8^92`BmgeNDcM>F%2jl0Hj1fR~ z|8TOhUP zd4j^pac7mm#?3Ca<|C^NQiu(V`t?$`%kM!h(V9JfyYfNN{N8ZT72ZQu!WptSdnM`l zt%ed?!obwqb^WaD?x*+eDR`kr*KpqE=lM*2LwDwHXh<`Hhcyea8)Fq5?9myw zZ{HR`uER+fc}K)UeE%n4cHFs!tR+CIn*kBA$CPcTmEXwcieW%Ik|mGg$7_(i>45QB zj2RR(-QdsUk>7xUUKv_FM+5}l+q!Gu57{M0rqM0Dkl%x-gH=`Z$Nf05Du76*BxlV2b+bZUSER)Y2VeKN|{HQzABfIsIFWm+Q7$3*2(3${cd zG8fD~u91i!FE~ji12U$5le;->pW|8X=ICX<L z@5;XVDs($YQ%kFBKy&#@XdHL8$m-Qo6F9tYrvBPC?u9+10hO2j=P-_lPg2$+2eT^G z=1%a#e0E+-Tl*xptU3`^@fEzmEJH23=l;S~>NX%z+)B>KD6l*sW`Qt-DR4M{Z3}$V zY6+t{X__C&a`*lI>f9AvJKeT7y5ujIw5n{9kZ@*~xT7Osn6Oa1ga*Ks&Hz1o0V)6^ zIx?9j8+HE~Is-Ga58gyQlKL{AOAfzC_(c7xVI>@W=NNk{W54!0YAa~F-=6e{vy*j( z+udXPZ54$Ez#w!%t+YedGCkzY>(?&K5zc<8yJNHiOl#iCNYgG|$&j1rYOhz#DGZsey8|Egf3wB&@_NJf=#MUj9C(PwTw|UAK*xrwrX~sbHVhY`gKy zE#C<`yW8ex&S=ZIh!Eh$-T?Wf3|sgy!h+bq*@a<1GUPXY0vp^wnTkOSS|a$F=T+ux zWCja%iPLI7%hsB-(*!vUp5cJWc=)QR<_N3A>!C8Kp=bZ7Wm_i4$7hcMm60oOtkfgf z!B02OKZOLW3p^WFu=6JGL`T;s_sYe)-VTJhj~t>q)|Qu-3#6u`jKef+BLWWsySuwD zLhidZnq8=mIWy+-US}Qo=M}9iulAm)Ud~zCsH(W}1GN8CF>2XPEm_%Pvmm`}DU`$T zP#^%ClM!Ma{kKT`aCH9oFuTD%(nmGv0q^3sG~vpK7@vCxaSUSAkth~N%^VJT*1wqL zrG=Vb0|UpuwYBB*skqv?{rVv{5SJ(Y21AbXXp^2!zfno61*2$e)%5G-hRLCU0UJd% zZF|{0ikb5F4`Z4eO((9Y88`=`O}Mw8Unlfy_ozlj&TqbJJga#m+>@&4@3 zWXI_=91oj%j3VUve(sh%W}S8(g*m)21b$=1wj=BKUo|FVGbA@o0Ic+~WSIT@C6171 z0e}XVOyoU(071qcSI$?wD$1PVzFJtgeV?VJGRcwCgLC)<&%GuM!C{1Hsa%aP z!|yA?qhC=%`rOa0VZA?oTwSFnvu*vwxwSOz<7gRqdew?6`}sw)*M(HG$>e+U-1VXG zt$%e=kb#wVI9Auy$CmZhl+J51Ad$8n~># zEC__-h1F;*=r%5$;3H_LA-9m;0EEsPI0iU-cja}Fo}4Gib05P_ZE4bg5mWXKF!$f# zt_vgn;$2U9a0wuT_gwmm-ZPMSy#qGgg_W4SjZNZ=|H!ojRX#$av&g?iQ<_KV)%>Fe z?<9^zKCYe{kJWKCE#@_SCqEn@Q@*Qj-7amxU-6~VhS2Dz;mBXyc!i|Y&Ei_Uo0h9J-&vmOcGtfqE|j_9MkD?vkbh`5Cl-**gvRgqx+Z!FGR z3zI{9;m||bPW|^^fMOf!0uCN*>w|KylcDhf_a0*_{u|l`Nf?VNDJiw2Vk=kxsU#X> zoBP8fBRyQm4Qg&}t;_(4a}|MU)C#hBkE;G&Nzi5x7dP|{c`aNcmtZ_^eyYJ=uvIRE z)y~#xds=W}JQs0C#r4&=`<@d%ojklfa;D-+BlEv1PG=N_Q%(3V^bSUz4k9=aNp&_Ep)5@b; z?yOCguih8^rkaD3wLbN*H+K(3q@zUT(HOTjv@Rn{z&gT6g26MyA^Db@ZGKnB3~UjWg%bOvx{aImqt4rq9oA;i-K9D{CLM>Tl=G>(DBQx4kj6lKF7D+maM zdR=Km)7i)LWo_59&%pD#?=4NuRmeVtu=MVZ&x#Omq+-}Bjd zI#YtlnyyY!*>q#kjTI7hz7Idm+8P-fb23H%h`5L&cmdvF%R(^q>cyebPBelY>}~uX zTqa8Bg)Qc7M65k(z<w_?E2D)geA&(cC6CQWuK)&1a>B>3c?`m&FVr zQ~G2#UjHg&9Ogs3`HOLL1{Bjjz>w95`?FqBJ^Q!a+TKuEw52H1iFf#o$D94p2a?vz z{^-6?meKPjS1mR>QY7=Ta^jc~FJ%?yg_G?w%%+T=SA3&;_Rl;ui8baJUNG2L{a0VF zTDr-s;-0Cjg0P&6l(6s~F9m^`wr#hsuoeF|p8r3|-~aW3rXc}A`}70^pRAj<={qys z%3~l$6v)S(*=Y14mtck-^a-UZpng?@nLy?$J*~ekR1>jr(+FR>t;^{(GtUhuSCF(h ze`2a8ol9MS<8>Dg__pr^?s6{LiPQ2TGbS{QC>zuAo(U6igP)qFOpWjZ42?@zE!$VX zjWi;2uT|j$KzxEs_iE-vI;4-Wp>KOg>S7UUN7wtOwKR7!@CZ>%*T`eQYGmd7@QFk3 znBXqPm9qV8#W}8ju*%M7geC%qfjGDp&6zzG~nl&DXni+w5MQ=HRrY zaQ?&e-x==#8&d~fl$v}G;>u}Ar?qz$-Qma{DQX%(dnsF|v>Q^{6U6z+aJbYQAh9II zkm@hHe<8Ru+ma##@7GU8S4{NvWz`?7X>}AUb5Nw#I>F$W?)u|~|I;1TFEcbIVpjyI z`KHc9Ip=m2Z;XBxKPp!SYHMn4co#l8+w8z1G++5FBcmq)PhC0&vG!7r^liV1kYbRd zILVb}ugb7T#MCxv=WXWwij><-Ww-SZB1HbgQ5QuX%WMS3i#lsU{I7R8_yg+QLG
3foXFugT5xqOcdp3BO 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 literal 100723 zcmYhj1yoe;7d3ndDe3M;KpIiHevC>cb9iU?Bt{_2^<6}Zo8sjPDkL42+uNWdEeIe~`)mJq~U7(rId5kx8xL1>&m)@aMX z6F865?xNrt{v9jT`ok*`6_nzAudy`~PkqXfkr!`Gu``3IC~H~cgPFp^S&Q4!1Fl?A z6U)`d9M&%iprYct-HfRkcI9etAnHkQ274~+EtHg6)U|nE|22Mtk%EAX#`lNbUI8DZ zJvTl~JYN`h>-8piy-AA7Bur;Qn2;5O0AmhOwxZ20D{Olx^e|4Q03%VkUo65RF~MEd zlx|KG>7zn83h4sw61H%T?0Y%z7OGf`%PSFT^bPRGW^b_4OHYSmVAb!WO^^Q!^gi8@12OIP=~=fT>jB(h@c z5}b6VV?08p;K1(FA^hvcg&R2)F4-5%K3q?BJdGe3gpRO`XE z#K(%jz`*XIp&{L}@^Ujm7P&KWvI(56M2kf7mkx2E@80>0{r&6oKue3~gRsT-)EDO` z^|kJ+4?;_Ad&frMnS;YaPqqw)=*hmRJmc!>>J;y`s{{mNGB3`m!t3kLNxskJEpU>) zna-SU{xLl4;r8IcFv);NW=_r_tFUn26$L#rE-tQ@q25Kfq}t9U0of2bWF@&d<`5dtk)=R?i^=!pLXG2M!Yzmbqo!q+J}bR zRegQWP;d+psi~7O@d8GZGtLs-zkmOJ?)CgRNv-$p0zL`Jdkz#On{dZifnj;)9Yw`Y zoWjD+5CMn;tl`+LTepfUDk_p66c}2UI{vM&LNr%Y1=*t)Q}}pz9_wmp_1&SbK8nMU zcXe}<4vkb>P+`Thh)D@d`g&fn9(Y|O$l|{@GL_owHKH!g&iYXwKgxWqaiycBHQwIc z{fn^9s&(oanK$0}i4X?!&?)%dqrxM*DeJxx8`#*`7z#^l!`^94drj}%DlKyD^l&rn z4$2jMHT=!2kp@NCAxwzDPKis#i?PH^NjWG4M{c359ffh}J!$22dQf1kuKtVG$mlN< z>e*EV!WLnc*03+3`T47{RaFvyJ=VukOe&vFu*u5SQ#w!W5tWpbBwZdarv3gmJNv}M z#AIf9`2!Z~yG@^zhu=*1(;z~aok!l+RjOPglck3!-HzebydZ9>jF>B-IBX3L4K1bM zPN*V@krm=e_!Xl-I-vfpJ6Zg%=jLPz$BM7IdRRqhXsG|apKM5Y5)Tn#{%uMx)beED zaihbC;40t4!e6wvo+S339q(dcC_A#@y-GP_()=hfqi<|He)c1TBH~}$`}bTKVv}<; zuc^;`Qs-pM#f}(wr3Pb8~aO8(*AH zVvwG(yPfQ>9&T*Sv~)MS^Q*?HjmPj^zb+c7Cuk?9<>IPB`(C1&^{FH)!S{Il|5ywU zHyACbv8Ha&a@~{PCnaVdP*zo4A*ZL8YW(_Doli{c*+noJ$Lya?WyPDdj?44&`y6ju zmIulm9$wyk&pi6v+xvWJZf=jD$w9`j%GZt3aS zAS25XCDawS4B>0nuDygeGAXj@PD&Xb9>%zrBqnL;=*aZH2hh)$ zKYB!t7ZCF9T@oF{*!y6@+hHm~Vq$};Dk>qRPbX@WNVVvZri)ASi5mB}v9YldpFVwh zFfB#z&2wK@SFIZI$yHJ~~tEs4yzwfuO+&C09b#DyoBP z>+HYG^C+9I`$zUmYa1JK<*)!(k*&md}_8&y6% zSJTwoG=&HD1_lNqP@Fxt`-fXvT1x8bjQy4evS^TTLr5NhJ3FrKBqStih$DuA#&l2~ zI)PwfVbPFB)fE?S<7;Ya3f;U}o=@0PXHFZ`BCIZXdJ4xnriXsQ(()e#ij#$wwn~_f zFP~x6i}DTi+ZMZgNOLH7`nHzcR+F%LNNTF-J4iDW#BYC78@F+hNTSOCti1znIv?3h zcJ?d7ABOkWMoT@=k2gl*g-g^rl!=>8xQa@6fG<)+#DSpQ#F+s41A2VASB3=f`avI^b_y`RwN{2F0bb;U$}9}9=B>? z5D^1``_io^f3`yKsv8(c`+1tvYM6CRUYk%SV&mfWVl>gx(V6JidN}4rMfG1n)SaET zKEiuZ;8VXcPrFV>N5}LzBjcL5!|>Wvv1OYaR0of>KgA?THysX~?%yAr3kwU2SQAWV zm8!0-HOkM+v*9ff6HE$O*hkGxoB^>0lRadQMH zPTcg4WO1hx8ft2KeSLjAlb-mvxSNRc-i_Ag8@2b;)lHH1c-Nv)$O}SGC+m2B5iYW6 z8X2A5_VMv~|MlzF1r#N>Ixkt2>VpRlcHw>xgiQmzXIe01eZ?nTbe4=^oJ+*@{+tSX!Jj{W1pE8@brJLFrk8S1 za*GLDGRd^pnqFf06&hF1k~1;MazPc24vwY^>UdqnKyD}FdsO5GMd1hvx+$}$RXd02 z+LabzNz@*Xu<({E`kA*REI}nNO|GmRtFph7cU$;n%scm<=02mI&0zormQE8{ew}G~YqoQ6z*+*IhQE=QiyY1L%3prG*#38S9sLr_ zErT*n>5$B!rnGiF6J?GBu?vbIi|h8*|!~x@wAT$xLYt9#= z=v!a)iytke%06GKtFJc;aH@>7NPLKxs@(8WWNE`44*LmxRs+kwa~AcDjN~n_s@`1T@Yp*%tmI}tE-4Y^vbD9v)wbl}wj^)h#!2g{o@?)9QWG#IxZD8b%kNA z$GQ+RGxH|v)~v;66vN!&VkLG!f{>Xi6=8dYlL9J?vOhCTLCeKTLQ*oY?Z=NWUdZ94 zzQ;Q%si~=qie}hT0eZ+;5&D5ESFSihc8gB=`0+bN@Lp``If|@b+QDIUHBuzBEC~Wi z%BWeBl@0UnoGFT+r_Z#J#`M zL=9C`bhPN>kwTLj06R@7`iU;^dxh268ycNGtLDV9iRo8f%A(^%;wy4mGbl`fNaT_JoY8 z9CO<+=g2H3H2986a_%)^bO+X$bryGdyE?f2(XT`iIVkKwH`mqf-CJKDEw!~3CZsTZ zxPwPzZOz?b!mi46>xq6e=On>!*yX}h`{irbjR#8oe_x{flf-?vLayik8~iGuY{ir3nElo1%H>s8KMS0qn%Gq}(SV^i^=^!3*y)D9 z8xTq?ub;x|;g4cgwBP#-erDd!y({~_oB#X?MN5VK9daEXEIDELHiWiKb<)?H7HZB3 zWB1{V2Q+!Tz~x%SyNNU6AHNqaJ#xE)n-K8n~p6b8uo7F3xW~*2QJ?=~x z`X!BxyrkL`?DYSkPKK)LCi3+1f4*K-Kh55%@4AgLM2Q8&ead=MAu#HJ6&#$V^C`T% zygcFk`(9e-4@ooDsdcK z%`j3E6+yyMQc`S@rC+CyRJ;p3P$<;fTF=d%cfr9+3aFtT87_7|cKXf@9ba+R4$qxzT1iLPEPMfYW&AZLBU=?mO^7L=7WU)*?k@pq`L zZPE5DN2ccF=;-Y1aLT{d(9n?ibt2`Jm(Q2Uqj;qkX4ag3ue@LhQO>EW^WEB+?@DQV z&$4N0XLo#fwEfR7UdU|2*wj=`|GTl>=EA})L1+NJ=;c2sUL7t-o`Qw_)7PiP4JgkA z8N(92?|S;5J4;fEl)F8i*~D8$yB*1+RXIu;8gYsThl+P-9VhFKxoKz;NFr0~lo<_= zPEHOW>zD5D?}xiTd#3(|_5z1p6l+8b8v!6_M9098Mo3ItK`-`Li{8x20;fe-JCeCz ze0=;)p<($7N5Ggq{h&THN7atyxiT}N;4V^`$NY2}FSh7C`9 zM~B|U{)m|xhWXDhx*9n-x%$hCQ>O$o|8w`4*RNZ+kZtmxd?e|=Q=~nAMKDT=NUD&OTcSXqh@%U6S|25-Gb1k)*4m(}@q)SbZAb{~8R9j*j+x|IYpc zE}S=Rl-B3uEN(*?Kd7^W#Oo1xubWUv>Wgfdp`H2N(bE!oJCxcH4U3PCwm(;x zU%paRx_z6=vOnWC19G32`e1(VPjmCkz_-SWl?!wf^Ba^{5#)=F8)R+kkE@00(JwrG z`ZNNv^tP(9GHpUa!bovO#(x4rLf<&1J|rdK$ouTIPYw=>!D(S5 zAdkhl`fq=A1CMF}x#jBc&``Md#o6(D1SRl#r@X9;To8^E>w<6Q zljrtqD+|y8Kx6ZpVZW_|gBMq)D`Ne&{QC&9va*-}g68b9K;xe#2Tg$VlQHM& z;I6*_5cL-p7yTb?qY=>I)>e^m@uOBFUyTpfh`WIY8el>GOy#gK2z*?D(_~BF%DS|? zJdrHpy;FLXMsS=2C{S8T%KPqx?yJL#P_n0cPSftCHLNc$^NPdXb%*}ymZytLb%Xb= z&FVxeKroVv$NA1T1gVKa|Lqp z_uWL}C;!d5BVE9IOsJ`;F{spj)q*VX%-!AO+LMyq{mXa3g?bMj2m+J!otAdu)esMFgHCN zc@M=NhfB762Zh>efQWW-b#-O&zdS!|{e1U*!xdJ1g_))P&qF{1`K^vuyJ-XH81?w~ zGkgl2GD4PQTZE(I2UgG|Gvp^GV%B8w_q0L0+!;@pm{P=r%o@r9mS#i+5C% zlp7m=id&RaRKA!G<>?gy-lRg<>4H=cQUkz>#lVw1+Q%Q=PQ9}%o6>}6*f&s`7|Ve zR27bdmoF8oLPNWpaBy&DX6I%ZTJm3F;hGwiSg8!nQI~!tbzlo#@o$f06XCcM_NUw5 z_eU^U?OQ@Ra*k{kOBR+iGXL}aksSzxCm*0lTtP+v^t)RCQZ_=LrgBcBob2$#+04_FW-mr*7#Y`Mynsk}XKV>a+J2=yR*^-AYy0A1A-wPqhsuz`%s2*%@t3bGW62XP) zNlRf{JxXTHm%XMQAdP!hyujZI^JYwLC#OwJb{~xN^;cJ}etZ`i%HT9sW>*Z~%5ivx zGdR09Oe1<`86@CpvZ`i@SJE7h=E={#z8UI_yj?guJDdH= z@xGp(E?|z@!ua`FmKHwt8UphVZ>(EIwW(k6kVf^FJB-wrRXJNQUv5M0{I%NmN$EP7 zb?B0&JW$)6x!RvAdQxRiWvZ_9g#m^KUmOs1Ze?z}A{d#){DpiA+|HYYEeSN(@OyT*-r;i_d*+O{~KT3GPPK8_S&ayF4D}H;NXLF*KTWtcj8!%hakJi?3nh}lk z4JA3gFm-np?2Gq1dwa2-9v*j$jXwhSs(L5+mSf?LMupSVg=D~crMJYgsgaR=FFj>= zdF>tpE8Za1qY`g?P#zyYtVaCS@;+>{bs+9*V`6kE-?oSVQSD>*=+Ta$`j5G{5N#i? zL^d5_WEC4tIkKH~?S~la$Rud8<{N*fY@>-*b0+*2yku`}J--8df)hXNL3AHTfJByk zCB4Ef3S9zi=c*=r>Wybhef6N!q!<|*=2iNg9)v?ON1?u-+=B>iT=5I$y3EkQ&Vq`71qJ+s0S4Sux% z-~#{TIZ#ni5n1J)_Sr$k_JDKzNH>%Z@|J_)q2jc~&c|odX;y$(+M2VTcHwS$K*QgQ z@fh>*GE`6Qbg>^&+#$*$K+qf9xf5gnd={GQtYXt=?y z1NyFdJ8j@Fs|9y54|keYb>>S#SKjS8at}EUj+U@EH5Gkh1@}2}wpBj%cW7*}0eIxO zz-AR?7lDN+-TCQeqf*7w3BxS0h2FHr@qq!+pFe)gO`zL^`1tr0N6nkO$m@JY`58v)m4B=aH6#OJI>YdH z&)|0r$$!i!-hjV#>&+nG8Qls}pc$w2#Y_m*NwB?8ldjemBLbX%8%2QbA_$Sjvz;z` zqzXtoD|Vf&!^2IYbY6Qhpd8%pxzEiWt37-6jQM=0ODG?DE@lh`pgVRFBGpJ|jrbh5F;3we;tC^6de&fT2ueye;tRVnG&#`2XyW)m!M$sG*n?MgJ<+W-@w4p zoV#)o!d@Ie6JeZ=cNs+a>AUD?azBi$?N`t#AI05;?RWt%d8qKL>At(1P()Ui^^;I) zfxFGnY*OQ*NQOc#P6>#X&CYMDAX zIJgug+^xA~MQY=6f5g*X7(w5_OLK~Q$dIP4JUi@1TmGo^-FfsG>38&7)mgLzO+nN7A9gth zSvkhT{7&*w1LCL6^PF^rQF!d4?yjze=b#^Nzs4n*9EQvgJ3T!u38LnyX@l?R8OUj& z($AKhq3v=IXb~>f*=s{+@zSx4YhYuIi6P=y#&k^rA{bB0*%NYaiFR_4G}RTtMq$6@ zG+C$8UNRe)D?#jHRPtojh{n04KL#)u$HIj`bGNeqmN@yVO? zB6-gweem|xtM3InJ3B98uH730zrycs=!%vgI4W-tQs{O+7sK#0l4!WK%$9#m1b@&k zSHl(!`5vvvaVnN29Ou6bPK5uw05bQ5Hbj*Y>enZwx8smH2!X$$XLaP8 zKfjQWlLktYGmxZo@iMA!0qcmd-b_c(W!)+^KcjGto&9rrdwX+6EY9;ynmUx^@Tbwo zKyN0`&CSJ^kY%Uwl6dS)McNR4)rq=)n0d{s1|U#6P)UcK9UaRRa2`T{Iws(I@Rc?V zzQsLV-5VC&NjDXd)CY$+W_b~WmpWN_8%p=2=7#(N!m7#4$WB0{pHNj(+ed`S$jGjO z>dsgWi&G7vMFf;BeY^l(sAg9oW#I_2bsZuvsuAQ~@~v=VSiptB9!OKu2IDjjYH(KS1J;rz-~>L>9D2|{5ZA;nW=cE9@)6KO#gKmLw> zVt8<{?ouG0aQ-2qBXqbDrMIN4Prux>)e-pI3hDzc)_7%EU|{P)KtOl6M353o1PNY&}} zXrK6N9li`sIz2trRMpfR0ThXkwWalknx@O7-w^^L9?nlsab=}^kMOVB8s^JOnrbT- zbAsxFQ23VVzlgwg@mA2d%6S`Fh>GQv6;rB(u)@1c0m09L+h0|UhwhM%b(XFNX%juh zU!Bi;TgIAU^CL_4ETj3^|IhP&W}d=r=&HHSd3)k*4Nh9GvW*$2+gJ&@b6>>fy3Mq& z2_Q1JPPj{sNc4N+nWv+>eBCa-`S^0D(+~QwX1s(Z)==7gWzZk=N7o#Ul#^bl&BG;r zgZ9Tk_MO==pnWy}{CVxVh=|K8{swHYRA_3lNJD4N06nCoL;I@XU)K+s$+y-!AzBKH z*iK4}|Du`xWYE(RP$>DKa{lr?nP(xn+^c5vcTgr@f-?KcC2o1Mi;^XpT@#&qM~7#8 zivRrM{h6sJgnl;=qGm1%UhK%L3iQM%i}U5!goI?Y?$Rjt{NM?YS=v_txp+dS6Q&R3 zuNjK6TUb2;Xo%YC>hM!EQ{s&a=U9FV8f+{mR5u?M7{=k#aje_#5^19Bq1M$u1RXFe z9LLyWsqYi!>_9(FNYz4&C?<$u8fZNLuCt(ET+gwOy=z`7;7w>`fIPCEfK* zwaSYR8@Zm9nOVjUat@Kg!bfU$9gM!j`ft=1r_8Q@(!Q>=w=Im6*_;kyC-exXovV<= z>EA)EvvY9Z0-F8{LKlO$)8yGfrbcl0WE0T(5&IzMf~lC{Cn`|kmCHWYi@ zH*EqeWRHMZ!x+pWssttLa$Pe@|G!NKu)B$`W&8YCBY2DNeakhwRPCz{t}5q|w5a}D?> zjsQ2i{8RK*$1X1tQ2X_r&E=;AgZW7G9aO{4Wl0e=1RLB3TJBQtx_s!;VNX|%$i z$^^C#BYpip>Pkxg+##RO{w;SneD?hfzR23uyY>+z?DoKsPr9R(d$T$(i+IqcZ~}~h z4KNkAALOwE@;E1C38QLTIL>!u8EhcL`rsK7L=vInN&^0I3P+2Xf#EN;@k)o5h>(1< z%i{osui5xdB~T&(GR|ET_ifdN%>mm{gX_ucmvkh&{RXikGM#CSJx^jCFNddVBl@aKU?lDgywZMB$lu?lBJ-Hy{mwV@y!xm+6G<7*&v+7 zO`!Bs*q(}T+Qr`00}_DS+nwds)A2;i8BqKFoDiqIgfkP%k|-0vf<3v#NN0tCxHB*$ zmjgR2A8fw`2a^WN{bJ$#TRt?a5N&K`F}TpS9J)F?KaNXCI5hAmhOVd-s^4?PfIt;Y zdQchvfOwk+5c?12kx`I?cW(~Ok2l%7_g*MeVfMLrc%)ue7XG1WLCef6r>cIbiqzm< zxw3zikkDBF{{6j>>W@J3^1}D{4fzi3nec2pKlpoxy#~MVGK>6?0xBHXtf?qS87HsB z717P=>Hezcv%Yl2ZARj|Hzg#z6jW8;4THx@Y}-yw!@Ga(@f_-2o*FVU3yV6#v zytoJWc83AM#>Sqb(3WZuKI9B*L5Eg7m{)|kU~{WM64iBg-#>(G?pNkI-wBpNJtBXt zU0?zuC_QE&wQ#@*dU#ukAJYeNP};9vpxX&|BQwmNM&^9;>R*`?? zPbP3(i2m%}MSbiU85mHVuJ1nvj#*JP5iB3!eh>s&0jEKpZf>C_<@S2anVO0(p4!@a zK87bI*iuSA0Nf_VP@ZNor_GKGCjVMcKmr=+8fjhA*w{$`P(qk3!hxdg*V@z`SouH9 z(I{#VPSu(I-9Zw3AFIozB|c9rx;4_*r@S(d z)x`yzGY#5A0b6Ov@9e1f)5nj-^3W*g1*_Cq7EBhNsVYIC>OccwG}vdWa?*PZ4Y%zr zyMavFael`aV!t{&R|t{Mcf#LcM&hL(4t~)!@vb)2&C$56pwQ&%LXr@Cf2#iZhy(P4 zwa0dJU_LcOXNrsU%Bf#qiC8Qh&ncP9&jq@vjNIdutl;u|UK3y7cc7hAES=*xDqrHg z%v+IDzR|fd=tnvdAS(n+3J}z__^C@{<*Rx{(B04VWAv$MO@i--4t3{F&x|}ZbTW$r zS!(zw&crTljOoJk;|^hUdNNrFppfI{=B%!&^mYQ_(+SKd%hn<*X_ODJtET`pN52<> zjGyXgZ5`JxXJ!z4*MwuVzki!EKzCX+zx$uFM2bP@ozz)M)wg$1L0|?t$BqLnD-LZ; zfKBEF9m|!wy(Lgh2sOimbDGS__s{m+w`^80opW?EzdHFEExnnlKc;K;isU zM6tF_zndNG)AYYC>J8|Vuq!Irst@d6#>YRf7WWa9$P?@Uwo`s>Ev@ve+19K15NPLJcURkX)#g`#UG~1b zIB$xKj5GzaiU{Hg^3@(>GZ|zW1d4FbMB=!@lujXa)&IEZwYzYSMfoB1OiY^^yXu#c zw%a`zDwzg#XE(Ipea_o>T^5{{0o_8U`5P_zZ%r_Ud{syJ%@@k^$+&;?+9ku6Ca@1-ZL^XrUrCf zHAFT9GdZ7XMqNlTTkZcH!jw8aK6a<}_}<(5trVJm2BbJ+xE>vWfnVKO=H}-EpWcH8 zjYdWH&;rfWNqMY!5g_Qls=!Z^${5sn6*ofh8kD|TH(vpK2;5ki?8vT z34$hqfTd(@>8kSIX}=UuXnlB@(3t)}NJSiM!k-DM{uX)W+)MTlgQBJf3dklB08HQs zRPBUcNjFz%19%Y71^eiLH zba6Mmb;eol-+(X}ptxz_bn|I2(K9Og1_;P<3bK3rJ4DMs%!{~&RxXbL1G?ZS>zqe4A zX2D9(^U?_yMT#1ngVZ6<$<0j?b7u>hR12W_r0w<*1_f_$0QmXZT{CYvZP+Dm+hTJBIyMS+4_IjFEUS}2M1`~ zXoISM2v&1WRBD-+oR|IyM4QlY)0+<-LSnD`@@3f(yv4uI)*&-%Bqt?J+9VKuuXt`& zXj*>~2H7}HM-r;fN9b(bkR*qZLRkkJ8*2RYzV>z=G&oLRz1>>vgfSqxG!koPmODHB z?UeN%_sxP+1SvN;RKy-b_Zsm($B?Ri4^YTIW0cYS{tCLwV|Q>)^Gs^Oc@W$Ye>{{o zbo*i#DpP(lQ9|Kc=Q%qE2mhZ(R5Uar)Z>_jXMH4BuQEXX@&28CkAp6V7k&4N$V&&p z7T^1zVxY-*0hxJiK*)fB;!@$0TEHMaGz--<9*BcPf3P%FAfj30(dX2C6EL36 zym7NSq$(X9_>ZJ>18YctRmk6m0>jE4o}-!OQ4O`{zCj^$2a|*7`($xXz&#|Ew!0$} z-~f|8djtLb-gpR_Z}Hq1U%oO;?_Ya)H=<{SwHGXQ+FR3TyB#>DrHZ`ySTk_I)3^>e zA_=sH=PrOUlAs$ALVJ~|DJXuY3QVw4f&mrUl`UTw?l_b4J6QuowiXwG_x@1fw%BtF zRxDb3Fiu*6gfxN?9DZ^3GyQV98S5?@uia$Nr(Q0wuB5dDEA7R*@bDD=yp)iT4l{_V z;{PgWxn3>i02Q0is;O=AY_h^J+0Ve>gZgN;wY4=p1ZL^s_O>_HbOog-6$kR3}bW%FqR+&L6zTt>E4U zDOTlL#*efYC(G8LTrgL$4X`KB!ndQ)ev_R1*Qh;l?tq9xY2cRhH}q|*5CB@1d0A|&^HnY+W4?S*cJE@ij2gDiDJ~S>R0396cog=BDO55!d#Ye=m|%DcYb=1sG++eSJJDzjJzT zBIIr|e^8ya?x*?=`=fqTjdA*|&82wM(BOGPmX$uHm}r1lz|1WwF7~#uwA>B323l(L zORzlxg;2J)c)LGoJ^>Ldj96WOw5EM{5GU`hG)Y?h4cgaN@)lX(wpI8Q&%VHEo{h zau~YO_DHPh=xG=B6>27?`uFltz2oD)Y0w-x23ar)eZDg z3RtK^fQ|eQpxuO1<9S8@z`zc*Ro7}R-?QS{c~D55@NV>O{#J$*@zbO_DedEV<6 zQm{oPov%A6Tq}7L|L7Y>)u+BM?y^T?-z!y#jg>xN->~7b{yzNwSoDCpA+;|rBrx*) zELrs-XntDMp^MS5+x6ZpoW9ug)eo6k&)5fW6RW0D_mN{4Zs% zvbXDv7R~m6aJB3Wy?{1|z>j?a9<&Zj?y9|XU)XMc$J|A}`kh+i781#?);#ayD_i8k z#e|f7&-ua-H~r#ani`KHtKBPt|Jb*S!_Koqys8PZ_((H(bE9U>cg4emOltO&6chrm zc;6r--^9z=EDJ1HZ}AFNU&+h#n3ki@nh9xCvP z2Mjnrbs`yn^N&Al;);&T{$>L{qh1Y&EqYBPg0&6XC(Sh35MCf4CJDRSI}nP zeRx#?pr*T*d%rbp!HK|xNms=mtSki3atV$m0lwr&O0WcBOM9jlNOC(@TXPV z{Lk(f$vQ%qSEda;bmrrWgzBG?n(1FBX;LElyBiLc9uvnWPvWJeq#m@MgLNqv@nHU>W>SHv!Ex zCqojEer0q$;H}`~*Ma!#a^^f34bjQK4@8@c#Qh6?jb?7X#E^-ABmB z34eEjHLCDR8YX4p8RFRy#o6Z+)84KeIy?J_NfFZ+-FCrHf+ke3=}|Bh(UScmKjEUr zsYs9i65I7g5Cq6^IQ>>l*FT>Bk7ybC^GClxz^LNv0NSTd@bnXZFj*OpTC~2)lja~g z65s_>_ZVzlJ7+$!ojweO8|=}Y(Ro~fJaJrHp(L*`%om_jpapvs6Y?8)@EhQO%{f0i z`^g1E9#;^^vF`ynN)ocsm7+3np0@4;AzR>Zl@u2jf0#Oi9o0pFRN7aU zZ5$kGKLL@Y0<6zHu)~B@R2(D+2M3!ujaP|C!Eox804l)q)A|WBZxi+)m(W0)bxp879chyGeX5c3AvyW2n*?Jw;N_*b*jV2kV~Dav*e-%g zQ;nB=cxj2@UdP(#B?oWB`>PEz7#j&v;E9fCnR!MG)jRIdhx8_+%hH7-ZgAFjgWR-* z=2mR~4qZ3cN+`+H3MJ5v=HlwY5}AZha!wsU5M121zX7iuBIeMKTVkXGO^^e!^X`4; zY6Vmcnve%fTo4-AM+Zo_b2VKU6! zS~N)2e)p9h{p!ktq{ATf_AZpn!`G|a15G1~6=Hb!_#Z@E=ai>FJa^cJS-3rHhOPg` zK&MXyNV2(?aXVCyw4bS=cWoPb^&1$E32B9=N72JW+u#1d2cL13{7VC_^Fyv1OlK6s zrOSTj;G3Yjx;o~unlZtJ5T+S~+|59qWdi~}oUeq1SUSm@&Wg}bw}sLO31X)G8|dwI zV!U($o891iSHk6$m#>sigW!khfbuclg?4IyiWpZ0JSwQ}gZ#~>d?2fX%s*!XmK>vC zZ)$6M`|BjEQ@?*xAeaD$8fDQ4GC-jn&mtaUvx?uK5tT`t{u_#9t1#^d6HeJsNx6}xyWGfgD+4WR_?_92<1|w z`uSUF=`Q~y7AQh0W}pPI013l)bS#0ef>6cZI}iyPCKwbVk{cQ>u-Hr={~pSJDD)Ue zmNVdZNRpD0Y|uT+w`p^<2z9mmYZxw!B)j`6{_c z);z<&QO5P`?Uup8 zShu-$G7{$-oD^)nu6|O=g>IFWIyyQz@Y=C!TwLL-CuK<{kOJOAVt$6EZ-l^U&KVh; z`bxSQ6?G&g=e0H6yE)akIr-I~v>kR*Vg`^1BhZsRjEKfZiQ*YRiI3(NFGauP z^6Sz0R_E5e|j* zB&7B?iTv60>fGEjI(84SBaXq~U}#fn58*?CIAL92jb@=~I)*TLR~!^{CreEA_5Ouf z>|n%Zsw-j$+u#`t?5?*1&{3Hkjz?tz%^E5K(kg?Mjg7|>$e4>EOOgR2|5e<+0Xx8l zGC=6!U*0cVt#bEKh`Mp8UmLidZ9#{hvDyAMnDMI;ol{V-#{y9IuP>>>fq`SR-OT}9XWK_?s-Az^yMON5ZR*Hvt1G1h#iOq00X z@wzOYQq$!z+RYq0QCoktaCr)Ccgf1dF93(M6zBp(U`7u^5|7; z8vUpeT3=t+gdZB2!V(Y8bA?J_fOf9&I^2atJ-ae~gi-v<7PuwO3?rDXvL!<-*!o(L zhPNjiEc7?+pFO0<5v+Lf-Lp+gNL?~mH@4(ej>LdQs*EJbcw&g>S3UElq@y%Nn3J4@ zJa%xf{F^((BGJAdx8zXkDiP7m5ulCcmY1t>%{J5$(2m0o(u2u-L` z^8`EPS(J@h**ctpgDu=P@I~zzRz5Wu0SIBHtrj-+HACZ(zXFN?&`Bm3{CMQx)F$!! z6NT^B?hKY$Ro}LPmMtys7yyMVk2_IGp}wO(^~S z99=|iUvX;&?OY{!I#%}OsuMY=+kR`1p0yx3kb~Md%}h=%s+3*p7jX@K!Jq(CqpD@K zVP>)fJ!RDQu|%6((Lmpo5b0f)#LqpTN-7k~U`cM*j!|uAmeAV$Nij zRA3;5}!K0?6|jJxX~{g72goq6k`neKI%rd^D;QV0Wpt(X z<^|r=drQqk!pr=I;LXYC=+4>c%3DXVKi4<=V;5soaL2`-SvZxFOlN=aFLf&L@ohXZ zE6;p`fAYD!+L?Ra>JKJpg$r&sxyhoG;aiA^zW9ZMoS0or`3euKoMZc9%oy zKQV#x8+4NNjl6hYcu(#P5f)^t3p5K9cWj0&7AIc{*(470{^<@2njVn5g(?0;l*Kr; zpC757)j|C^Q4Vi9XSRQ-Hue#NHRdkvb&rSh4Au!7@Y5W_#bEV31(!46?$ZQ*16Lf; zLDw($iaH!^NH2`}ka4Q{@!2%vGb4BO2x;(RiIvCEDl_ddKkY{B26MG9Uhz-DZxrAQ5$%F*vluV6`q(4D*Is^?aBLw|ZN+fh-Sdkwn&|^hx z_8&|P&CD)ui0YYAdB9*V6|_BiDh8m$X2bXgLuNsz;O%nfFH?JGFbDm$-$8o&J>-AhOpQzO16eWA_(=&A$Zp;l4SGI&pyESGdaKw!H zeSo&5M^Ql`!i#TwVxmtINfKs}E zig`uo%tm1NEefBpHby&YgQDRHt|JdcW^>RG3q=^2PcQM{J~n`O zICXflsQvA@1hC)gUr8u$EB)7X zZx+9$d2o7CLYDDzPEQa%4(QDqDDuu zzJgbQsEHT2{sJ-%Ws;7#4BqP%`U+(@9nF3Y4JpP%^%~hdixZjgV)lA=JF@?1^t~{< zXC}$ZGNkHvKQs}~+V7j+O9kbr?SXa#BOtMsx{fR@~6W9lGL}Fauu8ulONr8e=xC(Re-JI_vE~ofYbmdR)ki4DE=(>9=|ZtvCdf zcYM%}52A!@@qm?Xmw^8F(I@X@9ZZzsMQk?`&-*EBhvRc=h&rtHYe!ZS8~=7WeyJy4 zEZm%SJ_}rtAc(*DK=e&LEhj9_k~~-@rIjaIM0BdZp^vvU@4EIcIG)xtx zm$+Bob4@OG|9yl2EUnR5Sx(!9%#QaxU)dTpFfEYng;U{K!;2UHVCJjxLpx(I?P-BZ z?@tSAFupBY_Cg}u3I^jWBrLNmY~PM-{&6Qim@f6to-5{2OiWB>5-*XuU?K4mPbsa$ z{;2{_U54$0O@iy6E2R|(8~zq4S%1meZh>Q^9HOtG4fMuS0=@?vvF{^_TAnct^!2H0Kqzo2dU|f#-N+}HL{WeRMJ%7_`GKvxmxGywG0RG765Nt4J#Xgm%H|U_RNoq^T!kw6=%>o zn?i@9U4xU_jPanxA)3EcRaIjIM1^-4y$)4U5b4%Kx?`>C91hhae{!_6RBrt6VS0aw zfh@ncw2Ra*j<;wU90Aa1ff1JN>o+x64qvZ5=n9qWk zr;>}^8fWr)tCWS!Gb4H0+Cn5g%>}G8kLnn^+*idKN!sgb%05S)ISrEOHC$&_gesE+ z*K355nE)((NF=>IEe8}}0V4aJReXMKe13j&YwP24D551$=(ria3GKY=m*0Kc75uN;cy}kRIC=b$ zcfXO6oqgERQ%&qEd)PSZ^Pl2YWDHO2kn_s1BZOOaRuVdaOeOa=8iK3}{|-P{kSc&#lZ)a@hGKmrt`sgU`^UdXOnj>_G+-qD zvgCoPn}|8rkF;X@hi-4*qmqp>V=?oT3qJ8^u5RQ}xRd&)p2kLzImjJWo}B!uASNIn zKv$>TF$Sz|=ceqO9R1+C6%IA|NZoRU0x1V>oNhq~DpPy_V*Jd!o#v*tuRmc_sT^zS%*d_<>@e zyX`;QS2^0Ni>__)qggn!lr0W5c}#5V&DTp#rlvbu zA*<2@?dC2+o0u0Y(RNbe4xy8?Q|7*hB*oEXM?(0r2bm`rwMyj-L*geNRHoom51(uT z7{|%QwZ6*l*S1Qi-phd{w-Pl4g{f<62BYuzpV~R#qMv*VB&4YRfq|XpkCX0@gf+hncBhOo3DYv>k!*V$Jwl!=t`ceKTi^A%s#}GO=+B=`;vD7X0uKOAe0HU+dR=W z?jZp&(g&`Y|mRMaIr-%W^g6;TNw23v+%O)uRZBxO&Aw?#>uPP|!*> z;zWo*)|5iCZd~#2X2G=5cCtCrdVM~6R_e`>=^)2|e#u((FnObK(shV~?N3p$?yUaq zq`}3+n^D6gh@w28~GKi`+Pflzj-in#$>y?ch^dV>RO~}Pg8+gmk;sk4f>SC?*$tyu8 zQ2O}*k#@}ji*N>2fUK1*_TzFnzTNj13^+F4ijuWQc0m+Up;EcmD?*^YdPs>L~ zv`nRFw=x_L9-OvWK`IRU3h-`y^2`JJ6mT3!zSTj4X1lhF^ZK!zs-io$#QHfn#H|=P zqwek|7Q>8mS8|JAZ)YhwGo7)`Re8q2)=Wsv0Lt^qK&m#ONxK=RsBpq3=Ac2IlIL?} z){g@2PxtuqZg)B(mb>jm{h=O3`YaI<8LER0gVo!mpxAh0{e5IfYRdfo&Q)1EwkVq- zc{2KvDD{w-_lk5yqPK;?X$hL+3_1+HUYyjnx z#lS$w-N#HzU(={Q9NoBbz)Ev@+mFtUo+q;}%`{hvSHgt84k8%|1Jtyq>2=5fV2T*~Y>P8+@J zbq~U~pA5_tz7eD&bF}3%eN_IIP?p7Czc0vI-_>Jm2LCdx(e#f69>qFbCsVum%yxZh zD?h$bw)3ahmFYq$7NK!QuaBF3KC^^vwHEa#(Q0jI7-A-lLd~6Ft-JYR67$~wzxcZ; zBOgqI95XXBJ1N4jVWGVr6=tpfNkmn(^3?I;`COzx9Q)ZGII=!ikjCkO206Bmp5A>Q zM5sF@;ccJ43AxeHVBHilcM>bsOVP9I5kCvR)=ynZC#9x7SMq9nX66cwoR)qh`#OgQ z4<7h^|M4T8@fN&0qn<7Al@&E+De8V7V@Z*Z)RXy zu%iB;33-W=vva@hs<1|=hA9~>TLZ(2f~e@xSW-kHR7EGS=Y`%O*o64LkB_U1XlVrt zZS`E*n*}1X0n&;9bnHWnZ2FAiap%YsUN*O|!7%VXjujp^-aq#2P88ggynDQjao6-d zVZ+6m?NPPs0l#iLYLrPt zme}PN7S?VBHs}MZY!k(|n&(|k0}jbe$w^70Teogyfd1z6DES}KGcsza?S?MbmVUwc zvFmGI$Bz3&pgO0w=h$k@Nm=vI#}AeIYQmw^zP&%YLU!E^XmNvmtt z(E9XU`zeTO72YrLh>Tq2Hg!50jIhQ3mmW8iSKAUPD0F28!Ms!{hl>Xy)^Y4Y9-%ut z28l?V8l#pyrXv!nqMNiQ1*Bv-*=FI>wJAwSHE|NSDTk3-xv3k)#}_b2uh~tN8suNh z9<4&{ecBf5)_C=;3^NEWdi2r%lZdLLdq={`s#5|YccHg_D20GiwsdrG!LO^fm}Fr! zLT={9tCuz95}Y3=f9;Nrqig~jJ`5PsmDGw>L0dh70Nt~PfLZl4-SY@gaCs5o2_k%w zklo&aA0cwK;zYB&aaEG*pn)B<{8{jXSEu_40J7%$6@sU3OhgO4y32ffQzb=tdB$Lz z%p(4(@^c0ni|H%-@BgkCQvkH-fFKHbVi(oi3iRPe3Cm>qFVu&Gw$v|UrY$ zLzw3^`rCh9DJdzrpOfRt!}e{{Jymv~jei*yrLVz=)e?Xg*@_V1s?o{GXK^K-YPrVw zE>G9De+gq*n;r-ktgF~Xur|mKnvHD;;Ahr`d3KJ}?aq-N6?hb!dcXgr_^>9p96WeX z+dYZCPk9zZkz)A8i|p1O&z``bxPgUbYAd45Ow+Zc zH03%nuDYcDE|U1h-SeWsrayg(F3~WS4jrWZIsz?;Lra#nb|Jo9gy=zE{R9M~?Nwg2 zS%JQCXWFD7D^iR^`04&$Xab)}<@_#5q6uC8LwcRc(xviw3)_nmi`>HNJk9~4(I60j z_H7F)o%ZL?pAUgTcug|6E%4*0M~Jf=a-VZ3b*`6w{DJdVrKy`+u2zHmFcLv{tMDXi zuwjmq&%59JqR^!mFLY^OA{i#8yHC}=H`=$42iJc_Ia-Q^foMh@dmXnDFtGD2@83T# zGvrhEH9VG5ejiyk&p~zF<3p&_(YJ{rwIG*1atkHhX0^yWM7~Cv+b@@TY`m;ZJ1c+` zRycF5C*eICTiaD-s1uF=rCuNKnvajKU0;%Aca@6JI2i{*5GWNQ3Du7Kf8PeP@lYKn z6EofnZIF?YYA?voKPa5-MYPqQ6=iz3?Fi$3>D{ND95uo&6#S12{XtuQ^&u@V-2*ss z6Tb}VUu0?DL+0T=6wg6GmK2$f=iD?#C2od{KQdfz`#YY4_%bY2NSk_LbRL$1KRDZ5 z@g!GVaiXoJLH21Ql&Ef(Si!9h0Z64HaZ}ajaJX{@z{%vAp`YFPQBi}7MVF0Hjin4` z+nhanwl6fVXOjZG2obdK^Q+=06eDX4S;xi-9-azPRad_?^)ctQCSi?K+%NbuxcmR@ zqFqX&aefRTHN)pb)s}54S7Kv%e+~?kMMrVMzIk>K*F=C83(-oqWQNe0C3163OI-a% zcp2FqVomS>7Ze6;ZydMT`1G}j(a~LSSBIeOF&C;TMV%>z>mm$*mo|fh&08BcGBS-; zpsUJw?_N_jv$rK@ac}aS(t^V>Vi}FXE#why^FdC*Q^MKP^BJrJGs)7|BsNe@=!h1m zozo}@0@&3KO{d=l=+ggd!k0avNtz_PzI=e)-zv(>FBnqp6YT!oLDamPuGTp)%z9fH zv)%mPs&{vA&~E+1!$-U{=hzAlu8$hvX?dz{mAn=S^5GZMeCt^)%Th5Ov$QXehM&vyg%E~}`b(i)oTa09*l16aB`2g{W# zsF)Kh_~Kkr4-1_SgzEM!@tw{wSaSK0;F_5!ul4DZdV~z_TP5tsU1!>I_cme2{mH$3 zTc^IaH#jCU^V=;aB%+{Uo4*V9Dl^G>u(LHX1?;BjmpyZ+*gl{G@I`9B8r{0^0UL&^ zg!r@_1Hl=UzrONRjIpW8NcdOCEIR>)o+~UWvS9m6ig3H&52*-5Ecr0}6h>fh=Hgd` z9J$+SmT(2^q#~-zA6ip12vU*nb(tshnWHt8*F2>DKWaj9-&P*!{#}yBLB{HnA2nP) zD-kUL2b8e_jHv}b(;sbFD+5Zx$9Z(c;?N;UgeLzR!N1!u&3)vpyCAs#r4o`D#M&fT z2ze!?z>8~1^aN*xd%I`}X`6r?+?X_`Ab`#lAh0oMuLd7+xcia&b%wBYE$@!}K<1qm z>XNGdpv7dKKQ$@4L70C5S9oo>f}{<780D;cNiAFs%y@~Y53>oKh_*^tXr+8+VNO1Q z&Hf!y76UNi{|VNV5TrPc^r<~<<-mc%qT2Lybwy`FR49Vrz2l>Jn6_^b6>0=(d~zU&FNe2tTeMsxcEhuAlIaUc!}}C6c|hNMz+d zpeDf8CFO9M?zLwYtO|@K-kJ~p0VTYOboGzJ0IoC<3ip1o`zov(&NzB=z=)m?8GIQH zyn(MrM3>&kSCTPrZqE09p(#?Q3Q8w$P?X+s<)6rqx?6pqh}y>E=IpjqR;jSdy6AtC z$ilYm&;7f1lc}F8D>lgIQG9=)MwHDSR7FAn8HYSM{Oi}6E27d$0<*HLuP3k7pxVpA z39;7H+q+7yb2&$^`?mUlQBBw_yo)t$Y7)fLEovG za2WCr`5|Y})6I>u?83rSC=?D;m?prl3a96`fl>ixO-;?q=;x26L)fZBg!C#n6z8~9wa6Fp-Vc`tSV#S)|Or|-{1nW5?w_E(A6$jiqkMSJbp z66ym}2s4W3Nucv9qD?Qr7m+&K?68~6RwVVP`8YkVspBIWAc5=4=LdFu{OZ2Pl_scy z#l81Ns><%y`5wXj?vkMEs{-}bzt#?=orUYwZrpqDUYqr6SY#Vbmy3 z_3-%mF(Cs>Ir~a^{q#&Z7vvR=2MoNRvqa_8dMRQW3uCBj|DikE8U03s&l!IhJYI&479P)r53>)2t0u-HoTp%-0IB3W*65?3 zTN3hPVAHEO)Ai!t)%Xj$sU~i6?peuF!{2B`_9wYM@!2)*Uhq4w z1A3>%>i~$WhNcMZuO&51Q2g0Muc#tChCx7epsfYCD4+fC>oe3$OLiZ0J4o9$9RbD6 zdJ=zTP^mkR)TYWJ}u4t99B#ppt%GQF);(O8|VRi zzX-7A2GYjc$nVt$t>_4|;vl4Lul8r`e2-mwB!vB=d!&nh-|Ht3_Eh^rS?mtjmZ&tk z0hEfD{z>4Fk&wssyH}f!nA33?L@Kpt>SSl>NOx>wt3Vpf6r$;F?OuKj(B}l~Qn@;m zxGj+Z(Or7C5L-3~Voj#78?5DSAc`TJkKD5u345QSw01%#HW&pP~yzOUPXcVR*yhr(b5~j}STYxC907 znRDk>gJ5(yK=i-3v_2DO+5+z`{|_Afcd3EoUNX+o`j&@hhCtVV-v(EC=7~^z+a_c3 z`^Y-g8VK9eVC}CVJ5cfm;ZY&aYDC?_`r$(U7w_!{L@E+&d<--Bj40djPX;=7&RP-Tld(Hva9jX9)y7~MoP*hTnZ{EDwg4@G)98^aEPLUp%&9C9W zQtg6hQl#X(V2LNL_93*8#>Y1Q;Bi{3nY7mX^TEzrucOJ$eY?!K$Nj{BnL&M@qd|8+ zY3`+pblDd*`adq4hqPf(Vz@whs|Tseoyv8sw_=2{-F8+Q-TnE6=gppzk55#TZ1O4C z3#|MVgzj4Sy9S_%ywHMTwlG-|nO*$P5XWanpb-f%cXTYqD49nItxJwltT{^W2y4bS zt5kKGf^2t}S&vx$P89CTVJTq5Ex9QpBSVa)lF3;-^c{dt8OE=ccxNYwuu%DPvtqlA zH*mXm8Lp4M5*~D&CrY)G#s1uxwBFli>jyBt$WEwg9?$xedqWFCG9%Qh)Ak+j@71ir#g?8Fm0S-6A~F-$;nY zHA=;_>3`V+dZ`Yc!$y7l(`@)CHbo*f1v8n>dmFXE4Cs_ru*zJxcKbFd=le)9XG?D& z;K+Ul@lWS6j=NLSPf?ouzAv@<#UA9R7=&Q_WF~jZu1kL8FF2~uJ}6gHK@PM}D6znk z?`?h1wZZ-D2|u7)m&Vb{0O{jP1%Mcm+`6Rj0UxH}Xv@ujXQ(*`gbu4bmoR*HZTK>2 z;UM8IKuOVG%izkPC$@VJd07;E)L&P*ns0T{F6v}%2~(xALG;yMAE`P|O9~5}^`@aY zgMkP~^qy{|5q}_&a=&z#R&FeIAp}DmVnA+gJb*r$CKMTw1DF62Oj{=-agnW7-Fjqn zvrCI9)_67~tSu0MYd6UoKbH2K*tc!(m7Hf#sHP)ZEJ3gV$&z6xJx_djXWB=XJ3Qo^ zBBr2m?Rhq@9@g^@;B=4W*d&xZK8=>a-u4V8Gl^9wI5n~1yD(LxB!`T7K(Y3X2Ugf; zC{?z?nlg{@rk@DsdwS>2fG55wXnA6|DpFiKLSCNPd?#!ad^l8()jQk`EFY$$ed0=` zgC+fz^cTZ@eQNqx?Yp+evI2X3Mnf|;3bho;F{Er6wUZm&F5bP#g;;v0V5nLD@{Z`W zDLLWJ+mM<)jgj=-Kmce_1IT{>yy`U|Kf8GB3#aW$_K0mJ=)F^TEoYQ?p8~H=TUKbWW;)_- zxCy1F{{Ru2Pb|%4be~YjXut}lw%jO!oz0jWHWLxLd&jnC}~WCLg68EdB}+D?V6fF z(pwcRCU-v)%nqhlOwRd+trjT%4d?_)r4aO`)J5s^_cwFnl89O{rf5dLxw7Jrvv(im zH04t#fT!FWH!Ni}{w_VFG8-&z*S_$ls2z((4qGA+sdSskS1E#k^h#)IpWQ!6Bp125 z8&H0nj5u|5H)WRMW=skH(#M{2DmuRtLhC~aviUa&94Bf)5!>hqifWtpW`9F0OS2O0 z=C)Fr=k-83Pj!F!(j%75Mp3%*>lp1)v&O@xf^C1ku0q7OANN4WIphmIt(Zw;OL&D% zKw1$4!R()TBz=T8>UbSU#A4>HJ7dw(p1Tx9Kb@7LZgnZj7|T&fA1`{`zjm%WvV_<8EU>h-qo1#hTE&p{=AhxA;co4s3x zIV1~3MbawC31fGP!c;EqqggyT8)Lq0c4cXyb+ogj?;}w3Rxu&ENSAkHcFd!YwN1&hSBS=g!C77=rTyQ$x~ebo~7*Cjg87Ba^$AqDBQPwPKiDg2+*W zR>tcL4Yu4mt7w1*CL=n25uUooSj zfhEh{!sh-yaWP9H9S0=m3j)3 zn;PJo|ECOL0n>lu!<=?>Np0rit`xc*vch!NcxA|ULDG5oB`=aj~(lD2U^|z<;l+z?pkuh zQRF6U+r-8;vo+5C^5svTEY3iu(hiO5B$m3`1~&ad65J=5war{y9sl5dm%_)}IXB)h zkypy2RfSK7hVxnH@q@2o8m3&Tf*g0y1Xxbf6eY?`2pSJBmL0cJdggyUxj1#k2D z%ru+ALB3{TPk5$H2g#$83A&moJOUI1I(6%j=q81A6SyF|JPd>`I;`s%~ONL}+d8 zS{qDkcVBcJfq2Xjyutnp7cTe-RZ+>RL#;H}QOSw6VEw zfuQLkDBRM(Q~tnGcb#$Cxr2=T*=g2OsB>j!A8(Z1s^zGUW15u@_vJJUO`K!cxXm~` z%F|9L5t$j*kh7M+WlBY;?t+_b8Zu&SxvRe2fub}Ew z(S#dpmNd(rgc+y^)^{pK?@FfIBXEUyBK=`LL;SS+HiS8601fkQ!V&O?Jhy2>?GkT= zqX8*sZZ=NX-wgIopHDlu$HYt<5Xns~JSRT9(e>a!HbuL8_~UxJjF0e#@Fu?kJ*FiH zaeMK7BBkf)W_$g$eGz8TS;$s%MNq{{Y|)KZ;^I=?__wwx?EJ2gi#kZ0-=#@z+m|C> zl=cRN5^EDswWMItu}i(}OB6oJEZ>K<^$Q zNi0j{?p3?cszZRFQr!fNT>7t?H>nIeHFw#eC#PyH5o7^;x{+`*au?d_h*0UO+iI

PChIYUm+AsSz7 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�)G1OEA#apew&tP#|dl_vCwM21?jWg(}xYyv?>A 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 diff --git a/vendor/assets/iD/iD/img/sprite.svg b/vendor/assets/iD/iD/img/sprite.svg index f190bba02..fc0bbdde5 100644 --- a/vendor/assets/iD/iD/img/sprite.svg +++ b/vendor/assets/iD/iD/img/sprite.svg @@ -13,7 +13,7 @@ width="800" height="560" id="svg12393" - inkscape:version="0.48.4 r9939" + inkscape:version="0.48.2 r9819" sodipodi:docname="sprite.svg"> + d="m 359,104 -1,1 0,1.59375 L 351.59375,113 350,113 l -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 L 359.40625,108 361,108 l 1,-1 0,-2 -1,-1 z m -22,1 c -2.76142,0 -5,2.23858 -5,5 0,2.76143 5,7 5,7 0,0 5,-4.23857 5,-7 0,-2.76142 -2.23858,-5 -5,-5 z m 23,0 c 0.55228,0 1,0.44772 1,1 0,0.55229 -0.44772,1 -1,1 -0.25152,0 -0.48052,-0.0967 -0.65625,-0.25 -0.0344,-0.03 -0.0638,-0.0593 -0.0937,-0.0937 -0.15335,-0.17573 -0.25,-0.40473 -0.25,-0.65625 0,-0.55228 0.44772,-1 1,-1 z m 10,0 -1,1 0,2 1,1 0,4 -1,1 0,2 1,1 2,0 1,-1 4,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-4 1,-1 0,-2 -1,-1 -2,0 -1,1 -4,0 -1,-1 z m 1,1 c 0.55228,0 1,0.44771 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55229 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.44771 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55229 0.44772,-1 1,-1 z m -41.84375,2 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 z M 373,108 l 4,0 1,1 0,4 -1,1 -4,0 -1,-1 0,-4 z m -22,6 c 0.25152,0 0.48052,0.0967 0.65625,0.25 l 0.0937,0.0937 c 0.15335,0.17573 0.25,0.40473 0.25,0.65625 0,0.55229 -0.44772,1 -1,1 -0.55228,0 -1,-0.44771 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 20,0 c 0.55228,0 1,0.44771 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55229 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.44771 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55229 0.44772,-1 1,-1 z" /> ", + "feature_list": "বৈশিষ্ট্যসমূহ খুজুন", + "edit": "বৈশিষ্ট্য সম্পাদনা করুন", + "none": "কিছুনা" }, "background": { - "percent_brightness": "{opacity}% উজ্জ্বলতা" + "title": "পটভূমি", + "description": "পটভূমি নির্ধারণ", + "percent_brightness": "{opacity}% উজ্জ্বলতা", + "none": "কিছুনা", + "fix_misalignment": "এলাইনমেন্ট ঠিক করুন", + "reset": "রিসেট" }, "restore": { - "heading": "অাপনার কিছু পরিবর্তন সেভ করা বাকি অাছে" + "heading": "অাপনার কিছু পরিবর্তন সেভ করা বাকি অাছে", + "description": "আপনি কি আগের সম্পাদনা সময়কালের অসংরক্ষিত পরিবর্তনসমূহ পুনরূদ্ধার করতে চান?", + "restore": "পুনরূদ্ধার", + "reset": "রিসেট" }, "save": { "title": "সেভ করুন", @@ -214,11 +275,13 @@ }, "splash": { "welcome": "iD ওপেনস্ট্রীটম্যাপ এডিটর-এ অাপনাকে স্বাগতম", + "walkthrough": "ওয়াকথ্রু শুরু করুন", "start": "এখুনি পরিবর্তন করুন" }, "source_switch": { "live": "সরাসরি", - "lose_changes": "অাপনার কিছু পরিবর্তন সেভ করা বাকি অাছে। ম্যাপ সার্ভার পরিবর্তন করলে সেই পরিবর্তনগুলি হারিয়ে যাবে। অাপনি কি ম্যাপ সার্ভার পরিবর্তন করার ব্যপারে নিঃসঙ্কোচ?" + "lose_changes": "অাপনার কিছু পরিবর্তন সেভ করা বাকি অাছে। ম্যাপ সার্ভার পরিবর্তন করলে সেই পরিবর্তনগুলি হারিয়ে যাবে। অাপনি কি ম্যাপ সার্ভার পরিবর্তন করার ব্যপারে নিঃসঙ্কোচ?", + "dev": "ডেভ" }, "tag_reference": { "description": "বিবরন", @@ -233,13 +296,23 @@ "tag_suggests_area": "{tag} ট্যাগটি অনুসারে রেখাটি এলাকা হবে, কিন্তু নয়।", "deprecated_tags": "পুরোন ও অব্যবহৃত ট্যাগ: {tags}" }, + "zoom": { + "in": "জুম্ ইন", + "out": "জুম্ আউট" + }, + "cannot_zoom": "বর্তমান মোডে আরও জুম আউট করা যাবে না.", + "gpx": { + "local_layer": "স্থানীয় জিপিএক্স ফাইল", + "browse": ".জিপিখুজুন" + }, "help": { "title": "সাহায্য", "help": "# সাহায্য⏎\n⏎\nএটি, দুনিয়ার বিনামুল্য/মুক্ত এবং পরিবর্তনযোগ্য ম্যাপ, [ওপেনস্ট্রীটম্যাপ](http://www.openstreetmap.org/)-এর⏎\nএকটি এডিটর। অাপনি অাপনার এলাকার তথ্য সংযোজন করা ও পরিবর্তন করার জন্য⏎\nএটি ব্যবহার করে, সকলের জন্য উন্নীত একটি ওপেন-সোর্স এবং ওপেন-ডাটা ম্যাপ⏎\nতৈরী করতে পারেন।\n⏎\nঅাপনি এই ম্যাপ-এ যা পরিবর্তন করবেন তা ওপেনস্ট্রীটম্যাপ-এর যারা ব্যবহার করে⏎\nতাদের সবার কাছে দৃশ্যমান হবে। পরিবর্তন করার জন্য অাপনার একটি [বিনামুল্য⏎\nওপেনস্ট্রীটম্যাপ অ্যাকাউন্ট](https://www.openstreetmap.org/user/new) লাগবে।⏎\n⏎\n[iD এডিটর](http://ideditor.com/) একটি কোল্যাবোরেটিভ প্রকল্প, [যার সোর্স কোড Github-এ লভ্য](https://github.com/systemed/iD)।\n⏎\n" }, "intro": { "navigation": { - "title": "ঘুরে বেরানো" + "title": "ঘুরে বেরানো", + "header": "হেডারটি আমাদেরকে বৈশিষ্ট্য প্রকার প্রদর্শন করে." }, "points": { "title": "বিন্দুসমুহ", @@ -278,9 +351,6 @@ }, "category-road": { "name": "রাস্তা" - }, - "category-water": { - "name": "জল" } }, "fields": { @@ -376,6 +446,9 @@ "anticlockwise": "ঘড়ির কাটার উল্টো দিকে" } }, + "collection_times": { + "label": "সংগ্রহের সময়" + }, "construction": { "label": "টাইপ" }, @@ -410,6 +483,9 @@ "fixme": { "label": "অামাকে ঠিক করুন" }, + "generator/method": { + "label": "পদ্ধতি" + }, "generator/type": { "label": "টাইপ" }, @@ -426,7 +502,8 @@ "label": "ইন্টারনেট সুবিধা", "options": { "wlan": "তারবিহীন", - "wired": "তারযুক্ত" + "wired": "তারযুক্ত", + "terminal": "টার্মিনাল" } }, "landuse": { @@ -466,6 +543,9 @@ "network": { "label": "নেটওয়ার্ক" }, + "note": { + "label": "নোট" + }, "office": { "label": "টাইপ" }, @@ -478,6 +558,9 @@ "opening_hours": { "label": "ঘন্টা" }, + "operator": { + "label": "অপারেটর" + }, "parking": { "label": "টাইপ" }, @@ -494,6 +577,9 @@ "railway": { "label": "টাইপ" }, + "ref": { + "label": "রেফারেন্স" + }, "relation": { "label": "টাইপ" }, @@ -584,6 +670,9 @@ "aeroway/helipad": { "name": "হেলিপ্যাড" }, + "amenity": { + "name": "আমেনিটি" + }, "amenity/arts_centre": { "name": "শিল্প কেন্দ্র" }, @@ -623,6 +712,12 @@ "amenity/drinking_water": { "name": "পানীয় জল" }, + "amenity/embassy": { + "name": "দুতাবাস" + }, + "amenity/fast_food": { + "name": "ফাস্টফুড" + }, "amenity/fire_station": { "name": "দমকল" }, @@ -645,7 +740,7 @@ "name": "বাজার" }, "amenity/parking": { - "name": "গাড়ি রাখার জায়গা" + "name": "গাড়ি পার্কিং" }, "amenity/pharmacy": { "name": "দাওয়াইখানা" @@ -671,6 +766,9 @@ "amenity/post_office": { "name": "ডাকঘর" }, + "amenity/pub": { + "name": "সরাইখানা" + }, "amenity/restaurant": { "name": "রেস্তোরাঁ" }, @@ -689,6 +787,9 @@ "amenity/toilets": { "name": "শৌচাগার" }, + "amenity/townhall": { + "name": "টাউন হল" + }, "amenity/university": { "name": "বিশ্ববিদ্যালয়" }, @@ -713,6 +814,9 @@ "building": { "name": "দালান" }, + "building/apartments": { + "name": "এপার্টমেন্ট" + }, "building/commercial": { "name": "বানিজ্যিক ভবন" }, @@ -740,6 +844,9 @@ "entrance": { "name": "প্রবেশপথ" }, + "footway/crossing": { + "name": "ক্রসিং" + }, "highway": { "name": "রাজপথ" }, @@ -755,6 +862,9 @@ "highway/footway": { "name": "ফুটপাত" }, + "highway/motorway": { + "name": "মোটরওয়ে" + }, "highway/path": { "name": "পথ" }, @@ -770,12 +880,21 @@ "highway/road": { "name": "অজানা রাস্তা" }, + "highway/secondary": { + "name": "সেকেন্ডারি রোড" + }, + "highway/service": { + "name": "সার্ভিস রোড" + }, "highway/service/alley": { "name": "গলি" }, "highway/steps": { "name": "সিঁড়ি" }, + "highway/tertiary": { + "name": "টারশিয়ারি রোড" + }, "highway/traffic_signals": { "name": "ট্রাফিক সিগনাল" }, @@ -800,6 +919,9 @@ "historic/ruins": { "name": "ধ্বংসাবশেষ" }, + "landuse": { + "name": "ভূমি ব্যবহার" + }, "landuse/allotments": { "name": "আবন্টন" }, @@ -863,6 +985,9 @@ "leisure/pitch/basketball": { "name": "বাস্কেটবল কোর্ট" }, + "leisure/pitch/soccer": { + "name": "ফুটবল মাঠ" + }, "leisure/pitch/tennis": { "name": "টেনিস কোর্ট" }, @@ -953,6 +1078,24 @@ "office": { "name": "কার্যালয়" }, + "office/newspaper": { + "name": "সংবাদপত্র" + }, + "office/ngo": { + "name": "এনজিও অফিস" + }, + "office/physician": { + "name": "চিকিত্সক" + }, + "office/political_party": { + "name": "রাজনৈতিক দল" + }, + "office/telecommunication": { + "name": "টেলিকম অফিস" + }, + "office/therapist": { + "name": "থেরাপিস্ট" + }, "place": { "name": "জায়গা" }, @@ -986,6 +1129,9 @@ "railway/level_crossing": { "name": "রেল ক্রসি" }, + "railway/monorail": { + "name": "মনোরেল" + }, "railway/platform": { "name": "রেল প্লাটফর্ম" }, @@ -1010,6 +1156,9 @@ "shop": { "name": "দোকান" }, + "shop/bakery": { + "name": "বেকারি" + }, "shop/bicycle": { "name": "সাইকেল-এর দোকান" }, @@ -1031,6 +1180,9 @@ "shop/car_repair": { "name": "গাড়ি মেরামত-এর দোকান" }, + "shop/chemist": { + "name": "কেমিস্ট" + }, "shop/clothes": { "name": "জামাকাপড়-এর দোকান" }, @@ -1040,6 +1192,12 @@ "shop/confectionery": { "name": "কনফেকশনারি" }, + "shop/department_store": { + "name": "ডিপার্টমেন্ট স্টোর" + }, + "shop/doityourself": { + "name": "নিজে করুন স্টোর" + }, "shop/electronics": { "name": "ইলেকট্রনিক্স-এর দোকান" }, @@ -1055,12 +1213,18 @@ "shop/gift": { "name": "উপহার-এর দোকান" }, + "shop/mall": { + "name": "মল" + }, "shop/mobile_phone": { "name": "মোবাইল ফোন-এর দোকান" }, "shop/music": { "name": "সগীত-এর দোকান" }, + "shop/optician": { + "name": "চক্ষুরোগের চিকিত্সক" + }, "shop/shoes": { "name": "জুতোর দোকান" }, @@ -1100,6 +1264,9 @@ "tourism/picnic_site": { "name": "পিকনিক-এর জায়গা" }, + "tourism/theme_park": { + "name": "থিম পার্ক" + }, "tourism/zoo": { "name": "চিড়িয়াখানা" }, @@ -1115,6 +1282,9 @@ "vertex": { "name": "অন্যান্য" }, + "waterway": { + "name": "পানিপথ" + }, "waterway/canal": { "name": "খাল" }, diff --git a/vendor/assets/iD/iD/locales/bs.json b/vendor/assets/iD/iD/locales/bs.json index 62ef0868c..82c026c53 100644 --- a/vendor/assets/iD/iD/locales/bs.json +++ b/vendor/assets/iD/iD/locales/bs.json @@ -401,9 +401,6 @@ }, "category-route": { "name": "Ruta" - }, - "category-water": { - "name": "Voda" } }, "fields": { @@ -920,10 +917,6 @@ "name": "Tržnica", "terms": "tržnica,pijaca" }, - "amenity/parking": { - "name": "Parking", - "terms": "parking,parkiraliÅ¡te,parking za automobile" - }, "amenity/pharmacy": { "name": "Apoteka", "terms": "apoteka,ljekarna" diff --git a/vendor/assets/iD/iD/locales/ca.json b/vendor/assets/iD/iD/locales/ca.json index 6d7c052c3..b8f51a822 100644 --- a/vendor/assets/iD/iD/locales/ca.json +++ b/vendor/assets/iD/iD/locales/ca.json @@ -261,6 +261,7 @@ "none": "Cap", "custom": "Personalitza", "custom_prompt": "Introdueix una plantilla de casella. Els paràmetres vàlids són {z}, {x}, {y} per a l'esquema Z/X/Y i {u} per a l'esquema quadtile.", + "fix_misalignment": "Corregir la alineació", "reset": "reinicia" }, "restore": { @@ -283,7 +284,7 @@ "view_on_osm": "Mostra-ho a OSM", "facebook": "Comparteix a Facebook", "twitter": "Comparteix al Twitter", - "google": "Comparteix al Google+", + "google": "Comparteix a Google+", "help_html": "Els canvis haurien d'aparèxier a la capa \"Estàndard\" en pocs minuts. Altres capes i algunes característiques, poden trigar més temps.\n(detalls).\n" }, "confirm": { @@ -387,6 +388,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Edifici" + }, "category-landuse": { "name": "Aprofitament del terreny" }, @@ -402,7 +406,10 @@ "category-route": { "name": "Ruta" }, - "category-water": { + "category-water-area": { + "name": "Aigua" + }, + "category-water-line": { "name": "Aigua" } }, @@ -701,6 +708,9 @@ "shelter": { "label": "Coberta" }, + "shelter_type": { + "label": "Tipus" + }, "shop": { "label": "Tipus" }, @@ -741,6 +751,9 @@ "trail_visibility": { "label": "Visibilitat del camí" }, + "tree_type": { + "label": "Tipus" + }, "vending": { "label": "Tipus de mercaderies" }, @@ -919,8 +932,7 @@ "terms": "Mercat, Mercat veïnal, Mercat de carrer" }, "amenity/parking": { - "name": "Aparcament", - "terms": "Aparcament, Lloc per a estacionar, Lloc d'estacionament limitat, cotxera, cotxeria, garatge, parking, pàrquing, Lloc per aparcar, Parada" + "name": "Aparcament" }, "amenity/pharmacy": { "name": "Farmàcia", @@ -973,6 +985,9 @@ "name": "Escola", "terms": "Escola, CEIP, IES, Guarderia, Institut" }, + "amenity/shelter": { + "name": "Refugi" + }, "amenity/swimming_pool": { "name": "Piscina", "terms": "Piscina, Instal·lació aquàtica" @@ -1123,6 +1138,12 @@ "entrance": { "name": "Entrada" }, + "footway/crossing": { + "name": "Cruïlla" + }, + "footway/sidewalk": { + "name": "Vorera" + }, "highway": { "name": "Via" }, @@ -1476,6 +1497,66 @@ "office": { "name": "Oficines" }, + "office/accountant": { + "name": "Contable" + }, + "office/administrative": { + "name": "Oficina de tràmits locals" + }, + "office/architect": { + "name": "Arquitecte" + }, + "office/company": { + "name": "Oficines de companyia" + }, + "office/educational_institution": { + "name": "Institució Educativa" + }, + "office/employment_agency": { + "name": "Oficina de treball" + }, + "office/estate_agent": { + "name": "Oficina d'agència immobiliària" + }, + "office/financial": { + "name": "Oficina financera" + }, + "office/government": { + "name": "Oficina governamental" + }, + "office/insurance": { + "name": "Oficina de companyia asseguradora" + }, + "office/it": { + "name": "Oficina d'informàtic/a" + }, + "office/lawyer": { + "name": "Bufet d'advocats" + }, + "office/newspaper": { + "name": "Diari" + }, + "office/ngo": { + "name": "Oficina d'ONG" + }, + "office/physician": { + "name": "Fisioterapeuta" + }, + "office/political_party": { + "name": "Local de partit polític" + }, + "office/research": { + "name": "Oficines d'R+D" + }, + "office/telecommunication": { + "name": "Oficina de telecomunicacions" + }, + "office/therapist": { + "name": "Terapeuta" + }, + "office/travel_agent": { + "name": "Agència de viatges" + }, "place": { "name": "Lloc" }, @@ -1512,6 +1593,9 @@ "power/line": { "name": "Línia elèctrica" }, + "power/minor_line": { + "name": "Línia elèctrica de baixa tensió" + }, "power/pole": { "name": "Piló de línia elèctrica" }, @@ -1698,6 +1782,9 @@ "shop/pet": { "name": "Botiga d'animals" }, + "shop/photo": { + "name": "Botiga de fotografia" + }, "shop/shoes": { "name": "Sabateria" }, diff --git a/vendor/assets/iD/iD/locales/cs.json b/vendor/assets/iD/iD/locales/cs.json index ee74c9401..06ddeff01 100644 --- a/vendor/assets/iD/iD/locales/cs.json +++ b/vendor/assets/iD/iD/locales/cs.json @@ -402,9 +402,6 @@ }, "category-route": { "name": "Trasa" - }, - "category-water": { - "name": "Voda" } }, "fields": { @@ -921,10 +918,6 @@ "name": "TrhoviÅ¡tě", "terms": "tržiÅ¡tě,trh" }, - "amenity/parking": { - "name": "ParkoviÅ¡tě", - "terms": "parkoviÅ¡tě,parkování,parkovací stání" - }, "amenity/pharmacy": { "name": "Lékárna", "terms": "lékárna,apatyka" @@ -1654,8 +1647,12 @@ "terms": "generátor, elektrický generátor, elektrárna, zdroj proudu" }, "power/line": { - "name": "Elektrické vedení", - "terms": "elektrické vedení" + "name": "Elektrické vedení vysokého napětí", + "terms": "elektrické vedení,vysoké napětí,přenosová soustava,energetika" + }, + "power/minor_line": { + "name": "Elektrické vedení nízkého napětí", + "terms": "elektrické vedení,nízké napětí,přenosová soustava,elektrický kabel,energetika" }, "power/pole": { "name": "Eletrický sloup", diff --git a/vendor/assets/iD/iD/locales/da.json b/vendor/assets/iD/iD/locales/da.json index eb2c05fdd..64b294594 100644 --- a/vendor/assets/iD/iD/locales/da.json +++ b/vendor/assets/iD/iD/locales/da.json @@ -388,6 +388,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Bygning" + }, "category-landuse": { "name": "Brug af land" }, @@ -403,7 +406,10 @@ "category-route": { "name": "Rute" }, - "category-water": { + "category-water-area": { + "name": "Vand" + }, + "category-water-line": { "name": "Vand" } }, @@ -702,6 +708,9 @@ "shelter": { "label": "Shelter" }, + "shelter_type": { + "label": "Type" + }, "shop": { "label": "Type" }, @@ -742,6 +751,9 @@ "trail_visibility": { "label": "Spor synlighed" }, + "tree_type": { + "label": "Type" + }, "vending": { "label": "Gods type" }, @@ -922,8 +934,8 @@ "terms": "Markedsplads" }, "amenity/parking": { - "name": "Parkering", - "terms": "Parkering, Bilparkering" + "name": "Bilparkering", + "terms": "Bilparkering" }, "amenity/pharmacy": { "name": "Apotek", @@ -977,6 +989,10 @@ "name": "Skole", "terms": "Skole, Folkeskole, Privatskole" }, + "amenity/shelter": { + "name": "Shelter", + "terms": "Shelter, læskur" + }, "amenity/swimming_pool": { "name": "Svømmebassin", "terms": "Svømmebassin, Swimming Pool, Pool" @@ -1141,6 +1157,14 @@ "name": "Indgang", "terms": "Indgang, Indgangsparti" }, + "footway/crossing": { + "name": "Kryds", + "terms": "Kryds" + }, + "footway/sidewalk": { + "name": "Fortov", + "terms": "Fortov" + }, "highway": { "name": "Vej", "terms": "Veje, Gader" @@ -1609,6 +1633,86 @@ "name": "Kontor", "terms": "Kontor" }, + "office/accountant": { + "name": "Revisor", + "terms": "Revisor" + }, + "office/administrative": { + "name": "Administrativt kontor", + "terms": "Administrativt kontor" + }, + "office/architect": { + "name": "Arkitekt", + "terms": "Arkitekt, Arkitektfirma" + }, + "office/company": { + "name": "Firmakontor", + "terms": "Firmakontor, Selskabskonto" + }, + "office/educational_institution": { + "name": "Uddannelsesinstitution", + "terms": "Uddannelsesinstitution" + }, + "office/employment_agency": { + "name": "Arbejdsformidling", + "terms": "Arbejdsformidling, Jobcenter" + }, + "office/estate_agent": { + "name": "Ejendomsmælger", + "terms": "Ejendomsmælger" + }, + "office/financial": { + "name": "Finanskontor", + "terms": "Finanskontor" + }, + "office/government": { + "name": "Statslig kontor", + "terms": "Statslig kontor, Styrelse" + }, + "office/insurance": { + "name": "Forsikringselskab", + "terms": "Forsikringsselskab" + }, + "office/it": { + "name": "IT-kontor", + "terms": "IT-kontor, IT-firma" + }, + "office/lawyer": { + "name": "Advokatkontor", + "terms": "Advokatkontor, Advokatfirma" + }, + "office/newspaper": { + "name": "Avis", + "terms": "Avis" + }, + "office/ngo": { + "name": "NGO kontor", + "terms": "NGO kontor, NGO" + }, + "office/physician": { + "name": "Læge", + "terms": "Læge, Doktor" + }, + "office/political_party": { + "name": "Politisk parti", + "terms": "Politisk parti" + }, + "office/research": { + "name": "Forskning", + "terms": "Forskning" + }, + "office/telecommunication": { + "name": "Teleselskabskontor", + "terms": "Teleselskabskontor" + }, + "office/therapist": { + "name": "Terapeut", + "terms": "Terapeut" + }, + "office/travel_agent": { + "name": "Rejsebureau", + "terms": "Rejseselskab, Rejsebureau" + }, "place": { "name": "Lokalitet", "terms": "Lokalitet, Sted" @@ -1657,6 +1761,10 @@ "name": "Elledning", "terms": "Elledning" }, + "power/minor_line": { + "name": "Elledning", + "terms": "Elledning" + }, "power/pole": { "name": "Elmast (telefonmast)", "terms": "Elmast (telefonmast)" diff --git a/vendor/assets/iD/iD/locales/de.json b/vendor/assets/iD/iD/locales/de.json index 282b8c9a9..f3387e9c7 100644 --- a/vendor/assets/iD/iD/locales/de.json +++ b/vendor/assets/iD/iD/locales/de.json @@ -64,7 +64,7 @@ "title": "Abrunden", "description": { "line": "Diese Linie kreisförmig machen.", - "area": "Dieses Gebiet kreisförmig machen." + "area": "Diese Fläche kreisförmig machen." }, "key": "O", "annotation": { @@ -122,10 +122,10 @@ }, "disconnect": { "title": "Trennen", - "description": "Trenne diese Wege voneinander.", + "description": "Trenne diese Wege/Flächen voneinander.", "key": "D", - "annotation": "Wege getrennt.", - "not_connected": "Es gibt nicht hier nicht genug Linien/Gebiete, um diese zu trennen." + "annotation": "Wege/Flächen getrennt.", + "not_connected": "Es gibt nicht hier nicht genug Linien/Flächen, um diese zu trennen." }, "merge": { "title": "Vereinigen", @@ -168,14 +168,14 @@ "title": "Teilen", "description": { "line": "Die Linie an diesem Punkt teilen.", - "area": "Die Gebietsgrenze teilen.", - "multiple": "Die Linie/Gebietsgrenze an diesem Punkt teilen." + "area": "Die Grenze dieser Fläche in zwei Teile teilen.", + "multiple": "Die Linie/Flächengrenze an diesem Punkt teilen." }, "key": "X", "annotation": { "line": "Linie teilen.", - "area": "Gebietsgrenze teilen.", - "multiple": "{n} Linien/Gebietsgrenzen teilen." + "area": "Flächengrenze teilen.", + "multiple": "{n} Linien/Flächengrenzen teilen." }, "not_eligible": "Linien können nicht am Anfang oder Ende geteilt werden.", "multiple_ways": "Es gibt hier zu viele Linien, um diese teilen zu können." @@ -298,7 +298,7 @@ }, "source_switch": { "live": "live", - "lose_changes": "Es gibt ungespeicherte Änderungen. Durch Wechsel des Karten-Servers gehen diese verloren. Sind Sie sicher, dass Sie den Server wechseln wollen?", + "lose_changes": "Es gibt ungespeicherte Änderungen. Durch Wechsel des Karten-Servers gehen diese verloren. Bist Du sicher, dass Du den Server wechseln willst?", "dev": "dev" }, "tag_reference": { @@ -310,8 +310,8 @@ "untagged_point": "Punkt ohne Eigenschaften", "untagged_line": "Linie ohne Attribute", "untagged_area": "Fläche ohne Attribute", - "many_deletions": "You're deleting {n} objects. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.", - "tag_suggests_area": "Das Attribut {tag} legt nahe, dass die Linie eine Fläche sein sollte, ist aber keine Fläche ist", + "many_deletions": "Du löscht gerade {n} Elemente. Willst Du das wirklich? Damit werden diese Elemente von der Karte gelöscht die alle auf openstreetmap.org sehen können.", + "tag_suggests_area": "Das Attribut {tag} legt nahe, dass die Linie eine Fläche sein sollte, es ist aber keine Fläche", "deprecated_tags": "Veraltete Attribute: {tags}" }, "zoom": { @@ -331,11 +331,11 @@ "editing_saving": "# Editieren & Speichern\n\nDieser Editor wurde entworfen, um online zu arbeiten und du erreichst ihn über diese Webseite.\n\n### Objekte auswählen\n\nUm ein Kartenobjekt wie eine Straße oder ein Sonderziel (POI) auszuwählen, klicke auf der Karte darauf. Dadurch wird das Objekt hervorgehoben und ein Bedienfeld mit Details und Möglichkeiten zur Veränderung aufgerufen.\n\nMehrere Objekte kannst du auswählen indem du die Shift-Taste (Umschalttaste) drückst und die Objekte einzeln anklickst oder klickst und einen Rahmen darum ziehst.\nSo können mehrere Objekte gleichzeitig geändert werden.\n\n### Speichern der Änderungen\n\nWenn du Änderungen an einer Straße, einem Gebäude oder einem Platz vorgenommen hast, sind diese lokal gespeichert, bis du sie auf dem Server speicherst. Keine Sorge falls du einen Fehler machen solltest: Du kannst Änderungen jederzeit über den Rückgängig-Knopf rückgängig machen oder über den Wiederherstellen-Knopf noch einmal ausführen.\n\nKlicke auf \"Speichern\", um eine Gruppe von Änderungen zu speichern. Zum Beispiel, wenn du in einem Stadtteil fertig bist und in einer neuen Gegend editieren willst.\nDu bekommst dann die Möglichkeit noch einmal zu überprüfen, was du gerade getan hast und der Editor zeigt dir nützliche Hinweise oder mögliche Fehler, wenn etwas nicht in Ordnung zu sein scheint.\n\nWenn alles gut aussieht kannst du einen kurzen Kommentar schreiben, der erklärt, was du gemacht hast. Drücke nun \"Speichern\", um die Änderungen auf dem Server zu speichern.\nNun können es alle auf [OpenStreetMap.org](http://www.openstreetmap.org/) sehen und darauf aufbauen.\n\nWenn du es zeitlich nicht schaffst, kannst du das Editor-Fenster einfach schließen. Wenn du die Seite wieder aufrufst (mit dem gleichen Browser und Computer) wird dir angeboten, die letzte Sitzung wiederherzustellen.\n", "roads": "# Straßen\n\nMit dem Editor kannst du Wege erstellen, verändern und löschen. Wege können alles mögliche sein, zum Beispiel Pfade, Straßen, Schienen, Fahrradwege und anderes.\n\n### Auswählen\n\nKlicke auf einen Weg, um ihn auszuwählen. Er sollte nun hervorgehoben werden. Außerdem erscheint ein kleines Werkzeugmenü und eine Seitenleiste mit den Eigenschaften des Weges.\n\n### Modifizieren\n\nOft sieht man, dass Wege nicht mit dem Luftbild oder einer GPS-Spur übereinstimmen. Du kannst den Weg aber so anpassen, dass er an der richtigen Stelle ist. Beachte jedoch, dass Luftbilder einen Versatz aufweisen können.\n\nAls Erstes wählst du einen Weg aus. Dieser wird nun hervorgehoben und es werden die Knoten des Weges angezeigt. Diese kannst du verschieben, bis sie an der richtigen Stelle sind. Wenn du neue Knoten hinzufügen möchtest, klicke doppelt zwischen den Knoten auf die Linie und es wird ein neuer Punkt erzeugt.\n\nWenn zwei Wege in Wirklichkeit mit einander verbunden sind, aber auf der Karte nicht, kannst du sie verbinden, indem du einen Knoten des einen Weges auf den anderen Weg ziehst. Dass Wege verbunden sind, ist wichtig für die Karte und essentiell für die Nutzung von Routenführung.\n\nDu kannst auch das \"Bewegen\"-Werkzeug nutzen oder \"M\" drücken, um den kompletten Weg zu verschieben. Beende die Aktion mit einem Klick.\n\n### Löschen\n\nWenn du weißt, dass ein Weg nicht existiert, kannst du ihn löschen, um ihn von der Karte zu entfernen. Sei beim Löschen von Objekten besonders vorsichtig, da diese Änderungen von jedem gesehen werden können und Luftbilder oft veraltet sind. Das heißt, dass ein Weg, der im Luftbild nicht zu sehen ist, vielleicht einfach neu gebaut wurde.\n\nDu kannst Wege löschen, indem du sie anklickst und das Mülltonnensymbol auswählst oder die \"Entfernen\"-Taste drückst.\n\n### Erstellen\n\nDu kennst einen Weg der nicht eingezeichnet ist? Dann klicke auf das \"Linien\"-Symbol oben links im Editor oder drücke die Taste \"2\" und beginne mit dem Zeichnen einer Linie.\n\nKlicke dort hin, wo die Straße anfängt. Sollte sie von einer bereits existierenden Straße abzweigen, klicke an der entsprechenden Stelle auf diese Straße.\n\nZeichne nun den Weg, indem du Punkte anhand der Luftaufnahme oder der GPS-Spur entlang des Weges setzt. Sollte der Weg einen anderen kreuzen, klicke auf den Kreuzungspunkt, um beide Wege zu verbinden. Wenn du mit dem Zeichnen fertig bist, klicke doppelt oder drücke \"Enter\" auf der Tastatur, um den Weg abzuschließen.\n", "gps": "# GPS\n\nGPS-Daten sind die vertrauenswürdigste Quelle für OpenStreetMap.\nDieser Editor unterstützt lokale GPS-Spuren — \".gpx\"-Dateien auf \ndeinem Computer. Du kannst diese GPS-Spuren mit Hilfe diverser\nSmartphone-Apps oder anderen GPS-Geräten aufnehmen.\n\nFür Informationen über das Sammeln von GPS-Daten kannst du dir\nfolgende Anleitung durchlesen: [Surveying with a GPS](http://learnosm.org/en/beginner/using-gps/) (zur Zeit nur auf Englisch)\n\nUm einen GPX-Track zu verwenden, ziehe ihn einfach in den Karteneditor.\nWenn er erkannt wurde, wird dieser Track als leuchtend grüne Linie auf\nder Karte dargestellt. Klicke auf \"Hintergrundeinstellungen\", um sie zu\n(de-)aktivieren, oder um zum Gebiet des Tracks zu gelangen (Lupe).\n\nDer GPX-Track wird nicht automatisch direkt zu OpenStreetMap hochgeladen.\nAm besten verwendest du ihn, um neue Wege hinzuzufügen. Möchtest du den \nGPX-Track jedem zugänglich machen, kannst du ihn über die [Track-Upload-Seite](http://www.openstreetmap.org/trace/create) hochladen.\n", - "imagery": "# Bildmaterial\n\nLuftbilder sind eine wichtige Quelle für das Kartografieren. Eine Kombination aus Luftbildern von Flugzeugen, Satellitenbilder und freien Quellen sind im Editor über das \"Hintergrundeinstellungen\"- Menü auf der linken Seite verfügbar. \n\nAls Standard ist der [Bing Maps](http://www.bing.com/maps/) Satelliten-Layer ausgewählt. Je nach Gegend werden dir verschiedene andere Quellen angezeigt.\nIn einigen Länder wie den USA, Frankreich, Deutschland und Dänemark stehen zum Teil sehr hochauflösende Luftbilder zur Verfügung.\n\nLuftbilder sind manchmal durch Fehler der Luftbild-Anbieter verschoben. \nWenn du feststellst, dass viele Straßen gegenüber dem Hintergrund verschoben sind, dann verschiebe nicht die Straßen sondern das Luftbild, bis sie übereinstimmen. Um das Luftbild zu korrigieren, klicke auf \"Fehlerhafte Ausrichtung korrigieren\" in den Hintergrundeinstellungen.\n\n", + "imagery": "# Bildmaterial\n\nLuftbilder sind eine wichtige Quelle für das Kartografieren. Eine Kombination aus Luftbildern von Flugzeugen, Satellitenbilder und freien Quellen sind im Editor über das \"Hintergrundeinstellungen\"- Menü auf der linken Seite verfügbar. \n\nAls Standard ist der [Bing Maps](http://www.bing.com/maps/) Satelliten-Layer ausgewählt. Je nach angezeigter Gegend werden Dir verschiedene andere Quellen angezeigt.\nIn einigen Länder wie den USA, Frankreich, Deutschland und Dänemark stehen zum Teil sehr hochauflösende Luftbilder zur Verfügung.\n\nLuftbilder sind manchmal durch Fehler der Luftbild-Anbieter verschoben. \nWenn du feststellst, dass viele Straßen gegenüber dem Hintergrund verschoben sind, dann verschiebe nicht die Straßen sondern das Luftbild, bis sie übereinstimmen. Um das Luftbild zu korrigieren, klicke auf \"Fehlerhafte Ausrichtung korrigieren\" unten in den Hintergrundeinstellungen.\n\n", "addresses": "# Adressen\n\nAdressen sind eine der wichtigsten Informationen einer Karte.\n\nObwohl Adressen oft als Teil einer Straße repräsentiert werden, werden sie in OpenStreetMap als Attribute von Gebäuden oder Objekten neben der Straße eingetragen.\n\nDu kannst Adressinformationen sowohl zu Flächen die als Gebäudegrundriss gezeichnet sind, als auch zu einzelnen Punkten hinzufügen. Adressen musst du über eine Stadtbegehung oder dein eigenes Wissen herausfinden, da die Nutzung kommerzieller Quellen wie Google Maps strikt verboten ist.\n", "inspector": "# Den Inspektor benutzen\n \nDer Inspektor ist das Bedienelement, das rechts im Editor erscheint, wenn du ein Objekt auswählst. Mit dem Inspektor kannst du die Details des Objektes zu bearbeiten.\n\n ### Eine Eigenschaft auswählen\n \nNachdem du einen Punkt, eine Linie oder eine Fläche hinzugefügt hast kannst du auswählen, welche Eigenschaft das Objekt hat - ob es eine Autobahn oder eine Wohnstraße; ein Supermarkt oder ein Café ist.\nDer Inspektor wird Knöpfe für die am häufigsten verwendeten Eigenschaften zeigen.Andere Eigenschaften findest du, indem du im Suchfeld eingibst wonach du suchst. \n \nKlicke auf den 'i'-Knopf in der Ecke rechts unten in einem Eigenschaften-Knopf, um mehr darüber zu erfahren. \n\n ### Vorlagen verwenden und Tags editieren\n \nNachdem du ein Objekt mit einer Eigenschaft versehen oder ausgewählt hast, zeigt der Inspektor Felder mit Details zu der Eigenschaft an wie Name und Adresse.\n\nUnter diesen Feldern kannst du Icons anklicken, um weitere Details hinzuzufügen wie zum Beispiel einen [Wikipedia](http://www.wikipedia.org/)-Link, Zugänglichkeit für Rollstühle und anderes.\n\nGanz unten im Inspektor kannst du auf 'Weitere Merkmale' klicken, um das Objekt mit beliebigen anderen Tags zu versehen.\n[Taginfo](http://taginfo.openstreetmap.org/) ist eine gute Quelle, um oft genutzte Kombinationen von Eigenschaften zu finden.\n\nÄnderungen die du im Inspektor vornimmst, werden automatisch auf die ausgewählten Objekte angewendet. Durch Klicken auf den 'Rückgängig'-Knopf kannst du sie rückgängig machen.\n\n ### Den Inspektor schließen\n\nDu kannst den Inspektor schließen, indem du auf den Schließen-Knopf oben rechts klickst, den 'Escape'-Knopf auf der Tastatur drückst oder in die Karte klickst.\n", "buildings": "# Gebäude\n\nOpenStreetMap ist die weltgrößte Datenbank für Gebäude und du kannst helfen sie\nweiter zu verbessern.\n\n### Auswahl\n\nDu kannst ein Gebäude auswählen, indem du auf dessen Umrisslinie klickst. Der\nUmriss wird nun hervorgehoben. Außerdem wird ein Werkzeugmenü und eine\nSeitenleiste eingeblendet, welche Informationen zum Gebäude zeigt.\n\n### Bearbeitung\n\nManchmal sind Gebäude falsch platziert oder haben falsche Eigenschaften.\n\nUm ein Gebäude komplett zu verschieben wähle es aus und klicke auf das\n„Bewegen“-Werkzeug. Verschiebe nun das Gebäude mit der Maus und Klicke einmal\nwenn es an der richtigen Stelle ist.\n\nUm den Gebäudeumriss zu korrigieren, klicke und ziehe die Umrissknoten, bis\nsie an der richtigen Stelle sind.\n\n### Erstellen\n\nEine oft gestellte Frage bezieht sich auf das Erstellen von Gebäuden als\nGebäudefläche und/oder als Punkt. Hier gilt, wann immer es möglich ist, sollte\ndas Gebäude als Fläche eingetragen werden. Firmen, Geschäfte und ähnliches\nwerden zusätzlich als Punkte innerhalb des Gebäudeumrisses angelegt.\n\nUm ein Gebäude als Fläche zu zeichnen, klicke auf den „Fläche“-Knopf oben\nlinks und vollende das Gebäude, indem du entweder die \"Enter\"-taste drückst,\noder auf den ersten Knoten klickst.\n\n### Löschen\n\nWenn du siehst und weißt, dass ein Gebäude nicht existiert - zum Beispiel,\nweil du vor Ort warst - kannst du es löschen und es wird von der Karte\nentfernt. Sei vorsichtig mit der Löschfunktion! Das Ergebnis kann, wie\nbei jeder anderen Veränderung, von allen gesehen werden. Außerdem sind\nSatellitenbilder oft veraltet und ein Gebäude könnte einfach neu gebaut sein.\n\nDu kannst ein Gebäude löschen, indem du es auswählst und auf das\nPapierkorbsymbol klickst oder die „Entfernen“-Taste betätigst.\n", - "relations": "# Relationen\n\nEine Relation ist ein besonderes Element in OpenStreetMap, welches andere Elemente\nzusammenfasst. Es gibt zwei gängige Arten von Relationen: *Routen* fassen\nAbschnitte eines Weges zu einer Autobahn (oder zu einem anderen Weg) zusammenfassen.\n*Multipolygone* fassen mehrere Gebiete zu einem komplexen Gebiet zusammen, dabei\nkann auch ein Gebiet ein Loch in einem anderen Gebiet (wie in einem Donut) beschreiben.\n\nDie Elemente in einer Relation werden *Mitglieder* genannt. In der Seitenleiste kannst\nDu sehen, in welchen Relationen ein Element enthalten ist. Durch Klick auf eine Relation\nwerden alle Elemente der Relation in der Seitenleisten aufgezeigt und auf der Karte markiert.\n\nNormalerweise kümmert sich iD während der Bearbeitung automatisch um die Pflege der Relationen.\nWenn Du einen Abschnitt eines Weges löscht um ihn genauer neu zu zeichnen, solltest Du sicherstellen,\ndass der neuen Abschnitt Mitglied in den gleichen Relationen wie das Original wird.\n\n## Bearbeiten von Relationen\n\nUm ein Element einer Relation hinzuzufügen, wähle das zukünftige Mitglied aus und\nklicke in der Seitenleiste auf die Schaltfläche \"+\" im Abschnitt \"Alle Relationen\".\nDu kannst dann die Relation auswählen oder den Namen der Relation eintippen.\n\nUm eine neue Relation erstellen, wähle das erste zukünftige Mitglied aus und\nklicke in der Seitenleiste auf die Schaltfläche \"+\" im Abschnitt \"Alle Relationen\"\nund wähle \"Neue Relation ...\".\n\nUm ein Element aus einer Relation zu entfernen, wähle das Mitglied aus und klicke\nauf den Papierkorb neben der Relation aus Du es entfernen willst.\n\nDu kannst Multipolygone mit Löchern mit dem \"Vereinigen\"-Werkzeug erstellen.\nZeichne zwei Bereiche (den äußeren und den inneren Bereich) und klicke auf den äußeren Bereich. Dann halte die Umschalttaste gedrückt und klicke auf den inneren Bereich und klicke dann auf \"Vereinigen\" (+).\n" + "relations": "# Relationen\n\nEine Relation ist ein besonderes Element in OpenStreetMap, welches andere Elemente\nzusammenfasst. Es gibt zwei gängige Arten von Relationen: *Routen* fassen\nAbschnitte eines Weges zu einer Autobahn (oder zu einem anderen Weg) zusammenfassen.\n*Multipolygone* fassen mehrere Flächen zu einer komplexen Fläche zusammen, dabei\nkann auch eine Fläche ein Loch in einer anderen Fläche (wie der Innenhof in einem Gebäude oder die Lichtung im Wald) beschreiben.\n\nDie Elemente in einer Relation werden *Mitglieder* genannt. In der Seitenleiste kannst\nDu sehen, in welchen Relationen ein Element enthalten ist. Durch Klick auf eine Relation\nwerden alle Elemente der Relation in der Seitenleisten aufgezeigt und auf der Karte markiert.\n\nNormalerweise kümmert sich iD während der Bearbeitung automatisch um die Pflege der Relationen.\nWenn Du einen Abschnitt eines Weges löscht um ihn genauer neu zu zeichnen, solltest Du sicherstellen,\ndass der neuen Abschnitt Mitglied in den gleichen Relationen wie das Original wird.\n\n## Bearbeiten von Relationen\n\nUm ein Element einer Relation hinzuzufügen, wähle das zukünftige Mitglied aus und\nklicke in der Seitenleiste auf die Schaltfläche \"+\" im Abschnitt \"Alle Relationen\".\nDu kannst dann die Relation auswählen oder den Namen der Relation eintippen.\n\nUm eine neue Relation erstellen, wähle das erste zukünftige Mitglied aus und\nklicke in der Seitenleiste auf die Schaltfläche \"+\" im Abschnitt \"Alle Relationen\"\nund wähle \"Neue Relation ...\".\n\nUm ein Element aus einer Relation zu entfernen, wähle das Mitglied aus und klicke\nauf den Papierkorb neben der Relation aus Du es entfernen willst.\n\nDu kannst Multipolygone mit Löchern mit dem \"Vereinigen\"-Werkzeug erstellen.\nZeichne zwei Bereiche (den äußeren und den inneren Bereich) und klicke auf den äußeren Bereich. Dann halte die Umschalttaste gedrückt und klicke auf den inneren Bereich und klicke dann auf \"Vereinigen\" (+).\n" }, "intro": { "navigation": { @@ -388,6 +388,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Gebäude" + }, "category-landuse": { "name": "Landnutzung" }, @@ -403,7 +406,10 @@ "category-route": { "name": "Route" }, - "category-water": { + "category-water-area": { + "name": "Wasser" + }, + "category-water-line": { "name": "Wasser" } }, @@ -742,6 +748,9 @@ "trail_visibility": { "label": "Erkennbarkeit des Wanderweges" }, + "tree_type": { + "label": "Typ" + }, "vending": { "label": "Dienstleistung" }, @@ -922,8 +931,8 @@ "terms": "Marktplatz" }, "amenity/parking": { - "name": "Parkplatz", - "terms": "Parkmöglichkeit" + "name": "Autoparkplatz", + "terms": "Autoparkplatz, Parkplatz, Parkhaus, Garage, Parkgarage" }, "amenity/pharmacy": { "name": "Apotheke", @@ -1141,6 +1150,14 @@ "name": "Eingang", "terms": "Eingang" }, + "footway/crossing": { + "name": "Fussgängerüberweg", + "terms": "Zebrastreifen" + }, + "footway/sidewalk": { + "name": "Bürgersteig", + "terms": "Gehsteig, Fußgängerweg, Gehweg, Fußweg, Gangsteig, Trottoir" + }, "highway": { "name": "Straße/Weg", "terms": "Autobahn" @@ -1609,6 +1626,86 @@ "name": "Büro", "terms": "Büro, Amt, Behörde, Geschäft" }, + "office/accountant": { + "name": "Steuerberater", + "terms": "Buchhalter, Buchführer, Wirtschaftsprüfer" + }, + "office/administrative": { + "name": "Verwaltungsamt", + "terms": "Verwaltungsstelle, Öffentliche Verwaltung" + }, + "office/architect": { + "name": "Architekt", + "terms": "Architekturbüro, Planungsbüro" + }, + "office/company": { + "name": "Firma", + "terms": "Büro, Gesellschaft" + }, + "office/educational_institution": { + "name": "Schulamt", + "terms": "Schulverwaltung, Universitätsverwaltung, Bildungseinrichtung" + }, + "office/employment_agency": { + "name": "Arbeitsamt", + "terms": "Arbeitsagentur, Arbeitsvermittlung, Arbeitsvermittlungsstelle, Stellenvermittlung, Agentur für Arbeit" + }, + "office/estate_agent": { + "name": "Immobilienmakler", + "terms": "Makler, Immobilienhändler, Liegenschaftsverwalter, Grundstücksmakler" + }, + "office/financial": { + "name": "Finanzberater", + "terms": "Geldberater" + }, + "office/government": { + "name": "Behörde", + "terms": "Amt, Regierungsstelle" + }, + "office/insurance": { + "name": "Versicherung", + "terms": "Versicherungsbüro" + }, + "office/it": { + "name": "IT Büro", + "terms": "Softwareentwickler, Softwarebüro, Programmierer, IT" + }, + "office/lawyer": { + "name": "Anwalt", + "terms": "Jurist, Advokat, Rechtsanwalt, Notar" + }, + "office/newspaper": { + "name": "Redaktion", + "terms": "Zeitung, Zeitschrift" + }, + "office/ngo": { + "name": "Nichtregierungsorganisation", + "terms": "Gemeinnütziger Verein" + }, + "office/physician": { + "name": "Arztpraxis", + "terms": "Praxis" + }, + "office/political_party": { + "name": "Partei", + "terms": "Politische Partei, Parteizentrale" + }, + "office/research": { + "name": "Forschungseinrichtung", + "terms": "Forschungsinstitut, Wissenschaftliches Institut" + }, + "office/telecommunication": { + "name": "Telefongesellschaft", + "terms": "Telekommunikation, Nachrichtentechniker" + }, + "office/therapist": { + "name": "Therapeut", + "terms": "Masseur" + }, + "office/travel_agent": { + "name": "Reisebüro", + "terms": "Reiseagentur" + }, "place": { "name": "Ort", "terms": "Platz, Ort, Stelle, Gegend" @@ -1657,6 +1754,10 @@ "name": "Stromleitung", "terms": "Stromleitung" }, + "power/minor_line": { + "name": "Nieder-/Mittelspannungsleitung", + "terms": "Niederspannungsleitung, Mittelspannungsleitung, Freileitung, Niederspannungsfreileitung, Mittelspannungsfreileitung" + }, "power/pole": { "name": "Strommast", "terms": "Strommast, Stromleitungsmast" @@ -1778,7 +1879,7 @@ "terms": "Autowerkstatt, Kfz-Werkstatt, Autoreparatur" }, "shop/chemist": { - "name": "Apotheke", + "name": "Drogerie", "terms": "Drogerie" }, "shop/clothes": { diff --git a/vendor/assets/iD/iD/locales/el.json b/vendor/assets/iD/iD/locales/el.json index 5898cdd5c..6a41acf3c 100644 --- a/vendor/assets/iD/iD/locales/el.json +++ b/vendor/assets/iD/iD/locales/el.json @@ -18,6 +18,9 @@ "browse": { "title": "Επισκόπηση", "description": "Μετακίνηση και εστίαση του χάρτη." + }, + "draw_area": { + "tail": "Κάντε κλικ για να προσθέσετε κόμβους στην περιοχή σας. Κλικ στον πρώτο κόμβο για να τελειώσετε την περιοχή. " } }, "operations": { @@ -70,6 +73,12 @@ "area": "Τετραγωνίστηκαν οι γωνίες μιας περιοχής" } }, + "straighten": { + "title": "Ευθυγράμμηση", + "description": "Ευθυγράμμιση αυτής της γραμμής.", + "annotation": "Ευθυγραμμίστηκε μια γραμμή.", + "too_bendy": "Αυτό δεν μπορεί να ευθυγραμμιστεί επειδή λυγίζει αρκετά." + }, "delete": { "title": "Διαγραφή", "description": "Αφαιρέστε αυτό από το χάρτη.", @@ -99,6 +108,7 @@ }, "disconnect": { "title": "Αποσύνδεση", + "description": "Αποσυνδέστε αυτές τις γραμμές/περιοχές μεταξύ τους.", "key": "D", "annotation": "Αποσύνδεση γραμμών/περιοχών.", "not_connected": "Δεν υπάρχουν αρκετές γραμμές/περιοχές εδώ για αποσύνδεση." @@ -127,6 +137,7 @@ }, "rotate": { "title": "Περιστροφή", + "description": "Περιστρέψτε αυτό το αντικείμενο γύρω από το κέντρο του. ", "key": "R", "annotation": { "line": "Περιστράφηκε μια γραμμή.", @@ -227,6 +238,7 @@ "percent_brightness": "{opacity}% φωτεινότητα", "none": "Κανένα", "custom": "Προσαρμοσμένο", + "fix_misalignment": "Διόρθωση ευθυγράμμισης", "reset": "Μηδενισμός" }, "restore": { @@ -279,8 +291,10 @@ "in": "Μεγέθυνση", "out": "Σμίκρυνση" }, + "cannot_zoom": "Δεν είναι δυνατή μεγαλύτερη σμίκρυνση στην τρέχουσα κατάσταση λειτουργίας.", "gpx": { "local_layer": "Τοπικό αρχείο GPX", + "zoom": "Εστίαση στο ίχνος GPX", "browse": "Εξερεύνηση για αρχείο .gpx" }, "help": { @@ -323,9 +337,6 @@ }, "category-route": { "name": "Διαδρομή" - }, - "category-water": { - "name": "Νερό" } }, "fields": { @@ -818,10 +829,6 @@ "name": "Αγορά", "terms": "Αγορά" }, - "amenity/parking": { - "name": "Χώρος Στάθμευσης", - "terms": "Χώρος στάθμευσης, Πάρκινγκ" - }, "amenity/pharmacy": { "name": "Φαρμακείο", "terms": "Φαρμακείο" diff --git a/vendor/assets/iD/iD/locales/en-GB.json b/vendor/assets/iD/iD/locales/en-GB.json index b7e3c98b7..902f69a2d 100644 --- a/vendor/assets/iD/iD/locales/en-GB.json +++ b/vendor/assets/iD/iD/locales/en-GB.json @@ -61,17 +61,14 @@ }, "amenity/kindergarten": { "name": "Nursery", - "terms": "Nursery, Pre-school, preschool" - }, - "amenity/parking": { - "name": "Car Parking" + "terms": "Nursery, Pre-school, preschool, kingergarden" }, "amenity/post_box": { "name": "Post Box", "terms": "Mailbox" }, - "railway/station": { - "terms": "train station, station" + "amenity/ranger_station": { + "name": "Warden Station" }, "tourism/camp_site": { "terms": "camping" diff --git a/vendor/assets/iD/iD/locales/en.json b/vendor/assets/iD/iD/locales/en.json index aa5c88dc1..5c87e7a7f 100644 --- a/vendor/assets/iD/iD/locales/en.json +++ b/vendor/assets/iD/iD/locales/en.json @@ -392,6 +392,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Building" + }, "category-landuse": { "name": "Land Use" }, @@ -407,7 +410,10 @@ "category-route": { "name": "Route" }, - "category-water": { + "category-water-area": { + "name": "Water" + }, + "category-water-line": { "name": "Water" } }, @@ -708,6 +714,9 @@ "shelter": { "label": "Shelter" }, + "shelter_type": { + "label": "Type" + }, "shop": { "label": "Type" }, @@ -748,6 +757,9 @@ "trail_visibility": { "label": "Trail Visibility" }, + "tree_type": { + "label": "Type" + }, "vending": { "label": "Type of Goods" }, @@ -928,7 +940,7 @@ "terms": "" }, "amenity/parking": { - "name": "Parking", + "name": "Car Parking", "terms": "" }, "amenity/pharmacy": { @@ -973,7 +985,7 @@ }, "amenity/ranger_station": { "name": "Ranger Station", - "terms": "visitor center,visitor centre,permit center,permit centre,backcountry office" + "terms": "visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center" }, "amenity/restaurant": { "name": "Restaurant", @@ -983,6 +995,10 @@ "name": "School", "terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university" }, + "amenity/shelter": { + "name": "Shelter", + "terms": "lean-to" + }, "amenity/swimming_pool": { "name": "Swimming Pool", "terms": "" @@ -1147,6 +1163,14 @@ "name": "Entrance", "terms": "" }, + "footway/crossing": { + "name": "Crossing", + "terms": "crosswalk,zebra crossing" + }, + "footway/sidewalk": { + "name": "Sidewalk", + "terms": "" + }, "highway": { "name": "Highway", "terms": "" @@ -1615,6 +1639,86 @@ "name": "Office", "terms": "" }, + "office/accountant": { + "name": "Accountant", + "terms": "" + }, + "office/administrative": { + "name": "Administrative Office", + "terms": "" + }, + "office/architect": { + "name": "Architect", + "terms": "" + }, + "office/company": { + "name": "Company Office", + "terms": "" + }, + "office/educational_institution": { + "name": "Educational Institution", + "terms": "" + }, + "office/employment_agency": { + "name": "Employment Agency", + "terms": "" + }, + "office/estate_agent": { + "name": "Real Estate Office", + "terms": "" + }, + "office/financial": { + "name": "Financial Office", + "terms": "" + }, + "office/government": { + "name": "Government Office", + "terms": "" + }, + "office/insurance": { + "name": "Insurance Office", + "terms": "" + }, + "office/it": { + "name": "IT Office", + "terms": "" + }, + "office/lawyer": { + "name": "Law Office", + "terms": "" + }, + "office/newspaper": { + "name": "Newspaper", + "terms": "" + }, + "office/ngo": { + "name": "NGO Office", + "terms": "" + }, + "office/physician": { + "name": "Physician", + "terms": "" + }, + "office/political_party": { + "name": "Political Party", + "terms": "" + }, + "office/research": { + "name": "Research Office", + "terms": "" + }, + "office/telecommunication": { + "name": "Telecom Office", + "terms": "" + }, + "office/therapist": { + "name": "Therapist", + "terms": "" + }, + "office/travel_agent": { + "name": "Travel Agency", + "terms": "" + }, "place": { "name": "Place", "terms": "" @@ -1663,6 +1767,10 @@ "name": "Power Line", "terms": "" }, + "power/minor_line": { + "name": "Minor Power Line", + "terms": "" + }, "power/pole": { "name": "Power Pole", "terms": "" @@ -1713,7 +1821,7 @@ }, "railway/station": { "name": "Railway Station", - "terms": "" + "terms": "train station,station" }, "railway/subway": { "name": "Subway", @@ -1973,7 +2081,7 @@ }, "tourism/camp_site": { "name": "Camp Site", - "terms": "" + "terms": "camping" }, "tourism/caravan_site": { "name": "RV Park", diff --git a/vendor/assets/iD/iD/locales/es.json b/vendor/assets/iD/iD/locales/es.json index 6d830c5c0..06ad61dee 100644 --- a/vendor/assets/iD/iD/locales/es.json +++ b/vendor/assets/iD/iD/locales/es.json @@ -387,6 +387,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Edificio" + }, "category-landuse": { "name": "Uso del suelo" }, @@ -402,8 +405,11 @@ "category-route": { "name": "Ruta" }, - "category-water": { + "category-water-area": { "name": "Lámina de agua" + }, + "category-water-line": { + "name": "Curso de agua" } }, "fields": { @@ -741,6 +747,9 @@ "trail_visibility": { "label": "Visibilidad de la senda" }, + "tree_type": { + "label": "Tipo" + }, "vending": { "label": "Tipo de producto" }, @@ -918,10 +927,6 @@ "name": "Mercado", "terms": "mercado, mercadillo" }, - "amenity/parking": { - "name": "Aparcamiento", - "terms": "aparcamiento,estacionamiento, parking, garaje" - }, "amenity/pharmacy": { "name": "Farmacia", "terms": "farmacia,botica, laboratorio, apoteca, herbolario" @@ -1135,6 +1140,13 @@ "name": "Entrada", "terms": "puerta, portal, vestíbulo, umbral, soportal, pórtico, abertura, acceso, boca, entrada, portilla" }, + "footway/crossing": { + "name": "Cruce peatonal" + }, + "footway/sidewalk": { + "name": "Acera", + "terms": "acera, paso, bordillo, anden, borde, peatonal, peatón" + }, "highway": { "name": "Vía", "terms": "calle, cañada, ronda, carril, pista, ruta, arteria, rúa, trayecto, avenida, carretera, paseo, camino, senda" @@ -1597,6 +1609,54 @@ "name": "Oficina", "terms": "Puesto, Oficina" }, + "office/accountant": { + "name": "Contable", + "terms": "contable, contador, tesorero, interventor, cajero, administrador, contabilidad, gestor" + }, + "office/administrative": { + "name": "Oficina administrativa", + "terms": "administrativo, gestoría, asesoría" + }, + "office/architect": { + "name": "Arquitecto", + "terms": "constructor, proyectista, edificador, aparejador, urbanista" + }, + "office/company": { + "name": "Oficina de empresa" + }, + "office/employment_agency": { + "name": "Agencia de colocación", + "terms": "agencia, empleo, desempleo, colocación, trabajo, ocupación, paro, desocupación, INEM" + }, + "office/estate_agent": { + "name": "Inmobiliaria", + "terms": "agencia, bienes raíces, inmobiliaria, alquiler, inmueble, venta" + }, + "office/government": { + "name": "Oficina de gobierno" + }, + "office/insurance": { + "name": "Aseguradora", + "terms": "oficina, aseguradora, seguro" + }, + "office/lawyer": { + "name": "Despacho de abogados", + "terms": "despacho, bufete, abogado, procurador, letrado, jurisconsulto, jurisperito, jurista, legista" + }, + "office/newspaper": { + "name": "Periódico" + }, + "office/ngo": { + "name": "ONG", + "terms": "oficina, ONG, organización no gubernamental, " + }, + "office/political_party": { + "name": "Partido político" + }, + "office/travel_agent": { + "name": "Agencia de viajes", + "terms": "agencia, viaje, vacaciones, turismo, excursión" + }, "place": { "name": "Lugar", "terms": "sitio, emplazamiento, parte, punto, lado, espacio, zona, área, paraje, lugar" @@ -1645,6 +1705,9 @@ "name": "Línea de alta tensión", "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" + }, "power/pole": { "name": "Poste eléctrico", "terms": "torre, torreta, alta, tensión, poste, electricidad" @@ -1723,8 +1786,8 @@ "name": "Licorería" }, "shop/bakery": { - "name": "Panadería", - "terms": "panadería, horno, tahona, tienda, pastelería" + "name": "Panadería o pastelería", + "terms": "panadería, horno, tahona, tienda, pastelería, confitería, pastel, pan, bollería, bollo" }, "shop/beauty": { "name": "Salón de belleza" @@ -1751,22 +1814,28 @@ "name": "Tienda de componente de vehículos" }, "shop/car_repair": { - "name": "Taller de reparación de vehículos" + "name": "Taller de reparación de vehículos", + "terms": "reparación, automóvil, vehículo, carro, coche, taller" }, "shop/chemist": { - "name": "Farmacia" + "name": "Farmacia", + "terms": "farmacéutico, botica, farmacia, boticario, apoteca" }, "shop/clothes": { - "name": "Tienda de ropa" + "name": "Tienda de ropa", + "terms": "tienda, ropa, vestido, traje, vestimenta, textil, establecimiento, ropaje, sastrería, comercio, negocio, local" }, "shop/computer": { - "name": "Tienda de informática" + "name": "Tienda de informática", + "terms": "tienda, establecimiento, informática, ordenador, computador, comuptadora, comercio, negocio, local" }, "shop/confectionery": { - "name": "Confitería" + "name": "Confitería", + "terms": "confitería, dulces, repostería, golosina, bombones, tienda de dulces, pastelería" }, "shop/convenience": { - "name": "Tienda de alimentación" + "name": "Tienda de alimentación", + "terms": "tienda, almacén, colmado, abarrote, alimentación" }, "shop/deli": { "name": "Delicatessen" @@ -1790,7 +1859,8 @@ "name": "Pescadería" }, "shop/florist": { - "name": "Floristería" + "name": "Floristería", + "terms": "floristería, florista, flores, ramos, plantas, tienda, comercio" }, "shop/furniture": { "name": "Tienda de muebles" @@ -1799,7 +1869,8 @@ "name": "Centro de jardinería" }, "shop/gift": { - "name": "Tienda de regalos" + "name": "Tienda de regalos", + "terms": "tienda, comercio, local, regalo, obsequio" }, "shop/greengrocer": { "name": "Frutería" @@ -1814,13 +1885,16 @@ "name": "Tienda de sonido" }, "shop/jewelry": { - "name": "Joyería" + "name": "Joyería", + "terms": "joyería, joyero, relojería, argentería, orfebrería, orfebre, platero, relojero" }, "shop/kiosk": { - "name": "Kiosko" + "name": "Kiosko", + "terms": "quiosco, kiosko, prensa, revista, estanco" }, "shop/laundry": { - "name": "Lavandería" + "name": "Lavandería", + "terms": "lavandería, lavadero, colada, ropa, tintorería, limpieza" }, "shop/locksmith": { "name": "Cerrajero" @@ -1842,14 +1916,20 @@ "name": "Quiosco de prensa" }, "shop/optician": { - "name": "Óptica" + "name": "Óptica", + "terms": "óptica, gafas, lentillas, oculista, óptico, tienda" }, "shop/outdoor": { - "name": "Tienda de actividades al aire libre" + "name": "Tienda de actividades al aire libre", + "terms": "tienda, deportes, aventura, aire, libre, excursionismo" }, "shop/pet": { "name": "Tienda de mascotas" }, + "shop/photo": { + "name": "Tienda de fotografía", + "terms": "fotografía, tienda , establecimiento, fotógrafo, cámara, retratista, revelado" + }, "shop/shoes": { "name": "Zapatería" }, @@ -1945,16 +2025,20 @@ "terms": "zoo, zoológico " }, "type/boundary": { - "name": "Límite" + "name": "Límite", + "terms": "frontera, límite, confín, linde, divisoria, borde" }, "type/boundary/administrative": { - "name": "Frontera administrativa" + "name": "Frontera administrativa", + "terms": "frontera, límite, confín, linde, divisoria, borde" }, "type/multipolygon": { - "name": "Multipoligono" + "name": "Multipoligono", + "terms": "multipolígono, polígono, múltiple, multi-polígono" }, "type/restriction": { - "name": "Restricción" + "name": "Restricción", + "terms": "restricción, limitación, prohibición" }, "type/route": { "name": "Ruta", @@ -2017,7 +2101,8 @@ "name": "Desagüe" }, "waterway/river": { - "name": "Río" + "name": "Río", + "terms": "río, torrente, arroyo, torrentera, riachuelo, riacho, afluente, regato" }, "waterway/riverbank": { "name": "Ribera de un río", @@ -2028,7 +2113,8 @@ "terms": "torrente, riachuelo, arroyuelo, regato, reguero, torrentera, rivera, corriente, afluente, brazo, toma, río, arroyo" }, "waterway/weir": { - "name": "Vertedero" + "name": "Vertedero", + "terms": "presa, azud" } } } diff --git a/vendor/assets/iD/iD/locales/et.json b/vendor/assets/iD/iD/locales/et.json index 9c43d2c3f..84e584cbf 100644 --- a/vendor/assets/iD/iD/locales/et.json +++ b/vendor/assets/iD/iD/locales/et.json @@ -240,6 +240,7 @@ "none": "Puudub", "custom": "Kohandatud", "custom_prompt": "Sisesta kohandatud tausta URL. Kasutatavad muutujad on {z}, {x}, {y} Z/X/Y skeemi jaoks ja {u} quadtile skeemi jaoks.", + "fix_misalignment": "Korrigeeri nihet", "reset": "lähtesta" }, "restore": { @@ -344,9 +345,6 @@ }, "category-road": { "name": "Tee" - }, - "category-water": { - "name": "Vesi" } }, "fields": { @@ -387,7 +385,11 @@ "capacity": { "label": "Mahtutavus" }, + "cardinal_direction": { + "label": "Suund" + }, "clock_direction": { + "label": "Suund", "options": { "clockwise": "Kellasuunas", "anticlockwise": "Kella vastassuunas" @@ -467,6 +469,9 @@ "park_ride": { "label": "Pargi ja Reisi" }, + "parking": { + "label": "Tüüp" + }, "phone": { "label": "Telefon" }, @@ -500,7 +505,7 @@ "placeholder": "http://näidis24.ee/" }, "wikipedia": { - "label": "Wikipeedia" + "label": "Vikipeedia" } }, "presets": { @@ -582,9 +587,6 @@ "amenity/marketplace": { "name": "Turg" }, - "amenity/parking": { - "name": "Parkla" - }, "amenity/pharmacy": { "name": "Apteek" }, @@ -714,6 +716,9 @@ "highway/motorway": { "name": "Kiirtee" }, + "highway/motorway_junction": { + "name": "Kiirtee liiklussõlm" + }, "highway/path": { "name": "Rada" }, @@ -723,6 +728,9 @@ "highway/primary": { "name": "Põhimaantee" }, + "highway/residential": { + "name": "Elamupiikonna tänav" + }, "highway/secondary": { "name": "Tugimaantee" }, @@ -784,7 +792,7 @@ "name": "Karjäär" }, "landuse/residential": { - "name": "Elamurajoon" + "name": "Elamupiirkond" }, "landuse/retail": { "name": "Kaubanduslik" @@ -912,6 +920,9 @@ "place/island": { "name": "Saar" }, + "place/town": { + "name": "Linn" + }, "place/village": { "name": "Küla" }, diff --git a/vendor/assets/iD/iD/locales/fi.json b/vendor/assets/iD/iD/locales/fi.json index eb2ae12d6..4ddf13393 100644 --- a/vendor/assets/iD/iD/locales/fi.json +++ b/vendor/assets/iD/iD/locales/fi.json @@ -385,9 +385,6 @@ }, "category-route": { "name": "Reitti" - }, - "category-water": { - "name": "Vesi" } }, "fields": { @@ -857,10 +854,6 @@ "amenity/marketplace": { "name": "Tori" }, - "amenity/parking": { - "name": "Pysäköintialue", - "terms": "pysäköinti, parkkipaikka, pysäköintipaikka, parkki, pysäköintitalo, parkkitalo, autoparkki, auto" - }, "amenity/pharmacy": { "name": "Apteekki", "terms": "apteekki, lääke, lääkkeet, lääkemyymälä, lääkkeenmyynti, farmasia, farmaseutti" diff --git a/vendor/assets/iD/iD/locales/fr.json b/vendor/assets/iD/iD/locales/fr.json index d548b3af3..41ee829a4 100644 --- a/vendor/assets/iD/iD/locales/fr.json +++ b/vendor/assets/iD/iD/locales/fr.json @@ -261,6 +261,7 @@ "none": "Aucun", "custom": "Personnalisé", "custom_prompt": "Entre un modèle de tuile. Les jetons valides sont {z}, {x}, {y} pour un système Z/X/Y et {u} pour le quatrième système.", + "fix_misalignment": "Corriger l'alignement", "reset": "réinitialiser" }, "restore": { @@ -401,9 +402,6 @@ }, "category-route": { "name": "Route" - }, - "category-water": { - "name": "Eau" } }, "fields": { @@ -440,10 +438,13 @@ }, "destination": { "title": "Interdit sauf riverains", - "description": "Circulation interdite, sauf pour accéder aux zones désservies" + "description": "Circulation interdite, sauf pour accéder aux zones desservies" } } }, + "access_toilets": { + "label": "Accès" + }, "address": { "label": "Adresse", "placeholders": { @@ -578,7 +579,7 @@ "label": "Pente" }, "internet_access": { - "label": "Accès Internet", + "label": "Accès internet", "options": { "wlan": "Wifi", "wired": "Par câble", @@ -602,6 +603,9 @@ "label": "Niveaux", "placeholder": "2, 4, 6..." }, + "lit": { + "label": "Éclairage" + }, "location": { "label": "Lieu" }, @@ -745,7 +749,7 @@ "label": "Type" }, "website": { - "label": "Site Internet", + "label": "Site internet", "placeholder": "http://example.com" }, "wetland": { @@ -791,7 +795,7 @@ "terms": "Hélipad" }, "aeroway/runway": { - "name": "Piste d'atterissage", + "name": "Piste d’atterrissage", "terms": "Piste de décollage, Piste d'atterissage, Piste" }, "aeroway/taxiway": { @@ -827,12 +831,12 @@ "terms": "Banc" }, "amenity/bicycle_parking": { - "name": "Parking à vélos", - "terms": "Parking à Vélo, Parking à Bicyclette, stationnement à vélo" + "name": "Parc à vélo", + "terms": "Parking à vélo, Parking à bicyclette, Stationnement à vélo" }, "amenity/bicycle_rental": { "name": "Location de vélos", - "terms": "Location de Vélo, Location de Bicyclette" + "terms": "Location de vélo, Location de bicyclette" }, "amenity/boat_rental": { "name": "Location de bateau", @@ -871,8 +875,8 @@ "terms": "Palais de Justice, Tribunal" }, "amenity/drinking_water": { - "name": "Eau Potable", - "terms": "Eau Potable" + "name": "Eau potable", + "terms": "Eau potable" }, "amenity/embassy": { "name": "Embassade", @@ -884,7 +888,7 @@ }, "amenity/fire_station": { "name": "Caserne de pompiers", - "terms": "Station de Pompiers, Caserne de Pompiers" + "terms": "Station de pompiers, Caserne de pompiers" }, "amenity/fountain": { "name": "Fontaine", @@ -892,7 +896,7 @@ }, "amenity/fuel": { "name": "Station service", - "terms": "Station Essence, Station Service" + "terms": "Station essence, Station service" }, "amenity/grave_yard": { "name": "Cimetière", @@ -915,8 +919,8 @@ "terms": "Marché" }, "amenity/parking": { - "name": "Parking", - "terms": "Parking, Zone de Stationnement, Stationnement" + "name": "Parc de stationnement", + "terms": "Parc de stationnement, parking" }, "amenity/pharmacy": { "name": "Pharmacie", @@ -924,11 +928,11 @@ }, "amenity/place_of_worship": { "name": "Lieu de culte", - "terms": "Edifice Religieux" + "terms": "Édifice religieux" }, "amenity/place_of_worship/buddhist": { - "name": "Temple Boudhiste", - "terms": "Temple Boudhiste" + "name": "Temple boudhiste", + "terms": "Temple boudhiste" }, "amenity/place_of_worship/christian": { "name": "Église", @@ -948,16 +952,20 @@ }, "amenity/post_box": { "name": "Boîte aux lettres", - "terms": "Boîte aux Lettres" + "terms": "Boîte aux lettres" }, "amenity/post_office": { "name": "Bureau de poste", - "terms": "Bureau de Poste" + "terms": "Bureau de poste" }, "amenity/pub": { "name": "Pub", "terms": "Pub" }, + "amenity/ranger_station": { + "name": "Poste de garde", + "terms": "Poste de garde, gardien" + }, "amenity/restaurant": { "name": "Restaurant", "terms": "Restaurant" @@ -971,8 +979,8 @@ "terms": "Piscine" }, "amenity/taxi": { - "name": "Station de Taxi", - "terms": "Station de Taxi" + "name": "Station de taxi", + "terms": "Station de taxi" }, "amenity/telephone": { "name": "Téléphone", @@ -1020,7 +1028,7 @@ }, "barrier/cattle_grid": { "name": "Grille à bétail", - "terms": "Passage Canadien" + "terms": "Passage canadien" }, "barrier/city_wall": { "name": "Mur d'enceinte", @@ -1052,7 +1060,7 @@ }, "barrier/kissing_gate": { "name": "Portillon à chicane mobile", - "terms": "Portillon à Chicanes" + "terms": "Portillon à chicanes" }, "barrier/lift_gate": { "name": "Barrière levante", @@ -1076,7 +1084,7 @@ }, "boundary/administrative": { "name": "Frontière administrative", - "terms": "Frontière Administrative" + "terms": "Frontière administrative" }, "building": { "name": "Bâtiment", @@ -1087,8 +1095,8 @@ "terms": "Appartements" }, "building/commercial": { - "name": "Bâtiment Commercial", - "terms": "Bâtiment Commercial" + "name": "Bâtiment commercial", + "terms": "Bâtiment commercial" }, "building/entrance": { "name": "Entrée", @@ -1107,16 +1115,16 @@ "terms": "Hutte" }, "building/industrial": { - "name": "Bâtiment Industriel", - "terms": "Bâtiment Industriel" + "name": "Bâtiment industriel", + "terms": "Bâtiment industriel" }, "building/residential": { - "name": "Bâtiment Résidentiel", - "terms": "Bâtiment Résidentiel" + "name": "Bâtiment résidentiel", + "terms": "Bâtiment résidentiel" }, "emergency/ambulance_station": { "name": "Station d'ambulance", - "terms": "Station d'ambulances" + "terms": "Station d'ambulance" }, "emergency/fire_hydrant": { "name": "Borne incendie", @@ -1124,7 +1132,7 @@ }, "emergency/phone": { "name": "Téléphone d'urgence", - "terms": "Téléphone d'Urgence" + "terms": "Téléphone d'urgence" }, "entrance": { "name": "Entrée", @@ -1136,11 +1144,11 @@ }, "highway/bridleway": { "name": "Sentier équestre", - "terms": "Piste Cavalière, Sentier à Chevaux, Sentier Pour Chevaux" + "terms": "Piste cavalière, Sentier à chevaux, Sentier pour chevaux" }, "highway/bus_stop": { "name": "Arrêt de bus", - "terms": "Arrêt de Bus" + "terms": "Arrêt de bus" }, "highway/crossing": { "name": "Passage piéton", @@ -1148,7 +1156,7 @@ }, "highway/cycleway": { "name": "Voie cyclable", - "terms": "Piste Cyclable" + "terms": "Piste cyclable" }, "highway/footway": { "name": "Voie piétonne", @@ -1156,11 +1164,11 @@ }, "highway/living_street": { "name": "Zone de rencontre", - "terms": "Zone de Rencontre" + "terms": "Zone de rencontre" }, "highway/mini_roundabout": { "name": "Mini rond-point", - "terms": "Mini Rond-Point" + "terms": "Mini rond-point" }, "highway/motorway": { "name": "Autoroute", @@ -1168,11 +1176,11 @@ }, "highway/motorway_junction": { "name": "Bretelle d'autoroute", - "terms": "Echangeur Autoroutier" + "terms": "Échangeur autoroutier" }, "highway/motorway_link": { "name": "Bretelle d'autoroute", - "terms": "Bretelle d'Autoroute" + "terms": "Bretelle d'autoroute" }, "highway/path": { "name": "Chemin non carrossable", @@ -1184,7 +1192,7 @@ }, "highway/primary": { "name": "Route principale", - "terms": "Route Principale" + "terms": "Route principale" }, "highway/primary_link": { "name": "Voie d'accès à une route primaire", @@ -1208,7 +1216,7 @@ }, "highway/service": { "name": "Route d'accès", - "terms": "Route de Service" + "terms": "Route de service" }, "highway/service/alley": { "name": "Ruelle", @@ -1224,7 +1232,7 @@ }, "highway/service/emergency_access": { "name": "Accès d'urgence", - "terms": "Accès d'Urgence" + "terms": "Accès d'urgence" }, "highway/service/parking_aisle": { "name": "Allée de parking", @@ -1235,7 +1243,7 @@ "terms": "Escalier" }, "highway/stop": { - "name": "Paneau Stop", + "name": "Panneau Stop", "terms": "Arrêt" }, "highway/tertiary": { @@ -1256,7 +1264,7 @@ }, "highway/trunk": { "name": "Voie rapide", - "terms": "Voie rapide,voie express" + "terms": "Voie rapide, voie express" }, "highway/trunk_link": { "name": "Voie d'accès à une voie rapide", @@ -1272,11 +1280,11 @@ }, "historic": { "name": "Site historique", - "terms": "Site Historique" + "terms": "Site historique" }, "historic/archaeological_site": { "name": "Site archéologique", - "terms": "Site Archéologique" + "terms": "Site archéologique" }, "historic/boundary_stone": { "name": "Borne frontière", @@ -1300,19 +1308,19 @@ }, "historic/wayside_cross": { "name": "Croix/Calvaire", - "terms": "Une Croix au bord d'un chemin" + "terms": "Une croix au bord d'un chemin" }, "historic/wayside_shrine": { "name": "Bildstock", - "terms": "tombeau historique, oratoire, autel, calvaire" + "terms": "Tombeau historique, oratoire, autel, calvaire" }, "landuse": { "name": "Type de terrain", - "terms": "Utilisation du Terrain" + "terms": "Utilisation du terrain" }, "landuse/allotments": { "name": "Jardins familiaux", - "terms": "Jardins familiaux, Eco-Jardins, jardins communautaires, jardin communautaire" + "terms": "Jardins familiaux, eco-jardins, jardins communautaires, jardin communautaire" }, "landuse/basin": { "name": "Bassin", @@ -1336,7 +1344,7 @@ }, "landuse/farmyard": { "name": "Bâtiments de ferme", - "terms": "Cour de Ferme" + "terms": "Cour de ferme" }, "landuse/forest": { "name": "Forêt", @@ -1380,7 +1388,7 @@ }, "leisure/common": { "name": "Terrain communal", - "terms": "terrain communal, bien communal, bois communal, pré communal" + "terms": "Terrain communal, bien communal, bois communal, pré communal" }, "leisure/dog_park": { "name": "Parc canin", @@ -1532,7 +1540,7 @@ }, "natural/coastline": { "name": "Ligne de côte", - "terms": "Ligne de Côte" + "terms": "Ligne de côte" }, "natural/fell": { "name": "Tunturi (type de montagne)", @@ -1588,7 +1596,7 @@ }, "natural/wetland": { "name": "Zone humide", - "terms": "Zone Humide, Marais, Marécage" + "terms": "Zone humide, Marais, Marécage" }, "natural/wood": { "name": "Bois", @@ -1598,6 +1606,62 @@ "name": "Bureau", "terms": "Bureau" }, + "office/accountant": { + "name": "Comptable", + "terms": "Comptable" + }, + "office/administrative": { + "name": "Bureau administratif", + "terms": "Bureau administratif" + }, + "office/architect": { + "name": "Architecte", + "terms": "Architecte" + }, + "office/company": { + "name": "Bureau d'entreprise", + "terms": "Bureau d'entreprise, Siège social" + }, + "office/educational_institution": { + "name": "Établissement d'enseignement", + "terms": "Établissement d'enseignement" + }, + "office/employment_agency": { + "name": "Agence pour l'emploi", + "terms": "Agence pour l'emploi" + }, + "office/estate_agent": { + "name": "Agence immobilière", + "terms": "Agence immobilière" + }, + "office/insurance": { + "name": "Agence d'assurance", + "terms": "Agence d'assurance" + }, + "office/lawyer": { + "name": "Cabinet d'avocats", + "terms": "Cabinet d'avocats" + }, + "office/physician": { + "name": "Médecin", + "terms": "Médecin, Docteur" + }, + "office/political_party": { + "name": "Parti politique", + "terms": "Parti politique" + }, + "office/telecommunication": { + "name": "Agence télécom", + "terms": "Agence télécom" + }, + "office/therapist": { + "name": "Thérapeute", + "terms": "Thérapeute, Soigneur" + }, + "office/travel_agent": { + "name": "Agence de voyage", + "terms": "Agence de voyage" + }, "place": { "name": "Toponymie", "terms": "Lieu" @@ -1616,7 +1680,7 @@ }, "place/isolated_dwelling": { "name": "Lieu-dit habité", - "terms": "Habitation Isolée" + "terms": "Habitation isolée" }, "place/locality": { "name": "Lieu-dit", @@ -1646,6 +1710,10 @@ "name": "Câble aérien", "terms": "Ligne électrique" }, + "power/minor_line": { + "name": "Ligne électrique mineure", + "terms": "Ligne électrique mineure" + }, "power/pole": { "name": "Poteau", "terms": "Pylone électrique, Poteau éléctrique" @@ -1656,7 +1724,7 @@ }, "power/tower": { "name": "Pylône haute-tension ", - "terms": "Pylône Haute-Tension" + "terms": "Pylône haute-tension" }, "power/transformer": { "name": "Transformateur", @@ -1664,18 +1732,18 @@ }, "railway": { "name": "Ferroviaire", - "terms": "Voie Ferrée, Chemin de Fer" + "terms": "Voie ferrée, Chemin de fer" }, "railway/abandoned": { "name": "Voie ferrée désaffectée", - "terms": "Voie Ferrée Abandonnée" + "terms": "Voie ferrée abandonnée" }, "railway/disused": { "name": "Voie ferrée désaffectée", "terms": "Voie ferrée non utilisée" }, "railway/halt": { - "name": "Hall de Gare", + "name": "Hall de gare", "terms": "Halte ferroviaire" }, "railway/level_crossing": { @@ -1715,7 +1783,7 @@ "terms": "Relation" }, "route/ferry": { - "name": "Trajet de Ferry", + "name": "Trajet de ferry", "terms": "Ligne de Ferry" }, "shop": { @@ -1724,7 +1792,7 @@ }, "shop/alcohol": { "name": "Magasin de vente d'alcool", - "terms": "Cave, Caviste, Magasin de Vin, Vins & Spiritueux" + "terms": "Cave, Caviste, Magasin de vin, Vins & Spiritueux" }, "shop/bakery": { "name": "Boulangerie", @@ -1732,7 +1800,7 @@ }, "shop/beauty": { "name": "Salon de beauté", - "terms": "Salon de beauté, institut de beauté" + "terms": "Salon de beauté, Institut de beauté" }, "shop/beverages": { "name": "Vente de boissons alcolisées", @@ -1772,7 +1840,7 @@ }, "shop/clothes": { "name": "Magasin de vêtements", - "terms": "Magasin de Vêtements" + "terms": "Magasin de vêtements" }, "shop/computer": { "name": "Magasin d'informatique", @@ -1788,7 +1856,7 @@ }, "shop/deli": { "name": "Épicerie de luxe", - "terms": "Epicerie Fine, Traiteur" + "terms": "Epicerie fine, Traiteur" }, "shop/department_store": { "name": "Grand magasin", @@ -1827,7 +1895,7 @@ "terms": "Jardinerie, centre de jardinage" }, "shop/gift": { - "name": "Boutique de cadeaux,Boutique de souvenirs", + "name": "Boutique de cadeaux, Boutique de souvenirs", "terms": "Boutique de souvenirs" }, "shop/greengrocer": { @@ -1864,7 +1932,7 @@ }, "shop/mall": { "name": "Centre commercial", - "terms": "centre d'achat" + "terms": "Centre d'achat" }, "shop/mobile_phone": { "name": "Magasin de téléphonie mobile", @@ -1876,7 +1944,7 @@ }, "shop/music": { "name": "Vente d'instruments de musique", - "terms": "magasin de musique" + "terms": "Magasin de musique" }, "shop/newsagent": { "name": "Kiosque à journaux", @@ -1894,6 +1962,10 @@ "name": "Animalerie", "terms": "Animalerie" }, + "shop/photo": { + "name": "Tirage de photos", + "terms": "Photographe, Tirage de photos" + }, "shop/shoes": { "name": "Magasin de chaussures", "terms": "Magasin de chaussures" @@ -1924,7 +1996,7 @@ }, "shop/vacant": { "name": "Commerce désaffecté", - "terms": "espace vacant, lot vacant" + "terms": "Espace vacant, lot vacant" }, "shop/variety_store": { "name": "Magasin à prix unique", @@ -1944,7 +2016,7 @@ }, "tourism/artwork": { "name": "Œuvre d'art", - "terms": "Oeuvre d'art,Œuvre d'art" + "terms": "Œuvre d'art" }, "tourism/attraction": { "name": "Attraction touristique", @@ -1955,7 +2027,8 @@ "terms": "Camping" }, "tourism/caravan_site": { - "name": "Aire pour caravanes" + "name": "Aire pour caravanes", + "terms": "Aire pour caravanes" }, "tourism/chalet": { "name": "Chalet", @@ -1963,19 +2036,19 @@ }, "tourism/guest_house": { "name": "Chambre d'hôtes", - "terms": "Chambre d'hôtes,Gîte" + "terms": "Chambre d'hôtes, Gîte" }, "tourism/hostel": { "name": "Auberge de jeunesse", - "terms": "auberge de jeunesse" + "terms": "Auberge de jeunesse" }, "tourism/hotel": { "name": "Hôtel", - "terms": "Hôtel,Hotel" + "terms": "Hôtel" }, "tourism/information": { "name": "Office de tourisme", - "terms": "renseignements" + "terms": "Renseignements" }, "tourism/motel": { "name": "Motel", @@ -2003,15 +2076,15 @@ }, "type/boundary": { "name": "Frontière", - "terms": "frontière" + "terms": "Frontière" }, "type/boundary/administrative": { - "name": "Frontière Administrative", + "name": "Frontière administrative", "terms": "Frontières administratives, frontière administrative" }, "type/multipolygon": { "name": "Multipolygone", - "terms": "multipolygone, multipolygone" + "terms": "Multi-polygone" }, "type/restriction": { "name": "Restriction", @@ -2019,7 +2092,7 @@ }, "type/route": { "name": "Route", - "terms": "route, rue, chemin, sentier" + "terms": "Route, rue, chemin, sentier" }, "type/route/bicycle": { "name": "Trajet Cyclable", @@ -2038,15 +2111,15 @@ "terms": "Route de traversier, Ligne de ferry" }, "type/route/foot": { - "name": "Trajet Pédestre", - "terms": "sentier" + "name": "Trajet pédestre", + "terms": "Sentier" }, "type/route/hiking": { "name": "Sentier pédestre", "terms": "Sentier pédestre" }, "type/route/pipeline": { - "name": "Trajet de Pipeline", + "name": "Trajet de pipeline", "terms": "Pipeline, gazoduc, oléoduc" }, "type/route/power": { @@ -2054,15 +2127,15 @@ "terms": "Ligne électrique" }, "type/route/road": { - "name": "Trajet Routier", - "terms": "route, rue, chemin, sentier" + "name": "Trajet routier", + "terms": "Route, rue, chemin, sentier" }, "type/route/train": { - "name": "Trajet Ferroviaire", - "terms": "voie ferrée, chemin de fer" + "name": "Trajet ferroviaire", + "terms": "Voie ferrée, chemin de fer" }, "type/route/tram": { - "name": "Trajet de Tramway", + "name": "Trajet de tramway", "terms": "Route de tramway" }, "type/route_master": { @@ -2074,8 +2147,8 @@ "terms": "Autres" }, "waterway": { - "name": "Eau", - "terms": "Voie d'eau,Cours d'eau" + "name": "Voie navigable", + "terms": "Voie d'eau, Cours d'eau" }, "waterway/canal": { "name": "Canal", @@ -2091,7 +2164,7 @@ }, "waterway/drain": { "name": "Canal d'évacuation d'eau pluviale", - "terms": "drain" + "terms": "Drain" }, "waterway/river": { "name": "Rivière", @@ -2107,7 +2180,7 @@ }, "waterway/weir": { "name": "Seuil", - "terms": "seuil" + "terms": "Seuil" } } } diff --git a/vendor/assets/iD/iD/locales/hr.json b/vendor/assets/iD/iD/locales/hr.json index 6e8a4f477..3df65c3c4 100644 --- a/vendor/assets/iD/iD/locales/hr.json +++ b/vendor/assets/iD/iD/locales/hr.json @@ -402,9 +402,6 @@ }, "category-route": { "name": "Ruta" - }, - "category-water": { - "name": "Voda" } }, "fields": { @@ -918,10 +915,6 @@ "name": "Tržnica", "terms": "tržnica,pijaca,pijac,pija,plac" }, - "amenity/parking": { - "name": "ParkiraliÅ¡te za automobile", - "terms": "parkiraliÅ¡te,garaža,parkirno mjesto,podzemna garaža,parking" - }, "amenity/pharmacy": { "name": "Ljekarna", "terms": "ljekarna,apoteka,farmacija" @@ -1775,6 +1768,9 @@ "shop/pet": { "name": "Prodavaonica kućnim ljubimcima" }, + "shop/photo": { + "name": "Prodavaonica fotografske opreme" + }, "shop/shoes": { "name": "Prodavaonica obuće" }, diff --git a/vendor/assets/iD/iD/locales/hu.json b/vendor/assets/iD/iD/locales/hu.json index 2146972ff..2820190c7 100644 --- a/vendor/assets/iD/iD/locales/hu.json +++ b/vendor/assets/iD/iD/locales/hu.json @@ -394,9 +394,6 @@ }, "category-route": { "name": "Útvonal" - }, - "category-water": { - "name": "Víz" } }, "fields": { @@ -869,9 +866,6 @@ "amenity/marketplace": { "name": "Piac" }, - "amenity/parking": { - "name": "Parkoló" - }, "amenity/pharmacy": { "name": "Gyógyszertár" }, diff --git a/vendor/assets/iD/iD/locales/id.json b/vendor/assets/iD/iD/locales/id.json index 30b5949c3..83891dc14 100644 --- a/vendor/assets/iD/iD/locales/id.json +++ b/vendor/assets/iD/iD/locales/id.json @@ -371,9 +371,6 @@ }, "category-route": { "name": "Rute" - }, - "category-water": { - "name": "Air" } }, "fields": { @@ -751,9 +748,6 @@ "amenity/marketplace": { "name": "Pasar" }, - "amenity/parking": { - "name": "Parkir" - }, "amenity/pharmacy": { "name": "Farmasi" }, diff --git a/vendor/assets/iD/iD/locales/is.json b/vendor/assets/iD/iD/locales/is.json index 616510a07..1b7c2cbe4 100644 --- a/vendor/assets/iD/iD/locales/is.json +++ b/vendor/assets/iD/iD/locales/is.json @@ -361,9 +361,6 @@ }, "category-route": { "name": "Leið" - }, - "category-water": { - "name": "Vatn" } }, "fields": { @@ -799,9 +796,6 @@ "amenity/marketplace": { "name": "Markaður" }, - "amenity/parking": { - "name": "Bílastæði" - }, "amenity/pharmacy": { "name": "Lyfjaverslun" }, diff --git a/vendor/assets/iD/iD/locales/it.json b/vendor/assets/iD/iD/locales/it.json index f0d2c9a8b..e3d2bbedc 100644 --- a/vendor/assets/iD/iD/locales/it.json +++ b/vendor/assets/iD/iD/locales/it.json @@ -388,8 +388,11 @@ }, "presets": { "categories": { + "category-building": { + "name": "Edifici" + }, "category-landuse": { - "name": "Utilizzo del terreno" + "name": "Utilizzi del terreno" }, "category-path": { "name": "Sentiero" @@ -403,8 +406,11 @@ "category-route": { "name": "Percorso" }, - "category-water": { - "name": "Acqua" + "category-water-area": { + "name": "Specchi d'acqua" + }, + "category-water-line": { + "name": "Corsi d'acqua" } }, "fields": { @@ -702,6 +708,9 @@ "shelter": { "label": "Riparo" }, + "shelter_type": { + "label": "Tipo" + }, "shop": { "label": "Tipo" }, @@ -742,6 +751,9 @@ "trail_visibility": { "label": "Visibilità del Tracciato" }, + "tree_type": { + "label": "Tipo" + }, "vending": { "label": "Beni venduti" }, @@ -923,7 +935,7 @@ }, "amenity/parking": { "name": "Parcheggio", - "terms": "Parcheggio" + "terms": "parcheggio auto,autorimessa" }, "amenity/pharmacy": { "name": "Farmacia", @@ -977,6 +989,10 @@ "name": "Scuola", "terms": "accademia,alma mater,lavagna,collegio,dipartimento,disciplina,classe,facoltà,aula,istituto,istituzione,riformatorio,scuola,edificio scolastico,seminario,università" }, + "amenity/shelter": { + "name": "Riparo", + "terms": "ricovero,rifugio,tettoia,pensilina,bivacco,grotta" + }, "amenity/swimming_pool": { "name": "Piscina", "terms": "Piscina" @@ -1141,6 +1157,14 @@ "name": "Entrata", "terms": "Entrata" }, + "footway/crossing": { + "name": "Attraversamento", + "terms": "attraversamento pedonale,strisce pedonali,attraversamento,dosso" + }, + "footway/sidewalk": { + "name": "Marciapiede", + "terms": "marciapiedi,passeggio,salvagente,banchina" + }, "highway": { "name": "Strada", "terms": "Strada" @@ -1609,6 +1633,58 @@ "name": "Uffici", "terms": "Ufficio" }, + "office/architect": { + "name": "Architetto", + "terms": "architetto,studio,design" + }, + "office/employment_agency": { + "name": "Agenzia per l'impiego", + "terms": "interinale,impiego,lavoro,ufficio per l'impiego,ufficio interinale" + }, + "office/financial": { + "name": "Ufficio Finanziario", + "terms": "finanza,finanziaria,fiduciaria,mag" + }, + "office/government": { + "name": "Ufficio governativo", + "terms": "sede,dipartimento,governo,comune,provincia,regione,procura,provveditorato,pretura" + }, + "office/insurance": { + "name": "Assicurazione", + "terms": "assicurativo,sinistri,polizza assicurativa" + }, + "office/it": { + "name": "Ufficio informatico", + "terms": "internet,web,app,applicazioni,siti web,siti internet,rete internet,computer,informatica,programmazione" + }, + "office/lawyer": { + "name": "Studio legale", + "terms": "ufficio legale,legale,avvocato,avvocatura,magistrato,difensore,azzeccagarbugli" + }, + "office/newspaper": { + "name": "Giornale", + "terms": "testata,quotidiano,redazione" + }, + "office/ngo": { + "name": "Organizzazione non governativa", + "terms": "ong,ngo,onu,associazione,non profit,nonprofit,no profit,onlus,non lucrativa,senza fini di lucro,cooperativa,cooperazione" + }, + "office/political_party": { + "name": "Sede di partito", + "terms": "circolo,partito,politica,sezione" + }, + "office/telecommunication": { + "name": "Ufficio di telecomunicazioni", + "terms": "telecomunicazioni,telefonia" + }, + "office/therapist": { + "name": "Terapista", + "terms": "fisioterapista,terapeuta" + }, + "office/travel_agent": { + "name": "Agenzia di viaggi", + "terms": "travel,tour operator,turismo,viaggi,escursionismo" + }, "place": { "name": "Luogo", "terms": "Luogo" @@ -1657,6 +1733,10 @@ "name": "Linea elettrica", "terms": "Elettrodotto" }, + "power/minor_line": { + "name": "Linea elettrica minore", + "terms": "corrente,elettricità,elettrodotto,cavo elettrico" + }, "power/pole": { "name": "Palo della luce", "terms": "Pilone elettricità" diff --git a/vendor/assets/iD/iD/locales/ja.json b/vendor/assets/iD/iD/locales/ja.json index bb1ed3e0a..511fbf3f9 100644 --- a/vendor/assets/iD/iD/locales/ja.json +++ b/vendor/assets/iD/iD/locales/ja.json @@ -387,6 +387,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "建物" + }, "category-landuse": { "name": "土地利用" }, @@ -402,8 +405,11 @@ "category-route": { "name": "ルート" }, - "category-water": { - "name": "æ°´è·¯" + "category-water-area": { + "name": "水面" + }, + "category-water-line": { + "name": "水面" } }, "fields": { @@ -701,6 +707,9 @@ "shelter": { "label": "避難所" }, + "shelter_type": { + "label": "タイプ" + }, "shop": { "label": "店舗種別" }, @@ -741,6 +750,9 @@ "trail_visibility": { "label": "道の可視度" }, + "tree_type": { + "label": "タイプ" + }, "vending": { "label": "販売商品の種別" }, @@ -930,6 +942,9 @@ "amenity/school": { "name": "学校" }, + "amenity/shelter": { + "name": "避難所" + }, "amenity/swimming_pool": { "name": "プール" }, @@ -1053,6 +1068,9 @@ "entrance": { "name": "エントランス" }, + "footway/crossing": { + "name": "横断歩道" + }, "highway": { "name": "道路" }, @@ -1401,6 +1419,33 @@ "office": { "name": "オフィス" }, + "office/administrative": { + "name": "市町村役所" + }, + "office/architect": { + "name": "建築家" + }, + "office/company": { + "name": "会社事務所" + }, + "office/employment_agency": { + "name": "人材紹介" + }, + "office/it": { + "name": "ITオフィス" + }, + "office/lawyer": { + "name": "法律事務所" + }, + "office/ngo": { + "name": "NGO事務所" + }, + "office/therapist": { + "name": "心療内科" + }, + "office/travel_agent": { + "name": "旅行代理店" + }, "place": { "name": "地名" }, diff --git a/vendor/assets/iD/iD/locales/ko.json b/vendor/assets/iD/iD/locales/ko.json index d58ea66a8..833ad9bef 100644 --- a/vendor/assets/iD/iD/locales/ko.json +++ b/vendor/assets/iD/iD/locales/ko.json @@ -261,6 +261,7 @@ "none": "없음", "custom": "사용자 지정", "custom_prompt": "타일 템플릿을 입력하세요. 올바른 토큰은 Z/X/Y scheme에 대해 {z}, {x}, {y}이고 quadtile scheme에 대해 {u}입니다.", + "fix_misalignment": "정렬 고치기", "reset": "재설정" }, "restore": { @@ -330,10 +331,10 @@ "editing_saving": "# 편집 및 저장\n\n이 편집기는 주로 온라인으로 작동하도록 설계되었고, 지금 웹사이트를 통해\n접근할 수 있습니다.\n\n### 기능 선택하기\n\n도로나 관심 있는 지점과 같은 지도 기능을 선택하려면, 지도에\n그것을 클릭하세요. 선택된 기능이 강조되고, 그것에 대한 세부 정보로\n된 패널을 열고, 기능을 수행할 수 있는 메뉴를 보여줍니다.\n\n여러 기능을 선택하려면 'Shift' 키를 누르고 있으세요. 다음 선택하려는\n기능을 클릭하거나, 사각형으로 그리기 위해 지도에 드래그하세요.\n상자가 그려지고 ê·¸ 안에 있는 모든 지점이 선택됩니다.\n\n### 편집 저장하기\n\n도로, 건물과 장소 등을 편집하여 바꿀 때, 서버에 저장할 때까지는\n로컬에 저장됩니다. 실수를 걱정하지 마십시오 - 실행 취소\n버튼을 클릭해 바뀜을 실행 취소할 수 있고, 다시 실행 버튼을 클릭해\n바뀜을 다시 실행할 수 있습니다.\n\n편집의 그룹을 마치려면 '저장'을 클릭하세요 - 예를 들어, 마을의\n지역을 완료했고 새 지역에서 시작하고 싶으면 말입니다. 무엇을\n했는지 검토할 기회가 있을 것이며, 무언가 바꾸는 것에 대한 권한이\n없어 보이면 편집기가 유용한 제안과 경고를 제공합니다.\n\n모든 것이 좋아 보이면, 모든 다른 사용자에게 보여지고 구축하고 개선하기 위해 다른\n사용자가 사용할 수 있는 곳인, [OpenStreetMap.org](http://www.openstreetmap.org/)에\n바뀜을 게시하기 위해 바꾼 것을 설명할 짧은 요약을 입력하고 '저장'을\n다시 클릭할 수 있습니다.\n\n한 번에 앉아서 편집을 마칠 수 없으면, (같은 브라우저와 컴퓨터에서)\n편집기 창을 떠나고 나서 돌아올 수 있으며, 편집기 애플리케이션은\n작업을 되돌리도록 제공합니다.\n", "roads": "# 도로\n\n이 편집기로 도로를 만들고, 고치고, 삭제할 수 있습니다. 도로는 모든 종류가\n될 수 있습니다: 경로, 고속도로, 산책로, 자전거 도로와 더 많이 - 어떠한 자주 교차되는 세그먼트도 매핑할 수 있어야 합니다.\n\n### 선택하기\n\n도로를 선택하려면 도로를 클릭하세요. 지도와 도로에 대한 자세한\n정보를 보여주는 사이드바가 있는 작은 도구 메뉴와 함께, 외곽선이\n보여져야 합니다.\n\n### 수정하기\n\n때때로 도로 뒤나 GPS 트랙에 있는 영상이 정렬되지 않은 도로를\në³¼ 수 있습니다. 이러한 도로를 조정할 수 있으며 조정하면 올바른\n위치에 있게 됩니다.\n\n먼저 바꾸고 싶은 도로를 클릭하세요. 도로가 강조되고 더 나은 위치로\n드래그할 수 있는 조절 점이 보여집니다. 더 자세하게 하기 위해 새\n조절 점을 추가하고 싶으면, 노드 없이 도로의 부분을 더블 클릭하면\n추가됩니다.\n\n길을 다른 길로 연결하지만, 제대로 지도에 연결되어 있지 않으면,\n그들과 합치기 위해 다른 도로 위에 ê·¸ 도로의 조절 점 중 하나를\n드래그할 수 있습니다. 도로 연결이 있는 것은 지도에 있어서 중요하고\n운전 경로를 제공하는 데 있어서 필수입니다.\n\n또한 한 번에 전체 도로를 옮기려면 '이동' 도구를 클릭하거나 `M` 바로가기 키를 누를 수\n있으며, 해당 움직임을 저장하려면 다시 클릭할 수 있습니다.\n\n### 삭제하기\n\n도로가 전체적으로 잘못되었다면 - 위성 영상에서 존재하지 않는 것을 ë³¼ 수\n있으며 이상적으로는 나타나지 않는 것으로 현지로 확인되었습니다 - 지도에서\n도로를 제거할 수 있습니다. 기능을 삭제할 때 주의하십시오 -\n어떠한 다른 편집, 모두에게 보여지는 결과와 위성 영상 같은 것은 때때로\n오래되었으며, 그래서 도로는 단순히 새로 지어졌을 수 있습니다.\n\n도로를 클릭하여 선택한 다음, 휴지통 아이콘을 클릭하거나 '삭제' 키를\n눌러 도로를 삭제할 수 있습니다.\n\n### 만들기\n\n어딘가에 찾은 도로가 있어야 하지만 없습니까? 선 그리기를 시작하려면\n편집기의 위 왼쪽에 '선' 아이콘을 클릭하거나 `2` 바로가기 키를 누르세요.\n\n그리기를 시작하려면 지도에 도로의 시작 부분을 클릭하세요. 도로가\n기존 도로에서 분기되어 있다면, 연결할 장소를 클릭하여 시작하세요.\n\n다음 위성 영상이나 GPS에 따라, 올바른 경로를 따를 수 있도록 도로를 따라\n점을 클릭하세요. 그리는 도로가 다른 도로와 교차하면, 교차점을 클릭하여\n도로를 연결하세요. 그리기가 완료되면, 더블 클릭하거나\n키보드에 있는 'Return' 또는 'Enter'를 누르세요.\n", "gps": "# GPS\n\nGPS 데이터는 OpenStreetMap에 대한 데이터의 가장 신뢰할 수 있는 자료입니다.\n이 편집기는 로컬 컴퓨터에 있는 `.gpx` 파일로 로컬 추적을 지원합니다. 스마트폰\n애플리케이션과 개인 GPS 하드웨어와 같은 것으로 GPS 추적을 모을 수 있습니다.\n\nGPS 측량을 수행하는 방법에 대한 자세한 정보는\n[GPS에 의한 측량](http://learnosm.org/en/beginner/using-gps/)을 읽으세요.\n\n매핑에 GPX 트랙을 사용하려면, 지도 편집기 위에 GPX 파일을 끌어 놓으세요.\n인식되면, 밝은 초록 선으로 지도에 추가됩니다. 활성화, 비활성화, 또는 새 GPX가\n배치된 레이어로 확대하려면 오른쪽에 있는 'ë°°ê²½ 설정' 메뉴를 클릭하세요.\n\nGPX 트랙은 OpenStreetMap에 직접 올려지지 않습니다 - 그것을 사용하는 최상의\n방법은 새로운 기능을 추가하기 위한 가이드로 사용하여, 지도를 그리는 것이며,\n다른 사용자가 사용하기 위해 [OpenStreetMap에 그것을 올리는](http://www.openstreetmap.org/trace/create)\n것입니다.\n", - "imagery": "# 영상\n\n항공 영상은 매핑에 있어서 중요한 자료입니다. 비행기 플라이오버, 위성 뷰와\n자유롭게 컴파일된 자료의 조합은 편집기에서 오른쪽에 있는 'ë°°ê²½ 설정' 메뉴에서\n사용할 수 있습니다.\n\n기본적으로 [Bing 지도](http://www.bing.com/maps/) 위성 레이어가 편집기에\n표현되지만, 기존대로 새 지리적 지역으로 지도를 이동하고 확대할 수 있고, 새 자료는\n사용할 수 있게 될 것입니다. 미합중국, 프랑스와 덴마크와 같은 일부 국가는 일부 지역에서\n매우 높은 품질의 영상을 사용할 수 있습니다.\n\n영상은 때때로 영상 제공자 측이 실수하기 때문에 지도 데이터에 오프셋이 있습니다.\n만약 배경에서 도로가 옮겨진 것이 많이 보인다면, 즉시 배경에 맞게 그들 모두를 이동하지\n마십시오. 대신 영상을 조정할 수 있으며 ë°°ê²½ 설정 UI의 아래에 있는 '어긋난 것을 고치기'를\n클릭하여 기존 데이터에 맞추면 됩니다.\n", + "imagery": "# 영상\n\n항공 영상은 매핑에 있어서 중요한 자료입니다. 비행기 플라이오버, 위성 뷰와\n자유롭게 컴파일된 자료의 조합은 편집기에서 오른쪽에 있는 'ë°°ê²½ 설정' 메뉴에서\n사용할 수 있습니다.\n\n기본적으로 [Bing 지도](http://www.bing.com/maps/) 위성 레이어가 편집기에\n표현되지만, 기존대로 새 지리적 지역으로 지도를 이동하고 확대할 수 있고, 새 자료는\n사용할 수 있게 될 것입니다. 미합중국, 프랑스와 덴마크와 같은 일부 국가는 일부 지역에서\n매우 높은 품질의 영상을 사용할 수 있습니다.\n\n영상은 때때로 영상 제공자 측이 실수하기 때문에 지도 데이터에 오프셋이 있습니다.\n만약 배경에서 도로가 옮겨진 것이 많이 보인다면, 즉시 배경에 맞게 그들 모두를 이동하지\n마십시오. 대신 영상을 조정할 수 있으며 ë°°ê²½ 설정 UI의 아래에 있는 '정렬 고치기'를\n클릭하여 기존 데이터에 맞추면 됩니다.\n", "addresses": "# 주소\n\n주소는 지도를 위한 가장 유용한 정보의 일부입니다.\n\n주소가 주로 거리의 부분으로 표현되어 있더라도, OpenStreetMap에서 주소는\n거리를 따라 건물과 장소의 특성으로 기록하고 있습니다.\n\n건물 외곽선으로 매핑된 장소뿐만 아니라 단일 지점으로 매핑된 장소에 주소\n정보를 추가할 수 있습니다. 최적의 주소 데이터 자료는 지상에서의 측량이나\n개인 지식에서 있습니다 - 다른 기능과 마찬가지로, Google 지도와 같은 상용\n자료에서 복사하는 행위는 엄격히 금지됩니다.\n", "inspector": "# 특성 편집기 사용하기\n\n특성 편집기는 선택한 기능의 자세한 내용을 편집할 수 있도록 하는 문서의 왼쪽에\n있는 부분입니다.\n\n### 기능 유형 선택하기\n\n지점, 선이나 지역을 추가하고 나서, 고속도로나 주거 도로, 수퍼마켓이나 카페와\n같은\t어떤 유형인지 선택할 수 있습니다. 특성 편집기는 일반 기능 유형에 대한\n버튼를 보여주며, 찾기 상자에 무엇을 찾고 있는지 입력하여 다른 기능을 찾을\n수 있습니다.\n\n기능에 대해 자세히 알아보려면 기능 유형 버튼의 아래 오른쪽 모서리에 있는\n'i'를 클릭하세요. 해당 유형을 선택하려면 버튼을 클릭하세요.\n\n### 양식을 사용하여 태그 편집하기\n\n기능 유형을 선택하고 나서, 또는 이미 유형이 할당된 기능을 선택할 때,\n특성 편집기는 그것의 이름과 주소와 같은 기능에 대한 자세한 내용으로 된\n필드를 보여줍니다.\n\në³¼ 수 있는 필드 아래에, [위키백과](http://www.wikipedia.org/) 정보,\n휠체어 접근과 ê·¸ 외와 같은, 다른 자세한 내용을 추가하려면 아이콘을\n클릭할 수 있습니다.\n\n특성 편집기 아래에, 요소에 임의의 다른 태그를 추가하려면 '추가적인 태그'를\n클릭하세요. [Taginfo](http://taginfo.openstreetmap.org/)는 인기 있는 태그\n조합에 대한 자세히 알아보기 위한 훌륭한 자료입니다.\n\n특성 편집기에서 바꾼 내용은 자동으로 지도에 적용됩니다. '실행 취소' 버튼을\n클릭하여 언제든지 되돌릴 수 있습니다.\n", - "buildings": "# 건물\n\nOpenStreetMap은 건물의 세계 최대 규모의 데이터베이스입니다. 이 데이터베이스에\n만들고 개선할 수 있습니다.\n\n### 선택하기\n\n건물 경계를 클릭하여 건물을 선택할 수 있습니다. 이것은 건물이 강조되고 작은 도구\n메뉴와 건물에 대한 자세한 정보를 보여주는 사이드바가 열립니다.\n\n### 수정하기\n\n가끔식 건물은 잘못 배치되어 있거나 잘못된 태그가 있습니다.\n\n전체 건물을 이동하려면, 선택하고 나서 '이동' 도구를 클릭하세요. 마우스로\n건물을 옮기고, 올바르게 자리했을 때 클릭하세요.\n\n건물의 특정 모양을 고치려면, 더 나은 장소로의 테두리를 형성하는 노드를\n클릭하고 드래그하세요.\n\n### 만들기\n\n지도에 건물을 추가하는 주변의 주요 질문 중 하나는 OpenStreetMap이 모양과 지점\n둘 다 건물에 기록하는 것입니다. 최선의 규칙은 _가능하면 모양으로 건물을 매핑_하는\n것으로, 회사와 집, 편의 시설을 매핑하고, 건물에서 독립적인 다른 것들은 별도 지점으로,\n건물 모양 안에 배치합니다.\n\n인터페이스의 위 왼쪽에 있는 '지역' 버튼을 클릭하여 모양으로 건물 그리기를 시작하고,\n모양을 닫으려면 키보드에 있는 'Return'을 누르거나 첫 노드를 클릭하여 끝내세요.\n\n### 삭제하기\n\n건물이 전체적으로 잘못되었다면 - 위성 영상에서 존재하지 않는 것을 ë³¼ 수\n있으며 이상적으로는 나타나지 않는 것으로 현지로 확인되었습니다 - 지도에서\n도로를 제거할 수 있습니다. 기능을 삭제할 때 주의하십시오 -\n어떠한 다른 편집, 모두에게 보여지는 결과와 위성 영상 같은 것은 때때로\n오래되었으며, 그래서 건물은 단순히 새로 지어졌을 수 있습니다.\n\n건물을 클릭하여 선택한 다음, 휴지통 아이콘을 클릭하거나 '삭제' 키를\n눌러 건물을 삭제할 수 있습니다.\n", + "buildings": "# 건물\n\nOpenStreetMap은 건물의 세계 최대 규모의 데이터베이스입니다. 이 데이터베이스에\n만들고 개선할 수 있습니다.\n\n### 선택하기\n\n건물 경계를 클릭하여 건물을 선택할 수 있습니다. 이것은 건물이 강조되고 작은 도구\n메뉴와 건물에 대한 자세한 정보를 보여주는 사이드바가 열립니다.\n\n### 수정하기\n\n가끔식 건물은 잘못 배치되어 있거나 잘못된 태그가 있습니다.\n\n전체 건물을 이동하려면, 선택하고 나서 '이동' 도구를 클릭하세요. 마우스로\n건물을 옮기고, 올바르게 자리했을 때 클릭하세요.\n\n건물의 특정 모양을 고치려면, 더 나은 장소로의 테두리를 형성하는 노드를\n클릭하고 드래그하세요.\n\n### 만들기\n\n지도에 건물을 추가하는 주변의 주요 질문 중 하나는 OpenStreetMap이 모양과 지점\n둘 다 건물에 기록하는 것입니다. 최선의 규칙은 _가능하면 모양으로 건물을 매핑_하는\n것으로, 회사와 집, 편의 시설을 매핑하고, 건물에서 독립적인 다른 것들은 별도 지점으로,\n건물 모양 안에 배치합니다.\n\n인터페이스의 위 왼쪽에 있는 '지역' 버튼을 클릭하여 모양으로 건물 그리기를 시작하고,\n모양을 닫으려면 키보드에 있는 'Return'을 누르거나 첫 노드를 클릭하여 끝내세요.\n\n### 삭제하기\n\n건물이 전체적으로 잘못되었다면 - 위성 영상에서 존재하지 않는 것을 ë³¼ 수\n있으며 이상적으로는 나타나지 않는 것으로 현지로 확인되었습니다 - 지도에서\n도로를 제거할 수 있습니다. 기능을 삭제할 때 주의하십시오 -\n어떠한 다른 편집, 모두에게 보여지는 결과와 위성 영상 같은 것은 때때로\n오래되었으며, 그래서 건물은 단순히 새로 지어졌을 수 있습니다.\n\n건물을 클릭하여 선택한 다음, 휴지통 아이콘을 클릭하거나 'Delete' 키를\n눌러 건물을 삭제할 수 있습니다.\n", "relations": "# 관계\n\n관계는 다른 기능을 그룹화하는 OpenStreetMap에 있는 기능의 특수 유형입니다.\n예를 들어, 관계의 일반적인 두 유형은, 특정 프리웨이나 고속도로에 속하는 도로의\n부분을 그룹화하는 *경로 관계*와, 복잡한 지역(도넛처럼 여러 조각이나 구멍이 있는 것)을\n정의하는 여러 선을 그룹화하는 *다중 다각형*입니다.\n\n관계에 있는 기능의 그룹은 *구성원*이라고 부릅니다. 사이드바에서, 기능이\n구성원인 관계를 ë³¼ 수 있으며, 그것을 선택하려면 해당 관계를 클릭하세요.\n관계가 선택되면, 사이드바에 나열된 모든 구성원을 ë³¼ 수 있고 지도에\n강조됩니다.\n\n대부분의 경우, iD는 편집하는 동안 자동으로 관계를 유지하도록 다룰 것입니다.\n여러분이 알고 있어야 하는 중요한 것은 더 정확하게 다시 그리기 위해 도로의\n부분을 삭제한다면, 새 부분은 원래와 같은 관계의 구성원인지 확인해야 합니다.\n\n## 관계 편집하기\n\n관계를 편집하고 싶으면, 여기에 기초가 있습니다.\n\n관계에 기능을 추가하려면, 기능을 선택하고, 사이드바의 \"모든 관계\" 부분에\n있는 \"+\" 버튼을 클릭하고, 관계를 선택하거나 관계의 이름을 입력하세요.\n\n새 관계를 만드려면, 구성원이어야 할 첫 기능을 선택하고, 사이드바의\n\"모든 관계\" 부분에 있는 \"+\" 버튼을 클릭하고, \"새 관계...\"를 선택하세요.\n\n관계에서 기능을 제거하려면, 기능을 선택하고 제거하려는 관계 옆에 있는\n휴지통 버튼을 클릭하세요.\n\n\"병합\" 도구를 사용하여 구명으로 된 다중 다각형을 만들 수 있습니다. 두 지역(안쪽과\n바깥쪽)을 그리고, 그들 둘 다 선택하기 위해 Shift 키를 누른 채로 각각 클릭한 다음,\n\"병합\" (+) 버튼을 클릭하세요.\n" }, "intro": { @@ -387,6 +388,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "건물" + }, "category-landuse": { "name": "토지 이용" }, @@ -402,21 +406,54 @@ "category-route": { "name": "노선" }, - "category-water": { - "name": "수로" + "category-water-area": { + "name": "물" + }, + "category-water-line": { + "name": "물" } }, "fields": { "access": { - "label": "통행 제한", + "label": "통행 허가 여부", "placeholder": "알 수 없음", "types": { "access": "일반", "foot": "보행자", + "motor_vehicle": "이륜차", "bicycle": "자전거", "horse": "주택" + }, + "options": { + "yes": { + "title": "허가됨", + "description": "통행이 법적으로 허가됨; 정당한 이용" + }, + "no": { + "title": "제한됨", + "description": "통행이 일반 대중에게 허가되지 않음" + }, + "permissive": { + "title": "소유자 허가 필요", + "description": "소유자가 권한을 해제할 때까지 통행이 허가됨" + }, + "private": { + "title": "사유", + "description": "개별적으로 소유자의 허가로만 통행이 허가됨" + }, + "designated": { + "title": "지정 차종만 통행 허가", + "description": "표지판이나 특정 지역 법률에 따라 통행이 허가됨" + }, + "destination": { + "title": "목적 외 통행 금지", + "description": "목적지에 갈 때에만 통행이 허가됨" + } } }, + "access_toilets": { + "label": "사용 허가 여부" + }, "address": { "label": "주소", "placeholders": { @@ -436,12 +473,18 @@ "amenity": { "label": "유형" }, + "artist": { + "label": "예술가" + }, "artwork_type": { "label": "유형" }, "atm": { "label": "ATM" }, + "backrest": { + "label": "등받이" + }, "barrier": { "label": "유형" }, @@ -464,6 +507,16 @@ "label": "수용 가능한 수", "placeholder": "50, 100, 200..." }, + "cardinal_direction": { + "label": "방향" + }, + "clock_direction": { + "label": "방향", + "options": { + "clockwise": "시계 방향", + "anticlockwise": "시계 반대 방향" + } + }, "collection_times": { "label": "모은 시간" }, @@ -492,7 +545,7 @@ "label": "고도" }, "emergency": { - "label": "응급 의료" + "label": "긴급 의료" }, "entrance": { "label": "유형" @@ -525,6 +578,15 @@ "historic": { "label": "유형" }, + "iata": { + "label": "IATA" + }, + "icao": { + "label": "ICAO" + }, + "incline": { + "label": "경사" + }, "internet_access": { "label": "인터넷 액세스", "options": { @@ -537,6 +599,7 @@ "label": "유형" }, "lanes": { + "label": "차선 수", "placeholder": "1, 2, 3..." }, "layer": { @@ -549,6 +612,12 @@ "label": "수준", "placeholder": "2, 4, 6..." }, + "lit": { + "label": "조명" + }, + "location": { + "label": "위치" + }, "man_made": { "label": "유형" }, @@ -573,10 +642,10 @@ "label": "유형" }, "oneway": { - "label": "일방 통행" + "label": "일방통행" }, "oneway_yes": { - "label": "일방 통행" + "label": "일방통행" }, "opening_hours": { "label": "이용할 수 있는 시간" @@ -584,6 +653,9 @@ "operator": { "label": "운영자" }, + "park_ride": { + "label": "파크 앤드 라이드" + }, "parking": { "label": "유형" }, @@ -646,15 +718,24 @@ "label": "스포츠" }, "structure": { + "label": "구조물", "placeholder": "알 수 없음", "options": { "bridge": "다리", - "tunnel": "터널" + "tunnel": "터널", + "embankment": "제방", + "cutting": "절토" } }, + "supervised": { + "label": "감독 장소" + }, "surface": { "label": "노면" }, + "toilets/disposal": { + "label": "처분" + }, "tourism": { "label": "유형" }, @@ -667,6 +748,12 @@ "trail_visibility": { "label": "도로의 가시성" }, + "tree_type": { + "label": "유형" + }, + "vending": { + "label": "상품 종류" + }, "water": { "label": "유형" }, @@ -700,12 +787,33 @@ "aeroway/aerodrome": { "name": "공항" }, + "aeroway/apron": { + "name": "에이프런" + }, + "aeroway/gate": { + "name": "공항 게이트" + }, + "aeroway/hangar": { + "name": "격납고" + }, "aeroway/helipad": { "name": "헬기 착륙장" }, + "aeroway/runway": { + "name": "활주로" + }, + "aeroway/taxiway": { + "name": "유도로" + }, + "aeroway/terminal": { + "name": "공항 터미널" + }, "amenity": { "name": "시설" }, + "amenity/arts_centre": { + "name": "예술 회관" + }, "amenity/atm": { "name": "ATM" }, @@ -722,17 +830,43 @@ "name": "자전거 주차장" }, "amenity/bicycle_rental": { - "name": "자전거 대여소" + "name": "자전거 대여", + "terms": "자전거 대여소,자전거 렌탈" + }, + "amenity/boat_rental": { + "name": "보트 대여", + "terms": "보트 대여소,보트 렌탈" }, "amenity/cafe": { "name": "카페" }, + "amenity/car_rental": { + "name": "자동차 대여", + "terms": "자동차 대여소,자동차 렌탈" + }, + "amenity/car_sharing": { + "name": "ì¹´ 셰어링", + "terms": "자동차 셰어링,자동차 공유" + }, + "amenity/car_wash": { + "name": "세차장" + }, + "amenity/childcare": { + "name": "보육원", + "terms": "보육 시설" + }, "amenity/cinema": { "name": "영화관" }, + "amenity/college": { + "name": "전문대학" + }, "amenity/courthouse": { "name": "법원" }, + "amenity/drinking_water": { + "name": "식수" + }, "amenity/embassy": { "name": "대사관" }, @@ -742,6 +876,9 @@ "amenity/fire_station": { "name": "소방서" }, + "amenity/fountain": { + "name": "분수대" + }, "amenity/fuel": { "name": "주유소" }, @@ -751,6 +888,9 @@ "amenity/hospital": { "name": "병원" }, + "amenity/kindergarten": { + "name": "유치원" + }, "amenity/library": { "name": "도서관" }, @@ -758,7 +898,7 @@ "name": "시장" }, "amenity/parking": { - "name": "주차장" + "name": "자동차 주차장" }, "amenity/pharmacy": { "name": "약국" @@ -766,6 +906,9 @@ "amenity/place_of_worship": { "name": "예배당" }, + "amenity/place_of_worship/buddhist": { + "name": "사찰" + }, "amenity/place_of_worship/christian": { "name": "교회" }, @@ -785,7 +928,12 @@ "name": "우체국" }, "amenity/pub": { - "name": "술집" + "name": "술집", + "terms": "주점" + }, + "amenity/ranger_station": { + "name": "관리소", + "terms": "레인저 스테이션" }, "amenity/restaurant": { "name": "음식점" @@ -796,6 +944,10 @@ "amenity/swimming_pool": { "name": "수영장" }, + "amenity/taxi": { + "name": "택시 승차장", + "terms": "택시 정류장,택시 타는 ê³³" + }, "amenity/telephone": { "name": "전화" }, @@ -811,24 +963,57 @@ "amenity/university": { "name": "대학교" }, + "amenity/vending_machine": { + "name": "자동 판매기" + }, + "amenity/waste_basket": { + "name": "쓰레기통" + }, "area": { "name": "지역" }, + "barrier": { + "name": "ë°©ë²½" + }, + "barrier/block": { + "name": "기둥" + }, + "barrier/bollard": { + "name": "볼라드" + }, + "barrier/cattle_grid": { + "name": "가축 격자" + }, "barrier/city_wall": { "name": "성벽" }, + "barrier/cycle_barrier": { + "name": "자전거 ë°©ë²½" + }, "barrier/ditch": { "name": "구거" }, "barrier/entrance": { "name": "입구" }, + "barrier/fence": { + "name": "울타리" + }, "barrier/gate": { "name": "문" }, + "barrier/hedge": { + "name": "산 울타리" + }, + "barrier/kissing_gate": { + "name": "목장 문" + }, "barrier/lift_gate": { "name": "리프트 문" }, + "barrier/retaining_wall": { + "name": "옹벽" + }, "barrier/stile": { "name": "회전식 문" }, @@ -847,15 +1032,46 @@ "building/apartments": { "name": "아파트먼트" }, + "building/commercial": { + "name": "상업 건물" + }, "building/entrance": { "name": "입구" }, + "building/garage": { + "name": "차고" + }, "building/house": { "name": "주택" }, + "building/hut": { + "name": "오두막" + }, + "building/industrial": { + "name": "산업 건물" + }, + "building/residential": { + "name": "주거 건물" + }, + "emergency/ambulance_station": { + "name": "구급차 스테이션", + "terms": "앰뷸런스 스테이션" + }, + "emergency/fire_hydrant": { + "name": "소화전" + }, + "emergency/phone": { + "name": "긴급 전화" + }, "entrance": { "name": "입구" }, + "footway/crossing": { + "name": "횡단보도" + }, + "footway/sidewalk": { + "name": "보도" + }, "highway": { "name": "고속도로" }, @@ -866,7 +1082,7 @@ "name": "버스 정류장" }, "highway/crossing": { - "name": "건널목" + "name": "교차" }, "highway/cycleway": { "name": "자전거로" @@ -874,15 +1090,28 @@ "highway/footway": { "name": "보도" }, + "highway/living_street": { + "name": "주택가" + }, + "highway/mini_roundabout": { + "name": "작은 회전교차로" + }, "highway/motorway": { "name": "고속도로" }, + "highway/motorway_junction": { + "name": "고속도로 교차점" + }, "highway/motorway_link": { "name": "고속도로 연결도" }, "highway/path": { "name": "경로" }, + "highway/pedestrian": { + "name": "보행로", + "terms": "보행자 도로" + }, "highway/primary": { "name": "주요 도로" }, @@ -904,9 +1133,28 @@ "highway/service": { "name": "취부 도로" }, + "highway/service/alley": { + "name": "골목" + }, + "highway/service/drive-through": { + "name": "드라이브 스루" + }, + "highway/service/driveway": { + "name": "사설 차도" + }, + "highway/service/emergency_access": { + "name": "긴급 접근" + }, + "highway/service/parking_aisle": { + "name": "주차장 통로" + }, "highway/steps": { "name": "계단" }, + "highway/stop": { + "name": "멈춤 신호", + "terms": "정지 신호" + }, "highway/tertiary": { "name": "3ì°¨ 도로" }, @@ -917,7 +1165,8 @@ "name": "트랙" }, "highway/traffic_signals": { - "name": "교통 신호" + "name": "신호등", + "terms": "교통 신호" }, "highway/trunk": { "name": "간선 도로" @@ -925,6 +1174,9 @@ "highway/trunk_link": { "name": "간선 연결도" }, + "highway/turning_circle": { + "name": "원 돌기" + }, "highway/unclassified": { "name": "분류하지 않은 도로" }, @@ -1000,12 +1252,22 @@ "landuse/residential": { "name": "주거" }, + "landuse/retail": { + "name": "소매점" + }, "landuse/vineyard": { "name": "포도밭" }, "leisure": { "name": "여가" }, + "leisure/common": { + "name": "일반", + "terms": "공통" + }, + "leisure/dog_park": { + "name": "개 공원" + }, "leisure/garden": { "name": "정원" }, @@ -1013,7 +1275,8 @@ "name": "골프장" }, "leisure/marina": { - "name": "마리나" + "name": "마리나", + "terms": "항구,선착장" }, "leisure/park": { "name": "공원" @@ -1030,18 +1293,27 @@ "leisure/pitch/basketball": { "name": "농구장" }, + "leisure/pitch/skateboard": { + "name": "스케이트 공원" + }, "leisure/pitch/soccer": { "name": "축구장" }, "leisure/pitch/tennis": { "name": "테니스장" }, + "leisure/pitch/volleyball": { + "name": "배구장" + }, "leisure/playground": { "name": "놀이터" }, "leisure/slipway": { "name": "슬립 웨이" }, + "leisure/sports_center": { + "name": "스포츠 센터" + }, "leisure/stadium": { "name": "경기장" }, @@ -1055,20 +1327,47 @@ "name": "선" }, "man_made": { - "name": "사람에 의한" + "name": "인공물" + }, + "man_made/breakwater": { + "name": "방파제" + }, + "man_made/cutline": { + "name": "숲 경계선" }, "man_made/lighthouse": { "name": "등대" }, + "man_made/observation": { + "name": "전망대", + "terms": "관찰탑,감시탑" + }, "man_made/pier": { "name": "부두" }, + "man_made/pipeline": { + "name": "파이프 라인", + "terms": "관로,도관" + }, "man_made/survey_point": { "name": "조사/관측 지점" }, + "man_made/tower": { + "name": "탑", + "terms": "타워" + }, + "man_made/wastewater_plant": { + "name": "하수 처리 시설" + }, "man_made/water_tower": { "name": "급수탑" }, + "man_made/water_well": { + "name": "우물" + }, + "man_made/water_works": { + "name": "물 시설" + }, "natural": { "name": "자연" }, @@ -1084,6 +1383,9 @@ "natural/coastline": { "name": "해안선" }, + "natural/fell": { + "name": "황야" + }, "natural/glacier": { "name": "빙하" }, @@ -1096,6 +1398,9 @@ "natural/peak": { "name": "정상" }, + "natural/scree": { + "name": "급사면" + }, "natural/scrub": { "name": "우거진 숲" }, @@ -1106,7 +1411,7 @@ "name": "나무" }, "natural/water": { - "name": "수로" + "name": "물" }, "natural/water/lake": { "name": "호수" @@ -1124,7 +1429,79 @@ "name": "산림" }, "office": { - "name": "사무실" + "name": "사무실", + "terms": "사무소" + }, + "office/accountant": { + "name": "회계 사무소" + }, + "office/administrative": { + "name": "행정 사무소", + "terms": "행정 사무실" + }, + "office/architect": { + "name": "건축사" + }, + "office/company": { + "name": "회사 사무실", + "terms": "회사 사무소" + }, + "office/educational_institution": { + "name": "교육 기관" + }, + "office/employment_agency": { + "name": "직업 소개소" + }, + "office/estate_agent": { + "name": "부동산 사무소", + "terms": "부동산 사무실,부동산 중개" + }, + "office/financial": { + "name": "금융 사무소", + "terms": "금융 사무실" + }, + "office/government": { + "name": "관청", + "terms": "관공서,정부 청사" + }, + "office/insurance": { + "name": "보험 사무소", + "terms": "보험 사무실" + }, + "office/it": { + "name": "IT 사무실", + "terms": "IT 사무소" + }, + "office/lawyer": { + "name": "법률 사무소", + "terms": "법률 사무실" + }, + "office/newspaper": { + "name": "신문" + }, + "office/ngo": { + "name": "NGO 사무실", + "terms": "비정부기구 사무실" + }, + "office/physician": { + "name": "내과의원" + }, + "office/political_party": { + "name": "정당" + }, + "office/research": { + "name": "연구 사무실", + "terms": "연구 사무소" + }, + "office/telecommunication": { + "name": "통신 사무실", + "terms": "통신 사무소,통신 지사,전화국" + }, + "office/therapist": { + "name": "치료원" + }, + "office/travel_agent": { + "name": "여행사" }, "place": { "name": "장소" @@ -1138,6 +1515,9 @@ "place/island": { "name": "섬" }, + "place/isolated_dwelling": { + "name": "독립 주택" + }, "place/locality": { "name": "지역" }, @@ -1153,8 +1533,14 @@ "power": { "name": "전력" }, + "power/generator": { + "name": "발전소" + }, "power/line": { - "name": "전력선" + "name": "송전선" + }, + "power/minor_line": { + "name": "작은 송전선" }, "power/pole": { "name": "전봇대" @@ -1165,6 +1551,9 @@ "power/tower": { "name": "송전탑" }, + "power/transformer": { + "name": "변압 시설" + }, "railway": { "name": "철도" }, @@ -1210,6 +1599,9 @@ "shop": { "name": "상점" }, + "shop/alcohol": { + "name": "주류 상점" + }, "shop/bakery": { "name": "제과점" }, @@ -1270,6 +1662,12 @@ "shop/electronics": { "name": "전자 제품 가게" }, + "shop/farm": { + "name": "산지 직매" + }, + "shop/fishmonger": { + "name": "생선 가게" + }, "shop/florist": { "name": "꽃집" }, @@ -1303,6 +1701,10 @@ "shop/laundry": { "name": "세탁소" }, + "shop/locksmith": { + "name": "열쇠 제조공", + "terms": "자물쇠 제조공" + }, "shop/mall": { "name": "쇼핑몰" }, @@ -1327,6 +1729,9 @@ "shop/pet": { "name": "애완 동물 가게" }, + "shop/photo": { + "name": "사진 가게" + }, "shop/shoes": { "name": "신발 가게" }, @@ -1358,13 +1763,15 @@ "name": "비디오 가게" }, "tourism": { - "name": "관광 여행" + "name": "관광", + "terms": "관광 여행" }, "tourism/alpine_hut": { "name": "고산장" }, "tourism/artwork": { - "name": "예술 작품" + "name": "예술품", + "terms": "예술 작품" }, "tourism/attraction": { "name": "관광 명소" @@ -1372,6 +1779,9 @@ "tourism/camp_site": { "name": "캠프장" }, + "tourism/caravan_site": { + "name": "RV 공원" + }, "tourism/chalet": { "name": "별장" }, @@ -1435,8 +1845,12 @@ "type/route/foot": { "name": "보도 노선" }, + "type/route/hiking": { + "name": "하이킹 노선" + }, "type/route/pipeline": { - "name": "파이프 라인 노선" + "name": "파이프 라인 노선", + "terms": "관로 노선;도관 노선" }, "type/route/power": { "name": "전력 노선" diff --git a/vendor/assets/iD/iD/locales/lt.json b/vendor/assets/iD/iD/locales/lt.json index 161c88835..91e87368e 100644 --- a/vendor/assets/iD/iD/locales/lt.json +++ b/vendor/assets/iD/iD/locales/lt.json @@ -124,9 +124,6 @@ }, "category-route": { "name": "MarÅ¡rutas" - }, - "category-water": { - "name": "Vanduo" } }, "fields": { @@ -529,9 +526,6 @@ "amenity/marketplace": { "name": "Prekyvietė" }, - "amenity/parking": { - "name": "Automobilių stovėjimo aikÅ¡telė" - }, "amenity/pharmacy": { "name": "Vaistinė" }, diff --git a/vendor/assets/iD/iD/locales/lv.json b/vendor/assets/iD/iD/locales/lv.json index 8249ec888..4a8d59f31 100644 --- a/vendor/assets/iD/iD/locales/lv.json +++ b/vendor/assets/iD/iD/locales/lv.json @@ -260,11 +260,6 @@ } }, "presets": { - "categories": { - "category-water": { - "name": "Ūdens" - } - }, "fields": { "access": { "label": "Piekļuve", @@ -574,9 +569,6 @@ "amenity/marketplace": { "name": "Tirgus" }, - "amenity/parking": { - "name": "Stāvvieta" - }, "amenity/pharmacy": { "name": "Aptieka" }, diff --git a/vendor/assets/iD/iD/locales/nl.json b/vendor/assets/iD/iD/locales/nl.json index fb346d6d3..31a74006c 100644 --- a/vendor/assets/iD/iD/locales/nl.json +++ b/vendor/assets/iD/iD/locales/nl.json @@ -402,9 +402,6 @@ }, "category-route": { "name": "Route" - }, - "category-water": { - "name": "Water" } }, "fields": { @@ -916,8 +913,7 @@ "terms": "Markt" }, "amenity/parking": { - "name": "Parkeren", - "terms": "Parkeerplaats" + "name": "Parkeerplaats" }, "amenity/pharmacy": { "name": "Apotheek", @@ -1253,7 +1249,7 @@ "name": "Bouwterrein" }, "landuse/farm": { - "name": "Boerderij" + "name": "Landbouwgrond" }, "landuse/farmyard": { "name": "Boerenerf" @@ -1277,7 +1273,7 @@ "name": "Mijnbouw" }, "landuse/residential": { - "name": "Woningen" + "name": "Woongebied" }, "landuse/retail": { "name": "Detailhandel" @@ -1447,6 +1443,18 @@ "office": { "name": "Kantoor" }, + "office/newspaper": { + "name": "Krant" + }, + "office/political_party": { + "name": "Politieke Partij" + }, + "office/therapist": { + "name": "Therapeut" + }, + "office/travel_agent": { + "name": "Reisbureau" + }, "place": { "name": "Plaats" }, diff --git a/vendor/assets/iD/iD/locales/no.json b/vendor/assets/iD/iD/locales/no.json index 7380ec16f..0e44b1e9b 100644 --- a/vendor/assets/iD/iD/locales/no.json +++ b/vendor/assets/iD/iD/locales/no.json @@ -223,9 +223,6 @@ }, "category-route": { "name": "Rute" - }, - "category-water": { - "name": "Vann" } }, "fields": { @@ -634,9 +631,6 @@ "amenity/marketplace": { "name": "Markedsplass" }, - "amenity/parking": { - "name": "Parkering" - }, "amenity/pharmacy": { "name": "Apotek" }, diff --git a/vendor/assets/iD/iD/locales/pl.json b/vendor/assets/iD/iD/locales/pl.json index 00fee146a..d9f3d4876 100644 --- a/vendor/assets/iD/iD/locales/pl.json +++ b/vendor/assets/iD/iD/locales/pl.json @@ -402,9 +402,6 @@ }, "category-route": { "name": "Trasa" - }, - "category-water": { - "name": "Woda" } }, "fields": { @@ -917,10 +914,6 @@ "name": "Targowisko", "terms": "targowisko,targ,rynek,giełda" }, - "amenity/parking": { - "name": "Parking", - "terms": "parking,postój" - }, "amenity/pharmacy": { "name": "Apteka", "terms": "apteka,leki" diff --git a/vendor/assets/iD/iD/locales/pt-BR.json b/vendor/assets/iD/iD/locales/pt-BR.json index de0ca89d0..556155707 100644 --- a/vendor/assets/iD/iD/locales/pt-BR.json +++ b/vendor/assets/iD/iD/locales/pt-BR.json @@ -388,6 +388,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Prédio" + }, "category-landuse": { "name": "Uso da Terra" }, @@ -403,7 +406,10 @@ "category-route": { "name": "Rota" }, - "category-water": { + "category-water-area": { + "name": "Água" + }, + "category-water-line": { "name": "Água" } }, @@ -742,6 +748,9 @@ "trail_visibility": { "label": "Visibilidade da Trilha" }, + "tree_type": { + "label": "Tipo" + }, "vending": { "label": "Tipo de Produtos" }, @@ -923,7 +932,7 @@ }, "amenity/parking": { "name": "Estacionamento", - "terms": "Estacionamento" + "terms": "estacionamento,parada" }, "amenity/pharmacy": { "name": "Farmácia", @@ -1141,6 +1150,14 @@ "name": "Entrada", "terms": "Entrada" }, + "footway/crossing": { + "name": "Cruzamento", + "terms": "cruzamento,passagem" + }, + "footway/sidewalk": { + "name": "Calçada", + "terms": "calçada,passeio" + }, "highway": { "name": "Rodovia", "terms": "Rodovia" @@ -1609,6 +1626,78 @@ "name": "Escritório", "terms": "Escritório" }, + "office/accountant": { + "name": "Contador" + }, + "office/administrative": { + "name": "Escritório Administrativo", + "terms": "Sala Administrativa, Administração, Sala do Administrativo" + }, + "office/architect": { + "name": "Arquiteto" + }, + "office/company": { + "name": "Escritório" + }, + "office/educational_institution": { + "name": "Instituto de Educação", + "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" + }, + "office/estate_agent": { + "name": "Imobiliária", + "terms": "imobiliária,aluguel,casa,apartamento,casas,apartamentos" + }, + "office/financial": { + "name": "Escritório Financeiro" + }, + "office/government": { + "name": "Escritório do Governo" + }, + "office/insurance": { + "name": "Seguradora", + "terms": "seguro,seguradora,apólice,corretor" + }, + "office/it": { + "name": "Escritório de TI", + "terms": "ti,cpd,informática,computador,rede" + }, + "office/lawyer": { + "name": "Escritório de Advogado", + "terms": "advogado,advocacia,escritório" + }, + "office/newspaper": { + "name": "Jornal", + "terms": "jornal,notícia" + }, + "office/ngo": { + "name": "Sede de ONG" + }, + "office/physician": { + "name": "Médico", + "terms": "médico,consultório,doutor,consulta" + }, + "office/political_party": { + "name": "Partido Político", + "terms": "política,político,partido,gabinete" + }, + "office/research": { + "name": "Escritório de Pesquisa", + "terms": "pesquisa,pesquisas,pesquisador,escritório" + }, + "office/telecommunication": { + "name": "Escritório de Telecomunicações" + }, + "office/therapist": { + "name": "Terapeuta" + }, + "office/travel_agent": { + "name": "Agência de Viagens", + "terms": "viagem,viagens,agência" + }, "place": { "name": "Local", "terms": "Local" @@ -1657,6 +1746,9 @@ "name": "Linha de Transmissão de Energia Elétrica", "terms": "Fio Elétrico" }, + "power/minor_line": { + "name": "Linha de Transmissão Pequena" + }, "power/pole": { "name": "Poste Elétrico", "terms": "Poste Elétrico" @@ -1905,6 +1997,10 @@ "name": "Pet Shop", "terms": "Pet Shop" }, + "shop/photo": { + "name": "Loja de Fotografia", + "terms": "Loja de Fotografia" + }, "shop/shoes": { "name": "Loja de Calçados", "terms": "Loja de Calçados" diff --git a/vendor/assets/iD/iD/locales/pt.json b/vendor/assets/iD/iD/locales/pt.json index e725892b4..0458317ec 100644 --- a/vendor/assets/iD/iD/locales/pt.json +++ b/vendor/assets/iD/iD/locales/pt.json @@ -398,9 +398,6 @@ }, "category-route": { "name": "Rota" - }, - "category-water": { - "name": "Água" } }, "fields": { @@ -884,9 +881,6 @@ "amenity/marketplace": { "name": "Mercado / Feira" }, - "amenity/parking": { - "name": "Estacionamento" - }, "amenity/pharmacy": { "name": "Farmácia" }, diff --git a/vendor/assets/iD/iD/locales/ru.json b/vendor/assets/iD/iD/locales/ru.json index 7f63cf948..ab1312377 100644 --- a/vendor/assets/iD/iD/locales/ru.json +++ b/vendor/assets/iD/iD/locales/ru.json @@ -402,9 +402,6 @@ }, "category-route": { "name": "Маршрут" - }, - "category-water": { - "name": "Вода" } }, "fields": { @@ -918,10 +915,6 @@ "name": "Рынок", "terms": "Рынок" }, - "amenity/parking": { - "name": "Стоянка", - "terms": "парковка, паркинг, стоянка" - }, "amenity/pharmacy": { "name": "Аптека", "terms": "Аптека" @@ -1482,6 +1475,50 @@ "office": { "name": "Офисы" }, + "office/accountant": { + "name": "Бухгалтерская контора", + "terms": "Бухгалтерская фирма, Бухгалтерский учёт, Аудит" + }, + "office/architect": { + "name": "Архитектурная мастерская", + "terms": "Архитектурная студия, Дизайнерское бюро, Архитектор" + }, + "office/company": { + "name": "Частная фирма", + "terms": "Частная компания, Фирма, Организация" + }, + "office/employment_agency": { + "name": "Кадровое агентство", + "terms": "Центр занятости, Биржа труда, Агентство по трудоустройству" + }, + "office/estate_agent": { + "name": "Агентство недвижимости", + "terms": "Бюро по недвижимости, Риелтор, Риелторская фирма, Риелторская компания," + }, + "office/insurance": { + "name": "Страховая компания", + "terms": "Страховой агент, Страхование, Автострахование, Полис, ОМС, КАСКО, ОСАГО, Страховка," + }, + "office/lawyer": { + "name": "Юридические услуги", + "terms": "Адвокат, Нотариус, Адвокатская контора, Нотариальная контора, Юридическая консультация" + }, + "office/newspaper": { + "name": "Редакция газеты", + "terms": "Редакция журнала, Газета, Журнал, Периодическое издание, Редакция периодического издания" + }, + "office/ngo": { + "name": "Общественная организация", + "terms": "Общественное движение, НКО, Неправительственная организация, Некоммерческая организация, Общественный фонд, Общественное учреждение," + }, + "office/research": { + "name": "НИИ", + "terms": "Научно-исследовательская организация, Научно-исследовательский институт, Центр передовых исследований и разработки" + }, + "office/travel_agent": { + "name": "Турагентство", + "terms": "Туристическое агентство, Бюро путешествий, Турфирма, Туристическая фирма" + }, "place": { "name": "Населённый пункт" }, @@ -1705,6 +1742,10 @@ "shop/pet": { "name": "Зоомагазин" }, + "shop/photo": { + "name": "Магазин Фототоваров", + "terms": "Фототовары, Фототехника" + }, "shop/shoes": { "name": "Обувной" }, diff --git a/vendor/assets/iD/iD/locales/sk.json b/vendor/assets/iD/iD/locales/sk.json index 4e92c4234..cfcccb303 100644 --- a/vendor/assets/iD/iD/locales/sk.json +++ b/vendor/assets/iD/iD/locales/sk.json @@ -388,6 +388,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Budova" + }, "category-landuse": { "name": "Využitie krajiny" }, @@ -403,8 +406,11 @@ "category-route": { "name": "Trasa" }, - "category-water": { - "name": "Vodná plocha" + "category-water-area": { + "name": "Voda" + }, + "category-water-line": { + "name": "Voda" } }, "fields": { @@ -702,6 +708,9 @@ "shelter": { "label": "PrístreÅ¡ok" }, + "shelter_type": { + "label": "Typ" + }, "shop": { "label": "Typ" }, @@ -742,6 +751,9 @@ "trail_visibility": { "label": "ViditeľnosÅ¥ trasy" }, + "tree_type": { + "label": "Typ" + }, "vending": { "label": "Typ tovaru" }, @@ -923,7 +935,7 @@ }, "amenity/parking": { "name": "Parkovisko", - "terms": "garáže,garaze,parkovanie,odstavná plocha,odstavna plocha" + "terms": "parkovisko,parkovanie,garaz,garáž" }, "amenity/pharmacy": { "name": "Lekáreň", @@ -977,6 +989,10 @@ "name": "Å kola", "terms": "akadémia,alma mater,vysoká Å¡kola,oddelenie,fakulta,katedra,prednáška,prednášková sála,skola,prednaska,vysoka skola,akademia" }, + "amenity/shelter": { + "name": "PrístreÅ¡ok", + "terms": "pristresok,útulňa,utulna" + }, "amenity/swimming_pool": { "name": "Plaváreň", "terms": "Plavaren,kúpalisko,kupalisko" @@ -1141,6 +1157,14 @@ "name": "Vstup", "terms": "vchod,východ,vychod,únikový východ,unikovy vychod,brána,brana,dvere,vráta,vrata" }, + "footway/crossing": { + "name": "Prechod", + "terms": "Prechod pre chodcov,zebra" + }, + "footway/sidewalk": { + "name": "Chodník", + "terms": "chodnik" + }, "highway": { "name": "Cesta", "terms": "dialnica,diľnica,ulica,komunikácia,komunikacia" @@ -1609,6 +1633,86 @@ "name": "Úrad", "terms": "urad" }, + "office/accountant": { + "name": "Účtovník", + "terms": "uctovnik" + }, + "office/administrative": { + "name": "Administratívny úrad", + "terms": "administrativny urad" + }, + "office/architect": { + "name": "Architekt", + "terms": "Architekti" + }, + "office/company": { + "name": "Firma", + "terms": "firmy,spoločnosÅ¥,spolocnost" + }, + "office/educational_institution": { + "name": "Vzdelávací inÅ¡titút", + "terms": "vzdelavaci institut,univerzita,skola,vzdelavanie,Å¡kola,vzdelávanie" + }, + "office/employment_agency": { + "name": "Zamestnávateľská agentúra", + "terms": "zamestnavatelska agentura" + }, + "office/estate_agent": { + "name": "Realitná agentúra", + "terms": "realitna agentura,realitka" + }, + "office/financial": { + "name": "Finančný úrad", + "terms": "financny urad" + }, + "office/government": { + "name": "Vládny úrad", + "terms": "vladny urad" + }, + "office/insurance": { + "name": "Poistenie", + "terms": "poistenie" + }, + "office/it": { + "name": "IT služby", + "terms": "IT, it sluzby,pocitace,počítače" + }, + "office/lawyer": { + "name": "Právna kancelária", + "terms": "pravna kancelaria" + }, + "office/newspaper": { + "name": "Noviny", + "terms": "noviny" + }, + "office/ngo": { + "name": "Nezisková organizácia", + "terms": "neziskova organizacia,neziskovka" + }, + "office/physician": { + "name": "Doktor", + "terms": "doktor" + }, + "office/political_party": { + "name": "Politická strana", + "terms": "politicka strana" + }, + "office/research": { + "name": "Výskum", + "terms": "vyskum" + }, + "office/telecommunication": { + "name": "Telekomunikácie", + "terms": "telekomunikacie,mobilny operator,mobilný operátor,operator,operátor" + }, + "office/therapist": { + "name": "Terapeut", + "terms": "terapeut" + }, + "office/travel_agent": { + "name": "Cestovná agentúra", + "terms": "cestova agentura,cestovka,dovolenka,cestovanie" + }, "place": { "name": "Obec", "terms": "dedina,mesto,sýdlo,sydlo" @@ -1657,6 +1761,10 @@ "name": "Elektrické vedenie", "terms": "elektricke vedenie,vedenie,kable,káble" }, + "power/minor_line": { + "name": "VedľajÅ¡ie elektrické vedenie", + "terms": "vedlajsie elektricke vedenie,rozvod, elektrika" + }, "power/pole": { "name": "Elektrický stĺp", "terms": "stlp elektrickeho vedenia,stožiar,stoziar,elektrický stĺp,elektricky stlp,Stĺp elektrického vedenia" diff --git a/vendor/assets/iD/iD/locales/sl.json b/vendor/assets/iD/iD/locales/sl.json index 0cb38685b..d8d65f5b6 100644 --- a/vendor/assets/iD/iD/locales/sl.json +++ b/vendor/assets/iD/iD/locales/sl.json @@ -32,6 +32,9 @@ } }, "continue": { + "title": "Nadaljuj", + "description": "Nadaljuj to črto", + "not_eligible": "Od tu ni mogoče nadaljevati črte", "annotation": { "line": "Nadaljevanje črte.", "area": "Nadaljevanje področja." @@ -50,6 +53,11 @@ "area": "Področke spremejeno v krog." } }, + "straighten": { + "title": "Poravnaj", + "description": "Poravnaj to črto", + "annotation": "Črta poravnana." + }, "delete": { "title": "IzbriÅ¡i", "description": "Odstrani to iz zemljevida.", @@ -64,7 +72,9 @@ }, "merge": { "title": "Združi", - "description": "Združi te črte." + "description": "Združi te črte.", + "annotation": "Združeno {n} črt.", + "not_eligible": "Teh elementov ni mogoče združiti." }, "move": { "title": "Premakni", @@ -79,11 +89,35 @@ }, "rotate": { "title": "Zasuči" + }, + "reverse": { + "title": "Obrni", + "description": "Obrne to črto v nasprotno smer.", + "annotation": "Črta obrnjena." + }, + "split": { + "title": "Razdruži" } }, + "undo": { + "tooltip": "Razveljavi: {action}" + }, + "redo": { + "tooltip": "Ponovi: {action}" + }, + "tooltip_keyhint": "Bližnjica:", + "translate": { + "translate": "Prevedi", + "localized_translation_label": "Večjezično ime", + "localized_translation_language": "Izberite jezik", + "localized_translation_name": "Ime" + }, "logout": "odjava", + "loading_auth": "Povezovanje z OpenStreetMap...", + "report_a_bug": "prijavi napako", "commit": { "title": "Shrani spremembe", + "description_placeholder": "Kratek opis vaÅ¡ih sprememb", "save": "Shrani", "cancel": "Prekliči", "warnings": "Opozorila", @@ -91,24 +125,70 @@ "deleted": "Izbrisano", "created": "Ustvarjeno" }, + "contributors": { + "list": "Spremembe uporabnikov {users}", + "truncated_list": "Spremembe uporabnikov {users} in {count} ostalih" + }, + "geocoder": { + "search": "Išči po celem svetu..." + }, "inspector": { "no_documentation_combination": "Za to kombinacijo oznak ni na voljo dokumentacije", - "results": "{n} zadetkov iskanja {search}" + "show_more": "Pokaži več", + "view_on_osm": "Ogled na openstreetmap.org", + "all_tags": "Vse oznake", + "all_members": "Vsi člani", + "all_relations": "Vse relacije", + "role": "Vloga", + "choose": "Izberite vrsto elementa", + "results": "{n} zadetkov iskanja {search}", + "reference": "Ogled v OpenStreetMap Wiki-ju", + "back_tooltip": "Spremeni element", + "remove": "Odstrani", + "search": "Išči", + "multiselect": "Izbrani predmeti", + "unknown": "Neznano", + "incomplete": "", + "feature_list": "Iskanje elementov", + "edit": "Urejanje elementa" }, "background": { "title": "Ozadje", "description": "Nastavitve ozadja", "percent_brightness": "{opacity}% svetlost", + "none": "Brez", + "custom": "Po meri", "reset": "ponastavi" }, "restore": { + "description": "Ali želite ponastaviti Å¡e ne shranjene spremembe iz predhodnega urejanja?", + "restore": "Ponastavi", "reset": "Ponastavi" }, "save": { - "title": "Shrani" + "title": "Shrani", + "help": "Shrani spremembe v OpenStreetMap, kar jih naredi vidne tudi ostalim uporabnikom.", + "no_changes": "Ni sprememb za shranjevanje.", + "uploading": "PrenaÅ¡anje sprememb v OpenStreetMap.", + "unsaved_changes": "Imate Å¡e ne shranjene spremembe." + }, + "success": { + "just_edited": "Pravkar ste uredili OpenStreetMap zemljevid!", + "view_on_osm": "Ogled na OSM", + "twitter": "Deli na Twitter-ju", + "google": "Deli na Google+" + }, + "confirm": { + "okay": "Potrdi" + }, + "splash": { + "welcome": "DobrodoÅ¡li v iD, urejevalniku OpenStreetMap podatkov", + "start": "Uredi sedaj" }, "tag_reference": { - "on_wiki": "{tag} na wiki.osm.org" + "description": "Opis", + "on_wiki": "{tag} na wiki.osm.org", + "used_with": "uporabljeno z {type}" }, "validations": { "untagged_point": "Neoznačena točka", @@ -122,6 +202,26 @@ "out": "PomanjÅ¡aj" }, "cannot_zoom": "V trenutnem načinu pomanjÅ¡ava ni več mogoča.", + "gpx": { + "local_layer": "Krajevna datoteka GPX" + }, + "help": { + "title": "Pomoč" + }, + "intro": { + "points": { + "title": "Točke" + }, + "areas": { + "title": "Področja" + }, + "lines": { + "title": "Črte" + }, + "startediting": { + "start": "Začetek urejanja!" + } + }, "presets": { "categories": { "category-landuse": { @@ -132,15 +232,14 @@ }, "category-road": { "name": "Cesta" - }, - "category-water": { - "name": "Voda" } }, "fields": { "access": { "label": "Dostop", + "placeholder": "Neznano", "types": { + "access": "SploÅ¡no", "foot": "PeÅ¡", "motor_vehicle": "Motorna vozila", "bicycle": "Kolesarji", @@ -156,12 +255,19 @@ }, "private": { "title": "Zasebno" + }, + "destination": { + "title": "Za dostavo" } } }, + "access_toilets": { + "label": "Dostop" + }, "address": { "label": "Naslov", "placeholders": { + "housename": "HiÅ¡no ime", "number": "123", "street": "Ulica", "city": "Mesto", @@ -174,6 +280,12 @@ "amenity": { "label": "Vrsta" }, + "artist": { + "label": "Umetnik" + }, + "artwork_type": { + "label": "Vrsta" + }, "atm": { "label": "Bankomat" }, @@ -183,6 +295,9 @@ "bicycle_parking": { "label": "Vrsta" }, + "boundary": { + "label": "Vrsta" + }, "building": { "label": "Zgradba" }, @@ -192,6 +307,10 @@ "building_yes": { "label": "Zgradba" }, + "capacity": { + "label": "Kapaciteta", + "placeholder": "50, 100, 200..." + }, "cardinal_direction": { "label": "Smer" }, @@ -220,18 +339,40 @@ "denomination": { "label": "Denominacija" }, + "description": { + "label": "Opis" + }, "elevation": { "label": "Nadmorska viÅ¡ina" }, + "emergency": { + "label": "Urgenca" + }, "entrance": { "label": "Vrsta" }, "fax": { - "label": "Telefaks" + "label": "Telefaks", + "placeholder": "+386 4 123 4567" }, "fee": { "label": "Plačilo" }, + "fire_hydrant/type": { + "label": "Vrsta" + }, + "fixme": { + "label": "Popravi me" + }, + "generator/method": { + "label": "Način" + }, + "generator/source": { + "label": "Vir" + }, + "generator/type": { + "label": "Vrsta" + }, "highway": { "label": "Vrsta" }, @@ -257,6 +398,10 @@ "landuse": { "label": "Vrsta" }, + "lanes": { + "label": "Pasov", + "placeholder": "1, 2, 3..." + }, "layer": { "label": "Plast" }, @@ -264,13 +409,18 @@ "label": "Vrsta" }, "levels": { - "label": "Nivojev" + "label": "Nivojev", + "placeholder": "2, 4, 6..." + }, + "lit": { + "label": "Osvetljeno" }, "man_made": { "label": "Vrsta" }, "maxspeed": { - "label": "Omejitev hitrosti" + "label": "Omejitev hitrosti", + "placeholder": "30, 50, 60..." }, "name": { "label": "Ime" @@ -306,7 +456,8 @@ "label": "Vrsta" }, "phone": { - "label": "Telefon" + "label": "Telefon", + "placeholder": "+386 31 123 4567" }, "place": { "label": "Vrsta" @@ -320,6 +471,9 @@ "ref": { "label": "Referenca" }, + "relation": { + "label": "Vrsta" + }, "religion": { "label": "Veroizpoved", "options": { @@ -332,6 +486,15 @@ "taoist": "Taoizem" } }, + "restriction": { + "label": "Vrsta" + }, + "route": { + "label": "Vrsta" + }, + "route_master": { + "label": "Vrsta" + }, "sac_scale": { "label": "Zahtevnost poti" }, @@ -351,6 +514,7 @@ "label": "Å port" }, "structure": { + "placeholder": "Neznano", "options": { "bridge": "Most", "tunnel": "Tunel", @@ -358,6 +522,9 @@ "cutting": "Usek" } }, + "supervised": { + "label": "Nadzorovano" + }, "surface": { "label": "PovrÅ¡ina" }, @@ -373,6 +540,12 @@ "trail_visibility": { "label": "Vidnost poti" }, + "tree_type": { + "label": "Vrsta" + }, + "vending": { + "label": "Vrsta dobrin" + }, "water": { "label": "Vrsta" }, @@ -380,7 +553,8 @@ "label": "Vrsta" }, "website": { - "label": "Spletno mesto" + "label": "Spletno mesto", + "placeholder": "http://example.com/" }, "wetland": { "label": "Vrsta" @@ -396,11 +570,15 @@ } }, "presets": { + "address": { + "name": "Naslov" + }, "aeroway": { "name": "Letalstvo" }, "aeroway/aerodrome": { - "name": "Letališče" + "name": "Letališče", + "terms": "aerodrom" }, "aeroway/apron": { "name": "LetaliÅ¡ka ploščad" @@ -424,10 +602,12 @@ "name": "Bankomat" }, "amenity/bank": { - "name": "Banka" + "name": "Banka", + "terms": "hranilnica,posojilnica" }, "amenity/bar": { - "name": "Bar" + "name": "Bar", + "terms": "bife,kava,pivnica" }, "amenity/bench": { "name": "Klop" @@ -439,7 +619,8 @@ "name": "Izposoja koles" }, "amenity/cafe": { - "name": "Kavarna" + "name": "Kavarna", + "terms": "bife,kava,bar" }, "amenity/car_wash": { "name": "Avtopralnica" @@ -453,6 +634,9 @@ "amenity/courthouse": { "name": "Sodišče" }, + "amenity/drinking_water": { + "name": "Pitna voda" + }, "amenity/embassy": { "name": "VeleposlaniÅ¡tvo" }, @@ -469,7 +653,8 @@ "name": "Bencinska črpalka" }, "amenity/grave_yard": { - "name": "Pokopališče" + "name": "Pokopališče", + "terms": "pokopališče,žale,britof" }, "amenity/hospital": { "name": "BolniÅ¡nica" @@ -511,7 +696,8 @@ "name": "PoÅ¡ta" }, "amenity/pub": { - "name": "Pivnica" + "name": "Pivnica", + "terms": "pivo,pijača" }, "amenity/restaurant": { "name": "Restavracija" @@ -522,6 +708,9 @@ "amenity/swimming_pool": { "name": "Bazen" }, + "amenity/taxi": { + "name": "Postajališče za taxije" + }, "amenity/telephone": { "name": "Telefon" }, @@ -537,15 +726,36 @@ "amenity/university": { "name": "Univerza" }, + "amenity/vending_machine": { + "name": "Prodajni avtomat" + }, "amenity/waste_basket": { "name": "KoÅ¡ za odpadke" }, + "area": { + "name": "Področje" + }, "barrier": { "name": "Ovira" }, + "barrier/block": { + "name": "Blok" + }, + "barrier/bollard": { + "name": "Stebriček" + }, + "barrier/cattle_grid": { + "name": "ReÅ¡etka za živino" + }, "barrier/city_wall": { "name": "Mestno obzidje" }, + "barrier/cycle_barrier": { + "name": "Ovira za kolesarje" + }, + "barrier/ditch": { + "name": "Jarek" + }, "barrier/entrance": { "name": "Vhod" }, @@ -558,6 +768,16 @@ "barrier/hedge": { "name": "Živa meja" }, + "barrier/lift_gate": { + "name": "Zapornica", + "terms": "rampa" + }, + "barrier/retaining_wall": { + "name": "Obzidje" + }, + "barrier/toll_booth": { + "name": "Cestninska postaja" + }, "barrier/wall": { "name": "Zid" }, @@ -567,15 +787,30 @@ "building": { "name": "Zgradba" }, + "building/apartments": { + "name": "Stanovanja" + }, "building/entrance": { "name": "Vhod" }, + "building/garage": { + "name": "Garaža" + }, "building/house": { "name": "HiÅ¡a" }, + "emergency/ambulance_station": { + "name": "Postaja nujne medicinske pomoči" + }, "entrance": { "name": "Vhod" }, + "footway/crossing": { + "name": "Prehod za peÅ¡ce" + }, + "footway/sidewalk": { + "name": "Pločnik" + }, "highway": { "name": "Cesta" }, @@ -586,7 +821,7 @@ "name": "Avtobusno postajališče" }, "highway/crossing": { - "name": "Križišče" + "name": "Prehod za peÅ¡ce" }, "highway/cycleway": { "name": "Kolesarska steza" @@ -613,7 +848,8 @@ "name": "Pot" }, "highway/pedestrian": { - "name": "Pločnik" + "name": "PeÅ¡ cona", + "terms": "pločnik" }, "highway/primary": { "name": "Glavna cesta" @@ -669,6 +905,12 @@ "highway/unclassified": { "name": "Neopredeljena cesta" }, + "historic/archaeological_site": { + "name": "ArheoloÅ¡ko najdišče" + }, + "historic/boundary_stone": { + "name": "Mejni kamen" + }, "historic/castle": { "name": "Grad" }, @@ -679,7 +921,8 @@ "name": "Spomenik" }, "historic/ruins": { - "name": "RuÅ¡evine" + "name": "RuÅ¡evine", + "terms": "ostaline,podrtija" }, "historic/wayside_cross": { "name": "Križ" @@ -786,18 +1029,34 @@ "leisure/swimming_pool": { "name": "Bazen" }, + "line": { + "name": "Črta" + }, + "man_made/breakwater": { + "name": "Valobran", + "terms": "lukobran,pomol,nasip,zid" + }, "man_made/lighthouse": { "name": "Svetilnik" }, "man_made/pier": { "name": "Pomol" }, + "man_made/pipeline": { + "name": "Cevovod" + }, + "man_made/tower": { + "name": "Stolp" + }, "man_made/wastewater_plant": { "name": "Čistilna naprava" }, "man_made/water_tower": { "name": "Vodni stolp" }, + "man_made/water_well": { + "name": "Vodnjak" + }, "natural": { "name": "Naravno" }, @@ -852,6 +1111,21 @@ "office": { "name": "Pisarne" }, + "office/accountant": { + "name": "Računovodstvo" + }, + "office/administrative": { + "name": "Upravna pisarna" + }, + "office/architect": { + "name": "Arhitekt" + }, + "office/lawyer": { + "name": "Pravna pisarna" + }, + "office/political_party": { + "name": "Politična stranka" + }, "place": { "name": "Kraj" }, @@ -873,12 +1147,31 @@ "place/village": { "name": "Vas" }, + "point": { + "name": "Točka" + }, "power": { "name": "Elektro" }, + "power/generator": { + "name": "Električni generator", + "terms": "agregat" + }, "power/line": { "name": "Daljnovod" }, + "power/pole": { + "name": "Steber daljnovoda", + "terms": "kandelaber" + }, + "power/sub_station": { + "name": "Razdelilna transformatorska postaja", + "terms": "rtp,transformator,stikališče,razdelilna postaja" + }, + "power/tower": { + "name": "Steber visokonapetostnega daljnovoda", + "terms": "kandelaber" + }, "power/transformer": { "name": "Transformator" }, @@ -892,7 +1185,7 @@ "name": "Opuščena železnica" }, "railway/level_crossing": { - "name": "Prehod" + "name": "Nivojsko križišče" }, "railway/monorail": { "name": "Monorail" @@ -915,6 +1208,12 @@ "railway/tram": { "name": "Tramvaj" }, + "relation": { + "name": "Relacija" + }, + "route/ferry": { + "name": "Trajektna linija" + }, "shop": { "name": "Trgovina" }, @@ -1113,6 +1412,30 @@ "tourism/zoo": { "name": "Živalski vrt" }, + "type/boundary": { + "name": "Meja" + }, + "type/boundary/administrative": { + "name": "Upravna meja" + }, + "type/restriction": { + "name": "Prepoved" + }, + "type/route/bus": { + "name": "Avtobusna linija" + }, + "type/route/detour": { + "name": "Obvoz" + }, + "type/route/ferry": { + "name": "Trajektna linija" + }, + "type/route/tram": { + "name": "Tramvajska linija" + }, + "vertex": { + "name": "Drugo" + }, "waterway": { "name": "Vodotok" }, @@ -1132,7 +1455,8 @@ "name": "Reka" }, "waterway/riverbank": { - "name": "Breg" + "name": "Rečni breg", + "terms": "brežina,obala,breg" }, "waterway/stream": { "name": "Potok" diff --git a/vendor/assets/iD/iD/locales/sr.json b/vendor/assets/iD/iD/locales/sr.json index 65b433d45..4b23a6f51 100644 --- a/vendor/assets/iD/iD/locales/sr.json +++ b/vendor/assets/iD/iD/locales/sr.json @@ -380,6 +380,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Зграда" + }, "category-landuse": { "name": "Коришћење земљишта" }, @@ -394,9 +397,6 @@ }, "category-route": { "name": "Путања" - }, - "category-water": { - "name": "Вода" } }, "fields": { @@ -694,6 +694,9 @@ "shelter": { "label": "Склониште" }, + "shelter_type": { + "label": "Врста" + }, "shop": { "label": "Врста" }, @@ -734,6 +737,9 @@ "trail_visibility": { "label": "Видљивост стазе" }, + "tree_type": { + "label": "Врста" + }, "vending": { "label": "Врста добара" }, @@ -875,9 +881,6 @@ "amenity/marketplace": { "name": "Тржница" }, - "amenity/parking": { - "name": "Паркинг" - }, "amenity/pharmacy": { "name": "Апотека" }, @@ -1040,6 +1043,9 @@ "entrance": { "name": "Улаз" }, + "footway/crossing": { + "name": "Прелаз" + }, "highway": { "name": "Ауто-пут" }, @@ -1385,6 +1391,9 @@ "office": { "name": "Канцеларија" }, + "office/travel_agent": { + "name": "Туристичка агенција" + }, "place": { "name": "Место" }, diff --git a/vendor/assets/iD/iD/locales/sv.json b/vendor/assets/iD/iD/locales/sv.json index c26b6f893..3f8ad4fcf 100644 --- a/vendor/assets/iD/iD/locales/sv.json +++ b/vendor/assets/iD/iD/locales/sv.json @@ -623,9 +623,6 @@ "amenity/marketplace": { "name": "Maknadsplats" }, - "amenity/parking": { - "name": "Parkering" - }, "amenity/pharmacy": { "name": "Läkemedel" }, diff --git a/vendor/assets/iD/iD/locales/te.json b/vendor/assets/iD/iD/locales/te.json index 36ef5c090..e00758b0b 100644 --- a/vendor/assets/iD/iD/locales/te.json +++ b/vendor/assets/iD/iD/locales/te.json @@ -16,8 +16,31 @@ "point": "ఒక బిందువును చేర్చారు." } }, + "start": { + "annotation": { + "line": "ఒక గీతను మొదలుపెట్టారు.", + "area": "ఒక ప్రదేశాన్ని మొదలుపెట్టారు." + } + }, "continue": { - "title": "కొనసాగించు" + "title": "కొనసాగించు", + "description": "ఈ గీతను కొనసాగించండి.", + "annotation": { + "line": "ఒక గీతను కొనసాగించారు.", + "area": "ఒక ప్రదేశాన్ని కొనసాగించారు." + } + }, + "cancel_draw": { + "annotation": "గీయడాన్ని రద్దుచేసారు." + }, + "circularize": { + "description": { + "line": "ఈ గీతను వృత్తంగా చేయి.", + "area": "ఈ ప్రదేశాన్ని వృత్తంగా చేయి." + } + }, + "straighten": { + "description": "ఈ గీతను తిన్నగా చేయి." }, "delete": { "title": "తొలగించు", @@ -32,6 +55,7 @@ }, "translate": { "translate": "అనువదించండి", + "localized_translation_label": "బహుభాషా పేరు", "localized_translation_language": "భాషను ఎంచుకోండి", "localized_translation_name": "పేరు" }, @@ -72,7 +96,9 @@ "unsaved_changes": "భద్రపరచని మార్పులు ఉన్నాయి" }, "success": { - "facebook": "ఫేస్‌బుక్‌లో పంచుకోండి" + "facebook": "ఫేస్‌బుక్‌లో పంచుకోండి", + "twitter": "ట్విట్టర్లో పంచుకోండి", + "google": "గూగుల్+లో పంచుకోండి" }, "confirm": { "okay": "సరే" @@ -98,11 +124,6 @@ } }, "presets": { - "categories": { - "category-water": { - "name": "నీళ్ళు" - } - }, "fields": { "access": { "types": { diff --git a/vendor/assets/iD/iD/locales/tr.json b/vendor/assets/iD/iD/locales/tr.json index b7bbdf7e9..7bb311956 100644 --- a/vendor/assets/iD/iD/locales/tr.json +++ b/vendor/assets/iD/iD/locales/tr.json @@ -596,9 +596,6 @@ "amenity/marketplace": { "name": "Pazar Yeri" }, - "amenity/parking": { - "name": "Park Alanı" - }, "amenity/pharmacy": { "name": "Eczane" }, diff --git a/vendor/assets/iD/iD/locales/uk.json b/vendor/assets/iD/iD/locales/uk.json index d03670b21..df46c257f 100644 --- a/vendor/assets/iD/iD/locales/uk.json +++ b/vendor/assets/iD/iD/locales/uk.json @@ -401,9 +401,6 @@ }, "category-route": { "name": "Маршрути" - }, - "category-water": { - "name": "Вода" } }, "fields": { @@ -920,10 +917,6 @@ "name": "Ринок", "terms": "Marketplace, hbyjr,базар,базарна площа" }, - "amenity/parking": { - "name": "Стоянка", - "terms": "Parking, cnjzyrf,парковка,паркування" - }, "amenity/pharmacy": { "name": "Аптека", "terms": "Pharmacy, fgntrf,ліки,фармація" @@ -1604,6 +1597,30 @@ "name": "Офіс", "terms": "Office,jasc" }, + "office/accountant": { + "name": "Бухгалтерська або аудиторська фірма", + "terms": "Бухгалтерська або аудиторська фірма, eufknthcmrf fj felbnjhcmrf ashvf, Accountant" + }, + "office/architect": { + "name": "Архітектурне або дизайнерське бюро", + "terms": "архітектор, Архітектурне або дизайнерське бюро, fhsntrnehyt fj lbpfqythcmrt hj, Architect" + }, + "office/company": { + "name": "Офіс компанії", + "terms": "фірма, підприємство, контора, бюро, юридична особа, Офіс компанії, jasc rjvgfys, Company Office" + }, + "office/educational_institution": { + "name": "Офіс освітнього закладу", + "terms": "Офіс освітнього закладу, jasc jcdsnymjuj pfrkfle, Educational Institution" + }, + "office/employment_agency": { + "name": "Кадрова агенція", + "terms": "працевлаштування, робота, пошук роботи, рекрутингова агенція, Кадрова агенція, rflhjdf futywsz, Employment Agency" + }, + "office/estate_agent": { + "name": "Агенція з нерухомості", + "terms": "ріелтор, Агенція з нерухомості, futywsz p ythejvjcns, Real Estate Office" + }, "place": { "name": "Місцевість", "terms": "Place,vscwtdscnm" @@ -1649,8 +1666,12 @@ "terms": "Power Generator,tktrnhjcnfywsz" }, "power/line": { - "name": "Лінія електропередач", - "terms": "Power Line,ksysz tktrnhjgthtlfx" + "name": "Лінія електропередачі високої напруги", + "terms": "Power Line,ksysz tktrnhjgthtlfxs dbcjrj yfgheub, Лінія електропередачі високої напруги, ЛЕП" + }, + "power/minor_line": { + "name": "Лінія електропередачі середньої напруги", + "terms": "Minor Power Line, ksysz tktrnhjgthtlfxs cthtlymj yfghueb, Лінія електропередачі середньої напруги, ЛЕП" }, "power/pole": { "name": "Опора", @@ -1900,6 +1921,10 @@ "name": "Товари для тварин", "terms": "Pet Store,njdfhb lkz ndfhby" }, + "shop/photo": { + "name": "Фототовари", + "terms": "Photography Store, ajnjnjdfhb" + }, "shop/shoes": { "name": "Взуття", "terms": "Shoe Store,dpennz" diff --git a/vendor/assets/iD/iD/locales/vi.json b/vendor/assets/iD/iD/locales/vi.json index 7536258c3..77d53a886 100644 --- a/vendor/assets/iD/iD/locales/vi.json +++ b/vendor/assets/iD/iD/locales/vi.json @@ -388,6 +388,9 @@ }, "presets": { "categories": { + "category-building": { + "name": "Tòa nhà" + }, "category-landuse": { "name": "Sá»­ dụng Đất" }, @@ -403,7 +406,10 @@ "category-route": { "name": "Tuyến đường" }, - "category-water": { + "category-water-area": { + "name": "Nước" + }, + "category-water-line": { "name": "Nước" } }, @@ -702,6 +708,9 @@ "shelter": { "label": "Chỗ che" }, + "shelter_type": { + "label": "Kiểu" + }, "shop": { "label": "Kiểu" }, @@ -742,6 +751,9 @@ "trail_visibility": { "label": "Tầm nhìn trên Đường mòn" }, + "tree_type": { + "label": "Loại" + }, "vending": { "label": "Loại Hàng hóa" }, @@ -977,6 +989,10 @@ "name": "Nhà trường", "terms": "trường,trường học,nhà trường,học viện,trường tÆ°,trường tÆ° thá»±c,trường công,trường công lập,tiểu học,trường tiểu học,trung học,trường trung học,trung học cÆ¡ sở,trường trung học cÆ¡ sở,THCS,TTHCS,trung học phổ thông,trường trung học phổ thông,THPT,TTHPT,trung học chuyên nghiệp,trường trung học chuyên nghiệp,THCN,TTHCN,cao đẳng,trường cao đẳng,CĐ,đại học,trường đại học,ĐH,trường dòng,khoa,học,truong,truong hoc,nha truong,hoc vien,truong tu,truong tu thuc,truong cong,truong cong lap,tieu hoc,ttruong tieu hoc,trung hoc,truong trung hoc,truong hoc co so,truong trung hoc co so,trung hoc pho nghiep,cao dang,truong cao dang,CD,dai hoc,truong dai hoc,DH,truong dong,khoa,hoc" }, + "amenity/shelter": { + "name": "Nhà trú", + "terms": "nhà trú,chỗ che chở,nhà trú bão,nhà trú mÆ°a,nhà trú ẩn,điểm trú bão,điểm trú mÆ°a,điểm trú ẩn,túp lều,mái,nóc,cho che cho,nha tru bao,nha tru mua,nha tru an,diem tru bao,diem tru mau,diem tru an,tup leu,mai,noc" + }, "amenity/swimming_pool": { "name": "Hồ BÆ¡i", "terms": "hồ bÆ¡i,hồ tắm,ho boi,ho tam" @@ -1055,7 +1071,7 @@ }, "barrier/gate": { "name": "Cổng", - "terms": "cổng,cong" + "terms": "cổng,cổng vào,cong,cong vao" }, "barrier/hedge": { "name": "Hàng rào Cây", @@ -1141,6 +1157,14 @@ "name": "Cá»­a vào", "terms": "cá»­a vào,lối vào,cua vao,loi vao" }, + "footway/crossing": { + "name": "Lối Băng qua Đường", + "terms": "lối băng qua đường,lối qua đường,đường ngá»±a vằn,loi bang qua duong,loi qua duong,duong ngua van" + }, + "footway/sidewalk": { + "name": "Lề đường", + "terms": "lề đường,vỉa hè,đường đi bộ,đường dạo,le duong,vie he,duong di bo,duong dao" + }, "highway": { "name": "Đường Giao thông", "terms": "đường giao thông,đường,duong giao thong,duong" @@ -1307,7 +1331,7 @@ }, "historic/ruins": { "name": "Tàn tích", - "terms": "Di tích" + "terms": "tàn tích,di tích" }, "historic/wayside_cross": { "name": "Thánh Giá Dọc đường", @@ -1387,7 +1411,7 @@ }, "leisure": { "name": "Giải trí", - "terms": "giải trí,thể thao,thể dục,giai tri,the thao,thể dục" + "terms": "giải trí,thể thao,thể dục,giai tri,the thao,the duc" }, "leisure/common": { "name": "Đất công", @@ -1607,7 +1631,87 @@ }, "office": { "name": "Văn phòng", - "terms": "văn phòng,van phong" + "terms": "văn phòng,sở,van phong,so" + }, + "office/accountant": { + "name": "TÆ° vấn Kế toán", + "terms": "tÆ° vấn kế toán,kế toán viên,văn phòng kế toán,nhân viên kế toán,dịch vụ khai thuế,văn phòng khai thuế,tài chính,tài chánh,tu van ke toan,ke toan vien,van phong ke toan,nhan vien ke toan,dich vu khai thue,van phong khai thue,tai chinh,tai chanh" + }, + "office/administrative": { + "name": "CÆ¡ quan Địa phÆ°Æ¡ng", + "terms": "cÆ¡ quan địa phÆ°Æ¡ng,hội đồng địa phÆ°Æ¡ng,công sở địa phÆ°Æ¡ng,sở hành chính địa phÆ°Æ¡ng,co quan dia phuong,hoi dong dia phuong,cong so dia phuong,so hanh chinh dia phuong" + }, + "office/architect": { + "name": "Kiến trúc sÆ°", + "terms": "kiến trúc sÆ°,kien truc su" + }, + "office/company": { + "name": "Văn phòng Công ty", + "terms": "văn phòng công ty,văn phòng công ti,văn phòng cty,trụ sở công ty,trụ sở công ti,trụ sở cty,van phong cong ty,van phong cong ti,van phong cty,tru so cong ty,tru so cong ti,tru so cty" + }, + "office/educational_institution": { + "name": "Trường học", + "terms": "trường học,trường cao đẳng,trường đại học,học viện,hội đồng giáo dục,học khu,khu học chánh,nha học chánh,truong hoc,trường cao đẳng,trường đại học,học viện,hoi dong giao duc,hoc khu,khu hoc chanh,nha hoc chanh" + }, + "office/employment_agency": { + "name": "CÆ¡ quan Giới thiệu Việc làm", + "terms": "cÆ¡ quan giới thiệu việc làm,cÆ¡ quan việc làm,văn phòng giới thiệu việc làm,co quan gioi thieu viec lam,co quan viec lam,van phong gioi thieu viec lam" + }, + "office/estate_agent": { + "name": "Văn phòng Bất động sản", + "terms": "văn phòng bất động sản,địa ốc viên,chuyên viên địa ốc,chuyên viên bất động sản,van phong bat dong san,dia oc vien,chuyen vien dia oc,chuyen vien bat dong san" + }, + "office/financial": { + "name": "Văn phòng Tài chính", + "terms": "văn phòng tài chính,văn phòng tài chánh,van phong tai chinh,van phong tai chanh" + }, + "office/government": { + "name": "Công sở", + "terms": "công sở,cÆ¡ quan chính phủ,cÆ¡ quan chính quyền,cong so,co quan chinh phu,co quan chinh quyen" + }, + "office/insurance": { + "name": "Văn phòng Bảo hiểm", + "terms": "văn phòng bảo hiểm,van phong bao hiem" + }, + "office/it": { + "name": "Văn phòng Tin học", + "terms": "văn phòng tin học,chuyên viên tin học,văn phòng công nghệ thông tin,văn phòng CNTT,van phong tin hoc,chuyen vien tin hoc,van phong cong nghe thong tin,van phong CNTT" + }, + "office/lawyer": { + "name": "Văn phòng Luật sÆ°", + "terms": "văn phòng luật sÆ°,van phong luat su" + }, + "office/newspaper": { + "name": "Tờ báo", + "terms": "tờ báo,nhật báo,tuần báo,tạp chí,to bao,nhat bao,tuan bao,tap chi" + }, + "office/ngo": { + "name": "Tổ chức Phi chính phủ", + "terms": "tổ chức phi chính phủ,văn phòng NGO,văn phòng ONG,tổ chức phi lợi nhuận,tổ chức bất vụ lợi,quỹ từ thiện,hiệp hội thÆ°Æ¡ng mại,to chuc phi chinh phu,van phong NGO,van phong ONG,to chuc phi loi nhuan,to chuc bat vu loi,quy tu thien,hiep hoi thuong mai" + }, + "office/physician": { + "name": "Văn phòng Bác sÄ©", + "terms": "văn phòng bác sÄ©,văn phòng bác sỹ,văn phòng thầy thuốc,van phong bac si,van phong bac sy,van phong thay thuoc" + }, + "office/political_party": { + "name": "Đảng Chính trị", + "terms": "văn phòng đảng chính trị,văn phòng đảng chánh trị,van phong dang chinh tri,van phong dang chanh tri" + }, + "office/research": { + "name": "Văn phòng Nghiên cứu", + "terms": "văn phòng nghiên cứu,van phong nghien cuu" + }, + "office/telecommunication": { + "name": "Văn phòng Viễn thông", + "terms": "văn phòng viễn thông,tiệm viễn thông,cá»­a hàng viễn thông,trụ sở công ty viễn thông,trụ sở công ti viễn thông,trụ sở cty viễn thông,van phong vien thong,tiem vien thong,cua hang vien thong,tru so cong ty vien thong,tru so cong ti vien thong,tru so cty vien thong" + }, + "office/therapist": { + "name": "Nhà trị liệu", + "terms": "nhà trị liệu,bác sÄ© chuyên khoa,thầy thuốc chuyên khoa,nha tri lieu,bac si chuyen khoa,thay thuoc chuyen khoa" + }, + "office/travel_agent": { + "name": "Văn phòng Du lịch", + "terms": "văn phòng du lịch,công ty du lịch,công ti du lịch,cty du lịch,đại lý du lịch,đại lí du lịch,du lịch theo nhóm,tour,vé máy bay,van phong du lich,cong ty du lich,cong ti du lich,cty du lich,dai ly du lich,dai li du lich,du lich theo nhom,ve may bay" }, "place": { "name": "Địa phÆ°Æ¡ng", @@ -1654,8 +1758,12 @@ "terms": "máy phát điện,động cÆ¡,tua bin,tuabin,may phat dien,dong co" }, "power/line": { - "name": "Đường Dây điện", - "terms": "đường dây điện,duong day dien" + "name": "Đường Dây điện Cao thế", + "terms": "đường dây điện cao thế,đường dây điện cao áp,đường dây truyền tải điện năng,duong day dien cao the,duong day dien cao ap,duong day truyen tai dien nang" + }, + "power/minor_line": { + "name": "Đường Dây điện Hạ/Trung thế", + "terms": "đường dây điện trung thế,đường dây điện hạ thế,đường dây điện trung áp,đường dây điện hạ áp,duong day dien trung the,duong day dien ha the,duong day dien trung ap,duong day dien ha ap" }, "power/pole": { "name": "Cột điện", @@ -1663,7 +1771,7 @@ }, "power/sub_station": { "name": "Trạm Điện Phụ", - "terms": "trạm điện phụ" + "terms": "trạm điện phụ,tram dien phu" }, "power/tower": { "name": "Cột điện Cao thế", @@ -1690,7 +1798,7 @@ "terms": "ga xép,ga nhỏ,ga xep,ga nho" }, "railway/level_crossing": { - "name": "Giao lộ Đường sắt", + "name": "Điểm giao Đường sắt", "terms": "giao lộ đường sắt,giao lộ đường ray,nút giao đường sắt,giao lo duong sat,giao lo duong ray,nut giao duong sat" }, "railway/monorail": { diff --git a/vendor/assets/iD/iD/locales/yue.json b/vendor/assets/iD/iD/locales/yue.json new file mode 100644 index 000000000..ba910f8d8 --- /dev/null +++ b/vendor/assets/iD/iD/locales/yue.json @@ -0,0 +1,2231 @@ +{ + "modes": { + "add_area": { + "title": "範圍", + "description": "地圖度,加園、屋宇、湖或者其他範圍入去。", + "tail": "要畫範圍,諸如園、湖屋,撳地圖先,先至去畫。" + }, + "add_line": { + "title": "綫", + "description": "地圖度,加公路、街、行人徑、水道或者其他綫。", + "tail": "地圖度撳一下,畫路、徑、或者路綫。" + }, + "add_point": { + "title": "處", + "description": "地圖上加酒樓、紀念碑、郵筒或者其他處。", + "tail": "撳地圖加處" + }, + "browse": { + "title": "周圍睇", + "description": "地圖放大睇" + }, + "draw_area": { + "tail": "撳下加節入你個範圍。撳第一節去完成範圍。" + }, + "draw_line": { + "tail": "撳一下去加多幾節落條綫。掹其他綫,駁去佢哋度,同快撳兩下,完咗條綫。" + } + }, + "operations": { + "add": { + "annotation": { + "point": "處加咗", + "vertex": "道度加節", + "relation": "關聯加咗。" + } + }, + "start": { + "annotation": { + "line": "綫起咗。", + "area": "範圍起咗。" + } + }, + "continue": { + "key": "A", + "title": "繼續", + "description": "續條綫。", + "not_eligible": "爾度無綫可以可續。", + "multiple": "爾度幾條綫可繼續。揀一條綫,咁住Shift掣,撳住佢揀佢。", + "annotation": { + "line": "綫續咗。", + "area": "範圍續咗。" + } + }, + "cancel_draw": { + "annotation": "唔畫。" + }, + "change_role": { + "annotation": "改咗關聯成員嘅作用。" + }, + "change_tags": { + "annotation": "籤改咗。" + }, + "circularize": { + "title": "整圓", + "description": { + "line": "整圓條綫", + "area": "整圓範圍" + }, + "key": "O", + "annotation": { + "line": "整圓條綫。", + "area": "整圓範圍。" + }, + "not_closed": "無得整圓,根本唔係圈。" + }, + "orthogonalize": { + "title": "四方", + "description": { + "line": "整方個綫角", + "area": "整方範圍角" + }, + "key": "S", + "annotation": { + "line": "整方咗綫角。", + "area": "整方咗範圍角。" + }, + "not_squarish": "佢太唔似方,整唔到方。" + }, + "straighten": { + "title": "拉直", + "description": "拉直條綫", + "key": "S", + "annotation": "條綫拉直咗。", + "too_bendy": "條綫太彎,拉直唔到。" + }, + "delete": { + "title": "刪", + "description": "地圖度拎走佢。", + "annotation": { + "point": "刪咗處。", + "vertex": "道度刪咗節。", + "line": "刪咗綫。", + "area": "刪咗範圍。", + "relation": "刪咗關聯。", + "multiple": "刪咗物體{n}個。" + }, + "incomplete_relation": "此地貌無得刪走,皆因佢未傳晒落來。" + }, + "add_member": { + "annotation": "加咗成員入關聯。" + }, + "delete_member": { + "annotation": "拎走咗關聯成員。" + }, + "connect": { + "annotation": { + "point": "駁咗道去嗰處。", + "vertex": "駁咗道去其他。", + "line": "駁咗道去綫。", + "area": "駁咗道去範圍。" + } + }, + "disconnect": { + "title": "掹開", + "description": "此綫或者範圍等,全部掹開。", + "key": "D", + "annotation": "綫或範圍,經已掹開咗。", + "not_connected": "爾度唔够綫或者範圍去掹開。" + }, + "merge": { + "title": "ä½µ", + "description": "併埋爾啲綫。", + "key": "C", + "annotation": "併咗綫{n}條。 ", + "not_eligible": "爾啲地貌,無得併埋。", + "not_adjacent": "爾啲綫無得掹開,根本無駁埋。", + "restriction": "爾啲綫併唔到,當中至少一個,屬於{relation}關聯。" + }, + "move": { + "title": "搬", + "description": "搬爾個去另第度。", + "key": "M", + "annotation": { + "point": "搬一點", + "vertex": "道度搬咗節。", + "line": "搬咗條綫。", + "area": "搬咗範圍。", + "multiple": "搬物體幾個。" + }, + "incomplete_relation": "此地貌無得搬,皆因佢未傳晒落來。" + }, + "rotate": { + "title": "擰轉", + "description": "圍住中心點,擰轉爾個物體。", + "key": "R", + "annotation": { + "line": "條綫擰轉咗。", + "area": "範圍擰轉咗。" + } + }, + "reverse": { + "title": "倒向。", + "description": "整到修綫方向相反。", + "key": "V", + "annotation": "條綫方向倒咗轉。" + }, + "split": { + "title": "斬開", + "description": { + "line": "爾節度,斬綫爲二。", + "area": "斬界,一分爲二。", + "multiple": "爾節度,斬綫或範圍界綫,一分爲二。" + }, + "key": "X", + "annotation": { + "line": "斬開條綫。", + "area": "斬開範圍界綫。", + "multiple": "斬開綫或範圍界綫{n}條。" + }, + "not_eligible": "綫無得喺頭尾度斬。", + "multiple_ways": "爾處太多綫,無得斬開。" + } + }, + "undo": { + "tooltip": "還原:{action}", + "nothing": "無嘢好還原" + }, + "redo": { + "tooltip": "重做:{action}", + "nothing": "無嘢好重做" + }, + "tooltip_keyhint": "快掣", + "browser_notice": "爾個編輯,只用於Firefox、Chrome、Safari、Opera以及Internet Explorer 版本九或以上。唔該換新瀏覽器,或者用Potlach2去改地圖。", + "translate": { + "translate": "繙", + "localized_translation_label": "各話名", + "localized_translation_language": "揀話", + "localized_translation_name": "名" + }, + "zoom_in_edit": "放大去改", + "logout": "簽走", + "loading_auth": "駁上去公家街圖⋯⋯", + "report_a_bug": "報告有錯", + "status": { + "error": "駁唔通程式接口。", + "offline": "程式接口收工。遲啲再改啦。", + "readonly": "程式接口,只讀不寫。你要等下先記到你修改。" + }, + "commit": { + "title": "記低修改", + "description_placeholder": "簡述你爾則稿件", + "message_label": "遞交片語", + "upload_explanation": "你嘅修改,傳咗上去公家街圖。凢用公家街圖資料,地圖都會見到。", + "upload_explanation_with_user": "你以{user}名義,修改傳咗上去公家街圖。凢用公家街圖資料,地圖都會見到。", + "save": "記", + "cancel": "唔記", + "warnings": "警告", + "modified": "改咗", + "deleted": "刪咗", + "created": "開咗" + }, + "contributors": { + "list": "有{users}修改", + "truncated_list": "有{users}及其他{count}修改" + }, + "geocoder": { + "search": "揀世界⋯⋯", + "no_results_visible": "圖內可見之處,搵唔到。", + "no_results_worldwide": "無嘢搵到" + }, + "geolocate": { + "title": "標出我位置" + }, + "inspector": { + "no_documentation_combination": "未有文件解爾支籤", + "no_documentation_key": "未有文件解依個圖例。", + "show_more": "睇多啲", + "view_on_osm": "入openstreetmap.org睇", + "all_tags": "所有籤", + "all_members": "所有成員", + "all_relations": "所有關聯", + "new_relation": "開新關聯⋯⋯", + "role": "作用", + "choose": "揀地貌", + "results": "{search}搵出{n}項", + "reference": "入公家街圖百科睇", + "back_tooltip": "轉地貌", + "remove": "移走", + "search": "搵", + "multiselect": "揀咗嘅項目", + "unknown": "未知", + "incomplete": "<無傳落來>", + "feature_list": "搵地貌", + "edit": "改地貌", + "none": "無" + }, + "background": { + "title": "背景", + "description": "背景設定", + "percent_brightness": "{opacity}% 光", + "none": "無", + "custom": "自訂", + "custom_prompt": "入個格模。有效字符係{z}、{x}、{y}對應Z/X/Y制及{u}對應四分格制。", + "fix_misalignment": "校正對位誤差", + "reset": "重設" + }, + "restore": { + "heading": "你有修改未記妥", + "description": "要唔要囘復上次未記妥之修改?", + "restore": "囘復", + "reset": "重新開始" + }, + "save": { + "title": "記低", + "help": "修改放上公家街圖,等其他用者都睇到。", + "no_changes": "無修改可記", + "error": "記上去時出錯", + "uploading": "修改傳上公家街圖。", + "unsaved_changes": "你有修改未記妥" + }, + "success": { + "edited_osm": "改公家街圖!", + "just_edited": "你啱啱改咗公家街圖!", + "view_on_osm": "入公家街圖睇", + "facebook": "放上Facebook", + "twitter": "放上Twitter", + "google": "放上Google+", + "help_html": "你所改嘅,幾分鐘後會送到普通層。其他層,或者某啲地貌,要用多啲時間。\n(詳解)。\n" + }, + "confirm": { + "okay": "得" + }, + "splash": { + "welcome": "歡迎來到艾第公家街圖造圖。", + "text": "艾第爾件架生,易用之時,亦功用多多,用來投稿修改去,世界至好,任用嘅世界地圖片。現時版本係{version}。想多啲資料,睇下 {website}同埋去{github}報告出錯。", + "walkthrough": "開始逐步解釋", + "start": "卽改" + }, + "source_switch": { + "live": "運行之中", + "lose_changes": "你未有修改未記妥。轉用地圖電腦,就會無咗修改。你真係要轉地圖電腦?", + "dev": "製作之中" + }, + "tag_reference": { + "description": "描述", + "on_wiki": "喺wiki.osm.org度嘅{tag}", + "used_with": "同{type}一齊用" + }, + "validations": { + "untagged_point": "未有籤嘅點", + "untagged_line": "冇籤嘅綫", + "untagged_area": "冇籤嘅範圍", + "many_deletions": "你要刪走物件{n}個。你真係想咁做?咁人人用開嘅openstreetmap.org地圖入便,都會刪走埋。", + "tag_suggests_area": "{tag}籤話條綫係範圍,實情佢唔係。", + "deprecated_tags": "廢籤:{tags}" + }, + "zoom": { + "in": "放大", + "out": "縮細" + }, + "cannot_zoom": "今下模式,無得再縮。", + "gpx": { + "local_layer": "本地 GPX 檔案", + "drag_drop": "拉個 .gpx擋入來爾版。或者,撳右邊粒掣揀檔。", + "zoom": "較到GPX路徑大細", + "browse": "望下有乜 .gpx 檔" + }, + "help": { + "title": "指南", + "help": "# 指南\n\n爾個編器,係爲 [公家街圖](http://www.openstreetmap.org/)而做。 有世界地圖,任用亦改得。你可以用佢,喺你處加嘢改嘢。如此一來,裏面嘅料,人人可以任用。\n\n邊個用公家街圖,都見得到你整嘅地圖。要改得到,就要開定個\n[免費公家街圖戶口](https://www.openstreetmap.org/user/new).\n\n[iD editor](http://ideditor.com/) 係合作而成, [程式碼放喺 GitHub](https://github.com/systemed/iD).\n", + "editing_saving": "# 改同記\n\n爾個程式,係上網用嘅,你用到佢,就係喺你上緊嘅網站上面。\n\n### 㨂地貌\n\n㨂地圖地貌,好似路,名勝,就喺地圖撳佢一下。咁佢就會顯眼,同埋有一大欄,講佢明細。亦有選單,你可以點地貌。\n\n要揀多個一種,就撳實【Shift】掣先。一係跟手撳落地貌,揀你想揀。一係拖個長方形出來,包住佢嘅點都着咗。\n\n### 記修改\n\n你修改路、屋宇及地方之時,爾啲修改只喺你部電腦上面,直至你記上地圖電腦。唔好擔心,若你出錯,你可以撳還原掣還原,重做掣重做。\n\n撳【記低】就完成一組修改。畀個例,你畫完個鎮,又會去畫另一度。咁你有機會去校閱你改過乜。同埋,若然有乜改得唔妥,程式亦會有用提議同警告。\n\n若然樣樣都妥當,咁你就打啲解釋,講下你改過乜,之後【記低】送修改上 [OpenStreetMap.org](http://www.openstreetmap.org/)。如此一來,人人都會睇到,等人再以此建立同改善。\n\n若你一次改唔晒,你都可以閂咗程式,下次返來,用同一部電腦同瀏覽器,程式會畀機會你囘復修改。\n", + "roads": "# è·¯\n\n用個程式,你開得,整得,刪得啲路。路有幾種,徑、公路、山徑、單車徑等等,乜嘢相交一段都要畫面出來。\n\n### 揀\n\n撳一下條路,就揀到。個外形會見得明顯,亦有架生仔選單,外加邊註欄有多啲路嘅資料。\n\n### 改\n\n你耐不耐見到條路,同背景相,或全球定位系統行縱,並唔一致。你要調較到佢哋啱位。\n\n首先撳一下,你想改嗰條路。咁條路就會特別顯眼,同埋有一點點畀你畀拉到啱位。若你想加多幾點,更加仔細,就喺條路上面,無節嘅地方,快撳兩下,咁就會開多一節。\n\n若然條路要駁去其他路,之但係無駁妥,咁你就拖住一點,拉到其他路,整到聯埋。地圖來講,駁通啲路係咁緊要,同埋駕車搵路亦必須。\n\n你亦可以用【搬】爾個架生,或撳快掣【M】,一次過搬成條路,再撳多下,就記好搬動。\n\n### 刪\n\n若成條路都唔啱,你亦要望下衞星相,以及最好親身確認,佢真係唔喺度,你就可以刪咗佢,卽係由地圖度搬走。小心啲刪走地貌,同其他改法一樣,有時地貌係人人都見到,但係衞星相過晒時,新路未必見。\n\n你刪條路,就撳佢一下,揀咗佢。跟住撳垃圾筒公仔,或者撳快掣【Delete】。\n\n### 開新\n\n要搵地方,緊係要有條路,係咪?去程式左上角,咁住【綫】個公仔,或者撳快掣【2】,就開始畫綫。\n\n地圖度,撳住路頭個位開始畫。若然條路由原路分出,就由原路上面路口位,撳一下開始。\n\n撳嘅點,應該人係跟實條路,跟䘙星相,或跟全球定位系統行蹤。若果你條路,會橫過另一條,你就喺路口位,撳落另一條路上,就起咗個交叉點。你要畫完,就快撳兩下。又或者咁鍵盤【Return】或【Enter】掣。\n", + "gps": "# 全球定位系統\n\n數據取自全球定位系統,係公家街圖至可靠來源。爾個造圖程式,用到本機行蹤,卽放你電腦嘅【.gpx】檔案。你收集全球定位系統行蹤,取自智能電話程式,或者個人全球定位系統儀。\n\n點去用全球定位系統測量,睇下[用全球定位系統測量](http://learnosm.org/en/beginner/using-gps/).\n\n用GPX途徑製圖,拖GPX檔案落造圖程式。若然讀得明,佢會加入地圖,用鮮綠綫顯現。喺右邊,撳落【背景設定】選單。咁就開得,閂得,放大縮細新嘅GPX層。\n\n爾個GPX途徑,唔會直上公家街圖,最好用法,就係用佢製圖。按此加新地貌,亦可[傳上公家街圖](http://www.openstreetmap.org/trace/create)以作其他用途。\n", + "imagery": "# 相\n\n航空相係地圖要源。佢哋飛機飛過,衞星望落等組合。網上有任用來源,可供使用。就喺右邊,【背景設定】之內。\n\n程式預先已有 [兵地圖](http://www.bing.com/maps/) 䘙星相層。你放大縮細去某啲地方,就有其他可用。某幾國,如美國、法國、丹麥等,國內某啲地方,有極精細嘅相。\n\n相有時同地圖資料有差距,爾個係供相者出錯。若你睇到多多路與背景移咗位,就唔好郁住。將啲相校好個位,同地圖資料吻合。要咁做,就去背景設定,撳【校正對位誤差】校好咗先。\n", + "addresses": "# 地埗\n\n地埗,對地圖好有用嘅資料。\n\n雖則地埗通常係街嘅一部份,不過喺公家街圖入面,會記爲沿街屋宇及地方屬性。\n\n你可以加地埗落地方,畫成屋宇界圖,亦可以畫成單處。最好來源,就係視身街一轉,或者靠個人知識。之但係,同其他地貌一樣,禁止抄其他商用來源,包括谷歌地圖。\n", + "inspector": "# 用明細一覽\n\n明細一覽係全版左邊嘅部份,畀你改個地貌嘅詳細資料。\n\n### 揀地貌\n\n無論你加處、綫或者範圍,你要揀係乜地貌,如公路定住宅路,超級市場定茶座。明細一覽上面有掣,揀你要嘅地貌,同埋你亦可以格中,一邊打一邊搵。\n\n個個地貌製,右邊【i】字,撳落有細解。撳落個掣度就揀到地貌。\n\n### 用表及改籤\n\n你㨂完地貌,或者你㨂嘅,早已入咗地貌,咁明細一覽,就有一欄欄,講地貌詳細資料,例如名同地埗咁。\n\n欄下面,你會見到啲細公仔,係用來加其他明細,好似 [維基百科](http://www.wikipedia.org/) 資料、行唔行到輪輢等等。\n\n明細一覽個底,撳【所有籤】,就可以隨意加其他籤落去。\n[籤料](http://taginfo.openstreetmap.org/) 係極有用嘅地方知道唔通籤嘅配搭。\n\n你喺明細一覽改嘅,都會自動送上地圖。你亦可以還原修改,只要咁下【還原】掣。\n", + "buildings": "# 屋宇\n\n公家街圖有屋宇資料庫,全球至大。你可以幫手添啲,亦可改善資料。\n\n### 揀\n\n你要揀屋宇,咁邊佢條邊就得。間屋宇會顯眼啲,亦會有架生仔選單,同埋邊註欄講屋宇多啲資料。\n\n### 改\n\n有陣時屋宇放唔啱,又或者放錯籤。\n\n要搬成間屋宇,揀佢先,跟手用【搬】架生。郁滑鼠就移屋宇,搬啱就咁撳一下。\n\n想改屋宇個形,邊度撳一節,拖住一節到啱位爲止。\n\n### 開新\n\n時時有人問,加新屋宇落地圖,而公家街圖又可以係點,又可以加形,咁邊個好啲呢?原則就係,_用得形就用形_,以及屋宇個形內,加公司、屋企、方便設施同其他種種,喺屋宇內有嘅嘢。\n\n畫新屋宇個形,喺左上面撳【範圍】掣,畫完就撳鍵盤【Return】掣,或者撳返去第一節,咁個形就埋口。\n\n### 刪\n\n若成間屋宇都唔啱,你亦要望下衞星相,以及最好親身確認,佢真係唔喺度,你就可以刪咗佢,卽係由地圖度搬走。小心啲刪走地貌,同其他改法一樣,有時地貌係人人都見到,但係衞星相過晒時,新屋宇未必見。\n\n你要刪咗間屋宇,就撳佢揀佢。然後撳垃圾筒公你,或者撳【Delete】掣。\n", + "relations": "# 關聯\n\n公家街圖入面,關聯係特別地貌,夾埋其他地貌做一組。例如,有兩種至常見。一係*途徑關聯*,佢係路段組成,路屬高速公路同公路。另一係*幾多邊形*,佢將唔同綫結合,定個複雜嘅範圍,好似範圍分開幾個,或者有洞好似沙翁。\n\n關聯之中,一組地貌就係*成員*。邊註欄度,你睇到地貌,佢做邊啲關聯成員。撳落關聯,就跳入關聯。一揀咗關聯,邊註欄列晒成員,地圖佢哋亦會特別顯眼。\n\n多數情形,你改嘢時,艾弟都會自動保持關聯。你要留意,你刪走一段,想畫得準確一啲,你要確保新段,都留喺原有關聯之中。\n\n## 改關聯\n\n你改關聯,爾度講基本嘢。\n\n加地貌落關聯,㨂地貌。邊註欄入面,【所有關係】度撳【+】掣,揀或打關聯名。\n\n開新關聯,㨂首個成員地貌,【所有關係】度撳【+】掣,揀【新關聯⋯⋯】。\n\n由關聯度拎走地貌,揀地貌,喺唔要嘅關聯側邊,撳垃圾桶公仔。\n\n你砌多幾多邊形開窿,可以用【併】架生。畫出兩個範圍,內同外,鍵盤撳實【Shift】掣,兩個各撳一下,揀晒佢哋,然後撳【併】掣。\n" + }, + "intro": { + "navigation": { + "title": "周圍望", + "drag": "大地圖度,公家街圖資料,放喺背景之上。你想周圍望,就拖住,推上落,推左右,就好似普通網上地圖咁。**拖住地圖**", + "select": "圖上地貌,有三種方法表示,處、綫同範圍。所有地貌,都以一撳就揀。**撳處去揀。**", + "header": "頂頭指明地貌。", + "pane": "一揀地貌,地貌器就出。頂頭話我哋知乜嘢地貌,主要顯示地貌屬性,如名同地址。**閂地貌器,就撳右上閂埋個掣。**" + }, + "points": { + "title": "點", + "add": "處,用來指示地貌,如舖、餐廳、紀念碑。佢哋畫低某個位置,用來講下當地係乜。**撳處個掣,開新一處。**", + "place": "地圖度,撳一下擺低一處。**擺個處去屋頂。**", + "search": "處可以用來指示種種地貌。你加爾處就係茶座。**搵【{name}】**", + "choose": "**由一覽度揀茶座。**", + "describe": "爾處畫成茶座。用地貌編器,我哋可以加名啲料上地貌。**加個名**", + "close": "想閂地貌編寫,只要一撳閂掣。**閂地貌編寫**", + "reselect": "有時處在。有時整錯或者未完整。我哋可改已有之處。**揀你喘啱整嗰處。**", + "fixname": "**改名兼閂地貌編寫**", + "reselect_delete": "地圖度,乜地貌都刪得。**撳你嗰開嗰處。**", + "delete": "個選單,會圍住嗰處。嗰處有唔同嘢做,可以改珧嗰處,當中有刪。**刪嗰處。**" + }, + "areas": { + "title": "範圍", + "add": "範圍係更祥細講地貌。佢畀埋地貌界綫。處出地嘅地貌,範圍多數都用到,做到範圍就做範圍。**撳住範圍掣,開新範圍。**", + "corner": "要畫範圍,就用節來勾出邊界,包住範圍。**擺開始一節,喺遊樂場一角。**", + "place": "畫範圍,就要擺多啲節。要完成範圍,就欽返頭嗰節。**畫個範圍畀遊樂場。**", + "search": "**搵【{name}】。**", + "choose": "**由一覽度揀遊樂場。**", + "describe": "**加名兼閂咗地貌編寫**" + }, + "lines": { + "title": "綫", + "add": "綫用來指示地貌,好似馬路、火車路、江河等。**撳綫掣,開一條綫。**", + "start": "**開一條綫,就撳路一端。**", + "intersect": "撳下去加幾節入綫。若有必要,你邊畫邊拖住地圖。路、同埋其他嘅綫,係大網入面。駁啱啲綫,通估綫程式,至爲重要。**撳住花街(Flower Street),爲兩綫駁做路口。**", + "finish": "畫綫到尾,只要再撳最尾一節一次。**畫完條路。**", + "road": "**由一覽度揀路。**", + "residential": "種種道路,最常見係住宅路。**揀住宅路**", + "describe": "**同路起名,以及閂咗地貌內容。**", + "restart": "條路要駁去花街(Flower Street)。", + "wrong_preset": "你未有指名住宅路。**撳爾度去揀多次**" + }, + "startediting": { + "title": "開始改", + "help": "更多文件,連同爾個逐步解釋,就放喺度。", + "save": "記得定時記低修改!", + "start": "開始制圖" + } + }, + "presets": { + "categories": { + "category-building": { + "name": "屋宇" + }, + "category-landuse": { + "name": "用地" + }, + "category-path": { + "name": "徑" + }, + "category-rail": { + "name": "軌道" + }, + "category-road": { + "name": "è·¯" + }, + "category-route": { + "name": "路綫" + }, + "category-water-area": { + "name": "æ°´" + }, + "category-water-line": { + "name": "æ°´" + } + }, + "fields": { + "access": { + "label": "通", + "placeholder": "未知", + "types": { + "access": "總體", + "foot": "行", + "motor_vehicle": "車", + "bicycle": "單車", + "horse": "馬" + }, + "options": { + "yes": { + "title": "准許", + "description": "按法例可通,通路之權。" + }, + "no": { + "title": "禁入", + "description": "公眾不通" + }, + "permissive": { + "title": "放任", + "description": "可以行,直至地主唔畀。" + }, + "private": { + "title": "私家", + "description": "要地主逐個批准。" + }, + "designated": { + "title": "指名", + "description": "法例或路牌指名點行" + }, + "destination": { + "title": "目的地", + "description": "去目的地就無限" + } + } + }, + "access_toilets": { + "label": "通" + }, + "address": { + "label": "地埗", + "placeholders": { + "housename": "屋名", + "number": "一百二十三號", + "street": "街", + "city": "城", + "postcode": "郵政編號" + } + }, + "admin_level": { + "label": "行政層次" + }, + "aeroway": { + "label": "類" + }, + "amenity": { + "label": "類" + }, + "artist": { + "label": "藝人" + }, + "artwork_type": { + "label": "類" + }, + "atm": { + "label": "提款機" + }, + "backrest": { + "label": "長椅" + }, + "barrier": { + "label": "類" + }, + "bicycle_parking": { + "label": "類" + }, + "boundary": { + "label": "類" + }, + "building": { + "label": "屋宇" + }, + "building_area": { + "label": "屋宇" + }, + "building_yes": { + "label": "屋宇" + }, + "capacity": { + "label": "容納", + "placeholder": "50, 100, 200..." + }, + "cardinal_direction": { + "label": "方向" + }, + "clock_direction": { + "label": "方向", + "options": { + "clockwise": "順時針", + "anticlockwise": "逆時針" + } + }, + "collection_times": { + "label": "收集時間" + }, + "construction": { + "label": "類" + }, + "country": { + "label": "國" + }, + "crossing": { + "label": "類" + }, + "cuisine": { + "label": "菜式" + }, + "denomination": { + "label": "æ´¾" + }, + "denotation": { + "label": "表示" + }, + "description": { + "label": "描述" + }, + "elevation": { + "label": "æ°´å¹³" + }, + "emergency": { + "label": "急症室" + }, + "entrance": { + "label": "類" + }, + "fax": { + "label": "傳真", + "placeholder": "+31 42 123 4567" + }, + "fee": { + "label": "費用" + }, + "fire_hydrant/type": { + "label": "類" + }, + "fixme": { + "label": "整好我" + }, + "generator/method": { + "label": "方法" + }, + "generator/source": { + "label": "來源" + }, + "generator/type": { + "label": "類" + }, + "highway": { + "label": "類" + }, + "historic": { + "label": "類" + }, + "iata": { + "label": "IATA" + }, + "icao": { + "label": "ICAO" + }, + "incline": { + "label": "斜路" + }, + "internet_access": { + "label": "用到互聯網", + "options": { + "wlan": "無綫上網", + "wired": "揷綫上網", + "terminal": "終端機" + } + }, + "landuse": { + "label": "類" + }, + "lanes": { + "label": "綫道", + "placeholder": "1, 2, 3..." + }, + "layer": { + "label": "層" + }, + "leisure": { + "label": "類" + }, + "levels": { + "label": "樓", + "placeholder": "2, 4, 6..." + }, + "lit": { + "label": "有燈" + }, + "location": { + "label": "地點" + }, + "man_made": { + "label": "類" + }, + "maxspeed": { + "label": "限速", + "placeholder": "40, 50, 60..." + }, + "name": { + "label": "名", + "placeholder": "常用名(若有)" + }, + "natural": { + "label": "自然" + }, + "network": { + "label": "網絡" + }, + "note": { + "label": "註" + }, + "office": { + "label": "類" + }, + "oneway": { + "label": "單程" + }, + "oneway_yes": { + "label": "單程" + }, + "opening_hours": { + "label": "時間" + }, + "operator": { + "label": "承辦商" + }, + "park_ride": { + "label": "泊車轉乖" + }, + "parking": { + "label": "類" + }, + "phone": { + "label": "電話", + "placeholder": "+31 42 123 4567" + }, + "place": { + "label": "類" + }, + "power": { + "label": "類" + }, + "railway": { + "label": "類" + }, + "ref": { + "label": "參攷" + }, + "relation": { + "label": "類" + }, + "religion": { + "label": "宗敎", + "options": { + "christian": "基督敎", + "muslim": "囘敎", + "buddhist": "佛敎", + "jewish": "猶太敎", + "hindu": "印度敎", + "shinto": "神道敎", + "taoist": "道敎" + } + }, + "restriction": { + "label": "類" + }, + "route": { + "label": "類" + }, + "route_master": { + "label": "類" + }, + "sac_scale": { + "label": "行徑難度" + }, + "service": { + "label": "類" + }, + "shelter": { + "label": "天遮" + }, + "shop": { + "label": "類" + }, + "source": { + "label": "來源" + }, + "sport": { + "label": "運動" + }, + "structure": { + "label": "結構", + "placeholder": "未知", + "options": { + "bridge": "橋", + "tunnel": "隧道", + "embankment": "基堤", + "cutting": "開山" + } + }, + "supervised": { + "label": "有人睇" + }, + "surface": { + "label": "表面" + }, + "toilets/disposal": { + "label": "棄置" + }, + "tourism": { + "label": "類" + }, + "towertype": { + "label": "塔類" + }, + "tracktype": { + "label": "類" + }, + "trail_visibility": { + "label": "徑明顯度" + }, + "tree_type": { + "label": "類" + }, + "vending": { + "label": "貨類" + }, + "water": { + "label": "類" + }, + "waterway": { + "label": "類" + }, + "website": { + "label": "網站", + "placeholder": "http://example.com/" + }, + "wetland": { + "label": "類" + }, + "wheelchair": { + "label": "通輪椅" + }, + "wikipedia": { + "label": "維基百科全書" + }, + "wood": { + "label": "類" + } + }, + "presets": { + "address": { + "name": "地埗", + "terms": "地埗,地址,址" + }, + "aeroway": { + "name": "航空", + "terms": "航空" + }, + "aeroway/aerodrome": { + "name": "飛機場", + "terms": "飛機場,機場" + }, + "aeroway/apron": { + "name": "停機坪", + "terms": "停機坪" + }, + "aeroway/gate": { + "name": "機場閘口", + "terms": "機場閘口" + }, + "aeroway/hangar": { + "name": "飛機庫", + "terms": "飛機庫" + }, + "aeroway/helipad": { + "name": "直升機坪", + "terms": "直升機坪,直昇機坪,直昇機場" + }, + "aeroway/runway": { + "name": "跑道", + "terms": "跑道" + }, + "aeroway/taxiway": { + "name": "滑行道", + "terms": "滑行道" + }, + "aeroway/terminal": { + "name": "飛機場大樓", + "terms": "飛機場大樓,機場大樓,機場客運大樓" + }, + "amenity": { + "name": "便利設施", + "terms": "便利設施" + }, + "amenity/arts_centre": { + "name": "美術館", + "terms": "美術館,藝術館,美術中心,藝術中心" + }, + "amenity/atm": { + "name": "提款機", + "terms": "提款機,自動提款機,自動櫃員機,櫃員機" + }, + "amenity/bank": { + "name": "銀行", + "terms": "銀行,銀號" + }, + "amenity/bar": { + "name": "酒吧", + "terms": "酒吧" + }, + "amenity/bench": { + "name": "長椅", + "terms": "長椅,長凳,長櫈" + }, + "amenity/bicycle_parking": { + "name": "泊單車處", + "terms": "泊單車處,單車停泊處,泊單車" + }, + "amenity/bicycle_rental": { + "name": "租單車舖", + "terms": "租單車處,單車租賃,租單車,租單車舖" + }, + "amenity/boat_rental": { + "name": "租艇", + "terms": "租艇" + }, + "amenity/cafe": { + "name": "茶座", + "terms": "茶座,荼座,㗎啡廳,㗎啡室" + }, + "amenity/car_rental": { + "name": "租車舖", + "terms": "租車舖,租車,租車店,汽車租賃" + }, + "amenity/car_sharing": { + "name": "共用車處", + "terms": "共用車處,共用車,汽車共享站" + }, + "amenity/car_wash": { + "name": "洗車舖", + "terms": "洗車舖,洗車,洗車店" + }, + "amenity/childcare": { + "name": "托兒所", + "terms": "托兒所" + }, + "amenity/cinema": { + "name": "電影戲院", + "terms": "電影戲院,戲院,電影院" + }, + "amenity/college": { + "name": "學院", + "terms": "學院,書院,專科學院,專上學院,理工" + }, + "amenity/courthouse": { + "name": "法庭", + "terms": "法庭,臬署,法院,裁判署" + }, + "amenity/drinking_water": { + "name": "飲水處", + "terms": "飲用水,飲水處,飲水" + }, + "amenity/embassy": { + "name": "大使館", + "terms": "大使館,領事館,使館" + }, + "amenity/fast_food": { + "name": "快餐店", + "terms": "快餐店" + }, + "amenity/fire_station": { + "name": "消防局", + "terms": "消防局,水車館" + }, + "amenity/fountain": { + "name": "噴水池", + "terms": "噴水池,噴泉,水景" + }, + "amenity/fuel": { + "name": "油站", + "terms": "油站,加油站,加汽站" + }, + "amenity/grave_yard": { + "name": "墳地", + "terms": "墳地,墓地" + }, + "amenity/hospital": { + "name": "醫院", + "terms": "醫院,醫學中心,療養院" + }, + "amenity/kindergarten": { + "name": "幼稚園", + "terms": "幼稚園,幼兒園" + }, + "amenity/library": { + "name": "圖書館", + "terms": "圖書館" + }, + "amenity/marketplace": { + "name": "街市", + "terms": "街市,市場,菜市場" + }, + "amenity/parking": { + "name": "停車場", + "terms": "停車場" + }, + "amenity/pharmacy": { + "name": "藥房", + "terms": "藥房,藥局" + }, + "amenity/place_of_worship": { + "name": "拜神之所", + "terms": "拜神之所,宗教祟拜場所,崇拜處" + }, + "amenity/place_of_worship/buddhist": { + "name": "佛寺", + "terms": "寺,佛寺,佛廟,和尚寺,尼姑庵,尼庵,庵堂,靜院,精舍,佛堂" + }, + "amenity/place_of_worship/christian": { + "name": "敎堂", + "terms": "敎堂,教堂" + }, + "amenity/place_of_worship/jewish": { + "name": "猶太廟", + "terms": "猶太廟,猶太寺,猶太教堂" + }, + "amenity/place_of_worship/muslim": { + "name": "囘敎寺", + "terms": "囘敎寺,清真寺,回敎寺,回敎寺,囘教寺" + }, + "amenity/police": { + "name": "差館", + "terms": "差館,警察局,警局,派出所,警署" + }, + "amenity/post_box": { + "name": "郵筒", + "terms": "郵筒,郵箱" + }, + "amenity/post_office": { + "name": "郵政局", + "terms": "郵政局,郵局,書信館" + }, + "amenity/pub": { + "name": "酒館", + "terms": "酒館" + }, + "amenity/ranger_station": { + "name": "郊野訪客處", + "terms": "郊野訪客處" + }, + "amenity/restaurant": { + "name": "餐廳", + "terms": "餐廳,飯店,飯館,酒樓,餐館,酒家,茶樓" + }, + "amenity/school": { + "name": "學校", + "terms": "學校,小學,中學" + }, + "amenity/swimming_pool": { + "name": "游水池", + "terms": "游水池,游泳池,泳池" + }, + "amenity/taxi": { + "name": "的士站", + "terms": "的士站,計程車站" + }, + "amenity/telephone": { + "name": "電話", + "terms": "電話" + }, + "amenity/theatre": { + "name": "舞臺戲院", + "terms": "舞臺戲院,戲院,劇院,劇場" + }, + "amenity/toilets": { + "name": "廁所", + "terms": "廁所,公廁,方便,洗手間,便所" + }, + "amenity/townhall": { + "name": "大會堂", + "terms": "大會堂,市政廳" + }, + "amenity/university": { + "name": "大學", + "terms": "大學" + }, + "amenity/vending_machine": { + "name": "售賣機", + "terms": "售賣機" + }, + "amenity/waste_basket": { + "name": "垃圾桶", + "terms": "垃圾桶,廢物箱" + }, + "area": { + "name": "範圍", + "terms": "範圍" + }, + "barrier": { + "name": "阻擋", + "terms": "阻擋" + }, + "barrier/block": { + "name": "路障", + "terms": "路障" + }, + "barrier/bollard": { + "name": "護柱", + "terms": "護柱" + }, + "barrier/cattle_grid": { + "name": "攔畜溝柵", + "terms": "攔畜溝柵" + }, + "barrier/city_wall": { + "name": "城牆", + "terms": "城牆" + }, + "barrier/cycle_barrier": { + "name": "單車減速欄", + "terms": "單車減速欄" + }, + "barrier/ditch": { + "name": "溝", + "terms": "溝" + }, + "barrier/entrance": { + "name": "入口", + "terms": "入口" + }, + "barrier/fence": { + "name": "欄", + "terms": "欄" + }, + "barrier/gate": { + "name": "閘", + "terms": "閘" + }, + "barrier/hedge": { + "name": "樹籬", + "terms": "樹籬" + }, + "barrier/kissing_gate": { + "name": "單人轉門 ", + "terms": "單人轉門 " + }, + "barrier/lift_gate": { + "name": "道閘", + "terms": "道閘" + }, + "barrier/retaining_wall": { + "name": "護土牆", + "terms": "護土牆" + }, + "barrier/stile": { + "name": "梯梃", + "terms": "梯梃" + }, + "barrier/toll_booth": { + "name": "收費亭", + "terms": "收費亭" + }, + "barrier/wall": { + "name": "牆", + "terms": "牆" + }, + "boundary/administrative": { + "name": "行政界", + "terms": "行政界" + }, + "building": { + "name": "屋宇", + "terms": "屋宇" + }, + "building/apartments": { + "name": "公寓", + "terms": "公寓" + }, + "building/commercial": { + "name": "商業樓宇", + "terms": "商業樓宇" + }, + "building/entrance": { + "name": "入口", + "terms": "入口" + }, + "building/garage": { + "name": "車庫", + "terms": "車庫" + }, + "building/house": { + "name": "屋", + "terms": "屋" + }, + "building/hut": { + "name": "屋仔", + "terms": "屋仔" + }, + "building/industrial": { + "name": "工業樓宇", + "terms": "工業樓宇" + }, + "building/residential": { + "name": "住宅樓宇", + "terms": "住宅樓宇" + }, + "emergency/ambulance_station": { + "name": "救護站", + "terms": "救護站" + }, + "emergency/fire_hydrant": { + "name": "消防水龍頭", + "terms": "消防水龍頭" + }, + "emergency/phone": { + "name": "求助電話", + "terms": "求助電話" + }, + "entrance": { + "name": "入口", + "terms": "入口" + }, + "footway/crossing": { + "name": "路口", + "terms": "路口" + }, + "footway/sidewalk": { + "name": "行人路", + "terms": "行人路" + }, + "highway": { + "name": "公路", + "terms": "公路" + }, + "highway/bridleway": { + "name": "馬徑", + "terms": "馬徑" + }, + "highway/bus_stop": { + "name": "巴士站", + "terms": "巴士站" + }, + "highway/crossing": { + "name": "路口", + "terms": "路口" + }, + "highway/cycleway": { + "name": "單車徑", + "terms": "單車徑" + }, + "highway/footway": { + "name": "行人徑", + "terms": "行人徑" + }, + "highway/living_street": { + "name": "居住街道", + "terms": "居住街道" + }, + "highway/mini_roundabout": { + "name": "細迴旋處", + "terms": "細迴旋處" + }, + "highway/motorway": { + "name": "高速公路", + "terms": "高速公路" + }, + "highway/motorway_junction": { + "name": "高速公路口", + "terms": "高速公路口" + }, + "highway/motorway_link": { + "name": "高速公路駁路", + "terms": "高速公路駁路" + }, + "highway/path": { + "name": "徑", + "terms": "徑" + }, + "highway/pedestrian": { + "name": "行人大街", + "terms": "行人大街" + }, + "highway/primary": { + "name": "大路", + "terms": "大路" + }, + "highway/primary_link": { + "name": "大路駁路", + "terms": "大路駁路" + }, + "highway/residential": { + "name": "住宅路", + "terms": "住宅路" + }, + "highway/road": { + "name": "未知嘅路", + "terms": "未知嘅路" + }, + "highway/secondary": { + "name": "中路", + "terms": "中路" + }, + "highway/secondary_link": { + "name": "中路駁路", + "terms": "中路駁路" + }, + "highway/service": { + "name": "支路", + "terms": "支路" + }, + "highway/service/alley": { + "name": "å··", + "terms": "å··" + }, + "highway/service/drive-through": { + "name": "車上用餐", + "terms": "車上用餐" + }, + "highway/service/driveway": { + "name": "宅外車道", + "terms": "宅外車道" + }, + "highway/service/emergency_access": { + "name": "緊急通道", + "terms": "緊急通道" + }, + "highway/service/parking_aisle": { + "name": "泊車通道", + "terms": "泊車通道" + }, + "highway/steps": { + "name": "梯", + "terms": "梯" + }, + "highway/stop": { + "name": "停車標誌", + "terms": "停車標誌,停字標誌,停車路牌" + }, + "highway/tertiary": { + "name": "ç´°è·¯", + "terms": "ç´°è·¯" + }, + "highway/tertiary_link": { + "name": "細路駁路", + "terms": "細路駁路" + }, + "highway/track": { + "name": "分徑", + "terms": "分徑" + }, + "highway/traffic_signals": { + "name": "紅綠燈", + "terms": "紅綠燈" + }, + "highway/trunk": { + "name": "幹路", + "terms": "幹路" + }, + "highway/trunk_link": { + "name": "幹道駁路", + "terms": "幹道駁路" + }, + "highway/turning_circle": { + "name": "迴施處", + "terms": "迴施處" + }, + "highway/unclassified": { + "name": "未歸類之路", + "terms": "未歸類之路" + }, + "historic": { + "name": "史蹟", + "terms": "史蹟" + }, + "historic/archaeological_site": { + "name": "考古地", + "terms": "考古地" + }, + "historic/boundary_stone": { + "name": "界石", + "terms": "界石" + }, + "historic/castle": { + "name": "寨", + "terms": "寨" + }, + "historic/memorial": { + "name": "紀念碑", + "terms": "紀念碑" + }, + "historic/monument": { + "name": "紀念碑", + "terms": "紀念碑" + }, + "historic/ruins": { + "name": "廢墟", + "terms": "廢墟" + }, + "historic/wayside_cross": { + "name": "路邊十字架", + "terms": "路邊十字架" + }, + "historic/wayside_shrine": { + "name": "路邊神祠", + "terms": "路邊神祠" + }, + "landuse": { + "name": "用地", + "terms": "用地" + }, + "landuse/allotments": { + "name": "菜地", + "terms": "菜地" + }, + "landuse/basin": { + "name": "盆地", + "terms": "盆地" + }, + "landuse/cemetery": { + "name": "墳場", + "terms": "墳場" + }, + "landuse/commercial": { + "name": "商地", + "terms": "商地" + }, + "landuse/construction": { + "name": "地盤", + "terms": "地盤" + }, + "landuse/farm": { + "name": "農場", + "terms": "農場" + }, + "landuse/farmyard": { + "name": "地堂", + "terms": "地堂" + }, + "landuse/forest": { + "name": "森", + "terms": "森" + }, + "landuse/grass": { + "name": "草地", + "terms": "草地" + }, + "landuse/industrial": { + "name": "工地", + "terms": "工地" + }, + "landuse/meadow": { + "name": "牧地", + "terms": "牧地" + }, + "landuse/orchard": { + "name": "菓園", + "terms": "菓園" + }, + "landuse/quarry": { + "name": "石塘", + "terms": "石塘" + }, + "landuse/residential": { + "name": "住", + "terms": "住" + }, + "landuse/retail": { + "name": "零售", + "terms": "零售" + }, + "landuse/vineyard": { + "name": "葡萄園", + "terms": "葡萄園" + }, + "leisure": { + "name": "消閒", + "terms": "消閒" + }, + "leisure/common": { + "name": "公地", + "terms": "公地" + }, + "leisure/dog_park": { + "name": "狗公園", + "terms": "狗公園" + }, + "leisure/garden": { + "name": "花園", + "terms": "花園" + }, + "leisure/golf_course": { + "name": "哥夫球場", + "terms": "哥夫球場" + }, + "leisure/marina": { + "name": "遊艇碼頭", + "terms": "遊艇碼頭" + }, + "leisure/park": { + "name": "園", + "terms": "園" + }, + "leisure/pitch": { + "name": "運動場", + "terms": "運動場" + }, + "leisure/pitch/american_football": { + "name": "美式足球場", + "terms": "美式足球場" + }, + "leisure/pitch/baseball": { + "name": "棒球場", + "terms": "棒球場" + }, + "leisure/pitch/basketball": { + "name": "籃球場", + "terms": "籃球場" + }, + "leisure/pitch/skateboard": { + "name": "滑板場", + "terms": "滑板場" + }, + "leisure/pitch/soccer": { + "name": "足球場", + "terms": "足球場" + }, + "leisure/pitch/tennis": { + "name": "網球場", + "terms": "網球場" + }, + "leisure/pitch/volleyball": { + "name": "排球場", + "terms": "排球場" + }, + "leisure/playground": { + "name": "遊樂場", + "terms": "遊樂場" + }, + "leisure/slipway": { + "name": "船排", + "terms": "船排" + }, + "leisure/sports_center": { + "name": "體育館", + "terms": "體育館" + }, + "leisure/stadium": { + "name": "大體育館", + "terms": "大體育館" + }, + "leisure/swimming_pool": { + "name": "游水池", + "terms": "游水池" + }, + "leisure/track": { + "name": "賽車跑道", + "terms": "賽車跑道" + }, + "line": { + "name": "綫", + "terms": "綫" + }, + "man_made": { + "name": "人造", + "terms": "人造" + }, + "man_made/breakwater": { + "name": "防波堤", + "terms": "防波堤" + }, + "man_made/cutline": { + "name": "分割綫", + "terms": "分割綫" + }, + "man_made/lighthouse": { + "name": "燈塔", + "terms": "燈塔" + }, + "man_made/observation": { + "name": "瞭望臺", + "terms": "瞭望臺" + }, + "man_made/pier": { + "name": "埗頭", + "terms": "埗頭" + }, + "man_made/pipeline": { + "name": "水管", + "terms": "水管" + }, + "man_made/survey_point": { + "name": "測量點", + "terms": "測量點" + }, + "man_made/tower": { + "name": "塔", + "terms": "塔" + }, + "man_made/wastewater_plant": { + "name": "廢水廠", + "terms": "廢水廠" + }, + "man_made/water_tower": { + "name": "水塔", + "terms": "水塔" + }, + "man_made/water_well": { + "name": "井", + "terms": "井" + }, + "man_made/water_works": { + "name": "供水廠", + "terms": "供水廠" + }, + "natural": { + "name": "天然", + "terms": "天然" + }, + "natural/bay": { + "name": "灣", + "terms": "灣" + }, + "natural/beach": { + "name": "灘", + "terms": "灘" + }, + "natural/cliff": { + "name": "崖", + "terms": "崖" + }, + "natural/coastline": { + "name": "海岸綫", + "terms": "海岸綫" + }, + "natural/fell": { + "name": "高原荒野", + "terms": "高原荒野" + }, + "natural/glacier": { + "name": "冰川", + "terms": "冰川" + }, + "natural/grassland": { + "name": "草原", + "terms": "草原" + }, + "natural/heath": { + "name": "荒野", + "terms": "荒野" + }, + "natural/peak": { + "name": "峯", + "terms": "峯" + }, + "natural/scree": { + "name": "碎石坡", + "terms": "碎石坡" + }, + "natural/scrub": { + "name": "灌木", + "terms": "灌木" + }, + "natural/spring": { + "name": "泉", + "terms": "泉" + }, + "natural/tree": { + "name": "樹", + "terms": "樹" + }, + "natural/water": { + "name": "æ°´", + "terms": "æ°´" + }, + "natural/water/lake": { + "name": "湖", + "terms": "湖" + }, + "natural/water/pond": { + "name": "塘", + "terms": "塘" + }, + "natural/water/reservoir": { + "name": "水塘", + "terms": "水塘" + }, + "natural/wetland": { + "name": "澤", + "terms": "澤" + }, + "natural/wood": { + "name": "林", + "terms": "林" + }, + "office": { + "name": "寫字樓", + "terms": "寫字樓" + }, + "office/accountant": { + "name": "會計師樓", + "terms": "會計師樓" + }, + "office/administrative": { + "name": "行政樓", + "terms": "行政樓" + }, + "office/architect": { + "name": "則樓", + "terms": "則樓" + }, + "office/company": { + "name": "公司寫字樓", + "terms": "公司寫字樓" + }, + "office/educational_institution": { + "name": "敎育機構", + "terms": "敎育機構" + }, + "office/employment_agency": { + "name": "薦人館", + "terms": "薦人館" + }, + "office/estate_agent": { + "name": "管業處", + "terms": "管業處" + }, + "office/financial": { + "name": "財務部寫字樓", + "terms": "財務部寫字樓" + }, + "office/government": { + "name": "衙門", + "terms": "衙門,ç½²,政府合署" + }, + "office/insurance": { + "name": "保險公司寫字樓", + "terms": "保險公司寫字樓" + }, + "office/it": { + "name": "資訊技藝寫字樓", + "terms": "資訊技藝寫字樓" + }, + "office/lawyer": { + "name": "律師事務所", + "terms": "律師事務所" + }, + "office/newspaper": { + "name": "報社", + "terms": "報社,新聞社,通訊社" + }, + "office/ngo": { + "name": "志顠機構寫字樓", + "terms": "志顠機構寫字樓" + }, + "office/physician": { + "name": "醫生", + "terms": "醫生" + }, + "office/political_party": { + "name": "政黨", + "terms": "政黨" + }, + "office/research": { + "name": "研究所", + "terms": "研究所" + }, + "office/telecommunication": { + "name": "電話公司寫字樓", + "terms": "電話公司寫字樓" + }, + "office/therapist": { + "name": "治療師", + "terms": "治療師" + }, + "office/travel_agent": { + "name": "旅行社", + "terms": "旅行社" + }, + "place": { + "name": "地", + "terms": "地" + }, + "place/city": { + "name": "城", + "terms": "城" + }, + "place/hamlet": { + "name": "村仔", + "terms": "村仔" + }, + "place/island": { + "name": "島", + "terms": "島" + }, + "place/isolated_dwelling": { + "name": "孤離居所", + "terms": "孤離居所" + }, + "place/locality": { + "name": "地方", + "terms": "地方" + }, + "place/town": { + "name": "鎮", + "terms": "鎮" + }, + "place/village": { + "name": "村", + "terms": "村" + }, + "point": { + "name": "點", + "terms": "點" + }, + "power": { + "name": "發電廠", + "terms": "發電廠" + }, + "power/generator": { + "name": "發電機", + "terms": "發電機" + }, + "power/line": { + "name": "供電綫", + "terms": "供電綫" + }, + "power/minor_line": { + "name": "細供電綫", + "terms": "細供電綫" + }, + "power/pole": { + "name": "電綫杆", + "terms": "電綫杆" + }, + "power/sub_station": { + "name": "配電站", + "terms": "配電站" + }, + "power/tower": { + "name": "高壓電塔", + "terms": "高壓電塔" + }, + "power/transformer": { + "name": "火牛房", + "terms": "火牛房" + }, + "railway": { + "name": "鐵路", + "terms": "鐵路" + }, + "railway/abandoned": { + "name": "廢鐵路", + "terms": "廢鐵路" + }, + "railway/disused": { + "name": "停用鐵路", + "terms": "停用鐵路" + }, + "railway/halt": { + "name": "火車細站", + "terms": "火車細站" + }, + "railway/level_crossing": { + "name": "平交道口", + "terms": "平交道口" + }, + "railway/monorail": { + "name": "單軌", + "terms": "單軌" + }, + "railway/platform": { + "name": "月臺", + "terms": "月臺" + }, + "railway/rail": { + "name": "路軌", + "terms": "路軌" + }, + "railway/station": { + "name": "火車站", + "terms": "火車站" + }, + "railway/subway": { + "name": "地下鐵路", + "terms": "地下鐵路" + }, + "railway/subway_entrance": { + "name": "地下鐵路入口", + "terms": "地下鐵路入口" + }, + "railway/tram": { + "name": "電車", + "terms": "電車" + }, + "relation": { + "name": "關係", + "terms": "關係" + }, + "route/ferry": { + "name": "航綫", + "terms": "航綫" + }, + "shop": { + "name": "舖", + "terms": "舖" + }, + "shop/alcohol": { + "name": "酒莊", + "terms": "酒莊" + }, + "shop/bakery": { + "name": "麪飽舖", + "terms": "麪飽舖" + }, + "shop/beauty": { + "name": "美容院", + "terms": "美容院" + }, + "shop/beverages": { + "name": "飲品舖", + "terms": "飲品舖" + }, + "shop/bicycle": { + "name": "單車舖", + "terms": "單車舖" + }, + "shop/books": { + "name": "書局", + "terms": "書局" + }, + "shop/boutique": { + "name": "時裝店", + "terms": "時裝店" + }, + "shop/butcher": { + "name": "肉舖", + "terms": "肉舖" + }, + "shop/car": { + "name": "車行", + "terms": "車行" + }, + "shop/car_parts": { + "name": "汽車零件舖", + "terms": "汽車零件舖" + }, + "shop/car_repair": { + "name": "車房", + "terms": "車房" + }, + "shop/chemist": { + "name": "註冊藥房", + "terms": "註冊藥房" + }, + "shop/clothes": { + "name": "衫舖", + "terms": "衫舖" + }, + "shop/computer": { + "name": "電腦舖", + "terms": "電腦舖" + }, + "shop/confectionery": { + "name": "糖菓舖", + "terms": "糖菓舖" + }, + "shop/convenience": { + "name": "便利店", + "terms": "便利店" + }, + "shop/deli": { + "name": "食肆", + "terms": "食肆" + }, + "shop/department_store": { + "name": "百貨公司", + "terms": "百貨公司" + }, + "shop/doityourself": { + "name": "自組舖", + "terms": "自組舖" + }, + "shop/dry_cleaning": { + "name": "乾洗", + "terms": "乾洗" + }, + "shop/electronics": { + "name": "電子舖", + "terms": "電子舖" + }, + "shop/farm": { + "name": "檔", + "terms": "檔" + }, + "shop/fishmonger": { + "name": "魚檔", + "terms": "魚檔" + }, + "shop/florist": { + "name": "花舖", + "terms": "花舖" + }, + "shop/furniture": { + "name": "傢俬舖", + "terms": "傢俬舖" + }, + "shop/garden_centre": { + "name": "園藝舖", + "terms": "園藝舖" + }, + "shop/gift": { + "name": "禮品舖", + "terms": "禮品舖" + }, + "shop/greengrocer": { + "name": "菜檔", + "terms": "菜檔" + }, + "shop/hairdresser": { + "name": "飛髮舖", + "terms": "飛髮舖" + }, + "shop/hardware": { + "name": "五金舖", + "terms": "五金舖" + }, + "shop/hifi": { + "name": "音響舖", + "terms": "音響舖" + }, + "shop/jewelry": { + "name": "珠寶店", + "terms": "珠寶店" + }, + "shop/kiosk": { + "name": "售賣亭", + "terms": "售賣亭" + }, + "shop/laundry": { + "name": "洗衣舖", + "terms": "洗衣舖" + }, + "shop/locksmith": { + "name": "鎖匠", + "terms": "鎖匠,開鎖佬" + }, + "shop/mall": { + "name": "大商場", + "terms": "大商場" + }, + "shop/mobile_phone": { + "name": "電話舖", + "terms": "電話舖" + }, + "shop/motorcycle": { + "name": "電單車行", + "terms": "電單車行" + }, + "shop/music": { + "name": "唱片舖", + "terms": "唱片舖" + }, + "shop/newsagent": { + "name": "報紙檔", + "terms": "報紙檔" + }, + "shop/optician": { + "name": "眼鏡鋪", + "terms": "眼鏡鋪" + }, + "shop/outdoor": { + "name": "行山舖", + "terms": "行山舖" + }, + "shop/pet": { + "name": "寵物舖", + "terms": "寵物舖" + }, + "shop/photo": { + "name": "影相舖", + "terms": "影相舖" + }, + "shop/shoes": { + "name": "鞋舖", + "terms": "鞋舖" + }, + "shop/sports": { + "name": "運動舖", + "terms": "運動舖" + }, + "shop/stationery": { + "name": "文具舖", + "terms": "文具舖" + }, + "shop/supermarket": { + "name": "超級市場", + "terms": "超級市場" + }, + "shop/toys": { + "name": "玩具舖", + "terms": "玩具舖" + }, + "shop/travel_agency": { + "name": "旅行社", + "terms": "旅行社" + }, + "shop/tyres": { + "name": "軚舖", + "terms": "軚舖" + }, + "shop/vacant": { + "name": "吉舖", + "terms": "吉舖" + }, + "shop/variety_store": { + "name": "雜貨舖", + "terms": "雜貨舖" + }, + "shop/video": { + "name": "影視店", + "terms": "影視店" + }, + "tourism": { + "name": "旅行", + "terms": "旅行" + }, + "tourism/alpine_hut": { + "name": "高山屋仔", + "terms": "高山屋仔" + }, + "tourism/artwork": { + "name": "藝術品", + "terms": "藝術品" + }, + "tourism/attraction": { + "name": "旅行名勝", + "terms": "旅行名勝" + }, + "tourism/camp_site": { + "name": "營地", + "terms": "營地" + }, + "tourism/caravan_site": { + "name": "露營車停車場", + "terms": "露營車停車場" + }, + "tourism/chalet": { + "name": "木屋", + "terms": "木屋" + }, + "tourism/guest_house": { + "name": "賓館", + "terms": "賓館" + }, + "tourism/hostel": { + "name": "旅舍", + "terms": "旅舍" + }, + "tourism/hotel": { + "name": "酒店", + "terms": "酒店" + }, + "tourism/information": { + "name": "資訊處", + "terms": "資訊處" + }, + "tourism/motel": { + "name": "汽車酒店", + "terms": "汽車酒店" + }, + "tourism/museum": { + "name": "博物館", + "terms": "博物館" + }, + "tourism/picnic_site": { + "name": "郊遊地點", + "terms": "郊遊地點" + }, + "tourism/theme_park": { + "name": "主題主園", + "terms": "主題主園" + }, + "tourism/viewpoint": { + "name": "觀景", + "terms": "觀景" + }, + "tourism/zoo": { + "name": "動物園", + "terms": "動物園" + }, + "type/boundary": { + "name": "界", + "terms": "界" + }, + "type/boundary/administrative": { + "name": "行政邊界", + "terms": "行政邊界" + }, + "type/multipolygon": { + "name": "幾多邊形", + "terms": "幾多邊形" + }, + "type/restriction": { + "name": "限制", + "terms": "限制" + }, + "type/route": { + "name": "路綫", + "terms": "路綫" + }, + "type/route/bicycle": { + "name": "單車路綫", + "terms": "單車路綫" + }, + "type/route/bus": { + "name": "巴士路綫", + "terms": "巴士路綫" + }, + "type/route/detour": { + "name": "巡遊路綫", + "terms": "巡遊路綫" + }, + "type/route/ferry": { + "name": "航綫", + "terms": "航綫" + }, + "type/route/foot": { + "name": "行人路綫", + "terms": "行人路綫" + }, + "type/route/hiking": { + "name": "行山路綫", + "terms": "行山路綫" + }, + "type/route/pipeline": { + "name": "供水路綫", + "terms": "供水路綫" + }, + "type/route/power": { + "name": "供電路綫", + "terms": "供電路綫" + }, + "type/route/road": { + "name": "行車路綫", + "terms": "行車路綫" + }, + "type/route/train": { + "name": "火車路綫", + "terms": "火車路綫" + }, + "type/route/tram": { + "name": "電車路綫", + "terms": "電車路綫" + }, + "type/route_master": { + "name": "路綫總管", + "terms": "路綫總管" + }, + "vertex": { + "name": "其他", + "terms": "其他" + }, + "waterway": { + "name": "æ°´è·¯", + "terms": "æ°´è·¯" + }, + "waterway/canal": { + "name": "水道", + "terms": "水道" + }, + "waterway/dam": { + "name": "壩", + "terms": "壩" + }, + "waterway/ditch": { + "name": "溝", + "terms": "溝" + }, + "waterway/drain": { + "name": "排水道", + "terms": "排水道" + }, + "waterway/river": { + "name": "江", + "terms": "江" + }, + "waterway/riverbank": { + "name": "江岸", + "terms": "江岸" + }, + "waterway/stream": { + "name": "涌", + "terms": "涌" + }, + "waterway/weir": { + "name": "å °", + "terms": "å °" + } + } + } +} \ No newline at end of file diff --git a/vendor/assets/iD/iD/locales/zh-CN.json b/vendor/assets/iD/iD/locales/zh-CN.json index 6c7e7521c..9ddf066ae 100644 --- a/vendor/assets/iD/iD/locales/zh-CN.json +++ b/vendor/assets/iD/iD/locales/zh-CN.json @@ -18,13 +18,20 @@ "browse": { "title": "浏览", "description": "移动和缩放地图。" + }, + "draw_area": { + "tail": "点击以为这个面添加节点。点击第一点来完成绘制区域。" + }, + "draw_line": { + "tail": "点击以为这线段添加更多节点。点击其他线段以连接它们,点击两下以完成绘制线段。" } }, "operations": { "add": { "annotation": { "point": "添加了一个点。", - "vertex": "向路径添加了一个节点。" + "vertex": "向路径添加了一个节点。", + "relation": "新增一个关系。" } }, "start": { @@ -34,23 +41,56 @@ } }, "continue": { + "key": "A", + "title": "继续", + "description": "继续绘制这条线。", + "not_eligible": "这里没有线可以在继续。", "annotation": { - "line": "继续绘制了一条线。" + "line": "继续绘制了一条线。", + "area": "继续绘制了一个面。" } }, "cancel_draw": { "annotation": "绘制已取消。" }, + "change_role": { + "annotation": "已更改关系成员的角色。" + }, "change_tags": { "annotation": "标记已更改。" }, "circularize": { - "title": "制成圆形", + "title": "环形化", + "description": { + "line": "把此线段环形化。", + "area": "把此区域环形化。" + }, "key": "O", "annotation": { - "line": "添加一个线形圆。", - "area": "制作一个区域圆。" - } + "line": "将线段变成环形。", + "area": "将一区域制成环形。" + }, + "not_closed": "非圈状物件,不能环形化。" + }, + "orthogonalize": { + "title": "直角化", + "description": { + "line": "将这条线上的弯角转化成直角。", + "area": "将这个区域上的弯角转化成直角。" + }, + "key": "S", + "annotation": { + "line": "已将线段上的弯角换成直角。", + "area": "已将区域的弯角换成直角。" + }, + "not_squarish": "因为它不是近似方形的,这不能被直角化。" + }, + "straighten": { + "title": "拉直", + "description": "把这一条线拉直。", + "key": "S", + "annotation": "已拉直了一条线。", + "too_bendy": "因为它弯曲太多,不能拉直。" }, "delete": { "title": "删除", @@ -62,7 +102,14 @@ "area": "删除了一个区域。", "relation": "删除一个关系。", "multiple": "删除了 {n} 个对象。" - } + }, + "incomplete_relation": "此内容暂未下载完成无法删除。" + }, + "add_member": { + "annotation": "增加关系中的成员。" + }, + "delete_member": { + "annotation": "删除关系中的成员。" }, "connect": { "annotation": { @@ -74,13 +121,19 @@ }, "disconnect": { "title": "断开连接", - "key": "D" + "description": "断开这些线。", + "key": "D", + "annotation": "断开线。", + "not_connected": "没有足够的线/面来断开。" }, "merge": { "title": "合并", "description": "合并这些线。", "key": "C", - "annotation": "合并了 {n} 条线。" + "annotation": "合并了 {n} 条线。", + "not_eligible": "这些要素不能被合并。", + "not_adjacent": "这些线段并不连接,不能合并。", + "restriction": "这些线段不能合并,因为其中最少有一条线段是\"{relation}\"关系的成员。" }, "move": { "title": "移动", @@ -96,6 +149,7 @@ }, "rotate": { "title": "旋转", + "description": "绕这个对象的中心点旋转。", "key": "R", "annotation": { "line": "旋转了一条线。", @@ -109,11 +163,20 @@ "annotation": "反转了一条线。" }, "split": { - "title": "切割", + "title": "分割", + "description": { + "line": "在此节点上将这条线分割成两条线。", + "area": "将这个面的边界一分为二。", + "multiple": "在这一节点将线/面的边界一分为二。" + }, "key": "X", "annotation": { - "line": "切割一条线。" - } + "line": "切割一条线。", + "area": "分割一区域的边界。", + "multiple": "分割{n}的项线段/区域的边界。" + }, + "not_eligible": "不能在线段的首尾进行分割。", + "multiple_ways": "太多线段,未能进行分割。" } }, "undo": { @@ -128,6 +191,7 @@ "browser_notice": "本编辑器仅被 Firefox、Chrome、Safari、Opera 和 Internet Explorer 9 以上所支持。请升级您的浏览器或使用 Potlatch 2 来编辑地图。", "translate": { "translate": "翻译", + "localized_translation_label": "多语言名称", "localized_translation_language": "选择语言", "localized_translation_name": "名称" }, @@ -144,6 +208,8 @@ "title": "保存更改", "description_placeholder": "简单说明你的贡献。", "message_label": "提交信息", + "upload_explanation": "你的修改将会在所有使用OpenStreetMap的数据的地图上看得见。", + "upload_explanation_with_user": "你以{user}具名的修改将会在所有使用OpenStreetMap的数据的地图上看得见。", "save": "保存", "cancel": "取消", "warnings": "警告", @@ -155,28 +221,49 @@ "list": "由 {users} 编辑", "truncated_list": "由 {users} 等 {count} 位编辑" }, + "geocoder": { + "search": "在全球搜索...", + "no_results_visible": "在可见地图区域没有结果", + "no_results_worldwide": "没有找到结果" + }, "geolocate": { - "title": "显示我的地理位置" + "title": "显示我的位置" }, "inspector": { - "no_documentation_key": "此键值没有文档。", + "no_documentation_combination": "这个标签组合没有可用的说明", + "no_documentation_key": "这个键值没有可用的说明", "show_more": "显示更多", + "view_on_osm": "在openstreetmap.org中查看", "all_tags": "所有标记", "all_members": "所有成员", + "all_relations": "所有关系", + "new_relation": "新建关系...", + "role": "角色", "choose": "选择标记内容种类。", "results": " 搜索 {search} 有 {n} 个结果。", + "reference": "在OpenStreetMap Wiki中查看", + "back_tooltip": "修改物件", "remove": "删除", "search": "搜索", - "unknown": "未知" + "multiselect": "选择项目", + "unknown": "未知", + "incomplete": "<未有下载>", + "feature_list": "搜索要素", + "edit": "编辑要素", + "none": "空" }, "background": { "title": "背景", "description": "背景设置", + "percent_brightness": "{opacity}%不透明度", + "none": "空", "custom": "自定义", + "fix_misalignment": "修复对齐", "reset": "重置" }, "restore": { "heading": "您有未保存的更改", + "description": "您在上一次编辑时仍有未保存的修改,你想恢复这些修改吗?", "restore": "恢复", "reset": "重置" }, @@ -201,11 +288,14 @@ }, "splash": { "welcome": "欢迎使用 iD OpenStreetMap 编辑器", + "text": "ID编辑器是一个既易用而又功能强大的工具,以助您编辑世界上最好的自由世界地图。这是{version}版本。欲知详情,请浏览{website}及在{github}报告程序错误。“", "walkthrough": "开始演示", "start": "现在编辑" }, "source_switch": { - "dev": "开发版本" + "live": "实况模式", + "lose_changes": "您有尚未保存的编辑,切换地图服务器会失去这些编辑。您是否确定要切换服务器?", + "dev": "开发模式" }, "tag_reference": { "description": "描述", @@ -213,16 +303,23 @@ "used_with": "使用 {type}" }, "validations": { + "untagged_point": "未标记的点", "untagged_line": "未标记的线", "untagged_area": "未标记的区域", - "many_deletions": "您正在删除 {n} 个对象,您确定要这么做吗?这将会把它们从大家所见的 openstreetmap.org 地图上删除。" + "many_deletions": "您正在删除 {n} 个对象,您确定要这么做吗?这将会把它们从大家所见的 openstreetmap.org 地图上删除。", + "tag_suggests_area": "{tag}的标签所建议的线段应为区域,但这个不是一区域", + "deprecated_tags": "已弃用的标签︰{tags}" }, "zoom": { "in": "放大", "out": "缩小" }, + "cannot_zoom": "在此模式下不能再缩小", "gpx": { - "local_layer": "本地 GPX 文件" + "local_layer": "本地 GPX 文件", + "drag_drop": "拖放GPX文件到页面上,或按一下浏览按钮,", + "zoom": "缩放到GPX轨迹", + "browse": "浏览GPX文件" }, "help": { "title": "帮助" @@ -230,7 +327,8 @@ "intro": { "navigation": { "title": "导航", - "drag": "主地图区域在背景上展示了 OpenStreetMap 数据。您可以像在其它网络地图一样通过拖动和滚动来移动。**拖动地图!**" + "drag": "主地图区域在背景上展示了 OpenStreetMap 数据。您可以像在其它网络地图一样通过拖动和滚动来移动。**拖动地图!**", + "header": "上方显示要素种类" }, "points": { "title": "点" @@ -243,11 +341,16 @@ }, "startediting": { "title": "开始编辑", + "help": "在这里有更多使用说明,还可以重温简介", + "save": "不要忘了定期保存你的修改!", "start": "开始作图!" } }, "presets": { "categories": { + "category-building": { + "name": "建筑物" + }, "category-landuse": { "name": "土地使用" }, @@ -260,29 +363,90 @@ "category-road": { "name": "道路" }, - "category-water": { - "name": "水体" + "category-route": { + "name": "路线" + }, + "category-water-area": { + "name": "æ°´" + }, + "category-water-line": { + "name": "æ°´" } }, "fields": { "access": { - "placeholder": "未知" + "label": "通行限制", + "placeholder": "未知", + "types": { + "access": "普通", + "foot": "步行", + "motor_vehicle": "汽车", + "bicycle": "自行车", + "horse": "马匹" + }, + "options": { + "yes": { + "title": "允许的", + "description": "按法律及路权,有权使用" + }, + "no": { + "title": "禁止的", + "description": "禁止一般公众进入" + }, + "permissive": { + "title": "获许可进入", + "description": "容许进入,直至拥有者撇回许可" + }, + "private": { + "title": "私人", + "description": "须拥有者个别批准,方可进入" + }, + "designated": { + "title": "特定的", + "description": "只限标志指定或特定本地法律容许人士进入" + }, + "destination": { + "title": "目的地", + "description": "只限前往目的地人士进入" + } + } + }, + "access_toilets": { + "label": "连接" }, "address": { "label": "地址", "placeholders": { + "housename": "房屋名称", + "number": "123号", "street": "街道", - "city": "城市" + "city": "城市", + "postcode": "邮政编码" } }, + "admin_level": { + "label": "行政级别" + }, "aeroway": { "label": "类型" }, "amenity": { "label": "类型" }, + "artist": { + "label": "艺人" + }, + "artwork_type": { + "label": "类型" + }, "atm": { - "label": "自动柜员机" + "label": "ATM" + }, + "backrest": { + "label": "长椅" + }, + "barrier": { + "label": "类型" }, "bicycle_parking": { "label": "类型" @@ -299,15 +463,69 @@ "building_yes": { "label": "建筑物" }, + "capacity": { + "label": "容量", + "placeholder": "50, 100, 200..." + }, + "cardinal_direction": { + "label": "方向" + }, + "clock_direction": { + "label": "方向", + "options": { + "clockwise": "顺时针", + "anticlockwise": "逆时针" + } + }, + "collection_times": { + "label": "收集时间" + }, "construction": { "label": "类型" }, + "country": { + "label": "国家" + }, "crossing": { "label": "类型" }, + "cuisine": { + "label": "美食" + }, + "denomination": { + "label": "教派" + }, + "denotation": { + "label": "意思" + }, "description": { "label": "描述" }, + "elevation": { + "label": "海拔" + }, + "emergency": { + "label": "急诊室" + }, + "entrance": { + "label": "类型" + }, + "fax": { + "label": "传真", + "placeholder": "+31 42 123 4567" + }, + "fee": { + "label": "费用" + }, + "fire_hydrant/type": { + "label": "类型" + }, + "fixme": { + "label": "修复我" + }, + "generator/method": { + "label": "模式" + }, "generator/source": { "label": "来源" }, @@ -320,54 +538,118 @@ "historic": { "label": "类型" }, + "iata": { + "label": "国际航空运输协会IATA" + }, + "icao": { + "label": "国际民航组织ICAO" + }, + "incline": { + "label": "斜度" + }, "internet_access": { + "label": "互联网接入", "options": { "wlan": "无线网络", - "terminal": "终点" + "wired": "有线网络", + "terminal": "终端" } }, "landuse": { "label": "类型" }, + "lanes": { + "label": "车道", + "placeholder": "1, 2, 3..." + }, "layer": { - "label": "层级" + "label": "层" }, "leisure": { "label": "类型" }, "levels": { - "label": "层次" + "label": "层次", + "placeholder": "2, 4, 6..." + }, + "lit": { + "label": "有灯" + }, + "location": { + "label": "位置" }, "man_made": { "label": "类型" }, "maxspeed": { - "label": "限速" + "label": "限速", + "placeholder": "40, 50, 60..." + }, + "name": { + "label": "名称", + "placeholder": "常用名称(如有)" + }, + "natural": { + "label": "自然" }, "network": { "label": "网络" }, + "note": { + "label": "备注" + }, "office": { "label": "类型" }, "oneway": { "label": "单向" }, + "oneway_yes": { + "label": "单向" + }, "opening_hours": { - "label": "小时" + "label": "时间" + }, + "operator": { + "label": "经营者" + }, + "park_ride": { + "label": "停车换乘" + }, + "parking": { + "label": "类型" }, "phone": { - "label": "电话" + "label": "电话", + "placeholder": "+31 42 123 4567" }, "place": { "label": "类型" }, + "power": { + "label": "类型" + }, "railway": { "label": "类型" }, + "ref": { + "label": "参考" + }, "relation": { "label": "类型" }, + "religion": { + "label": "宗教", + "options": { + "christian": "基督教", + "muslim": "穆斯林", + "buddhist": "佛教", + "jewish": "犹太教", + "hindu": "印度教", + "shinto": "神道教", + "taoist": "道教" + } + }, "restriction": { "label": "类型" }, @@ -377,40 +659,1532 @@ "route_master": { "label": "类型" }, + "sac_scale": { + "label": "行径难度" + }, "service": { "label": "类型" }, + "shelter": { + "label": "避难所" + }, + "shop": { + "label": "类型" + }, "source": { "label": "来源" }, "sport": { "label": "运动" }, + "structure": { + "label": "结构", + "placeholder": "未知种类", + "options": { + "bridge": "æ¡¥", + "tunnel": "隧道", + "embankment": "堤岸", + "cutting": "开凿" + } + }, + "supervised": { + "label": "监督" + }, "surface": { "label": "表面" }, + "toilets/disposal": { + "label": "废弃" + }, "tourism": { "label": "类型" }, + "towertype": { + "label": "塔型" + }, + "tracktype": { + "label": "类型" + }, + "trail_visibility": { + "label": "路径可见度" + }, + "tree_type": { + "label": "类型" + }, + "vending": { + "label": "商品类型" + }, + "water": { + "label": "类型" + }, + "waterway": { + "label": "类型" + }, + "website": { + "label": "网站", + "placeholder": "http://example.com/" + }, + "wetland": { + "label": "类型" + }, + "wheelchair": { + "label": "轮椅通道" + }, "wikipedia": { "label": "维基百科" + }, + "wood": { + "label": "类型" } }, "presets": { "address": { - "name": "地址" + "name": "地址", + "terms": "地址,址" + }, + "aeroway": { + "name": "机场相关道路", + "terms": "机场" + }, + "aeroway/aerodrome": { + "name": "机场", + "terms": "机场" + }, + "aeroway/apron": { + "name": "停机坪", + "terms": "停机坪" + }, + "aeroway/gate": { + "name": "机场闸口", + "terms": "机场闸口" + }, + "aeroway/hangar": { + "name": "机库", + "terms": "机库" + }, + "aeroway/helipad": { + "name": "直升机场", + "terms": "直升机场,直升机坪" + }, + "aeroway/runway": { + "name": "跑道", + "terms": "跑道" + }, + "aeroway/taxiway": { + "name": "滑行道", + "terms": "滑行道" + }, + "aeroway/terminal": { + "name": "机场航站楼", + "terms": "机场航站楼,机场大楼,机场客运大楼" + }, + "amenity": { + "name": "便利设施", + "terms": "便利设施" + }, + "amenity/arts_centre": { + "name": "美术馆", + "terms": "美术馆,艺术馆,美术中心,艺术中心" + }, + "amenity/atm": { + "name": "ATM", + "terms": "ATM,提款机,自动提款机" + }, + "amenity/bank": { + "name": "银行", + "terms": "银行" + }, + "amenity/bar": { + "name": "酒吧", + "terms": "酒吧" + }, + "amenity/bench": { + "name": "长椅", + "terms": "长椅,长凳" + }, + "amenity/bicycle_parking": { + "name": "自行车停放处", + "terms": "自行车停放处,单车停放车" + }, + "amenity/bicycle_rental": { + "name": "自行车租赁处", + "terms": "自行车租赁处,租单车" + }, + "amenity/boat_rental": { + "name": "船舶租赁处", + "terms": "船舶租赁处" + }, + "amenity/cafe": { + "name": "咖啡", + "terms": "咖啡,咖啡厅,茶座" + }, + "amenity/car_rental": { + "name": "汽车租赁处", + "terms": "汽车租赁处,租车店" + }, + "amenity/car_sharing": { + "name": "公用车处", + "terms": "公用车处" + }, + "amenity/car_wash": { + "name": "洗车店", + "terms": "洗车店,洗车" + }, + "amenity/childcare": { + "name": "托儿所", + "terms": "托儿所" + }, + "amenity/cinema": { + "name": "电影院", + "terms": "电影院,电影,戏院" + }, + "amenity/college": { + "name": "学院", + "terms": "学院,书院,专科学院" + }, + "amenity/courthouse": { + "name": "法院", + "terms": "法院,法庭" + }, + "amenity/drinking_water": { + "name": "饮水处", + "terms": "饮水处,饮水处,饮水" + }, + "amenity/embassy": { + "name": "使馆", + "terms": "使馆,大使馆,领事馆" + }, + "amenity/fast_food": { + "name": "快餐店", + "terms": "快餐店" + }, + "amenity/fire_station": { + "name": "消防站", + "terms": "消防站,消费局" + }, + "amenity/fountain": { + "name": "喷泉", + "terms": "喷泉,喷水池,水景" + }, + "amenity/fuel": { + "name": "加油站", + "terms": "加油站,加气站,油站" + }, + "amenity/grave_yard": { + "name": "墓地", + "terms": "墓地,坟地" + }, + "amenity/hospital": { + "name": "医院", + "terms": "医院,医疗院,医学中心" + }, + "amenity/kindergarten": { + "name": "幼儿园", + "terms": "幼儿园,幼稚园" + }, + "amenity/library": { + "name": "图书馆", + "terms": "图书馆" + }, + "amenity/marketplace": { + "name": "市场", + "terms": "市场,菜市场" + }, + "amenity/parking": { + "name": "停车场", + "terms": "停车场" + }, + "amenity/pharmacy": { + "name": "药房", + "terms": "药房,药店" + }, + "amenity/place_of_worship": { + "name": "礼拜场所", + "terms": "礼拜场所,宗教礼拜处" + }, + "amenity/place_of_worship/buddhist": { + "name": "寺庙", + "terms": "寺庙,佛堂,和尚寺,尼姑庵" + }, + "amenity/place_of_worship/christian": { + "name": "教堂", + "terms": "教堂" + }, + "amenity/place_of_worship/jewish": { + "name": "犹太教堂", + "terms": "犹太教堂,犹太寺" + }, + "amenity/place_of_worship/muslim": { + "name": "清真寺", + "terms": "清真寺,回教寺" + }, + "amenity/police": { + "name": "警察局", + "terms": "警察局,警局,警署,派出所" + }, + "amenity/post_box": { + "name": "邮箱", + "terms": "邮箱,邮筒" + }, + "amenity/post_office": { + "name": "邮局", + "terms": "邮局,邮政局" + }, + "amenity/pub": { + "name": "酒馆", + "terms": "酒馆" + }, + "amenity/ranger_station": { + "name": "野郊访客处", + "terms": "野郊访客处" + }, + "amenity/restaurant": { + "name": "餐馆", + "terms": "餐馆,餐厅,饭店,酒楼,酒家,茶楼" + }, + "amenity/school": { + "name": "学校", + "terms": "学校,小学,中学" + }, + "amenity/swimming_pool": { + "name": "游泳池", + "terms": "游泳池,泳池" + }, + "amenity/taxi": { + "name": "出租车站", + "terms": "出租车站,的士站,计程车站" + }, + "amenity/telephone": { + "name": "电话", + "terms": "电话" + }, + "amenity/theatre": { + "name": "剧院", + "terms": "剧院,剧场,戏院" + }, + "amenity/toilets": { + "name": "厕所", + "terms": "厕所,公厕,洗手间" + }, + "amenity/townhall": { + "name": "市政府", + "terms": "市政府,市政厅,大会堂" + }, + "amenity/university": { + "name": "大学", + "terms": "大学" + }, + "amenity/vending_machine": { + "name": "售卖机", + "terms": "售卖机" + }, + "amenity/waste_basket": { + "name": "垃圾箱", + "terms": "垃圾箱,垃圾桶" }, "area": { - "name": "区域" + "name": "区域", + "terms": "区域" + }, + "barrier": { + "name": "屏障", + "terms": "屏障,阻挡" + }, + "barrier/block": { + "name": "路障", + "terms": "路障,障碍物" + }, + "barrier/bollard": { + "name": "护柱", + "terms": "护柱" + }, + "barrier/cattle_grid": { + "name": "家畜栅栏", + "terms": "家畜栅栏" + }, + "barrier/city_wall": { + "name": "城墙", + "terms": "城墙" + }, + "barrier/cycle_barrier": { + "name": "单车减速栏", + "terms": "单车减速栏" + }, + "barrier/ditch": { + "name": "沟", + "terms": "沟" + }, + "barrier/entrance": { + "name": "入口", + "terms": "入口" + }, + "barrier/fence": { + "name": "篱笆", + "terms": "篱笆" + }, + "barrier/gate": { + "name": "门", + "terms": "门" + }, + "barrier/hedge": { + "name": "树篱", + "terms": "树篱" + }, + "barrier/kissing_gate": { + "name": "单人转门", + "terms": "单人转门" + }, + "barrier/lift_gate": { + "name": "道闸", + "terms": "道闸,挡车器" + }, + "barrier/retaining_wall": { + "name": "挡土墙", + "terms": "挡土墙" + }, + "barrier/stile": { + "name": "梯梃", + "terms": "梯梃" + }, + "barrier/toll_booth": { + "name": "收费站", + "terms": "收费站" + }, + "barrier/wall": { + "name": "墙", + "terms": "收费站" + }, + "boundary/administrative": { + "name": "行政区域界线", + "terms": "行政区域界线" + }, + "building": { + "name": "建筑物", + "terms": "建筑物,屋宇" + }, + "building/apartments": { + "name": "公寓", + "terms": "公寓" + }, + "building/commercial": { + "name": "商业建筑物", + "terms": "商业建筑物" + }, + "building/entrance": { + "name": "入口", + "terms": "入口" + }, + "building/garage": { + "name": "车库", + "terms": "车库" + }, + "building/house": { + "name": "房屋", + "terms": "房屋" + }, + "building/hut": { + "name": "棚屋", + "terms": "棚屋" + }, + "building/industrial": { + "name": "工业建筑物", + "terms": "工业建筑物" + }, + "building/residential": { + "name": "住宅建筑物", + "terms": "住宅建筑物" + }, + "emergency/ambulance_station": { + "name": "救护站", + "terms": "救护站" + }, + "emergency/fire_hydrant": { + "name": "消防栓", + "terms": "消防栓" + }, + "emergency/phone": { + "name": "紧急电话", + "terms": "紧急电话" + }, + "entrance": { + "name": "入口", + "terms": "入口" + }, + "footway/crossing": { + "name": "路口", + "terms": "路口" + }, + "footway/sidewalk": { + "name": "行人路", + "terms": "行人路" + }, + "highway": { + "name": "公路", + "terms": "公路" + }, + "highway/bridleway": { + "name": "马道", + "terms": "马道" + }, + "highway/bus_stop": { + "name": "公交车站", + "terms": "公交车站,巴士站" + }, + "highway/crossing": { + "name": "路口", + "terms": "路口" + }, + "highway/cycleway": { + "name": "自行车道", + "terms": "自行车道" + }, + "highway/footway": { + "name": "步行径", + "terms": "步行径" + }, + "highway/living_street": { + "name": "居住街道", + "terms": "居住街道" + }, + "highway/mini_roundabout": { + "name": "小型环岛", + "terms": "小型环岛" + }, + "highway/motorway": { + "name": "高速公路", + "terms": "高速公路" + }, + "highway/motorway_junction": { + "name": "高速公路连接点", + "terms": "高速公路连接点" + }, + "highway/motorway_link": { + "name": "高速公路匝道", + "terms": "高速公路匝道" + }, + "highway/path": { + "name": "路径", + "terms": "路径" + }, + "highway/pedestrian": { + "name": "行人专用路", + "terms": "行人专用路" + }, + "highway/primary": { + "name": "主要道路", + "terms": "主要道路" + }, + "highway/primary_link": { + "name": "主要道路匝道", + "terms": "主要道路匝道" + }, + "highway/residential": { + "name": "住宅区道路", + "terms": "住宅区道路" + }, + "highway/road": { + "name": "未知种类道路", + "terms": "未知种类道路" + }, + "highway/secondary": { + "name": "次要道路", + "terms": "次要道路" + }, + "highway/secondary_link": { + "name": "次要道路匝道", + "terms": "次要道路匝道" + }, + "highway/service": { + "name": "辅助道路", + "terms": "辅助道路" + }, + "highway/service/alley": { + "name": "胡同", + "terms": "胡同,å··" + }, + "highway/service/drive-through": { + "name": "免下车", + "terms": "免下车,免下车餐馆,免下车银行" + }, + "highway/service/driveway": { + "name": "车道", + "terms": "车道" + }, + "highway/service/emergency_access": { + "name": "紧急通道", + "terms": "紧急通道" + }, + "highway/service/parking_aisle": { + "name": "停车场通道", + "terms": "停车场通道" + }, + "highway/steps": { + "name": "楼梯", + "terms": "楼梯" + }, + "highway/stop": { + "name": "停车标志", + "terms": "停车标志" + }, + "highway/tertiary": { + "name": "三级道路", + "terms": "三级道路" + }, + "highway/tertiary_link": { + "name": "三级道路匝道", + "terms": "三级道路匝道" + }, + "highway/track": { + "name": "未铺设路面的车径", + "terms": "未铺设路面的车径" + }, + "highway/traffic_signals": { + "name": "红绿灯", + "terms": "红绿灯" + }, + "highway/trunk": { + "name": "干线道路", + "terms": "干线道路" + }, + "highway/trunk_link": { + "name": "干线道路匝道", + "terms": "干线道路匝道" + }, + "highway/turning_circle": { + "name": "环岛", + "terms": "环岛" + }, + "highway/unclassified": { + "name": "未分级的道路", + "terms": "未分级的道路" + }, + "historic": { + "name": "历史遗迹", + "terms": "历史遗迹,史迹" + }, + "historic/archaeological_site": { + "name": "考古遗址", + "terms": "考古遗址" + }, + "historic/boundary_stone": { + "name": "界桩", + "terms": "界桩" + }, + "historic/castle": { + "name": "城堡", + "terms": "城堡" + }, + "historic/memorial": { + "name": "纪念馆", + "terms": "纪念馆" + }, + "historic/monument": { + "name": "纪念碑", + "terms": "纪念碑,古迹" + }, + "historic/ruins": { + "name": "废墟", + "terms": "废墟" + }, + "historic/wayside_cross": { + "name": "路边十字架", + "terms": "路边十字架" + }, + "historic/wayside_shrine": { + "name": "路边神社", + "terms": "路边神社" + }, + "landuse": { + "name": "土地用途", + "terms": "土地用途" + }, + "landuse/allotments": { + "name": "菜地", + "terms": "菜地,社区花园" + }, + "landuse/basin": { + "name": "æ°´æ± ", + "terms": "æ°´æ± " + }, + "landuse/cemetery": { + "name": "墓地", + "terms": "墓地" + }, + "landuse/commercial": { + "name": "商业区", + "terms": "商业区" + }, + "landuse/construction": { + "name": "建筑物", + "terms": "建筑物" + }, + "landuse/farm": { + "name": "农场", + "terms": "农场" + }, + "landuse/farmyard": { + "name": "农庄", + "terms": "农庄" + }, + "landuse/forest": { + "name": "森林", + "terms": "森林" + }, + "landuse/grass": { + "name": "草地", + "terms": "草地" + }, + "landuse/industrial": { + "name": "工业区", + "terms": "工业区" + }, + "landuse/meadow": { + "name": "牧场", + "terms": "牧场" + }, + "landuse/orchard": { + "name": "果园", + "terms": "果园" + }, + "landuse/quarry": { + "name": "矿场", + "terms": "矿场" + }, + "landuse/residential": { + "name": "住宅区", + "terms": "住宅区" + }, + "landuse/retail": { + "name": "零售", + "terms": "零售" + }, + "landuse/vineyard": { + "name": "葡萄园", + "terms": "葡萄园,酒庄" + }, + "leisure": { + "name": "休闲场所", + "terms": "休闲场所" + }, + "leisure/common": { + "name": "公共用地", + "terms": "公共用地" + }, + "leisure/dog_park": { + "name": "狗公园", + "terms": "狗公园" + }, + "leisure/garden": { + "name": "花园", + "terms": "花园" + }, + "leisure/golf_course": { + "name": "高尔夫球场", + "terms": "高尔夫球场" + }, + "leisure/marina": { + "name": "码头", + "terms": "码头" + }, + "leisure/park": { + "name": "公园", + "terms": "公园" + }, + "leisure/pitch": { + "name": "运动场", + "terms": "运动场,运动场所" + }, + "leisure/pitch/american_football": { + "name": "美式足球场", + "terms": "美式足球场" + }, + "leisure/pitch/baseball": { + "name": "棒球场", + "terms": "棒球场" + }, + "leisure/pitch/basketball": { + "name": "篮球场", + "terms": "篮球场" + }, + "leisure/pitch/skateboard": { + "name": "滑板场", + "terms": "滑板场" + }, + "leisure/pitch/soccer": { + "name": "足球场", + "terms": "足球场" + }, + "leisure/pitch/tennis": { + "name": "网球场", + "terms": "网球场" + }, + "leisure/pitch/volleyball": { + "name": "排球场", + "terms": "排球场" + }, + "leisure/playground": { + "name": "游乐场", + "terms": "游乐场" + }, + "leisure/slipway": { + "name": "船台", + "terms": "船台" + }, + "leisure/sports_center": { + "name": "体育中心", + "terms": "体育中心" + }, + "leisure/stadium": { + "name": "体育场", + "terms": "体育场" + }, + "leisure/swimming_pool": { + "name": "游泳池", + "terms": "游泳池" + }, + "leisure/track": { + "name": "赛车跑道", + "terms": "赛车跑道" }, "line": { - "name": "线" + "name": "线", + "terms": "线" + }, + "man_made": { + "name": "人造物", + "terms": "人造物" + }, + "man_made/breakwater": { + "name": "防波堤", + "terms": "防波堤" + }, + "man_made/cutline": { + "name": "分界线", + "terms": "分界线" + }, + "man_made/lighthouse": { + "name": "灯塔", + "terms": "灯塔" + }, + "man_made/observation": { + "name": "瞭望塔", + "terms": "瞭望塔" + }, + "man_made/pier": { + "name": "码头", + "terms": "码头" + }, + "man_made/pipeline": { + "name": "管道", + "terms": "管道" + }, + "man_made/survey_point": { + "name": "测量点", + "terms": "测量点" + }, + "man_made/tower": { + "name": "塔", + "terms": "塔" + }, + "man_made/wastewater_plant": { + "name": "污水处理厂", + "terms": "污水处理厂" + }, + "man_made/water_tower": { + "name": "水塔", + "terms": "水塔" + }, + "man_made/water_well": { + "name": "水井", + "terms": "水井" + }, + "man_made/water_works": { + "name": "供水厂", + "terms": "供水厂" + }, + "natural": { + "name": "自然", + "terms": "自然" + }, + "natural/bay": { + "name": "æµ·æ¹¾", + "terms": "æµ·æ¹¾" + }, + "natural/beach": { + "name": "海滩", + "terms": "海滩" + }, + "natural/cliff": { + "name": "悬崖", + "terms": "悬崖" + }, + "natural/coastline": { + "name": "海岸线", + "terms": "海岸线" + }, + "natural/fell": { + "name": "高原荒原", + "terms": "高原荒原" + }, + "natural/glacier": { + "name": "冰川", + "terms": "冰川" + }, + "natural/grassland": { + "name": "草原", + "terms": "草原" + }, + "natural/heath": { + "name": "荒野", + "terms": "荒野" + }, + "natural/peak": { + "name": "山峰", + "terms": "山峰" + }, + "natural/scree": { + "name": "碎石坡", + "terms": "碎石坡" + }, + "natural/scrub": { + "name": "灌木丛", + "terms": "灌木丛" + }, + "natural/spring": { + "name": "泉水", + "terms": "泉水" + }, + "natural/tree": { + "name": "树", + "terms": "树" + }, + "natural/water": { + "name": "æ°´", + "terms": "æ°´" + }, + "natural/water/lake": { + "name": "湖泊", + "terms": "湖泊" + }, + "natural/water/pond": { + "name": "池塘", + "terms": "池塘" + }, + "natural/water/reservoir": { + "name": "水库", + "terms": "水库" + }, + "natural/wetland": { + "name": "湿地", + "terms": "湿地" + }, + "natural/wood": { + "name": "树林", + "terms": "树林" + }, + "office": { + "name": "写字楼", + "terms": "办公室,写字楼" + }, + "office/accountant": { + "name": "会计师楼", + "terms": "会计师楼" + }, + "office/administrative": { + "name": "行政楼", + "terms": "行政楼" + }, + "office/architect": { + "name": "建筑师楼", + "terms": "建筑师楼" + }, + "office/company": { + "name": "公司", + "terms": "公司" + }, + "office/educational_institution": { + "name": "教育机构", + "terms": "教育机构" + }, + "office/employment_agency": { + "name": "就业机构", + "terms": "就业机构" + }, + "office/estate_agent": { + "name": "地产代理", + "terms": "地产代理" + }, + "office/financial": { + "name": "财务部写字楼", + "terms": "财务部写字楼" + }, + "office/government": { + "name": "政府楼", + "terms": "政府楼" + }, + "office/insurance": { + "name": "保险公司", + "terms": "保险公司" + }, + "office/it": { + "name": "IT公司", + "terms": "IT公司" + }, + "office/lawyer": { + "name": "律师事务所", + "terms": "律师事务所" + }, + "office/newspaper": { + "name": "报社", + "terms": "报社,通讯社" + }, + "office/ngo": { + "name": "非政府组织", + "terms": "非政府组织" + }, + "office/physician": { + "name": "医生", + "terms": "医生" + }, + "office/political_party": { + "name": "政党", + "terms": "政党" + }, + "office/research": { + "name": "研究所", + "terms": "研究所" + }, + "office/telecommunication": { + "name": "电信公司", + "terms": "电信公司" + }, + "office/therapist": { + "name": "医疗师", + "terms": "医疗师" + }, + "office/travel_agent": { + "name": "旅行社", + "terms": "旅行社" + }, + "place": { + "name": "地点", + "terms": "地点" + }, + "place/city": { + "name": "城市", + "terms": "城市" + }, + "place/hamlet": { + "name": "村庄", + "terms": "村庄" + }, + "place/island": { + "name": "岛屿", + "terms": "岛屿" + }, + "place/isolated_dwelling": { + "name": "孤立居所", + "terms": "孤立居所" + }, + "place/locality": { + "name": "地方", + "terms": "地方,地点" + }, + "place/town": { + "name": "城镇", + "terms": "城镇" + }, + "place/village": { + "name": "村庄", + "terms": "村庄" }, "point": { - "name": "点" + "name": "点", + "terms": "点" + }, + "power": { + "name": "发电厂", + "terms": "发电厂" + }, + "power/generator": { + "name": "发电机", + "terms": "发电机" + }, + "power/line": { + "name": "供电线", + "terms": "供电线" + }, + "power/minor_line": { + "name": "小供电线", + "terms": "小供电线" + }, + "power/pole": { + "name": "电线杆", + "terms": "电线杆" + }, + "power/sub_station": { + "name": "变电站", + "terms": "变电站" + }, + "power/tower": { + "name": "高压电塔", + "terms": "高压电塔" + }, + "power/transformer": { + "name": "变电所", + "terms": "变电所" + }, + "railway": { + "name": "铁路", + "terms": "铁路" + }, + "railway/abandoned": { + "name": "废弃的铁路", + "terms": "废弃的铁路" + }, + "railway/disused": { + "name": "废弃的铁路", + "terms": "废弃的铁路" + }, + "railway/halt": { + "name": "小火车站", + "terms": "小火车站" + }, + "railway/level_crossing": { + "name": "平交道口", + "terms": "平交道口" + }, + "railway/monorail": { + "name": "单轨铁路", + "terms": "单轨铁路" + }, + "railway/platform": { + "name": "站台", + "terms": "站台" + }, + "railway/rail": { + "name": "铁轨", + "terms": "铁轨" + }, + "railway/station": { + "name": "火车站", + "terms": "火车站" + }, + "railway/subway": { + "name": "地铁", + "terms": "地铁" + }, + "railway/subway_entrance": { + "name": "地铁口", + "terms": "地铁口" + }, + "railway/tram": { + "name": "电车", + "terms": "电车" + }, + "relation": { + "name": "关系", + "terms": "关系" + }, + "route/ferry": { + "name": "航线", + "terms": "航线" + }, + "shop": { + "name": "商店", + "terms": "商店" + }, + "shop/alcohol": { + "name": "酒庄", + "terms": "酒庄" + }, + "shop/bakery": { + "name": "面包店", + "terms": "面包店" + }, + "shop/beauty": { + "name": "美容院", + "terms": "美容院" + }, + "shop/beverages": { + "name": "饮品店", + "terms": "饮品店" + }, + "shop/bicycle": { + "name": "自行车店", + "terms": "自行车店" + }, + "shop/books": { + "name": "书店", + "terms": "书店" + }, + "shop/boutique": { + "name": "精品店", + "terms": "精品店" + }, + "shop/butcher": { + "name": "肉铺", + "terms": "肉铺" + }, + "shop/car": { + "name": "车行", + "terms": "车行" + }, + "shop/car_parts": { + "name": "汽车配件店", + "terms": "汽车配件店" + }, + "shop/car_repair": { + "name": "汽车修理店", + "terms": "汽车修理店" + }, + "shop/chemist": { + "name": "药房", + "terms": "药房" + }, + "shop/clothes": { + "name": "服装店", + "terms": "服装店" + }, + "shop/computer": { + "name": "电脑店", + "terms": "电脑店" + }, + "shop/confectionery": { + "name": "甜点店", + "terms": "甜点店" + }, + "shop/convenience": { + "name": "便利店", + "terms": "便利店" + }, + "shop/deli": { + "name": "熟食店", + "terms": "熟食店" + }, + "shop/department_store": { + "name": "百货店", + "terms": "百货店" + }, + "shop/doityourself": { + "name": "DIY商店", + "terms": "DIY商店" + }, + "shop/dry_cleaning": { + "name": "干洗店", + "terms": "干洗店" + }, + "shop/electronics": { + "name": "电器店", + "terms": "电器店" + }, + "shop/farm": { + "name": "农场", + "terms": "农场" + }, + "shop/fishmonger": { + "name": "海产店", + "terms": "海产店" + }, + "shop/florist": { + "name": "花店", + "terms": "花店" + }, + "shop/furniture": { + "name": "家具店", + "terms": "家具店" + }, + "shop/garden_centre": { + "name": "花店", + "terms": "花店" + }, + "shop/gift": { + "name": "礼品店", + "terms": "礼品店" + }, + "shop/greengrocer": { + "name": "果蔬店", + "terms": "果蔬店" + }, + "shop/hairdresser": { + "name": "理发店", + "terms": "理发店" + }, + "shop/hardware": { + "name": "五金店", + "terms": "五金店" + }, + "shop/hifi": { + "name": "音响店", + "terms": "音响店" + }, + "shop/jewelry": { + "name": "珠宝店", + "terms": "珠宝店" + }, + "shop/kiosk": { + "name": "报刊亭", + "terms": "报刊亭" + }, + "shop/laundry": { + "name": "洗衣店", + "terms": "洗衣店" + }, + "shop/locksmith": { + "name": "锁匠铺", + "terms": "锁匠铺" + }, + "shop/mall": { + "name": "商场", + "terms": "商场" + }, + "shop/mobile_phone": { + "name": "手机店", + "terms": "手机店" + }, + "shop/motorcycle": { + "name": "摩托车行", + "terms": "摩托车行" + }, + "shop/music": { + "name": "音乐店", + "terms": "音乐店" + }, + "shop/newsagent": { + "name": "报摊", + "terms": "报摊" + }, + "shop/optician": { + "name": "眼镜店", + "terms": "眼镜店" + }, + "shop/outdoor": { + "name": "户外用品店", + "terms": "户外用品店" + }, + "shop/pet": { + "name": "宠物店", + "terms": "宠物店" + }, + "shop/photo": { + "name": "照相馆", + "terms": "照相馆" + }, + "shop/shoes": { + "name": "鞋店", + "terms": "鞋店" + }, + "shop/sports": { + "name": "体育用品店", + "terms": "体育用品店" + }, + "shop/stationery": { + "name": "文具店", + "terms": "文具店" + }, + "shop/supermarket": { + "name": "超级市场", + "terms": "超级市场" + }, + "shop/toys": { + "name": "玩具店", + "terms": "玩具店" + }, + "shop/travel_agency": { + "name": "旅行社", + "terms": "旅行社" + }, + "shop/tyres": { + "name": "轮胎店", + "terms": "轮胎店" + }, + "shop/vacant": { + "name": "空置铺位", + "terms": "空置铺位" + }, + "shop/variety_store": { + "name": "杂货店", + "terms": "杂货店" + }, + "shop/video": { + "name": "影像店", + "terms": "影像店" + }, + "tourism": { + "name": "旅行", + "terms": "旅行" + }, + "tourism/alpine_hut": { + "name": "高山小屋", + "terms": "高山小屋" + }, + "tourism/artwork": { + "name": "艺术品", + "terms": "艺术品" + }, + "tourism/attraction": { + "name": "旅游名胜", + "terms": "旅游名胜" + }, + "tourism/camp_site": { + "name": "露营区", + "terms": "露营区" + }, + "tourism/caravan_site": { + "name": "房车营地", + "terms": "房车营地" + }, + "tourism/chalet": { + "name": "木屋", + "terms": "木屋" + }, + "tourism/guest_house": { + "name": "宾馆", + "terms": "宾馆" + }, + "tourism/hostel": { + "name": "招待所", + "terms": "招待所" + }, + "tourism/hotel": { + "name": "酒店", + "terms": "酒店" + }, + "tourism/information": { + "name": "资讯处", + "terms": "资讯处" + }, + "tourism/motel": { + "name": "汽车旅馆", + "terms": "汽车旅馆" + }, + "tourism/museum": { + "name": "博物馆", + "terms": "博物馆" + }, + "tourism/picnic_site": { + "name": "郊游地点", + "terms": "郊游地点" + }, + "tourism/theme_park": { + "name": "主题公园", + "terms": "主题公园" + }, + "tourism/viewpoint": { + "name": "景点", + "terms": "景点" + }, + "tourism/zoo": { + "name": "动物园", + "terms": "动物园" + }, + "type/boundary": { + "name": "边界", + "terms": "边界" + }, + "type/boundary/administrative": { + "name": "行政边界", + "terms": "行政边界" + }, + "type/multipolygon": { + "name": "多个面", + "terms": "个多面" + }, + "type/restriction": { + "name": "限制", + "terms": "限制" + }, + "type/route": { + "name": "路线", + "terms": "路线" + }, + "type/route/bicycle": { + "name": "单车路线", + "terms": "单车路线" + }, + "type/route/bus": { + "name": "公共汽车路线", + "terms": "公共汽车路线" + }, + "type/route/detour": { + "name": "巡游路线", + "terms": "巡游路线" + }, + "type/route/ferry": { + "name": "渡轮航线", + "terms": "渡轮航线" + }, + "type/route/foot": { + "name": "行人路线", + "terms": "行人路线" + }, + "type/route/hiking": { + "name": "行山路线", + "terms": "行山路线" + }, + "type/route/pipeline": { + "name": "供水路线", + "terms": "供水路线" + }, + "type/route/power": { + "name": "供电路线", + "terms": "供电路线" + }, + "type/route/road": { + "name": "行车路线", + "terms": "行车路线" + }, + "type/route/train": { + "name": "铁路路线", + "terms": "铁路路线" + }, + "type/route/tram": { + "name": "电车路线", + "terms": "电车路线" + }, + "type/route_master": { + "name": "线路总管", + "terms": "线路总管" }, "vertex": { - "name": "其它" + "name": "其它", + "terms": "其它" + }, + "waterway": { + "name": "航道", + "terms": "航道" + }, + "waterway/canal": { + "name": "运河", + "terms": "运河" + }, + "waterway/dam": { + "name": "水坝", + "terms": "水坝" + }, + "waterway/ditch": { + "name": "沟渠", + "terms": "沟渠" + }, + "waterway/drain": { + "name": "下水道", + "terms": "下水道" + }, + "waterway/river": { + "name": "河流", + "terms": "河流" + }, + "waterway/riverbank": { + "name": "河堤", + "terms": "河堤" + }, + "waterway/stream": { + "name": "溪流", + "terms": "溪流" + }, + "waterway/weir": { + "name": "堤坝", + "terms": "堤坝" } } } diff --git a/vendor/assets/iD/iD/locales/zh-TW.json b/vendor/assets/iD/iD/locales/zh-TW.json index 6df3ed221..6202de3a8 100644 --- a/vendor/assets/iD/iD/locales/zh-TW.json +++ b/vendor/assets/iD/iD/locales/zh-TW.json @@ -355,9 +355,6 @@ }, "category-route": { "name": "路線" - }, - "category-water": { - "name": "æ°´" } }, "fields": { @@ -800,9 +797,6 @@ "amenity/marketplace": { "name": "市場" }, - "amenity/parking": { - "name": "停車場" - }, "amenity/pharmacy": { "name": "藥房", "terms": "藥房,藥局" diff --git a/vendor/assets/iD/iD/locales/zh.json b/vendor/assets/iD/iD/locales/zh.json index f6e5d7218..fc8d0a9bd 100644 --- a/vendor/assets/iD/iD/locales/zh.json +++ b/vendor/assets/iD/iD/locales/zh.json @@ -351,9 +351,6 @@ }, "category-route": { "name": "路线" - }, - "category-water": { - "name": "æ°´" } }, "fields": { @@ -772,9 +769,6 @@ "amenity/marketplace": { "name": "市场" }, - "amenity/parking": { - "name": "停车场" - }, "amenity/pharmacy": { "name": "药房" }, -- 2.43.2