diff --git a/.gitignore b/.gitignore
index 85eadf743..a0c380a16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,12 @@
.DS_Store
+transifex.auth
node_modules
npm-debug.log
dist/*.js
dist/*.css
dist/img/*.svg
-transifex.auth
+dist/locales/en.json
+data/presets/categories.json
+data/presets/fields.json
+data/presets/presets.json
+data/data.js
diff --git a/Makefile b/Makefile
index 32d442524..4ad6861eb 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ MAKI_SOURCES = node_modules/maki/src/*.svg
$(MAKI_SOURCES): node_modules/.install
-dist/img/maki-sprite.svg: $(MAKI_SOURCES) Makefile node_modules/.bin/svg-sprite
+dist/img/maki-sprite.svg: $(MAKI_SOURCES) Makefile
node_modules/.bin/svg-sprite --symbol --symbol-dest . --symbol-sprite $@ $(MAKI_SOURCES)
data/feature-icons.json: $(MAKI_SOURCES)
@@ -106,7 +106,8 @@ dist/iD.css: css/*.css
cat css/reset.css css/map.css css/app.css > $@
node_modules/.install: package.json
- npm install && touch node_modules/.install
+ npm install
+ touch node_modules/.install
clean:
rm -f $(BUILDJS_TARGETS) data/feature-icons.json dist/iD*.js dist/iD.css dist/img/*.svg
@@ -115,7 +116,8 @@ translations:
node data/update_locales
imagery:
- npm install editor-imagery-index@git://github.com/osmlab/editor-imagery-index.git#gh-pages && node data/update_imagery
+ npm install editor-imagery-index@git://github.com/osmlab/editor-imagery-index.git#gh-pages
+ node data/update_imagery
suggestions:
npm install name-suggestion-index@git://github.com/osmlab/name-suggestion-index.git
diff --git a/RELEASING.md b/RELEASING.md
index 5121fc536..daf43ec9d 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -8,8 +8,6 @@
### Make release
-TODO: turn this into a script.
-
- [ ] `make translations`
- [ ] `make imagery`
- [ ] `make suggestions`
@@ -17,7 +15,8 @@ TODO: turn this into a script.
- [ ] Update version number in `id.js`, `package.json`
- [ ] `git checkout release && git reset --hard master`
- [ ] `make`
-- [ ] `git add -f dist/*.css dist/*.js dist/img/*.svg && git commit -m 'Check in build'`
+- [ ] `git add -f dist/*.css dist/*.js dist/img/*.svg dist/locales/*.json`
+- [ ] `git commit -m 'Check in build'`
- [ ] `git tag vA.B.C`
- [ ] `git push origin -f release vA.B.C`
diff --git a/build.js b/build.js
index 7e0f6cddc..c16e862ec 100644
--- a/build.js
+++ b/build.js
@@ -24,10 +24,6 @@ function rp(f) {
return r('presets/' + f);
}
-function stringify(o) {
- return JSON.stringify(o);
-}
-
function validate(file, instance, schema) {
var result = jsonschema.validate(instance, schema);
if (result.length) {
@@ -239,9 +235,9 @@ validateCategoryPresets(categories, presets);
validatePresetFields(presets, fields);
// Save individual data files
-fs.writeFileSync('data/presets/categories.json', stringify(categories));
-fs.writeFileSync('data/presets/fields.json', stringify(fields));
-fs.writeFileSync('data/presets/presets.json', stringify(presets));
+fs.writeFileSync('data/presets/categories.json', JSON.stringify(categories));
+fs.writeFileSync('data/presets/fields.json', JSON.stringify(fields));
+fs.writeFileSync('data/presets/presets.json', JSON.stringify(presets));
fs.writeFileSync('data/presets.yaml',
YAML.dump({en: {presets: translate}}, {sortKeys: sortKeys})
.replace(/\'.*#\':/g, '#')
@@ -282,15 +278,15 @@ _.forEach(presets, function(preset) {
taginfo.tags.push(tag);
});
-fs.writeFileSync('data/taginfo.json', stringify(taginfo));
+fs.writeFileSync('data/taginfo.json', JSON.stringify(taginfo, null, 1));
// Push changes from data/core.yaml into en.json
var core = YAML.load(fs.readFileSync('data/core.yaml', 'utf8'));
var presets = {en: {presets: translations}};
var en = _.merge(core, presets);
-fs.writeFileSync('dist/locales/en.json', stringify(en.en));
+fs.writeFileSync('dist/locales/en.json', JSON.stringify(en.en, null, 1));
-fs.writeFileSync('data/data.js', 'iD.data = ' + stringify({
+fs.writeFileSync('data/data.js', 'iD.data = ' + JSON.stringify({
deprecated: r('deprecated.json'),
discarded: r('discarded.json'),
wikipedia: r('wikipedia.json'),
@@ -302,11 +298,11 @@ fs.writeFileSync('data/data.js', 'iD.data = ' + stringify({
addressFormats: r('address-formats.json')
}) + ';');
-fs.writeFileSync('dist/presets.js', 'iD.data.presets = ' + stringify({
+fs.writeFileSync('dist/presets.js', 'iD.data.presets = ' + JSON.stringify({
presets: rp('presets.json'),
defaults: rp('defaults.json'),
categories: rp('categories.json'),
fields: rp('fields.json')
}) + ';');
-fs.writeFileSync('dist/imagery.js', 'iD.data.imagery = ' + stringify(r('imagery.json')) + ';');
+fs.writeFileSync('dist/imagery.js', 'iD.data.imagery = ' + JSON.stringify(r('imagery.json')) + ';');
diff --git a/data/imagery.json b/data/imagery.json
index dc3cf0c06..35b339cc5 100644
--- a/data/imagery.json
+++ b/data/imagery.json
@@ -1 +1,44697 @@
-[{"name":"7th Series (OS7)","type":"tms","template":"http://ooc.openstreetmap.org/os7/{zoom}/{x}/{y}.jpg","polygon":[[[-9,49.8],[-9,61.1],[1.9,61.1],[1.9,49.8],[-9,49.8]]]},{"name":"AGRI black-and-white 2.5m","type":"tms","template":"http://agri.openstreetmap.org/{zoom}/{x}/{y}.png","polygon":[[[112.28778,-28.784589],[112.71488,-31.13894],[114.11263,-34.178287],[113.60788,-37.39012],[117.17992,-37.451794],[119.31538,-37.42096],[121.72262,-36.708394],[123.81925,-35.76893],[125.9547,-34.3066],[127.97368,-33.727398],[130.07031,-33.24166],[130.10913,-33.888704],[131.00214,-34.049705],[131.0798,-34.72257],[132.28342,-35.39],[134.18591,-35.61126],[133.8753,-37.1119],[134.8459,-37.6365],[139.7769,-37.82075],[139.93223,-39.4283],[141.6017,-39.8767],[142.3783,-39.368294],[142.3783,-40.64702],[142.49478,-42.074874],[144.009,-44.060127],[147.23161,-44.03222],[149.05645,-42.534313],[149.52237,-40.99959],[149.9494,-40.852921],[150.8036,-38.09627],[151.81313,-38.12682],[156.20052,-22.667706],[156.20052,-20.10109],[156.62761,-17.417627],[155.26869,-17.19521],[154.14272,-19.51662],[153.5215,-18.34139],[153.05558,-16.5636],[152.78379,-15.256768],[152.27905,-13.4135],[151.3472,-12.391767],[149.48354,-12.05024],[146.9598,-9.992408],[135.9719,-9.992408],[130.3032,-10.33636],[128.09016,-12.164136],[125.91588,-12.315912],[124.3239,-11.860326],[122.03323,-11.974295],[118.26706,-16.9353],[115.93747,-19.11357],[114.0738,-21.11863],[113.49141,-22.596033],[112.28778,-28.784589]]],"terms_text":"AGRI"},{"name":"basemap.at","type":"tms","description":"Basemap of Austria, based on goverment data.","template":"http://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png","polygon":[[[16.5073284,46.9929304],[16.283417,46.9929304],[16.135839,46.8713046],[15.9831722,46.8190947],[16.0493278,46.655175],[15.8610387,46.7180116],[15.7592608,46.6900933],[15.5607938,46.6796202],[15.5760605,46.6342132],[15.4793715,46.6027553],[15.4335715,46.6516819],[15.2249267,46.6342132],[15.0468154,46.6481886],[14.9908376,46.5887681],[14.9603042,46.6237293],[14.8534374,46.6027553],[14.8330818,46.5012666],[14.7516595,46.4977636],[14.6804149,46.4381781],[14.6142593,46.4381781],[14.578637,46.3785275],[14.4412369,46.4311638],[14.1613476,46.4276563],[14.1257253,46.4767409],[14.0188585,46.4767409],[13.9119917,46.5257813],[13.8254805,46.5047694],[13.4438134,46.560783],[13.3064132,46.5502848],[13.1283019,46.5887681],[12.8433237,46.6132433],[12.7262791,46.6412014],[12.5125455,46.6656529],[12.3598787,46.7040543],[12.3649676,46.7703197],[12.2886341,46.7772902],[12.2733674,46.8852187],[12.2072118,46.8747835],[12.1308784,46.9026062],[12.1156117,46.9998721],[12.2530119,47.0657733],[12.2123007,47.0934969],[11.9833004,47.0449712],[11.7339445,46.9616816],[11.6321666,47.010283],[11.5405665,46.9755722],[11.4998553,47.0068129],[11.418433,46.9651546],[11.2555884,46.9755722],[11.1130993,46.913036],[11.0418548,46.7633482],[10.8891879,46.7598621],[10.7416099,46.7842599],[10.7059877,46.8643462],[10.5787653,46.8399847],[10.4566318,46.8504267],[10.4769874,46.9269392],[10.3853873,46.9894592],[10.2327204,46.8643462],[10.1207647,46.8330223],[9.8663199,46.9408389],[9.9019422,47.0033426],[9.6831197,47.0588402],[9.6118752,47.0380354],[9.6322307,47.128131],[9.5813418,47.1662025],[9.5406306,47.2664422],[9.6067863,47.3492559],[9.6729419,47.369939],[9.6424085,47.4457079],[9.5660751,47.4801122],[9.7136531,47.5282405],[9.7848976,47.5969187],[9.8357866,47.5454185],[9.9477423,47.538548],[10.0902313,47.4491493],[10.1105869,47.3664924],[10.2428982,47.3871688],[10.1869203,47.2698953],[10.3243205,47.2975125],[10.4820763,47.4491493],[10.4311873,47.4869904],[10.4413651,47.5900549],[10.4871652,47.5522881],[10.5482319,47.5351124],[10.5991209,47.5660246],[10.7568766,47.5316766],[10.8891879,47.5454185],[10.9400769,47.4869904],[10.9960547,47.3906141],[11.2352328,47.4422662],[11.2810328,47.3975039],[11.4235219,47.5144941],[11.5761888,47.5076195],[11.6067221,47.5900549],[11.8357224,47.5866227],[12.003656,47.6243647],[12.2072118,47.6037815],[12.1614117,47.6963421],[12.2581008,47.7442718],[12.2530119,47.6792136],[12.4311232,47.7100408],[12.4921899,47.631224],[12.5685234,47.6277944],[12.6295901,47.6894913],[12.7720792,47.6689338],[12.8331459,47.5419833],[12.975635,47.4732332],[13.0417906,47.4938677],[13.0367017,47.5557226],[13.0977685,47.6415112],[13.0316128,47.7100408],[12.9043905,47.7203125],[13.0061684,47.84683],[12.9451016,47.9355501],[12.8636793,47.9594103],[12.8636793,48.0036929],[12.7517236,48.0989418],[12.8738571,48.2109733],[12.9603683,48.2109733],[13.0417906,48.2652035],[13.1842797,48.2990682],[13.2606131,48.2922971],[13.3980133,48.3565867],[13.4438134,48.417418],[13.4387245,48.5523383],[13.509969,48.5860123],[13.6117469,48.5725454],[13.7287915,48.5118999],[13.7847694,48.5725454],[13.8203916,48.6263915],[13.7949471,48.7171267],[13.850925,48.7741724],[14.0595697,48.6633774],[14.0137696,48.6331182],[14.0748364,48.5927444],[14.2173255,48.5961101],[14.3649034,48.5489696],[14.4666813,48.6499311],[14.5582815,48.5961101],[14.5989926,48.6263915],[14.7211261,48.5759124],[14.7211261,48.6868997],[14.822904,48.7271983],[14.8178151,48.777526],[14.9647227,48.7851754],[14.9893637,49.0126611],[15.1485933,48.9950306],[15.1943934,48.9315502],[15.3063491,48.9850128],[15.3928603,48.9850128],[15.4844604,48.9282069],[15.749083,48.8545973],[15.8406831,48.8880697],[16.0086166,48.7808794],[16.2070835,48.7339115],[16.3953727,48.7372678],[16.4920617,48.8110498],[16.6905286,48.7741724],[16.7057953,48.7339115],[16.8991733,48.713769],[16.9755067,48.515271],[16.8482844,48.4511817],[16.8533733,48.3464411],[16.9551512,48.2516513],[16.9907734,48.1498955],[17.0925513,48.1397088],[17.0823736,48.0241182],[17.1739737,48.0207146],[17.0823736,47.8741447],[16.9856845,47.8673174],[17.0823736,47.8092489],[17.0925513,47.7031919],[16.7414176,47.6792136],[16.7057953,47.7511153],[16.5378617,47.7545368],[16.5480395,47.7066164],[16.4208172,47.6689338],[16.573484,47.6175045],[16.670173,47.631224],[16.7108842,47.538548],[16.6599952,47.4491493],[16.5429506,47.3940591],[16.4615283,47.3940591],[16.4920617,47.276801],[16.425906,47.1973317],[16.4717061,47.1489007],[16.5480395,47.1489007],[16.476795,47.0796369],[16.527684,47.0588402]]],"terms_text":"basemap.at","id":"basemap.at"},{"name":"basemap.at Orthofoto","type":"tms","description":"Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.","template":"http://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg","polygon":[[[16.5073284,46.9929304],[16.283417,46.9929304],[16.135839,46.8713046],[15.9831722,46.8190947],[16.0493278,46.655175],[15.8610387,46.7180116],[15.7592608,46.6900933],[15.5607938,46.6796202],[15.5760605,46.6342132],[15.4793715,46.6027553],[15.4335715,46.6516819],[15.2249267,46.6342132],[15.0468154,46.6481886],[14.9908376,46.5887681],[14.9603042,46.6237293],[14.8534374,46.6027553],[14.8330818,46.5012666],[14.7516595,46.4977636],[14.6804149,46.4381781],[14.6142593,46.4381781],[14.578637,46.3785275],[14.4412369,46.4311638],[14.1613476,46.4276563],[14.1257253,46.4767409],[14.0188585,46.4767409],[13.9119917,46.5257813],[13.8254805,46.5047694],[13.4438134,46.560783],[13.3064132,46.5502848],[13.1283019,46.5887681],[12.8433237,46.6132433],[12.7262791,46.6412014],[12.5125455,46.6656529],[12.3598787,46.7040543],[12.3649676,46.7703197],[12.2886341,46.7772902],[12.2733674,46.8852187],[12.2072118,46.8747835],[12.1308784,46.9026062],[12.1156117,46.9998721],[12.2530119,47.0657733],[12.2123007,47.0934969],[11.9833004,47.0449712],[11.7339445,46.9616816],[11.6321666,47.010283],[11.5405665,46.9755722],[11.4998553,47.0068129],[11.418433,46.9651546],[11.2555884,46.9755722],[11.1130993,46.913036],[11.0418548,46.7633482],[10.8891879,46.7598621],[10.7416099,46.7842599],[10.7059877,46.8643462],[10.5787653,46.8399847],[10.4566318,46.8504267],[10.4769874,46.9269392],[10.3853873,46.9894592],[10.2327204,46.8643462],[10.1207647,46.8330223],[9.8663199,46.9408389],[9.9019422,47.0033426],[9.6831197,47.0588402],[9.6118752,47.0380354],[9.6322307,47.128131],[9.5813418,47.1662025],[9.5406306,47.2664422],[9.6067863,47.3492559],[9.6729419,47.369939],[9.6424085,47.4457079],[9.5660751,47.4801122],[9.7136531,47.5282405],[9.7848976,47.5969187],[9.8357866,47.5454185],[9.9477423,47.538548],[10.0902313,47.4491493],[10.1105869,47.3664924],[10.2428982,47.3871688],[10.1869203,47.2698953],[10.3243205,47.2975125],[10.4820763,47.4491493],[10.4311873,47.4869904],[10.4413651,47.5900549],[10.4871652,47.5522881],[10.5482319,47.5351124],[10.5991209,47.5660246],[10.7568766,47.5316766],[10.8891879,47.5454185],[10.9400769,47.4869904],[10.9960547,47.3906141],[11.2352328,47.4422662],[11.2810328,47.3975039],[11.4235219,47.5144941],[11.5761888,47.5076195],[11.6067221,47.5900549],[11.8357224,47.5866227],[12.003656,47.6243647],[12.2072118,47.6037815],[12.1614117,47.6963421],[12.2581008,47.7442718],[12.2530119,47.6792136],[12.4311232,47.7100408],[12.4921899,47.631224],[12.5685234,47.6277944],[12.6295901,47.6894913],[12.7720792,47.6689338],[12.8331459,47.5419833],[12.975635,47.4732332],[13.0417906,47.4938677],[13.0367017,47.5557226],[13.0977685,47.6415112],[13.0316128,47.7100408],[12.9043905,47.7203125],[13.0061684,47.84683],[12.9451016,47.9355501],[12.8636793,47.9594103],[12.8636793,48.0036929],[12.7517236,48.0989418],[12.8738571,48.2109733],[12.9603683,48.2109733],[13.0417906,48.2652035],[13.1842797,48.2990682],[13.2606131,48.2922971],[13.3980133,48.3565867],[13.4438134,48.417418],[13.4387245,48.5523383],[13.509969,48.5860123],[13.6117469,48.5725454],[13.7287915,48.5118999],[13.7847694,48.5725454],[13.8203916,48.6263915],[13.7949471,48.7171267],[13.850925,48.7741724],[14.0595697,48.6633774],[14.0137696,48.6331182],[14.0748364,48.5927444],[14.2173255,48.5961101],[14.3649034,48.5489696],[14.4666813,48.6499311],[14.5582815,48.5961101],[14.5989926,48.6263915],[14.7211261,48.5759124],[14.7211261,48.6868997],[14.822904,48.7271983],[14.8178151,48.777526],[14.9647227,48.7851754],[14.9893637,49.0126611],[15.1485933,48.9950306],[15.1943934,48.9315502],[15.3063491,48.9850128],[15.3928603,48.9850128],[15.4844604,48.9282069],[15.749083,48.8545973],[15.8406831,48.8880697],[16.0086166,48.7808794],[16.2070835,48.7339115],[16.3953727,48.7372678],[16.4920617,48.8110498],[16.6905286,48.7741724],[16.7057953,48.7339115],[16.8991733,48.713769],[16.9755067,48.515271],[16.8482844,48.4511817],[16.8533733,48.3464411],[16.9551512,48.2516513],[16.9907734,48.1498955],[17.0925513,48.1397088],[17.0823736,48.0241182],[17.1739737,48.0207146],[17.0823736,47.8741447],[16.9856845,47.8673174],[17.0823736,47.8092489],[17.0925513,47.7031919],[16.7414176,47.6792136],[16.7057953,47.7511153],[16.5378617,47.7545368],[16.5480395,47.7066164],[16.4208172,47.6689338],[16.573484,47.6175045],[16.670173,47.631224],[16.7108842,47.538548],[16.6599952,47.4491493],[16.5429506,47.3940591],[16.4615283,47.3940591],[16.4920617,47.276801],[16.425906,47.1973317],[16.4717061,47.1489007],[16.5480395,47.1489007],[16.476795,47.0796369],[16.527684,47.0588402]]],"terms_text":"basemap.at","id":"basemap.at orthofoto","best":true},{"name":"Belgium AGIV Orthophoto Flanders","type":"tms","template":"http://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","scaleExtent":[0,21],"polygon":[[[2.522393220658428,51.101723961331],[3.1260610915867457,51.34117672029327],[3.174929443042849,51.382459567439525],[3.3761520666856217,51.38784154353026],[3.410647373595811,51.33040116175589],[3.4020235468682634,51.28547573497245],[3.4911364230529203,51.256700377228974],[3.4825125963253734,51.30345118353617],[3.5773746903283947,51.323216048914524],[3.813092620881357,51.27288873325703],[3.8217164476089045,51.236906864834886],[3.9309515861578386,51.236906864834886],[4.054559769252684,51.27468708752057],[4.20116482362099,51.35194974615148],[4.169544125619984,51.38066543475199],[4.342020660170932,51.395016527087456],[4.3650175314443915,51.46491366130351],[4.5374940659953396,51.50071687469512],[4.571989372905529,51.479238319799464],[4.560490937268798,51.44879304380801],[4.638105377816725,51.45058450468522],[4.750215125274841,51.5239738914927],[4.8364533925503155,51.507874144493115],[5.080795149830825,51.49892738159079],[5.135412719105292,51.447001512638565],[5.106666630013469,51.391429175957505],[5.264770120018504,51.31782647548482],[5.264770120018504,51.28727359653538],[5.4085005654776275,51.292666758936925],[5.486115006025553,51.325012432665545],[5.5809771000285755,51.28367780302667],[5.583851708937758,51.23510703218069],[5.767826679125435,51.20449910348059],[5.8770618176743685,51.161253258857485],[5.704585283123422,50.80292546633848],[5.905807906766195,50.7865720955422],[5.9374286047672005,50.732019528192964],[5.902933297857012,50.70107817444857],[5.8138204216723555,50.69379488717487],[5.615472406938765,50.761122144578216],[5.500488050571466,50.71200098472672],[5.204403332925673,50.70289881954383],[5.164158808197117,50.67558172042608],[5.037676016193088,50.70107817444857],[4.988807664736986,50.750210783384084],[4.916942442007425,50.72656077355532],[4.790459650003396,50.766576871275696],[4.681224511454462,50.77021300246129],[4.6697260758177315,50.73565834458533],[4.287403090896464,50.67922491935501],[3.91082932379356,50.677403355240585],[3.718230526878334,50.752029520237265],[3.6549891308763196,50.71200098472672],[3.5342555566906557,50.710180693059606],[3.514133294326379,50.741116039142966],[3.45664111614273,50.74384464791457],[3.373277457776438,50.69561581502901],[3.310036061774423,50.70745012302645],[3.2899137994101473,50.7365680045137],[3.1648683118607086,50.742935129324266],[3.1318103094051106,50.77203096207303],[3.080067349039826,50.76021296163662],[2.8745328120332805,50.73929687829333],[2.8960923788521487,50.71109084772858],[2.8745328120332805,50.69561581502901],[2.796918371485353,50.70289881954383],[2.699181668573149,50.80020030189157],[2.6201299235706315,50.79747497850781],[2.5698242676599374,50.85830267681076],[2.5669496587507554,50.923581424665855],[2.6028822701155367,50.94984841176044],[2.549702005295661,50.996006093918574],[2.522393220658428,51.101723961331]]],"terms_text":"Orthophoto Flanders most recent (c) AGIV","overlay":true,"best":true},{"name":"Bing aerial imagery","type":"bing","description":"Satellite and aerial imagery.","template":"http://www.bing.com/maps/","scaleExtent":[0,22],"id":"Bing","default":true},{"name":"British Columbia Mosaic","type":"tms","template":"http://{switch:a,b,c,d}.imagery.paulnorman.ca/tiles/bc_mosaic/{zoom}/{x}/{y}.png","scaleExtent":[9,20],"polygon":[[[-123.3176032,49.3272567],[-123.4405258,49.3268222],[-123.440717,49.3384429],[-123.4398375,49.3430357],[-123.4401258,49.3435398],[-123.4401106,49.3439946],[-123.4406265,49.3444493],[-123.4404747,49.3455762],[-123.4397768,49.3460606],[-123.4389726,49.3461298],[-123.4372904,49.3567236],[-123.4374774,49.3710843],[-123.4335292,49.3709446],[-123.4330357,49.373725],[-123.4332717,49.3751221],[-123.4322847,49.3761001],[-123.4317482,49.3791736],[-123.4314264,49.3795927],[-123.4307826,49.3823866],[-123.4313405,49.3827358],[-123.4312118,49.3838533],[-123.4300415,49.3845883],[-123.4189858,49.3847087],[-123.4192235,49.4135198],[-123.3972532,49.4135691],[-123.3972758,49.4243473],[-123.4006929,49.4243314],[-123.4007741,49.5703491],[-123.4000812,49.570345],[-123.4010761,49.5933838],[-123.3760399,49.5932848],[-123.3769811,49.6756063],[-123.3507288,49.6756396],[-123.3507969,49.7086751],[-123.332887,49.708722],[-123.3327888,49.7256288],[-123.3007111,49.7255625],[-123.3009164,49.7375384],[-123.2885986,49.737638],[-123.2887823,49.8249207],[-123.2997955,49.8249207],[-123.3011721,49.8497814],[-123.3218218,49.850669],[-123.3273284,49.8577696],[-123.3276726,49.9758852],[-123.3008279,49.9752212],[-123.3007204,50.0997002],[-123.2501716,50.100735],[-123.25091,50.2754901],[-123.0224338,50.2755598],[-123.0224879,50.3254853],[-123.0009318,50.3254689],[-123.0007778,50.3423899],[-122.9775023,50.3423408],[-122.9774766,50.3504306],[-122.9508137,50.3504961],[-122.950795,50.3711984],[-122.9325221,50.3711521],[-122.9321048,50.399793],[-122.8874234,50.3999748],[-122.8873385,50.4256108],[-122.6620152,50.4256959],[-122.6623083,50.3994506],[-122.5990316,50.3992413],[-122.5988274,50.3755206],[-122.5724832,50.3753706],[-122.5735621,50.2493891],[-122.5990415,50.2494643],[-122.5991504,50.2265663],[-122.6185016,50.2266359],[-122.6185741,50.2244081],[-122.6490609,50.2245126],[-122.6492181,50.1993528],[-122.7308575,50.1993758],[-122.7311583,50.1244287],[-122.7490352,50.1245109],[-122.7490541,50.0903032],[-122.7687806,50.0903435],[-122.7689801,49.9494546],[-122.999047,49.9494706],[-122.9991199,49.8754553],[-122.9775894,49.8754553],[-122.9778145,49.6995098],[-122.9992362,49.6994781],[-122.9992524,49.6516526],[-123.0221525,49.6516526],[-123.0221162,49.5995096],[-123.0491898,49.5994625],[-123.0491898,49.5940523],[-123.0664647,49.5940405],[-123.0663594,49.5451868],[-123.0699906,49.5451202],[-123.0699008,49.5413153],[-123.0706835,49.5392837],[-123.0708888,49.5379931],[-123.0711454,49.5368773],[-123.0711069,49.5358115],[-123.0713764,49.532822],[-123.0716458,49.5321141],[-123.07171,49.5313896],[-123.0720308,49.5304153],[-123.0739554,49.5303486],[-123.0748023,49.5294992],[-123.0748151,49.5288079],[-123.0743403,49.5280584],[-123.073532,49.5274588],[-123.0733652,49.5270423],[-123.0732882,49.5255932],[-123.0737116,49.5249602],[-123.0736218,49.5244938],[-123.0992583,49.5244854],[-123.0991649,49.4754502],[-123.071052,49.4755252],[-123.071088,49.4663034],[-123.0739204,49.4663054],[-123.07422,49.4505028],[-123.0746319,49.4500858],[-123.074651,49.449329],[-123.0745999,49.449018],[-123.0744619,49.4486927],[-123.0743336,49.4479899],[-123.0742427,49.4477688],[-123.0743061,49.4447473],[-123.0747103,49.4447556],[-123.0746384,49.4377306],[-122.9996506,49.4377363],[-122.9996506,49.4369214],[-122.8606163,49.4415314],[-122.8102616,49.4423972],[-122.8098984,49.3766739],[-122.4036093,49.3766617],[-122.4036341,49.3771944],[-122.264739,49.3773028],[-122.263542,49.2360088],[-122.2155742,49.236139],[-122.0580956,49.235878],[-121.9538274,49.2966525],[-121.9400911,49.3045389],[-121.9235761,49.3142257],[-121.8990871,49.3225436],[-121.8883447,49.3259752],[-121.8552982,49.3363575],[-121.832697,49.3441519],[-121.7671336,49.3654361],[-121.6736683,49.3654589],[-121.6404153,49.3743775],[-121.5961976,49.3860493],[-121.5861178,49.3879193],[-121.5213684,49.3994649],[-121.5117375,49.4038378],[-121.4679302,49.4229024],[-121.4416803,49.4345607],[-121.422429,49.4345788],[-121.3462885,49.3932312],[-121.3480144,49.3412388],[-121.5135035,49.320577],[-121.6031683,49.2771727],[-121.6584065,49.1856125],[-121.679953,49.1654109],[-121.7815793,49.0702559],[-121.8076228,49.0622471],[-121.9393997,49.0636219],[-121.9725524,49.0424179],[-121.9921394,49.0332869],[-122.0035289,49.0273413],[-122.0178564,49.0241067],[-122.1108634,48.9992786],[-122.1493067,48.9995305],[-122.1492705,48.9991498],[-122.1991447,48.9996019],[-122.199181,48.9991974],[-122.234365,48.9994829],[-122.234365,49.000173],[-122.3994722,49.0012385],[-122.4521338,49.0016326],[-122.4521338,49.000883],[-122.4584089,49.0009306],[-122.4584814,48.9993124],[-122.4992458,48.9995022],[-122.4992458,48.9992906],[-122.5492618,48.9995107],[-122.5492564,48.9993206],[-122.6580785,48.9994212],[-122.6581061,48.9954007],[-122.7067604,48.9955344],[-122.7519761,48.9956392],[-122.7922063,48.9957204],[-122.7921907,48.9994331],[-123.0350417,48.9995724],[-123.0350437,49.0000958],[-123.0397091,49.0000536],[-123.0397444,49.0001812],[-123.0485506,49.0001348],[-123.0485329,49.0004712],[-123.0557122,49.000448],[-123.0556324,49.0002284],[-123.0641365,49.0001293],[-123.064158,48.9999421],[-123.074899,48.9996928],[-123.0750717,49.0006218],[-123.0899573,49.0003726],[-123.109229,48.9999421],[-123.1271193,49.0003046],[-123.1359953,48.9998741],[-123.1362716,49.0005765],[-123.153851,48.9998061],[-123.1540533,49.0006806],[-123.1710015,49.0001274],[-123.2000916,48.9996849],[-123.2003446,49.0497785],[-123.2108845,49.0497232],[-123.2112218,49.051989],[-123.2070479,49.0520857],[-123.2078911,49.0607884],[-123.2191688,49.0600978],[-123.218958,49.0612719],[-123.2251766,49.0612719],[-123.2253874,49.0622388],[-123.2297088,49.0620316],[-123.2298142,49.068592],[-123.2331869,49.0687301],[-123.2335031,49.0705945],[-123.249313,49.0702493],[-123.2497346,49.0802606],[-123.2751358,49.0803986],[-123.2751358,49.0870947],[-123.299483,49.0873018],[-123.29944,49.080253],[-123.3254508,49.0803944],[-123.3254353,49.1154662],[-123.2750966,49.1503341],[-123.275181,49.1873267],[-123.2788067,49.1871063],[-123.278891,49.1910741],[-123.3004767,49.1910741],[-123.3004186,49.2622933],[-123.3126185,49.2622416],[-123.3125958,49.2714948],[-123.3154251,49.2714727],[-123.3156628,49.2818906],[-123.3174735,49.2818832],[-123.3174961,49.2918488],[-123.3190353,49.2918488],[-123.3190692,49.298602],[-123.3202349,49.2985651],[-123.3202786,49.3019749],[-123.3222679,49.3019605],[-123.3223943,49.3118263],[-123.3254002,49.3118086],[-123.3253898,49.3201721],[-123.3192695,49.3201957],[-123.3192242,49.3246748],[-123.3179437,49.3246596],[-123.3179861,49.3254065]]],"terms_url":"http://imagery.paulnorman.ca/tiles/about.html","terms_text":"Copyright Province of British Columbia, City of Surrey"},{"name":"Czech CUZK:KM tiles proxy","type":"tms","template":"http://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png","scaleExtent":[13,18],"polygon":[[[15.0063684,49.0177392],[15.1559854,49.0013828],[15.190896,48.9424551],[15.3105895,48.9882938],[15.4053469,48.9752013],[15.5400022,48.9162426],[15.7145553,48.8670572],[15.8342488,48.880178],[15.968904,48.8178233],[16.0885976,48.7455261],[16.3978059,48.7455261],[16.4875761,48.8145394],[16.6721036,48.7784014],[16.6820781,48.7356594],[16.9015163,48.7126294],[16.9464014,48.6237005],[17.1159672,48.8375227],[17.2107246,48.880178],[17.4052266,48.8178233],[17.4800351,48.8539329],[17.5299074,48.8178233],[17.7044605,48.8670572],[17.8141796,48.9359033],[17.8840008,48.9359033],[17.9438476,49.0210099],[18.0635412,49.0340903],[18.1184007,49.0994409],[18.1981964,49.3047337],[18.3877112,49.3339917],[18.577226,49.5091747],[18.7567663,49.4994587],[18.8465365,49.5253637],[18.8764598,49.5706645],[18.7966641,49.693412],[18.64206,49.7095399],[18.5872004,49.8351543],[18.6121366,49.8833809],[18.5622643,49.9347695],[18.512392,49.9058702],[18.362775,49.9540261],[18.3278644,49.9219275],[18.2630304,49.9732751],[18.1184007,50.0053395],[18.0635412,50.075806],[17.9139242,49.9796897],[17.779269,50.0309757],[17.714435,50.1237921],[17.6047159,50.1653411],[17.7593201,50.21962],[17.7343839,50.3439092],[17.6396265,50.2802117],[17.3802905,50.2802117],[17.3503671,50.3439092],[17.2805459,50.3375433],[17.1857885,50.4075214],[16.9015163,50.4615247],[16.8666057,50.4138779],[16.9663503,50.3184404],[17.0361715,50.2323826],[16.8366823,50.21962],[16.7120015,50.1046034],[16.5823335,50.1589513],[16.5623846,50.2387626],[16.4327166,50.3375433],[16.3529209,50.3916263],[16.2781124,50.3916263],[16.2082911,50.4456477],[16.3978059,50.5344899],[16.4476782,50.5978464],[16.3529209,50.670601],[16.2382145,50.6769221],[16.2182656,50.6326561],[16.1284954,50.6832425],[16.0486997,50.6073425],[15.988853,50.7021983],[15.8741467,50.6832425],[15.8292616,50.7653291],[15.729517,50.743243],[15.450232,50.8157725],[15.3903852,50.7747914],[15.3804108,50.8598659],[15.2956278,50.8850434],[15.2956278,50.9887568],[15.1709471,51.0201394],[14.9914067,51.0013124],[15.0063684,50.8881896],[14.8417898,50.8756034],[14.7969047,50.8252246],[14.6323261,50.8567177],[14.6622495,50.9353576],[14.5724793,50.9227841],[14.6123772,50.9856174],[14.4976708,51.0483657],[14.4178751,51.0232765],[14.3081561,51.0671736],[14.2532965,51.0044508],[14.4029134,50.9322145],[14.3729901,50.897627],[14.2433221,50.9070625],[14.2084114,50.844123],[14.0338583,50.8126214],[13.9789988,50.8252246],[13.9041903,50.7968626],[13.8742669,50.740087],[13.5351352,50.7243038],[13.530148,50.6579561],[13.4703012,50.6136722],[13.3905055,50.664279],[13.3256715,50.5883483],[13.250863,50.6105074],[13.1960035,50.5059517],[13.0513738,50.5218084],[12.9665909,50.4106997],[12.8269484,50.4710483],[12.7022676,50.4138779],[12.5077656,50.401164],[12.343187,50.2547088],[12.323238,50.1845054],[12.2484296,50.2738373],[12.1736211,50.3311765],[12.0988126,50.33436],[12.1187616,50.25152],[12.2234934,50.1653411],[12.2035445,50.1237921],[12.5027784,49.9732751],[12.4778422,49.9379795],[12.5476634,49.9155052],[12.4678677,49.8029766],[12.408021,49.7611134],[12.4828294,49.6869593],[12.5327017,49.6869593],[12.5177401,49.6288466],[12.6075102,49.5415474],[12.6723442,49.4378793],[12.8119867,49.3469896],[12.9466419,49.3437405],[13.2309141,49.1288206],[13.3256715,49.1059712],[13.4353906,49.0438984],[13.4154417,48.9948387],[13.5002246,48.949006],[13.5650586,48.9882938],[13.6847522,48.8834577],[13.7445989,48.9031312],[13.8243946,48.7751149],[13.8992031,48.7751149],[14.0587945,48.676418],[14.0438328,48.6302932],[14.1435774,48.5907241],[14.3729901,48.5610269],[14.4827091,48.6500662],[14.5774665,48.607215],[14.6273389,48.6335892],[14.7071346,48.5808269],[14.7470324,48.7027561],[14.8118664,48.7389485],[14.8168536,48.794831],[14.9864195,48.7652539]]],"overlay":true},{"name":"Czech ÚHUL:ORTOFOTO tiles proxy","type":"tms","template":"http://osm-{switch:a,b,c}.zby.cz/tiles_uhul.php/{zoom}/{x}/{y}.jpg","scaleExtent":[13,18],"polygon":[[[15.0063684,49.0177392],[15.1559854,49.0013828],[15.190896,48.9424551],[15.3105895,48.9882938],[15.4053469,48.9752013],[15.5400022,48.9162426],[15.7145553,48.8670572],[15.8342488,48.880178],[15.968904,48.8178233],[16.0885976,48.7455261],[16.3978059,48.7455261],[16.4875761,48.8145394],[16.6721036,48.7784014],[16.6820781,48.7356594],[16.9015163,48.7126294],[16.9464014,48.6237005],[17.1159672,48.8375227],[17.2107246,48.880178],[17.4052266,48.8178233],[17.4800351,48.8539329],[17.5299074,48.8178233],[17.7044605,48.8670572],[17.8141796,48.9359033],[17.8840008,48.9359033],[17.9438476,49.0210099],[18.0635412,49.0340903],[18.1184007,49.0994409],[18.1981964,49.3047337],[18.3877112,49.3339917],[18.577226,49.5091747],[18.7567663,49.4994587],[18.8465365,49.5253637],[18.8764598,49.5706645],[18.7966641,49.693412],[18.64206,49.7095399],[18.5872004,49.8351543],[18.6121366,49.8833809],[18.5622643,49.9347695],[18.512392,49.9058702],[18.362775,49.9540261],[18.3278644,49.9219275],[18.2630304,49.9732751],[18.1184007,50.0053395],[18.0635412,50.075806],[17.9139242,49.9796897],[17.779269,50.0309757],[17.714435,50.1237921],[17.6047159,50.1653411],[17.7593201,50.21962],[17.7343839,50.3439092],[17.6396265,50.2802117],[17.3802905,50.2802117],[17.3503671,50.3439092],[17.2805459,50.3375433],[17.1857885,50.4075214],[16.9015163,50.4615247],[16.8666057,50.4138779],[16.9663503,50.3184404],[17.0361715,50.2323826],[16.8366823,50.21962],[16.7120015,50.1046034],[16.5823335,50.1589513],[16.5623846,50.2387626],[16.4327166,50.3375433],[16.3529209,50.3916263],[16.2781124,50.3916263],[16.2082911,50.4456477],[16.3978059,50.5344899],[16.4476782,50.5978464],[16.3529209,50.670601],[16.2382145,50.6769221],[16.2182656,50.6326561],[16.1284954,50.6832425],[16.0486997,50.6073425],[15.988853,50.7021983],[15.8741467,50.6832425],[15.8292616,50.7653291],[15.729517,50.743243],[15.450232,50.8157725],[15.3903852,50.7747914],[15.3804108,50.8598659],[15.2956278,50.8850434],[15.2956278,50.9887568],[15.1709471,51.0201394],[14.9914067,51.0013124],[15.0063684,50.8881896],[14.8417898,50.8756034],[14.7969047,50.8252246],[14.6323261,50.8567177],[14.6622495,50.9353576],[14.5724793,50.9227841],[14.6123772,50.9856174],[14.4976708,51.0483657],[14.4178751,51.0232765],[14.3081561,51.0671736],[14.2532965,51.0044508],[14.4029134,50.9322145],[14.3729901,50.897627],[14.2433221,50.9070625],[14.2084114,50.844123],[14.0338583,50.8126214],[13.9789988,50.8252246],[13.9041903,50.7968626],[13.8742669,50.740087],[13.5351352,50.7243038],[13.530148,50.6579561],[13.4703012,50.6136722],[13.3905055,50.664279],[13.3256715,50.5883483],[13.250863,50.6105074],[13.1960035,50.5059517],[13.0513738,50.5218084],[12.9665909,50.4106997],[12.8269484,50.4710483],[12.7022676,50.4138779],[12.5077656,50.401164],[12.343187,50.2547088],[12.323238,50.1845054],[12.2484296,50.2738373],[12.1736211,50.3311765],[12.0988126,50.33436],[12.1187616,50.25152],[12.2234934,50.1653411],[12.2035445,50.1237921],[12.5027784,49.9732751],[12.4778422,49.9379795],[12.5476634,49.9155052],[12.4678677,49.8029766],[12.408021,49.7611134],[12.4828294,49.6869593],[12.5327017,49.6869593],[12.5177401,49.6288466],[12.6075102,49.5415474],[12.6723442,49.4378793],[12.8119867,49.3469896],[12.9466419,49.3437405],[13.2309141,49.1288206],[13.3256715,49.1059712],[13.4353906,49.0438984],[13.4154417,48.9948387],[13.5002246,48.949006],[13.5650586,48.9882938],[13.6847522,48.8834577],[13.7445989,48.9031312],[13.8243946,48.7751149],[13.8992031,48.7751149],[14.0587945,48.676418],[14.0438328,48.6302932],[14.1435774,48.5907241],[14.3729901,48.5610269],[14.4827091,48.6500662],[14.5774665,48.607215],[14.6273389,48.6335892],[14.7071346,48.5808269],[14.7470324,48.7027561],[14.8118664,48.7389485],[14.8168536,48.794831],[14.9864195,48.7652539]]],"terms_text":"Ortofoto public domain ÚHUL, year 2000"},{"name":"FÖMI ortofotó 2000","type":"tms","description":"Hungary","template":"http://e.tile.openstreetmap.hu/ortofoto2000/{zoom}/{x}/{y}.jpg","scaleExtent":[0,17],"polygon":[[[16.1139147,46.8691038],[16.1789749,46.90662],[16.2000429,46.9415079],[16.2217547,46.9355441],[16.2462784,46.9463851],[16.2553226,46.9642125],[16.2764694,46.9626082],[16.290583,47.0139849],[16.3016199,46.9992329],[16.3414618,46.9965225],[16.3505162,47.0106313],[16.3734016,46.9985929],[16.412765,47.00475],[16.4332705,46.9927417],[16.4478119,47.003893],[16.479997,46.9941169],[16.5121988,47.0011695],[16.4635584,47.0322699],[16.4478586,47.0227481],[16.439123,47.029663],[16.445673,47.038872],[16.520323,47.056103],[16.473213,47.0736169],[16.4637199,47.09392],[16.500798,47.110058],[16.500035,47.123295],[16.5295349,47.1287419],[16.5171609,47.1496938],[16.454951,47.1425878],[16.4648728,47.1683349],[16.4555643,47.1875584],[16.4305559,47.1847022],[16.4195013,47.1949147],[16.4189215,47.2107114],[16.4371293,47.2097043],[16.4426335,47.2337117],[16.4313127,47.2527554],[16.4671512,47.2531652],[16.4892319,47.2798885],[16.4646338,47.3338455],[16.4337002,47.3528101],[16.458513,47.3670496],[16.4454619,47.4070195],[16.4831657,47.4093628],[16.4963821,47.3892659],[16.5170941,47.4100218],[16.5749054,47.4054243],[16.5807291,47.4191699],[16.661847,47.455595],[16.6706419,47.47422],[16.6523395,47.500342],[16.6895619,47.510161],[16.7147797,47.540199],[16.663545,47.567733],[16.673199,47.6049544],[16.6595343,47.6061018],[16.652758,47.622852],[16.6314207,47.6283176],[16.5739108,47.619667],[16.5147382,47.6461964],[16.4967504,47.6393149],[16.425464,47.6621679],[16.4437449,47.674205],[16.4480507,47.6964725],[16.4746984,47.6811576],[16.4872245,47.6979767],[16.5521729,47.7225519],[16.5363779,47.736785],[16.5479799,47.751544],[16.6095193,47.7603722],[16.6344148,47.7590843],[16.65729,47.7414879],[16.7209405,47.7353565],[16.7534062,47.6828165],[16.8301587,47.681058],[16.8394284,47.7045139],[16.8668943,47.7211462],[16.876679,47.6876452],[17.0937421,47.7077706],[17.0706562,47.7285366],[17.0516019,47.7938499],[17.0749479,47.8084997],[17.047139,47.8285635],[17.0519452,47.8377691],[17.0105513,47.8581765],[17.0163878,47.8673325],[17.0857537,47.8746239],[17.113171,47.9271605],[17.0917133,47.9342916],[17.1183782,47.9601083],[17.094657,47.9708775],[17.2010289,48.019992],[17.241769,48.0224651],[17.257955,47.998655],[17.334651,47.993125],[17.4029929,47.947849],[17.4539199,47.8852579],[17.5267369,47.865509],[17.5675779,47.8151289],[17.608402,47.8218859],[17.7085789,47.756678],[17.7798739,47.739487],[17.8660959,47.74575],[17.9001292,47.7392633],[17.946867,47.744668],[17.9708709,47.7578392],[18.0044103,47.7463402],[18.0380583,47.7576812],[18.2958774,47.7314616],[18.4540681,47.7651226],[18.4931553,47.7527552],[18.5590761,47.7659963],[18.6460866,47.7590921],[18.7260691,47.7890411],[18.7411784,47.8138245],[18.7920013,47.8230869],[18.8485417,47.8167221],[18.855876,47.826077],[18.828014,47.834291],[18.8135749,47.85555],[18.76353,47.8716049],[18.756858,47.896838],[18.776746,47.955092],[18.7552499,47.9763469],[18.8157429,47.993442],[18.819998,48.039676],[18.833268,48.048239],[18.8749364,48.0470707],[18.886674,48.058682],[18.9089819,48.051139],[18.9439039,48.058865],[18.9816099,48.0536009],[19.0148639,48.078179],[19.0585249,48.0573529],[19.0843619,48.072781],[19.107402,48.065596],[19.1352889,48.074146],[19.2413679,48.0536529],[19.2557819,48.0715559],[19.3031119,48.088711],[19.3865969,48.091914],[19.400018,48.082304],[19.454053,48.101436],[19.467354,48.083933],[19.4944199,48.109906],[19.492377,48.1396639],[19.5128219,48.154663],[19.504518,48.173443],[19.528967,48.190358],[19.526044,48.20313],[19.577502,48.2160149],[19.6308263,48.2500725],[19.6445239,48.2391719],[19.669857,48.239212],[19.691219,48.203894],[19.721125,48.201473],[19.74618,48.2165119],[19.7871629,48.19253],[19.7987329,48.19482],[19.8052829,48.183733],[19.782415,48.165039],[19.794812,48.153529],[19.821331,48.169081],[19.8452819,48.162742],[19.8551729,48.178431],[19.8601309,48.169409],[19.898745,48.1663119],[19.9145359,48.146863],[19.898298,48.1249019],[19.937383,48.131118],[19.9743939,48.1660049],[19.988706,48.1621679],[20.029038,48.1776849],[20.049449,48.1671999],[20.0729859,48.179606],[20.0700369,48.1917019],[20.1340909,48.225182],[20.1331879,48.253982],[20.206162,48.250979],[20.2038299,48.261906],[20.228466,48.262779],[20.2349469,48.279933],[20.286858,48.26164],[20.3257109,48.272794],[20.3374649,48.301667],[20.3656579,48.316606],[20.384077,48.3511809],[20.4098349,48.365857],[20.402532,48.382565],[20.4205349,48.403858],[20.416228,48.418536],[20.507929,48.489363],[20.5065069,48.534415],[20.537471,48.527878],[20.5464939,48.544292],[20.586595,48.535759],[20.6538739,48.561413],[20.836359,48.58284],[20.8378,48.57421],[20.8504359,48.5816329],[20.8453301,48.5665046],[20.8681549,48.551818],[20.922323,48.559453],[20.9346349,48.538341],[20.955882,48.533963],[20.9561979,48.521666],[20.9815849,48.5177669],[21.0151139,48.532313],[21.0663209,48.525894],[21.1174479,48.4910549],[21.1608749,48.521499],[21.179634,48.518232],[21.221061,48.537497],[21.305488,48.5222489],[21.313377,48.550841],[21.326875,48.554129],[21.319384,48.561201],[21.4154499,48.558951],[21.4226649,48.578821],[21.4406099,48.585104],[21.514091,48.551065],[21.5420199,48.508395],[21.6139329,48.509416],[21.6201879,48.469826],[21.663549,48.417961],[21.6645609,48.392164],[21.7017409,48.380695],[21.711871,48.357617],[21.8174139,48.332787],[21.8352029,48.3346409],[21.837213,48.363253],[21.8842979,48.356047],[21.8848429,48.367539],[21.897883,48.36256],[21.8997959,48.3702229],[21.9281859,48.3615969],[21.9268059,48.370899],[21.949198,48.378728],[21.994463,48.377323],[22.0213259,48.392749],[22.0546049,48.377528],[22.0764859,48.387241],[22.086743,48.371564],[22.1359089,48.380519],[22.131056,48.3912329],[22.152768,48.3962409],[22.1561913,48.4093076],[22.2125722,48.4256468],[22.2371405,48.4100396],[22.2654858,48.4098675],[22.2398761,48.3870055],[22.2675722,48.3611612],[22.3178106,48.3545437],[22.3132861,48.3250712],[22.3372944,48.3079113],[22.3384267,48.2792074],[22.3847547,48.2339632],[22.4006407,48.249198],[22.4328384,48.2525166],[22.456386,48.2423109],[22.4899029,48.2534237],[22.4972201,48.2395546],[22.5161491,48.237965],[22.5311088,48.2094282],[22.5711442,48.1961428],[22.5616362,48.1816066],[22.5982449,48.144756],[22.5902763,48.1073414],[22.6754492,48.091997],[22.7347192,48.119848],[22.7576242,48.1200599],[22.7703914,48.1090162],[22.772319,48.1218742],[22.8027688,48.1221112],[22.8025285,48.1070813],[22.8254256,48.1175119],[22.8364365,48.080249],[22.8611284,48.0750312],[22.8677955,48.0524256],[22.8820424,48.0548053],[22.8659692,48.0113165],[22.835562,47.9905988],[22.8407599,47.9813636],[22.8725729,47.9752683],[22.8697274,47.9659593],[22.8915652,47.9672446],[22.897435,47.9540629],[22.8473299,47.9077579],[22.7928135,47.8908586],[22.7586924,47.8941446],[22.77775,47.8422508],[22.7136344,47.8360928],[22.6801938,47.7877527],[22.6111171,47.7717455],[22.5490018,47.7722246],[22.4812121,47.8108886],[22.4513078,47.803389],[22.4313319,47.7398119],[22.3566167,47.7486206],[22.3177714,47.7660887],[22.3176236,47.7433657],[22.2851369,47.7292757],[22.264325,47.7310675],[22.2589955,47.6979057],[22.2306796,47.693196],[22.1796501,47.5916115],[22.1289245,47.5978984],[22.0942787,47.5583628],[22.0782587,47.5621299],[22.0534529,47.5474795],[22.0712176,47.5380742],[22.0617872,47.5288029],[22.0451278,47.5398919],[22.0367222,47.5326653],[22.0071886,47.48362],[22.0327909,47.4508372],[22.0238835,47.3908631],[22.0119849,47.3758016],[21.9627373,47.381053],[21.9382461,47.3725317],[21.8777922,47.2857763],[21.8872845,47.2730473],[21.8534909,47.2397622],[21.8580662,47.1873597],[21.8124804,47.1667511],[21.7924092,47.1059751],[21.7268258,47.0983882],[21.6976037,47.057915],[21.6504151,47.0408303],[21.6888701,47.0019977],[21.6678744,46.9712337],[21.6814917,46.9652089],[21.6381964,46.9330487],[21.5984455,46.9274708],[21.6142857,46.8867275],[21.6016694,46.8668202],[21.520328,46.8373749],[21.5186086,46.8000703],[21.4831761,46.7650246],[21.5263389,46.7393249],[21.529369,46.7209721],[21.4923253,46.6859652],[21.4728438,46.6959075],[21.4299047,46.693937],[21.4309553,46.6781367],[21.4546661,46.660863],[21.4162375,46.6426231],[21.4097959,46.6218052],[21.3657038,46.6379501],[21.3300499,46.6318155],[21.3139733,46.617666],[21.3012351,46.5908672],[21.3207905,46.5828562],[21.2743045,46.5407362],[21.2600254,46.5021583],[21.2744188,46.4767333],[21.2964506,46.4762973],[21.3174343,46.4507288],[21.2895176,46.4154784],[21.2963256,46.4069601],[21.2250116,46.4136899],[21.2064214,46.4033825],[21.1992563,46.3479034],[21.1762269,46.3357664],[21.180497,46.3044494],[21.1155437,46.3018529],[21.1030549,46.2624637],[21.0708792,46.2539014],[21.0660827,46.2429394],[21.0366237,46.2480392],[21.0246723,46.2665329],[20.960817,46.2623039],[20.9465849,46.2793024],[20.9250701,46.2766191],[20.9218133,46.2618129],[20.8732713,46.2877555],[20.7756538,46.2759602],[20.7490474,46.2508489],[20.7618619,46.204563],[20.727401,46.2077485],[20.7341052,46.1939355],[20.7140487,46.1660531],[20.6843592,46.1447802],[20.6549178,46.1497739],[20.6394471,46.1267602],[20.5450486,46.1790935],[20.5014839,46.190334],[20.4949436,46.1709908],[20.4592293,46.1428837],[20.3975133,46.1574709],[20.3685325,46.1528554],[20.3557074,46.1696256],[20.2968136,46.1521542],[20.2549024,46.1158522],[20.2484757,46.1300956],[20.2330132,46.1241668],[20.1817362,46.1601137],[20.1364966,46.1449476],[20.1009667,46.1772756],[20.0636156,46.1437275],[20.0346142,46.1458888],[20.0158072,46.1768354],[19.9354075,46.1764243],[19.8533469,46.1500005],[19.8179747,46.1281652],[19.7585403,46.1479754],[19.6982054,46.1879317],[19.6827672,46.1800388],[19.661508,46.1904394],[19.6317396,46.1692993],[19.5676482,46.179106],[19.5604013,46.1665762],[19.5026585,46.1424492],[19.5271208,46.1210269],[19.4645033,46.0953827],[19.4665828,46.0820437],[19.4160037,46.0460453],[19.3803957,46.0358749],[19.3640923,46.0522965],[19.2819012,46.0148048],[19.2965348,45.9881173],[19.2856472,45.9968981],[19.1479857,45.9963445],[19.1338422,46.0370993],[19.104873,46.0401673],[19.0660427,46.0001999],[19.0796791,45.9636376],[19.0059803,45.9590674],[19.0092745,45.9236559],[18.9061334,45.9353801],[18.8794572,45.9166827],[18.8647137,45.9208493],[18.8685629,45.9113361],[18.8276792,45.9051714],[18.8220041,45.9145893],[18.8075092,45.9036055],[18.809247,45.8796189],[18.7956242,45.8784488],[18.7048857,45.9181883],[18.6700246,45.9108439],[18.6596602,45.9168934],[18.6651348,45.899279],[18.6412808,45.8890396],[18.6550179,45.8742393],[18.6277704,45.8733782],[18.6148449,45.8531438],[18.6236656,45.8398531],[18.5732391,45.8137578],[18.5749849,45.8004344],[18.559716,45.8037961],[18.5223504,45.7826858],[18.4906706,45.7947167],[18.4821905,45.7655032],[18.4562828,45.7695229],[18.4450763,45.7605195],[18.446853,45.737128],[18.40763,45.7397119],[18.3918949,45.7616983],[18.3642257,45.7729364],[18.3394214,45.7471605],[18.2968157,45.7612196],[18.2440473,45.7612305],[18.2307311,45.7790328],[18.1908702,45.7878759],[18.1681939,45.7762712],[18.1246514,45.7896277],[18.1068067,45.7708256],[18.0818922,45.7645205],[17.9958808,45.7957311],[17.9302095,45.7863301],[17.9066757,45.7925692],[17.8653145,45.7670064],[17.8262748,45.8099957],[17.8089784,45.8040989],[17.7809054,45.8174884],[17.7603399,45.811923],[17.7408624,45.8295975],[17.6632915,45.8381849],[17.6276211,45.8979446],[17.5700676,45.9358204],[17.4378254,45.9503823],[17.4258964,45.9272681],[17.4108059,45.9399665],[17.392149,45.9302149],[17.3828713,45.9475733],[17.3476208,45.9423413],[17.3438769,45.9605329],[17.3537711,45.9525011],[17.3905375,45.9581914],[17.387423,45.9661823],[17.3583539,45.9642737],[17.3754852,45.9686921],[17.3751895,45.9881054],[17.3635685,45.9915442],[17.3567202,45.9735836],[17.3339583,45.9960781],[17.3319847,45.9728948],[17.3129974,45.9665347],[17.323647,45.9887776],[17.2987653,45.9838652],[17.3041996,46.0021128],[17.2579726,46.0110256],[17.29632,46.0285169],[17.2541514,46.030005],[17.270955,46.0567055],[17.2324767,46.0592034],[17.2525145,46.0664725],[17.2313144,46.0790345],[17.2019916,46.0765488],[17.2331299,46.0989644],[17.2104017,46.1001693],[17.2129734,46.113855],[17.175927,46.1084583],[17.1743424,46.1287608],[17.1865197,46.1332308],[17.1810983,46.1505485],[17.1562307,46.1585819],[17.1592857,46.1696818],[17.1261012,46.1684495],[17.1227409,46.1789791],[17.0752482,46.1889531],[17.0661614,46.2022984],[16.9735401,46.2251982],[16.973954,46.2431113],[16.9504085,46.2415285],[16.8862356,46.2814598],[16.8713682,46.3252767],[16.8802109,46.3356966],[16.8615374,46.3452401],[16.8656232,46.3556489],[16.8521959,46.3517189],[16.8498589,46.3626245],[16.8352859,46.3638195],[16.8376499,46.3748032],[16.8261732,46.3670994],[16.7933444,46.387385],[16.7592072,46.3776563],[16.7298672,46.40149],[16.7182119,46.3898704],[16.6772872,46.4494536],[16.6631785,46.4486958],[16.6663732,46.4582995],[16.6187915,46.4619875],[16.604468,46.4760773],[16.5235997,46.5053761],[16.5325768,46.5314027],[16.5176728,46.5363516],[16.5084107,46.5652692],[16.4829969,46.5660383],[16.4834008,46.5786011],[16.4455713,46.610952],[16.4248583,46.6131645],[16.385941,46.6442485],[16.3915424,46.6637257],[16.4198454,46.6584771],[16.4286335,46.6939737],[16.3689211,46.7040082],[16.3798266,46.7153869],[16.3710856,46.7222945],[16.3570587,46.7142387],[16.3185954,46.7541449],[16.3305417,46.7752119],[16.3121626,46.7780033],[16.3127666,46.797314],[16.3406373,46.8051851],[16.3508404,46.8300552],[16.3403309,46.8468762],[16.3015007,46.8595142],[16.2913867,46.8728341],[16.2332296,46.8766702],[16.1560866,46.8537074],[16.126571,46.8569079],[16.1139147,46.8691038]]],"terms_url":"http://www.fomi.hu/","terms_text":"Földmérési és Távérzékelési Intézet"},{"name":"FR-BAN","type":"tms","description":"French address registry or Base Adresses Nationale","template":"http://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png","scaleExtent":[12,20],"polygon":[[[8.3247852,49.0891892],[6.1566882,49.6167369],[4.8666714,50.2126152],[2.4937064,51.1761675],[1.3121526,50.9324682],[1.2659981,50.1877492],[0.1121369,49.8258592],[-0.3494075,49.4312336],[-1.0232625,49.4852345],[-1.3278818,49.7901162],[-2.1032765,49.7901162],[-1.6232703,48.7420657],[-3.1002126,48.9728514],[-5.1125465,48.6811558],[-5.3525496,48.4367783],[-4.5984193,47.7194959],[-2.555398,47.0232784],[-2.4738077,46.6638823],[-1.6676954,46.1055717],[-1.334807,45.5141125],[-1.4914604,44.1627003],[-1.9940567,43.3708146],[-0.956228,42.7364747],[2.2029487,42.2841894],[3.2342502,42.5444129],[3.2407774,43.1140543],[4.0436261,43.3280964],[6.4325902,42.808345],[7.6270723,43.5934102],[7.8163619,44.1720643],[7.0396221,44.41967],[7.268075,45.4958141],[7.1244761,46.2140775],[6.5631347,46.771283],[7.6571492,47.59128],[7.6527839,47.5941813],[7.6224698,47.5776739],[7.6047297,47.578221],[7.5877054,47.5901532],[7.521558,47.65161],[7.503992,47.70235],[7.520958,47.77685],[7.557124,47.84839],[7.549463,47.879205],[7.574615,47.93028],[7.613179,47.96804],[7.611904,47.9871],[7.5612401,48.0383618],[7.574915,48.1258],[7.595338,48.15977],[7.633047,48.19717],[7.662748,48.22473],[7.684659,48.30305],[7.763463,48.49158],[7.8004602,48.5125977],[7.799582,48.5878],[7.834088,48.64439],[7.9121073,48.6889897],[7.9672295,48.7571585],[8.020692,48.78879],[8.043024,48.7956],[8.0864658,48.8130551],[8.1364418,48.8978239],[8.1970586,48.96021],[8.2816129,48.9948995],[8.2996723,49.025966],[8.3124269,49.0599642],[8.3247852,49.0891892]],[[9.3609615,43.1345098],[8.4393174,42.48439],[8.4836272,41.8175373],[8.8469677,41.3768281],[9.2058772,41.3136241],[9.48946,41.5461776],[9.6356823,42.1994563],[9.6046655,42.901254],[9.3609615,43.1345098]]],"terms_url":"https://wiki.openstreetmap.org/wiki/WikiProject_France/WikiProject_Base_Adresses_Nationale_Ouverte_(BANO)","terms_text":"Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL","id":"FR-BAN"},{"name":"FR-Cadastre","type":"tms","description":"French land registry","template":"http://tms.cadastre.openstreetmap.fr/*/tout/{z}/{x}/{y}.png","scaleExtent":[12,20],"polygon":[[[8.3247852,49.0891892],[6.1566882,49.6167369],[4.8666714,50.2126152],[2.4937064,51.1761675],[1.3121526,50.9324682],[1.2659981,50.1877492],[0.1121369,49.8258592],[-0.3494075,49.4312336],[-1.0232625,49.4852345],[-1.3278818,49.7901162],[-2.1032765,49.7901162],[-1.6232703,48.7420657],[-3.1002126,48.9728514],[-5.1125465,48.6811558],[-5.3525496,48.4367783],[-4.5984193,47.7194959],[-2.555398,47.0232784],[-2.4738077,46.6638823],[-1.6676954,46.1055717],[-1.334807,45.5141125],[-1.4914604,44.1627003],[-1.9940567,43.3708146],[-0.956228,42.7364747],[2.2029487,42.2841894],[3.2342502,42.5444129],[3.2407774,43.1140543],[4.0436261,43.3280964],[6.4325902,42.808345],[7.6270723,43.5934102],[7.8163619,44.1720643],[7.0396221,44.41967],[7.268075,45.4958141],[7.1244761,46.2140775],[6.5631347,46.771283],[7.6571492,47.59128],[7.6527839,47.5941813],[7.6224698,47.5776739],[7.6047297,47.578221],[7.5877054,47.5901532],[7.521558,47.65161],[7.503992,47.70235],[7.520958,47.77685],[7.557124,47.84839],[7.549463,47.879205],[7.574615,47.93028],[7.613179,47.96804],[7.611904,47.9871],[7.5612401,48.0383618],[7.574915,48.1258],[7.595338,48.15977],[7.633047,48.19717],[7.662748,48.22473],[7.684659,48.30305],[7.763463,48.49158],[7.8004602,48.5125977],[7.799582,48.5878],[7.834088,48.64439],[7.9121073,48.6889897],[7.9672295,48.7571585],[8.020692,48.78879],[8.043024,48.7956],[8.0864658,48.8130551],[8.1364418,48.8978239],[8.1970586,48.96021],[8.2816129,48.9948995],[8.2996723,49.025966],[8.3124269,49.0599642],[8.3247852,49.0891892]],[[9.3609615,43.1345098],[8.4393174,42.48439],[8.4836272,41.8175373],[8.8469677,41.3768281],[9.2058772,41.3136241],[9.48946,41.5461776],[9.6356823,42.1994563],[9.6046655,42.901254],[9.3609615,43.1345098]]],"terms_url":"http://wiki.openstreetmap.org/wiki/WikiProject_Cadastre_Fran%C3%A7ais/Conditions_d%27utilisation","terms_text":"cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2015","id":"FR-Cadastre"},{"name":"Freemap.sk Car","type":"tms","template":"http://t{switch:1,2,3,4}.freemap.sk/A/{zoom}/{x}/{y}.jpeg","scaleExtent":[8,16],"polygon":[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],"terms_text":"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."},{"name":"Freemap.sk Cyclo","type":"tms","template":"http://t{switch:1,2,3,4}.freemap.sk/C/{zoom}/{x}/{y}.jpeg","scaleExtent":[8,16],"polygon":[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],"terms_text":"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."},{"name":"Freemap.sk Hiking","type":"tms","template":"http://t{switch:1,2,3,4}.freemap.sk/T/{zoom}/{x}/{y}.jpeg","scaleExtent":[8,16],"polygon":[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],"terms_text":"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."},{"name":"Freemap.sk Ski","type":"tms","template":"http://t{switch:1,2,3,4}.freemap.sk/K/{zoom}/{x}/{y}.jpeg","scaleExtent":[8,16],"polygon":[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],"terms_text":"Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."},{"name":"Fugro (Denmark)","type":"tms","template":"http://{switch:a,b,c}.tile.openstreetmap.dk/fugro2005/{zoom}/{x}/{y}.png","scaleExtent":[0,19],"polygon":[[[8.3743941,54.9551655],[8.3683809,55.4042149],[8.2103997,55.4039795],[8.2087314,55.4937345],[8.0502655,55.4924731],[8.0185123,56.7501399],[8.1819161,56.7509948],[8.1763274,57.0208898],[8.3413329,57.0219872],[8.3392467,57.1119574],[8.5054433,57.1123212],[8.5033923,57.2020499],[9.3316304,57.2027636],[9.3319079,57.2924835],[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/Fugro","terms_text":"Fugro Aerial Mapping"},{"name":"Geodatastyrelsen (Denmark)","type":"tms","template":"http://mapproxy.gpweb.dk/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg","scaleExtent":[0,21],"polygon":[[[8.3743941,54.9551655],[8.3683809,55.4042149],[8.2103997,55.4039795],[8.2087314,55.4937345],[8.0502655,55.4924731],[8.0185123,56.7501399],[8.1819161,56.7509948],[8.1763274,57.0208898],[8.3413329,57.0219872],[8.3392467,57.1119574],[8.5054433,57.1123212],[8.5033923,57.2020499],[9.3316304,57.2027636],[9.3319079,57.2924835],[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://download.kortforsyningen.dk/content/vilkaar-og-betingelser","terms_text":"Geodatastyrelsen og Danske Kommuner"},{"name":"Geoportal.gov.pl (Orthophotomap)","type":"tms","template":"http://wms.misek.pl/geoportal.orto/tms/{zoom}/{x}/{y}","scaleExtent":[6,24],"polygon":[[[15.9751041,54.3709213],[16.311164,54.5561775],[17.1391878,54.7845723],[18.3448458,54.9022727],[19.6613689,54.4737213],[20.2815206,54.4213456],[21.4663914,54.3406369],[22.7759855,54.3769755],[22.8625989,54.4233613],[23.2956657,54.2678633],[23.5347186,54.0955258],[23.5208604,53.9775182],[23.7183389,53.4629603],[23.9296755,53.1856735],[23.9296755,52.6887269],[23.732197,52.6067497],[23.5658994,52.5878101],[23.2090523,52.3302642],[23.1951942,52.2370089],[23.5035377,52.1860596],[23.6906226,52.0030113],[23.5970802,51.739903],[23.6629063,51.3888562],[23.9366046,50.9827781],[24.1687284,50.8604752],[24.0197534,50.8035823],[24.1098313,50.6610467],[24.0578633,50.4188439],[23.6178674,50.3083403],[22.6824431,49.5163532],[22.7378756,49.2094935],[22.9041733,49.0780441],[22.8625989,48.9940062],[22.6096878,49.0371785],[22.0761495,49.2004392],[21.8474902,49.3721872],[21.3763135,49.4488281],[21.1026153,49.3721872],[20.9120659,49.3022043],[20.6452967,49.3902311],[20.1845136,49.3315641],[20.1186875,49.2004392],[19.9419962,49.1302123],[19.765305,49.2117568],[19.7479823,49.3992506],[19.6024718,49.4150307],[19.5089294,49.5815389],[19.4292451,49.5905232],[19.2317666,49.4150307],[18.9961783,49.387976],[18.9338167,49.4916048],[18.8368097,49.4938552],[18.8021643,49.6623381],[18.6427958,49.7094091],[18.521537,49.8994693],[18.0815412,50.0109209],[17.8875272,49.9886512],[17.7385522,50.0687739],[17.6068999,50.1709584],[17.7454813,50.2153184],[17.710836,50.3017019],[17.4163505,50.2640668],[16.9486384,50.4453265],[16.8932058,50.4033889],[17.0006064,50.3105529],[17.017929,50.2241854],[16.8135215,50.186489],[16.6402948,50.0976742],[16.4324227,50.2862087],[16.1968344,50.4276731],[16.4220291,50.5885165],[16.3388803,50.6632429],[16.2280152,50.6368824],[16.0547884,50.6127057],[15.5732181,50.7641544],[15.2683391,50.8976368],[15.2440873,50.980597],[15.0292862,51.0133036],[15.0015699,50.8582883],[14.8110205,50.8735944],[14.956531,51.0721176],[15.0188926,51.2914636],[14.9392083,51.4601459],[14.7209426,51.5571799],[14.7521234,51.6260562],[14.5996839,51.8427626],[14.70362,52.0733396],[14.5581095,52.2497371],[14.5165351,52.425436],[14.6031485,52.5878101],[14.1146491,52.8208272],[14.152759,52.9733951],[14.3502374,53.0734212],[14.4229927,53.2665624],[14.1977979,53.8734759],[14.2220497,53.9958517]]],"terms_text":"Copyright © Główny Urząd Geodezji i Kartografii.","best":true},{"name":"IBGE Mapa de Setores Rurais","type":"tms","template":"http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.i00mo1kj/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw","scaleExtent":[0,14],"polygon":[[[-29.3325,2.335959],[-28.72472,2.031551],[-27.76041,-8.937033],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.838943],[-66.52331,-9.985873],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.669083],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.587397],[-73.29207,-9.454149],[-73.0625,-9.017267],[-73.61432,-8.40982],[-74.09056,-7.527548],[-74.03652,-7.27885],[-73.84718,-7.238285],[-73.78618,-6.774872],[-73.22362,-6.430106],[-73.33719,-6.029736],[-72.93016,-5.038711],[-71.93973,-4.425027],[-70.96802,-4.248294],[-70.79598,-4.064931],[-70.02393,-4.167345],[-69.51025,-1.134089],[-69.70776,-0.567619],[-70.13645,-0.226161],[-70.14083,0.5844],[-69.26594,0.806502],[-69.34226,0.968924],[-69.92481,1.015705],[-69.92343,1.773851],[-68.38511,1.82943],[-68.24848,2.119808],[-67.94571,1.948424],[-67.37696,2.327468],[-67.05751,1.858336],[-67.00579,1.291603],[-66.79967,1.314684],[-66.28683,0.857709],[-65.67671,1.111146],[-65.42494,0.966549],[-65.15671,1.24203],[-64.27483,1.601591],[-64.0486,2.065137],[-63.47236,2.279358],[-64.13446,2.433909],[-64.10005,2.723778],[-64.32628,3.118275],[-64.28142,3.541983],[-64.88451,4.117671],[-64.88064,4.342461],[-64.13653,4.223152],[-63.95465,4.021316],[-63.17706,4.048301],[-62.96093,3.763658],[-62.82024,4.106019],[-62.49922,4.270815],[-61.91181,4.26284],[-61.35393,4.630097],[-61.04904,4.623115],[-60.70452,4.969851],[-60.78709,5.296764],[-60.22457,5.371207],[-59.89857,5.107541],[-59.97549,4.603025],[-59.59676,4.439875],[-59.41942,3.96994],[-59.71017,3.542008],[-59.88955,2.72301],[-59.63006,2.316332],[-59.63382,1.966581],[-59.18812,1.478079],[-58.80545,1.320732],[-58.35933,1.689932],[-57.6,1.803907],[-57.39854,2.065119],[-57.12392,2.128758],[-56.02925,1.949445],[-56.23884,2.263348],[-55.98195,2.628657],[-55.64816,2.519953],[-54.93958,2.682515],[-54.24988,2.25056],[-53.73937,2.473731],[-52.98578,2.280494],[-52.65712,2.564069],[-52.41739,3.22121],[-51.73983,4.119158],[-51.7246,4.556867],[-51.0112,5.522895],[-43.48209,5.335832],[-29.3325,2.335959]]]},{"name":"IBGE Mapa de Setores Urbanos","type":"tms","template":"http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.hgda0m6h/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw","scaleExtent":[0,19],"polygon":[[[-29.3325,2.335959],[-28.72472,2.031551],[-27.76041,-8.937033],[-27.67249,-22.20839],[-51.11495,-35.46552],[-53.39394,-33.85064],[-53.62553,-33.72493],[-53.62503,-33.15428],[-53.24498,-32.73392],[-53.65747,-32.51873],[-53.8329,-32.16592],[-54.64174,-31.55507],[-55.29638,-31.3429],[-55.57371,-30.99691],[-56.06384,-31.16749],[-56.10468,-30.86436],[-56.86862,-30.20752],[-57.39671,-30.40464],[-57.74384,-30.22142],[-55.83724,-28.16598],[-54.86969,-27.44994],[-53.9016,-27.02998],[-53.74972,-26.25781],[-53.97158,-25.74513],[-54.44723,-25.79609],[-54.67802,-25.64668],[-54.36097,-24.35145],[-54.41679,-24.06527],[-54.64355,-23.94107],[-55.22163,-24.11355],[-55.49138,-24.02797],[-55.71734,-22.68488],[-55.90555,-22.39886],[-56.45255,-22.21731],[-56.8256,-22.4002],[-57.34109,-22.34351],[-58.08472,-22.13075],[-57.95766,-20.99818],[-58.26551,-20.24147],[-58.03577,-19.95871],[-58.23083,-19.75211],[-57.64739,-18.19828],[-57.89356,-17.57377],[-58.16997,-17.53519],[-58.48825,-17.21961],[-58.57691,-16.81466],[-58.45563,-16.42158],[-60.2541,-16.32571],[-60.33481,-15.51483],[-60.67423,-15.1122],[-60.34999,-14.99707],[-60.63603,-13.84119],[-61.07283,-13.62569],[-61.9025,-13.62647],[-62.21395,-13.25048],[-62.80185,-13.10905],[-63.17194,-12.76568],[-63.74229,-12.54071],[-64.32845,-12.59578],[-65.10261,-12.0682],[-65.45781,-11.27865],[-65.41641,-9.838943],[-66.52331,-9.985873],[-67.66452,-10.80093],[-67.99778,-10.75991],[-68.52286,-11.20807],[-69.88988,-11.02776],[-70.30957,-11.1699],[-70.71896,-11.02003],[-70.68128,-9.669083],[-71.27536,-10.08971],[-72.18053,-10.09967],[-72.41623,-9.587397],[-73.29207,-9.454149],[-73.0625,-9.017267],[-73.61432,-8.40982],[-74.09056,-7.527548],[-74.03652,-7.27885],[-73.84718,-7.238285],[-73.78618,-6.774872],[-73.22362,-6.430106],[-73.33719,-6.029736],[-72.93016,-5.038711],[-71.93973,-4.425027],[-70.96802,-4.248294],[-70.79598,-4.064931],[-70.02393,-4.167345],[-69.51025,-1.134089],[-69.70776,-0.567619],[-70.13645,-0.226161],[-70.14083,0.5844],[-69.26594,0.806502],[-69.34226,0.968924],[-69.92481,1.015705],[-69.92343,1.773851],[-68.38511,1.82943],[-68.24848,2.119808],[-67.94571,1.948424],[-67.37696,2.327468],[-67.05751,1.858336],[-67.00579,1.291603],[-66.79967,1.314684],[-66.28683,0.857709],[-65.67671,1.111146],[-65.42494,0.966549],[-65.15671,1.24203],[-64.27483,1.601591],[-64.0486,2.065137],[-63.47236,2.279358],[-64.13446,2.433909],[-64.10005,2.723778],[-64.32628,3.118275],[-64.28142,3.541983],[-64.88451,4.117671],[-64.88064,4.342461],[-64.13653,4.223152],[-63.95465,4.021316],[-63.17706,4.048301],[-62.96093,3.763658],[-62.82024,4.106019],[-62.49922,4.270815],[-61.91181,4.26284],[-61.35393,4.630097],[-61.04904,4.623115],[-60.70452,4.969851],[-60.78709,5.296764],[-60.22457,5.371207],[-59.89857,5.107541],[-59.97549,4.603025],[-59.59676,4.439875],[-59.41942,3.96994],[-59.71017,3.542008],[-59.88955,2.72301],[-59.63006,2.316332],[-59.63382,1.966581],[-59.18812,1.478079],[-58.80545,1.320732],[-58.35933,1.689932],[-57.6,1.803907],[-57.39854,2.065119],[-57.12392,2.128758],[-56.02925,1.949445],[-56.23884,2.263348],[-55.98195,2.628657],[-55.64816,2.519953],[-54.93958,2.682515],[-54.24988,2.25056],[-53.73937,2.473731],[-52.98578,2.280494],[-52.65712,2.564069],[-52.41739,3.22121],[-51.73983,4.119158],[-51.7246,4.556867],[-51.0112,5.522895],[-43.48209,5.335832],[-29.3325,2.335959]]]},{"name":"Imagerie Drone (Haiti)","type":"tms","template":"http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}","polygon":[[[-72.1547401,19.6878969],[-72.162234,19.689011],[-72.164995,19.6932445],[-72.1657838,19.6979977],[-72.161603,19.7035677],[-72.1487449,19.7028993],[-72.1477194,19.7026765],[-72.1485082,19.7001514],[-72.1436963,19.7011169],[-72.1410143,19.7000029],[-72.139476,19.6973664],[-72.1382533,19.6927617],[-72.1386872,19.6923161],[-72.1380561,19.6896423],[-72.1385294,19.6894938],[-72.1388055,19.6901251],[-72.1388844,19.6876741],[-72.1378195,19.6872656],[-72.13778,19.6850003],[-72.1369517,19.6855945],[-72.136794,19.6840719],[-72.135729,19.6835148],[-72.1355713,19.6740817],[-72.1366362,19.6708133],[-72.1487843,19.6710733],[-72.1534779,19.6763843],[-72.1530835,19.6769414],[-72.1533251,19.6769768],[-72.1532807,19.6796525],[-72.1523834,19.6797175],[-72.1522749,19.6803488],[-72.1519101,19.6803395],[-72.1518608,19.6805067],[-72.1528173,19.6806552],[-72.1522299,19.6833011],[-72.1507801,19.6831499],[-72.1504457,19.6847862],[-72.1508591,19.6843492],[-72.1530087,19.6849898],[-72.1546258,19.6854354],[-72.1543103,19.6870694],[-72.1547244,19.6868466],[-72.1548501,19.6877564],[-72.1545814,19.6877982]],[[-72.1310601,19.6718929],[-72.1259842,19.6772765],[-72.1255379,19.6776179],[-72.1216891,19.6776442],[-72.1149677,19.672602],[-72.1152745,19.6687152],[-72.1198205,19.6627535],[-72.1227768,19.6625696],[-72.1248965,19.662701],[-72.1285779,19.6645394],[-72.1308091,19.6661677],[-72.1316737,19.668794],[-72.1315621,19.671]],[[-71.845795,19.6709758],[-71.8429354,19.6759525],[-71.8410027,19.6759525],[-71.8380249,19.6755254],[-71.8378671,19.6745041],[-71.8390504,19.6743927],[-71.8390109,19.6741141],[-71.8398392,19.673947],[-71.8389123,19.6736127],[-71.8380249,19.67209],[-71.8380052,19.6726285],[-71.8376699,19.6727214],[-71.8376305,19.672545],[-71.8354414,19.6732135],[-71.835333,19.6729999],[-71.8331242,19.6734642],[-71.8326706,19.6716815],[-71.8321579,19.67209],[-71.8307183,19.6694902],[-71.8306009,19.6697594],[-71.8302174,19.6698907],[-71.8291833,19.6672095],[-71.8290749,19.6672095],[-71.8289122,19.6667916],[-71.8289516,19.6666199],[-71.8288333,19.6663506],[-71.8285572,19.6664759],[-71.8288678,19.6672466],[-71.8287593,19.6674138],[-71.8277979,19.6678177],[-71.8277112,19.6678586],[-71.8278263,19.6679637],[-71.8271831,19.6681212],[-71.8271761,19.6680917],[-71.8264405,19.6683921],[-71.8264074,19.6683231],[-71.8261954,19.6684253],[-71.8261806,19.6683556],[-71.8258946,19.6684206],[-71.8258897,19.6686574],[-71.8251551,19.6687549],[-71.8254509,19.6691588],[-71.8229332,19.6695739],[-71.822713,19.6696658],[-71.8227688,19.6697577],[-71.8201751,19.6709855],[-71.8198474,19.6704537],[-71.8197985,19.6706014],[-71.8194674,19.6707557],[-71.8182472,19.6713433],[-71.8181426,19.6711431],[-71.8175813,19.6714254],[-71.816959,19.6707672],[-71.8176388,19.6718965],[-71.8171403,19.6720376],[-71.8158225,19.6718045],[-71.8138354,19.6711874],[-71.8123259,19.6706982],[-71.8121759,19.6704258],[-71.8124304,19.6701467],[-71.8119184,19.6700141],[-71.8118765,19.6705828],[-71.811169,19.6703483],[-71.8095938,19.6698516],[-71.8077992,19.6692829],[-71.8056028,19.668612],[-71.8051443,19.6668942],[-71.8051196,19.6652322],[-71.8052315,19.661979],[-71.8065603,19.6523921],[-71.8073412,19.6482946],[-71.8099686,19.6468292],[-71.8147517,19.6454502],[-71.8147726,19.6455619],[-71.8150027,19.6455093],[-71.8149469,19.6453846],[-71.8159928,19.6450234],[-71.8158882,19.6448855],[-71.8165854,19.6446097],[-71.8190119,19.643802],[-71.8211524,19.643454],[-71.8221564,19.6433292],[-71.8269046,19.643211],[-71.8280481,19.6432241],[-71.8304466,19.6440778],[-71.8306419,19.6448592],[-71.8295263,19.6450365],[-71.8296064,19.6456111],[-71.8299411,19.6455651],[-71.8303699,19.6451744],[-71.830471,19.6453452],[-71.8308092,19.6451974],[-71.8310184,19.6451088],[-71.8312519,19.6458541],[-71.8311125,19.6458245],[-71.831367,19.6465862],[-71.8328939,19.646189],[-71.8344566,19.6457062],[-71.8344664,19.6463052],[-71.834215,19.6461938],[-71.8342002,19.6465513],[-71.8346702,19.6463],[-71.8349118,19.6463905],[-71.8347984,19.6462187],[-71.8354393,19.6458496],[-71.8355034,19.6458032],[-71.8364747,19.6461328],[-71.8376382,19.6472658],[-71.8379143,19.647888],[-71.8390483,19.6508039],[-71.8456942,19.6696203]],[[-72.098878,18.54843],[-72.096993,18.5501994],[-72.0972888,18.5503209],[-72.0968451,18.5503489],[-72.0955632,18.551854],[-72.0956428,18.5526742],[-72.0959914,18.5533748],[-72.0962145,18.553203],[-72.0962842,18.5535665],[-72.0964446,18.5535533],[-72.0965352,18.5539764],[-72.0965056,18.554173],[-72.0966085,18.5541747],[-72.0965178,18.5542127],[-72.0968769,18.5546588],[-72.0979018,18.5552141],[-72.1006211,18.5555875],[-72.1014926,18.5556206],[-72.1024339,18.5555016],[-72.103417,18.5543515],[-72.1034798,18.5516215],[-72.1030789,18.5516149],[-72.1033752,18.5515224],[-72.1035042,18.5515224],[-72.1035239,18.5502417],[-72.1028701,18.5503062],[-72.1029015,18.55025],[-72.1028457,18.5501773],[-72.1035081,18.5500252],[-72.103491,18.5497396],[-72.1035181,18.5497361],[-72.1035398,18.5489039],[-72.1034317,18.5487056],[-72.102717,18.5481437],[-72.1025601,18.5481536],[-72.10229,18.5482751],[-72.1022891,18.5482569],[-72.1025201,18.5481396],[-72.1023388,18.5481321],[-72.0999082,18.5480901],[-72.09907,18.5483799]],[[-72.2542503,18.568262],[-72.2560252,18.5717765],[-72.2557886,18.5748049],[-72.2535009,18.5755526],[-72.2522782,18.5755526],[-72.2499906,18.5740945],[-72.2473874,18.5698323],[-72.2460069,18.566729],[-72.2458492,18.5629527],[-72.2479396,18.5625414],[-72.2501483,18.5628031],[-72.2519232,18.5650839]],[[-72.303145,18.5332749],[-72.3031275,18.5331799],[-72.3048311,18.5311081],[-72.3097397,18.5311081],[-72.3164332,18.5324302],[-72.3234056,18.5366083],[-72.3261388,18.5387765],[-72.3261946,18.5426371],[-72.3170468,18.5540596],[-72.3130864,18.5540596],[-72.2987511,18.5453342],[-72.2988627,18.5407333],[-72.2962969,18.5404689],[-72.2954602,18.5395169],[-72.2961853,18.5338582],[-72.2971893,18.5332235],[-72.3007034,18.5332764],[-72.3022652,18.5342284],[-72.3028486,18.5335189],[-72.303104,18.5333361],[-72.303181,18.5334007],[-72.3035793,18.5335614],[-72.3030793,18.5346463],[-72.303715,18.5339873],[-72.3045286,18.5344052],[-72.3044015,18.5345097],[-72.3062747,18.5352571],[-72.3063107,18.5352741],[-72.3061219,18.5357628],[-72.3061219,18.5358196],[-72.30637,18.5358928],[-72.3062726,18.5354869],[-72.3066688,18.5350891],[-72.3061963,18.5349706],[-72.3058869,18.5349385],[-72.3055373,18.5346833],[-72.3054864,18.534613],[-72.3055585,18.5345065],[-72.3046749,18.5342293],[-72.3047617,18.5338817],[-72.3043252,18.5337511],[-72.3042595,18.5336346]],[[-72.2981405,18.477502],[-72.2935652,18.4948587],[-72.2922242,18.4964297],[-72.2931708,18.4972526],[-72.2892266,18.5057058],[-72.2878067,18.5080996],[-72.2850458,18.5119893],[-72.2840203,18.5113161],[-72.2808649,18.515879],[-72.2773151,18.5175994],[-72.2723454,18.5175246],[-72.2662714,18.5144578],[-72.2665869,18.5066783],[-72.2692643,18.5046154],[-72.2661965,18.5029756],[-72.2688181,18.4965222],[-72.2691528,18.4959403],[-72.2702684,18.4961519],[-72.2702684,18.4955964],[-72.2690691,18.49557],[-72.2692922,18.4937714],[-72.2736988,18.4859951],[-72.2746749,18.4850429],[-72.2751769,18.483403],[-72.2765435,18.4813398],[-72.2773523,18.4814985],[-72.2783006,18.4809694],[-72.2778544,18.4807049],[-72.2771013,18.480123],[-72.2789978,18.4775836],[-72.279723,18.4772927],[-72.2806433,18.4776365],[-72.2813685,18.4771604],[-72.2808386,18.4769752],[-72.2812848,18.4758378],[-72.2823167,18.4751765],[-72.2851615,18.4750971],[-72.2849941,18.4763668],[-72.2854404,18.4769752],[-72.286277,18.4756262],[-72.2869325,18.4754675],[-72.2865978,18.4751897],[-72.2865978,18.4750046],[-72.2909765,18.4747268],[-72.2946579,18.4749384],[-72.2973911,18.476843]],[[-72.3466657,18.5222375],[-72.346833,18.5244325],[-72.3475303,18.5277645],[-72.3455501,18.5291131],[-72.3403069,18.5292189],[-72.3383267,18.5280289],[-72.3369043,18.530118],[-72.3338086,18.5296684],[-72.3289279,18.5270769],[-72.328649,18.5253316],[-72.3292068,18.5232689],[-72.330406,18.5220524],[-72.3321631,18.5221847],[-72.3322467,18.5191963],[-72.3369183,18.5183633],[-72.3382012,18.5184691],[-72.3381454,18.5181782],[-72.3411993,18.5177947],[-72.3454943,18.5171997],[-72.3492595,18.517279],[-72.3504308,18.5188922],[-72.3503472,18.5206112],[-72.3496778,18.5220392]],[[-72.3303078,18.5486462],[-72.3429687,18.5508149],[-72.3433236,18.5530585],[-72.3413121,18.5614341],[-72.3390639,18.5613593],[-72.3384723,18.5638271],[-72.3375257,18.5654348],[-72.3348436,18.5650609],[-72.3311755,18.5638271],[-72.3312149,18.5616211],[-72.3232082,18.5606863],[-72.3212361,18.559602],[-72.3208023,18.5587046],[-72.3208811,18.557882],[-72.3259493,18.5580274],[-72.3266186,18.5581993],[-72.3259214,18.5577498],[-72.3250986,18.5573797],[-72.3233767,18.552263],[-72.3245994,18.5478507],[-72.3288986,18.5483742],[-72.329979,18.5489548]],[[-72.3231383,18.5269828],[-72.3223434,18.528067],[-72.3209629,18.5279745],[-72.3207816,18.5271282],[-72.3208513,18.5253697],[-72.3214649,18.5249598],[-72.3225666,18.5248937],[-72.3228454,18.52533],[-72.3232359,18.5264804]],[[-72.2160832,18.6457752],[-72.2159649,18.6553795],[-72.2030279,18.6558279],[-72.1947057,18.6553421],[-72.1922208,18.6545573],[-72.1920631,18.6521283],[-72.193483,18.6477559],[-72.201253,18.6385249],[-72.2069327,18.6388239],[-72.2120996,18.6424117],[-72.2118068,18.6430591],[-72.2121693,18.6426892],[-72.2127968,18.6427552],[-72.2134662,18.6431252],[-72.2135638,18.6437462],[-72.2154176,18.6443947],[-72.2158909,18.6450301]],[[-72.2867654,18.6482017],[-72.2900977,18.6527446],[-72.28981,18.6536532],[-72.2900738,18.6542664],[-72.290721,18.6537667],[-72.2910327,18.6544709],[-72.2912485,18.654221],[-72.29168,18.6558905],[-72.2912245,18.656606],[-72.2922673,18.65597],[-72.2926869,18.6567536],[-72.2930705,18.6567309],[-72.2941253,18.6581846],[-72.2960192,18.6608421],[-72.2959713,18.6619096],[-72.2932862,18.664567],[-72.2906731,18.6659979],[-72.2895943,18.6661342],[-72.2895943,18.6665657],[-72.2877004,18.6664749],[-72.2875805,18.6676559],[-72.2831214,18.6697227],[-72.2796453,18.6696546],[-72.2784311,18.6690787],[-72.2783972,18.6687736],[-72.277736,18.6691671],[-72.2774394,18.669143],[-72.2770071,18.6683159],[-72.2765575,18.6681125],[-72.2765385,18.6680583],[-72.2752319,18.6685239],[-72.2749292,18.6674649],[-72.2746416,18.6674309],[-72.2734668,18.6682145],[-72.2732271,18.6682712],[-72.2726757,18.6671583],[-72.2719147,18.6674288],[-72.2718808,18.6673405],[-72.2688149,18.6681868],[-72.2688269,18.6671761],[-72.2690786,18.6668241],[-72.2688149,18.66679],[-72.2681077,18.6670739],[-72.2676282,18.6673805],[-72.2675563,18.6666878],[-72.266861,18.666949],[-72.2655904,18.6673578],[-72.2654466,18.6670058],[-72.2647514,18.6674146],[-72.2629893,18.6681868],[-72.2628455,18.6681754],[-72.2626537,18.6676076],[-72.2623001,18.6677098],[-72.2624799,18.6679199],[-72.2624799,18.6682322],[-72.262306,18.6682606],[-72.2620963,18.6679654],[-72.2622761,18.6689193],[-72.2601484,18.6688966],[-72.2542749,18.6687944],[-72.2505388,18.6683476],[-72.2504371,18.669536],[-72.2477926,18.6698893],[-72.2415204,18.669793],[-72.2414187,18.6741933],[-72.2389167,18.6739759],[-72.2387249,18.6734649],[-72.2383653,18.6733059],[-72.2387009,18.6739532],[-72.2375502,18.6738964],[-72.2374183,18.6735103],[-72.237742,18.67334],[-72.2375142,18.6732605],[-72.236843,18.6734876],[-72.2364354,18.6724088],[-72.2355124,18.6726019],[-72.2354045,18.6724202],[-72.2353027,18.6729028],[-72.2345475,18.6726871],[-72.2343077,18.6724599],[-72.2342358,18.6734706],[-72.2334087,18.6734592],[-72.2332889,18.6733003],[-72.2327375,18.6732889],[-72.2327135,18.6735047],[-72.227703,18.6725281],[-72.2265283,18.6716537],[-72.226804,18.6715742],[-72.2274993,18.6715855],[-72.2274873,18.6714493],[-72.2272899,18.6714623],[-72.2272814,18.6712977],[-72.2272094,18.671358],[-72.2261785,18.6713693],[-72.2256032,18.670881],[-72.2255073,18.6694502],[-72.2261066,18.6696886],[-72.2261785,18.6695949],[-72.2259837,18.6695495],[-72.225777,18.6691379],[-72.2253335,18.6694643],[-72.2249739,18.66947],[-72.2245783,18.6678802],[-72.2235525,18.6677046],[-72.2235907,18.6675921],[-72.2224634,18.6676283],[-72.2223659,18.667022],[-72.2223277,18.6670943],[-72.2219209,18.667026],[-72.2208105,18.6669015],[-72.220809,18.6665325],[-72.2208705,18.6663593],[-72.2206023,18.6668107],[-72.2203895,18.6666361],[-72.2184341,18.6650535],[-72.21829,18.6640979],[-72.2183493,18.6608376],[-72.2187223,18.6606541],[-72.2186894,18.660603],[-72.2187253,18.6604525],[-72.2189771,18.6603247],[-72.2187823,18.6601998],[-72.2186984,18.6602367],[-72.2185815,18.6600352],[-72.2186085,18.6600039],[-72.2187823,18.6601345],[-72.218995,18.6600181],[-72.2189111,18.6599131],[-72.2189681,18.6597938],[-72.2183807,18.6595837],[-72.2184728,18.6539662],[-72.2201001,18.6511554],[-72.225796,18.6469472],[-72.2283048,18.6457265],[-72.2379335,18.645855],[-72.237764,18.6446985],[-72.2400355,18.6432529],[-72.2455958,18.6433493],[-72.2482742,18.6450358],[-72.2487488,18.6436705],[-72.2511067,18.6429775],[-72.2512385,18.6433409],[-72.2512625,18.6431592],[-72.2514843,18.6431365],[-72.2513284,18.6429718],[-72.2533602,18.6423471],[-72.253516,18.6426765],[-72.2539535,18.6425402],[-72.2541453,18.642932],[-72.2543851,18.6428696],[-72.2543791,18.6427503],[-72.2564168,18.6423244],[-72.2566925,18.6431365],[-72.2568783,18.6428582],[-72.2568184,18.6425288],[-72.258843,18.6420991],[-72.258885,18.6422467],[-72.2592626,18.6422297],[-72.2596461,18.6424057],[-72.2592206,18.6406907],[-72.2599545,18.6404815],[-72.2601156,18.6406341],[-72.2601156,18.6399393],[-72.2615268,18.6394669],[-72.2626056,18.6391034],[-72.2654465,18.6387286],[-72.2719433,18.6386832],[-72.272201,18.6388649],[-72.2730341,18.6394158],[-72.273166,18.6412558],[-72.2738732,18.6410286],[-72.2742208,18.6416079],[-72.2752187,18.6416987],[-72.2754524,18.6415738],[-72.2755513,18.6416874],[-72.2755394,18.6417527],[-72.2764713,18.6418634],[-72.276753,18.6418975],[-72.2762953,18.6426002],[-72.2774226,18.6429978],[-72.277982,18.6427247],[-72.2785796,18.6431303],[-72.2785669,18.6432307],[-72.2789017,18.6433471],[-72.279851,18.6439655],[-72.2858703,18.6469651]],[[-72.5557247,18.5305893],[-72.5555866,18.5367036],[-72.554995,18.537975],[-72.5488026,18.537919],[-72.5486646,18.5372832],[-72.548842,18.5306267],[-72.5493745,18.5301031],[-72.555133,18.5301218]],[[-72.6235278,18.5079877],[-72.6234441,18.5095217],[-72.6226074,18.5104341],[-72.6204878,18.511849],[-72.6183403,18.5107514],[-72.6162207,18.5083183],[-72.6162625,18.506467],[-72.618661,18.5044438],[-72.6204041,18.5044967],[-72.6228305,18.506996]]]},{"name":"Interspect ortofotó 2014","type":"tms","description":"Four districts of Budapest: III, XIII, XIV, XV","template":"http://geoserver.infobex.hu/Budapest2014/IST/{zoom}/{x}/{y}.jpg","scaleExtent":[10,21],"polygon":[[[19.04642,47.61098],[19.05375,47.60995],[19.06033,47.61037],[19.06022,47.61009],[19.06091,47.61023],[19.0755,47.60835],[19.07796,47.60718],[19.07773,47.60627],[19.07599,47.60433],[19.07337,47.59906],[19.07232,47.59332],[19.0723,47.58865],[19.0693,47.5798],[19.06891,47.57742],[19.06949,47.57211],[19.06623,47.56375],[19.06717,47.56427],[19.0692,47.56456],[19.06992,47.56418],[19.07011,47.56363],[19.07785,47.56148],[19.07986,47.56053],[19.08359,47.55604],[19.08516,47.5548],[19.08601,47.5551],[19.08703,47.55488],[19.0984,47.54666],[19.09974,47.54692],[19.10094,47.54656],[19.1015,47.54593],[19.1015,47.54523],[19.10255,47.54458],[19.10939,47.56255],[19.10917,47.56324],[19.11193,47.57058],[19.11235,47.57087],[19.11271,47.57297],[19.11382,47.57379],[19.1144,47.57504],[19.11779,47.58375],[19.11774,47.5844],[19.11844,47.58512],[19.12,47.58924],[19.12008,47.59563],[19.1206,47.59856],[19.12127,47.59952],[19.12266,47.6004],[19.12436,47.6008],[19.1255,47.60048],[19.12577,47.5997],[19.128,47.59885],[19.13058,47.59898],[19.13768,47.60057],[19.13874,47.60043],[19.14144,47.59639],[19.14122,47.59568],[19.14023,47.59527],[19.15557,47.58499],[19.15413,47.58389],[19.15329,47.58013],[19.15344,47.57918],[19.15499,47.57884],[19.16043,47.57871],[19.16043,47.57583],[19.16213,47.57583],[19.16196,47.57383],[19.17573,47.56442],[19.17511,47.56345],[19.16356,47.55986],[19.16295,47.5594],[19.17589,47.55134],[19.18156,47.54896],[19.18205,47.5483],[19.18165,47.54762],[19.16905,47.53994],[19.15316,47.52885],[19.14747,47.52584],[19.14691,47.52332],[19.14947,47.52059],[19.15581,47.51256],[19.1572,47.51155],[19.15697,47.51051],[19.15885,47.50566],[19.15866,47.50493],[19.15793,47.50438],[19.10292,47.49828],[19.1016,47.49846],[19.10057,47.49914],[19.09185,47.5003],[19.08953,47.50117],[19.07138,47.51722],[19.06794,47.51558],[19.06631,47.51529],[19.06522,47.51545],[19.06347,47.51668],[19.06072,47.51512],[19.05709,47.51044],[19.05567,47.50992],[19.05417,47.50997],[19.04318,47.51383],[19.04093,47.51397],[19.04045,47.51449],[19.03916,47.51909],[19.03898,47.52143],[19.03938,47.52358],[19.04081,47.52649],[19.0408,47.53092],[19.02088,47.53091],[19.02088,47.529],[19.0172,47.52866],[19.01684,47.52876],[19.01453,47.53356],[19.01459,47.5347],[19.01373,47.5348],[19.01167,47.53786],[19.01055,47.53839],[19.0051,47.53978],[19.00501,47.54075],[19.00761,47.54245],[19.00684,47.54297],[19.00684,47.54385],[19.00525,47.54499],[19.0053,47.5455],[19.00462,47.54557],[19.00434,47.54599],[19.00261,47.55075],[18.99714,47.55468],[18.99466,47.55877],[18.99244,47.5605],[18.99173,47.56266],[18.99105,47.56278],[18.986,47.56863],[18.97914,47.57257],[18.97675,47.57301],[18.97622,47.57444],[18.97677,47.57463],[18.97641,47.57596],[18.98247,47.58127],[18.98227,47.58198],[18.98276,47.58283],[18.97695,47.58448],[18.97645,47.58485],[18.97639,47.58555],[18.98285,47.58936],[18.9841,47.58929],[18.99076,47.58612],[18.99375,47.58507],[18.99618,47.58645],[18.99727,47.58664],[19.00068,47.58457],[19.0016,47.58438],[19.00892,47.58637],[19.01088,47.58637],[19.01088,47.5869],[19.01264,47.58738],[19.02151,47.58876],[19.02593,47.58914],[19.03271,47.5883],[19.03199,47.59087],[19.03113,47.59163],[19.03125,47.59276],[19.02883,47.59838],[19.02808,47.59978],[19.0239,47.60425],[19.02393,47.60498],[19.02531,47.60575],[19.03768,47.6104],[19.04642,47.61098]]],"terms_url":"http://interspect.hu/","terms_text":"Interspect Kft.","best":true},{"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],[-7.3221271,55.398605],[-7.2891331,55.4333162],[-7.2368042,55.4530757],[-7.18881,55.4497995],[-7.1528144,55.3968384],[-6.90561,55.394903],[-6.9047153,55.3842114],[-5.8485282,55.3922956],[-5.8378629,55.248676],[-5.3614762,55.2507024],[-5.3899172,53.8466464],[-5.8734141,53.8487436],[-5.8983,52.8256258],[-6.0191742,52.8256258],[-6.0262844,51.7712367],[-8.1131422,51.7712367],[-8.1273627,51.3268839],[-10.6052842,51.3091083],[-10.6271879,52.0328254],[-10.6469845,52.0322454],[-10.6469845,52.0440365],[-10.6271879,52.0448095],[-10.6290733,52.0745627],[-10.6699234,52.0743695],[-10.6702376,52.0876941],[-10.6312729,52.0898179],[-10.6393128,52.4147202],[-10.3137689,52.4185533],[-10.3166401,53.3341342],[-10.3699669,53.3330727],[-10.385965,54.3534472],[-8.8163777,54.3586265],[-8.8173427,54.6595721],[-8.8413398,54.6616284],[-8.8422286,54.6929749],[-8.8315632,54.7145436],[-8.8151208,54.7145436]]],"terms_url":"http://geo.nls.uk/maps/","terms_text":"National Library of Scotland Historic Maps"},{"name":"Ireland British War Office 1:25k GSGS 3906","type":"tms","template":"http://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png","scaleExtent":[0,18],"polygon":[[[-10.71,51.32],[-10.71,55.46],[-5.37,55.46],[-5.37,51.32],[-10.71,51.32]]],"terms_url":"http://wiki.openstreetmap.org/wiki/WikiProject_Ireland#Trinity_College_Dublin","terms_text":"Glucksman Map Library, Trinity College Dublin","id":"GSGS3906"},{"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":[[[-10.0847426,51.4147902],[-10.0906535,51.5064103],[-10.4564222,51.5003961],[-10.5005905,52.3043019],[-10.0837522,52.312741],[-10.0840973,52.3404698],[-10.055802,52.3408915],[-10.0768509,52.7628238],[-9.7780248,52.7684611],[-9.7818205,52.8577261],[-9.6337877,52.8596012],[-9.6449626,53.1294502],[-10.0919663,53.1227152],[-10.1051422,53.3912913],[-10.4052593,53.3866349],[-10.4530828,54.193502],[-10.2998523,54.1974988],[-10.3149801,54.4669592],[-8.9276095,54.4853897],[-8.9339534,54.7546562],[-8.7773069,54.755501],[-8.7826749,55.0252208],[-8.9402974,55.0238221],[-8.9451773,55.2934155],[-7.528039,55.2970274],[-7.525599,55.3874955],[-7.0541955,55.3841691],[-7.0556595,55.2939712],[-6.3241545,55.2859128],[-6.3217146,55.3253556],[-6.1035807,55.3223016],[-6.1045566,55.2828557],[-5.7985836,55.2772968],[-5.8117595,55.0087135],[-5.656577,55.0056351],[-5.6721928,54.7355021],[-5.3618278,54.729585],[-5.3964755,54.1917889],[-5.855679,54.2017807],[-5.9220464,52.8524504],[-6.070885,52.8551025],[-6.1030927,52.1373337],[-6.8331336,52.1463183],[-6.8355736,52.0578908],[-7.5641506,52.0617913],[-7.5661026,51.7921593],[-8.147305,51.792763],[-8.146329,51.7033331],[-8.2912636,51.7027283],[-8.2897996,51.5227274],[-9.1174397,51.516958],[-9.1179277,51.4625685],[-9.3692452,51.4616564],[-9.3672933,51.4254613]]],"terms_url":"http://geo.nls.uk/maps/","terms_text":"National Library of Scotland Historic Maps","id":"GSGS4136"},{"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],[-5.8341575,53.7633541],[-5.6267647,53.5383692],[-5.9648778,52.1631197],[-6.0453211,52.0527275],[-6.1823261,51.9699475],[-6.3960035,51.9234618],[-6.5945978,51.883911],[-7.2481994,51.9056295],[-7.341212,51.8148076],[-8.1971787,51.5037019],[-8.3191005,51.4167737],[-9.4478202,51.1991221],[-9.9015706,51.2266802],[-10.472215,51.4050139],[-10.8857437,51.6770619],[-11.035318,52.0620016],[-10.9950963,52.1831616],[-10.8178697,52.3139827],[-9.8839736,52.9032208],[-10.1165049,52.9676141],[-10.5514014,53.3317027],[-10.6896633,53.5854022],[-10.6444139,54.0100436],[-10.5501445,54.257482],[-10.2824192,54.4742405],[-9.8073011,54.5705346],[-9.196435,54.5486695],[-9.2253443,54.7000264],[-8.8985435,55.1363582],[-8.0476045,55.4711977],[-7.4367384,55.6191092],[-7.2205471,55.6205288],[-6.8258723,55.5608644],[-6.0679458,55.3727567],[-5.5639184,55.0759594],[-5.0649187,54.4640142],[-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],[-9.215509,52.8276933],[-9.1086618,52.9128016],[-9.0196831,52.8837107],[-8.8760649,52.8978445],[-8.8001797,52.8833558],[-8.7665597,52.9065354],[-8.5938079,52.9238592],[-8.5241972,52.8869724],[-8.4956786,52.9105906],[-8.3506448,52.9238592],[-8.2718204,52.9492401],[-8.2249679,52.8991338],[-8.1564001,52.9149986],[-8.0881237,52.7630417],[-8.1360092,52.7239783],[-8.1570652,52.6766443],[-8.2059695,52.6185385],[-8.2025734,52.5954396],[-8.2231242,52.5599691],[-8.2236294,52.5095371],[-8.2976651,52.5025088],[-8.3295888,52.4721087],[-8.3589695,52.4986072],[-8.3737385,52.4764529],[-8.432326,52.4342609],[-8.4754569,52.4216289],[-8.5017727,52.3870011],[-8.5476205,52.3681351],[-8.6444103,52.3376422],[-8.6841451,52.3660614],[-8.8154099,52.3721014],[-8.8614233,52.3521652],[-8.9074451,52.3824674],[-8.9388551,52.3789166],[-8.9782502,52.4093811],[-9.0298715,52.4104169],[-9.1059449,52.420981],[-9.1084962,52.4415071],[-9.140702,52.4650891],[-9.1315765,52.5136207],[-9.1739699,52.5620573],[-9.1426235,52.589645],[-9.1542382,52.610216],[-9.1426231,52.6387401],[-9.1776844,52.6447573],[-9.2012184,52.6526248],[-9.2036198,52.6686468],[-9.2238348,52.6706578],[-9.2161072,52.6919412],[-9.1882395,52.7057242],[-9.2750099,52.7350292],[-9.2601152,52.7616711]],[[-7.307313219981238,53.81625879275365],[-7.245858447032101,53.78300449111207],[-7.15144468970801,53.81179938127503],[-7.086900011973722,53.784424420834],[-7.0347149533800435,53.77996162275688],[-6.975320116954343,53.788481098127924],[-6.928628222423156,53.81443454540607],[-6.992829577403537,53.86609081229548],[-6.975320116954343,53.87945028968944],[-6.949914233165313,53.87094929783329],[-6.9375546140247035,53.87540241385127],[-6.936867968516893,53.896649390754646],[-6.897042529063821,53.889770599553906],[-6.867516772227924,53.880259817835736],[-6.851037280040446,53.88450958346468],[-6.842454211192801,53.89786317755242],[-6.812928454356904,53.90069520963246],[-6.79850889869286,53.89280549994937],[-6.789925829845217,53.89462633440526],[-6.791985766368652,53.904538374710896],[-6.778939501720231,53.918087767078354],[-6.77001311011868,53.91505470292794],[-6.75868345923979,53.921727153244476],[-6.744263903575747,53.916065748791254],[-6.727441088634364,53.92334455637637],[-6.713021532970319,53.90777445003927],[-6.684182421642232,53.90292024303218],[-6.623757616954815,53.88187882710815],[-6.590455309825955,53.857789593974296],[-6.591141955333765,53.835509894663346],[-6.574319140392382,53.82254170362619],[-6.571572558361136,53.804703885117576],[-6.5533764524041285,53.79983770791046],[-6.541360156017425,53.78300449111207],[-6.511491076427622,53.76900546961285],[-6.472695605236269,53.77326653566421],[-6.443513171154276,53.76393220797015],[-6.44728972144724,53.75114486961979],[-6.4775021237909485,53.728199094666586],[-6.459649340587848,53.71682309412751],[-6.435616747814443,53.72230833571077],[-6.4198239011347775,53.72921465935537],[-6.4009411496699595,53.72169889975152],[-6.375878588634836,53.718042098526006],[-6.359055773693453,53.708695495259434],[-6.340173022228636,53.708085862042424],[-6.329873339611461,53.71296268045594],[-6.325753466564592,53.72210519137233],[-6.2938244504513525,53.72576163932632],[-6.265328661877173,53.7363229253304],[-6.240952746349864,53.734292114843086],[-6.180871264416349,53.632015710147016],[-6.092793818322125,53.588038288422446],[-5.985734079608837,53.49383447350347],[-6.0887447432153685,53.27174268379562],[-6.033272979232964,53.1191110041494],[-5.984663357119282,52.9651254915577],[-6.122679104189409,52.73207538466633],[-6.185163845400262,52.73706461957944],[-6.1899703639549415,52.76075568810044],[-6.319059719423517,52.782357357522855],[-6.393904079774976,52.7790347214105],[-6.465315212587381,52.6946379192593],[-6.534666408876349,52.673409093161446],[-6.612257351259057,52.69255711803012],[-6.6692489284074155,52.74745702505679],[-6.671308864930852,52.76948072949997],[-6.720747341493285,52.7748810695361],[-6.71456753192298,52.80311808637125],[-6.658949245790243,52.84709806982182],[-6.582044948915348,52.81349473557279],[-6.547712673524768,52.83133677935633],[-6.531233181337292,52.87404491274922],[-6.617750515321548,52.87528820923615],[-6.728987087587023,52.90635903963372],[-6.780485500672891,52.859122574848655],[-6.870436062196207,52.85165948109425],[-6.938413967469552,52.86658438536895],[-6.965879787782016,52.89766145203082],[-6.987852444031986,52.969260966642985],[-7.039350857117853,52.9560260536776],[-7.109388698914634,53.007288776633686],[-7.068876613953752,53.058078015357786],[-7.088789333680287,53.11869890949892],[-7.119688381531809,53.15000684568904],[-7.105955471375577,53.16112391039828],[-7.127928127625547,53.17223809655703],[-7.180113186219227,53.182526443342745],[-7.160887112000503,53.19898266621498],[-7.057890285828767,53.19898266621498],[-7.048963894227218,53.217077217179636],[-7.0915359157115345,53.235575105358386],[-7.0434707301647235,53.25735126035676],[-7.05102383075065,53.29717703664696],[-6.996778835633536,53.31112780504489],[-7.044157375672535,53.33368557548294],[-7.105955471375576,53.371801590024276],[-7.22050647653913,53.432465115081854],[-7.149441429887032,53.45731709817442],[-7.099891489102085,53.463915962572514],[-7.0744645458045445,53.48370640260363],[-7.079028356140001,53.504650927752664],[-7.047733656696876,53.515119311359335],[-7.029478415355053,53.54147267392419],[-7.054253385747527,53.56471202500164],[-7.009267255298033,53.58561652973758],[-6.992641946218873,53.602642188744426],[-6.989056095241016,53.62739453790707],[-6.9717788132567895,53.63686620586593],[-6.9633031654909425,53.650973114934644],[-6.9871001765258205,53.66623418009986],[-6.999813648174589,53.67086935885432],[-7.008289295940436,53.65908728051006],[-7.044473792171549,53.65367801032349],[-7.066640870943764,53.63918547390694],[-7.101847407817279,53.65870092708686],[-7.120754622064167,53.672993645380515],[-7.137379931143327,53.66893809633893],[-7.160850955725672,53.683034277255075],[-7.174216400279507,53.686316272406906],[-7.196057492599188,53.69017711570491],[-7.210726882963154,53.69480966037566],[-7.247237365646801,53.71661437518035],[-7.239413690786019,53.73223735177976],[-7.260276823748104,53.74361339729716],[-7.2814659431627184,53.75922634307083],[-7.289615604476034,53.77271433845693],[-7.3238441819919515,53.78465723043301],[-7.337209626545788,53.78658318504567],[-7.351227044004687,53.80141007448381],[-7.307313219981238,53.81625879275365]],[[-5.685433013282673,54.77854496390836],[-5.696867084279401,54.73050346921268],[-5.8223689524230124,54.70033215177621],[-5.878760568989772,54.649492182564074],[-5.743404719024681,54.68128223623249],[-5.581196917402638,54.68781619319656],[-5.571488953592992,54.67074450064368],[-5.582915011231644,54.66440901595977],[-5.58291501123164,54.65085746679818],[-5.6086481910584185,54.63997082553691],[-5.6354970593650116,54.61551371292451],[-5.728732824433139,54.6184944610979],[-5.822612969913913,54.49193018941315],[-5.896754545381575,54.44975600798866],[-5.936834914186871,54.38213187386197],[-6.0187561190025445,54.36974944197913],[-6.059257912638059,54.38280030737259],[-6.101784280694663,54.41510088826871],[-6.1740201072375225,54.43476829635816],[-6.216261364689026,54.42827259213158],[-6.264329002478664,54.487825014814625],[-6.249277519938476,54.49741303545491],[-6.288340515296785,54.53143435197413],[-6.283750270272458,54.54447449434036],[-6.321445027854273,54.58928767713928],[-6.264329002478664,54.604982769755765],[-6.240052417736423,54.59541999854735],[-6.098762694536575,54.631690374598676],[-6.051950538018501,54.61314575326238],[-6.031509408441251,54.620921248201434],[-6.002995140908084,54.65571636730639],[-6.0647754758974335,54.6634355452454],[-6.059920158948984,54.704134188139534],[-6.047781866577864,54.71395188569398],[-6.120611620804591,54.801644524994515],[-6.002141887262449,54.80836072138932],[-5.984662746248036,54.78652900156178],[-5.685433013282673,54.77854496390836]],[[-9.128658300749114,53.24759266864586],[-9.024510568479629,53.26744820137083],[-9.016360907166316,53.26364619217274],[-9.001854510028616,53.26588844362053],[-8.9951717877517,53.259258838409615],[-8.973493688658284,53.262378780650025],[-8.95230456924367,53.271444820907114],[-8.956705386352859,53.281580911863244],[-8.961106203462048,53.28119110665652],[-8.960780217009516,53.28908396911955],[-8.954260487958864,53.28927883616923],[-8.95230456924367,53.30155366854246],[-8.963714095082308,53.303793931840495],[-8.9811543702928,53.294734752711804],[-8.985718180628256,53.30174847871221],[-9.019946758144176,53.30768976199425],[-9.00837423907927,53.31596722087059],[-9.01880580556031,53.31625933715475],[-9.045862681120513,53.31275380979257],[-9.06444390891487,53.32122500810515],[-9.080906224767762,53.307397587062724],[-9.08106921799403,53.303404329274585],[-9.09019683866494,53.30574189135002],[-9.095901601584261,53.298826232852214],[-9.10128037805105,53.3008718259498],[-9.115623781962478,53.28450433758295],[-9.121491538108067,53.2832375443259],[-9.13273807072044,53.28557621023763],[-9.144636576237877,53.27865728614638],[-9.13876882009229,53.26345120822951],[-9.128658300749114,53.24759266864586]],[[-8.595266214281438,51.69264788483154],[-8.55819409885298,51.69306638852667],[-8.566697711835303,51.682644706464686],[-8.579130708100188,51.67349700898941],[-8.544554623426079,51.66520531197343],[-8.494765061495364,51.667778759675976],[-8.30113898732036,51.7235009029955],[-8.268406960495541,51.784858633837544],[-8.154536388302146,51.7814362126791],[-8.115350159004825,51.809093351533164],[-8.068326683848039,51.870050153657075],[-8.10059769621054,51.89964422561186],[-8.08123508879304,51.918414974037226],[-8.09183842142643,51.95337589170907],[-8.124570448251253,51.95479649105758],[-8.132407694110718,51.970988142592034],[-8.099675667285895,51.978371865876596],[-8.144394070131078,52.02151390085561],[-8.159607547387685,52.064330945363764],[-8.140705954432507,52.07254939152303],[-8.165600735397863,52.09294727054506],[-8.18726841512697,52.0835993998731],[-8.2093971093184,52.10512489114057],[-8.207092037006792,52.12494181389489],[-8.227837687811258,52.143052434929714],[-8.222766528725723,52.16454923557058],[-8.30298304516965,52.1829264222872],[-8.427456949996438,52.17783811526099],[-8.46710419375608,52.169921813849676],[-8.509978538751975,52.18405707812542],[-8.530263175094117,52.16511480067495],[-8.574981577939297,52.18066502436804],[-8.587889982884295,52.16963906274442],[-8.642289689438227,52.18829678149147],[-8.719279104645906,52.15804472022032],[-8.698533453841442,52.13541291452849],[-8.740946784375014,52.10823956240069],[-8.77460084012448,52.05951253229793],[-8.803183736788409,52.03768144571248],[-8.86818677597573,52.03286015807593],[-8.870491848287335,52.01839317543363],[-8.844214023935015,51.991148511559096],[-8.79811257770287,51.964455373040394],[-8.782899100446263,51.931777239822054],[-8.835915763613228,51.9292188160068],[-8.838681850387156,51.90277322850554],[-8.802261707863764,51.89367006943167],[-8.792580404155013,51.85695425263326],[-8.765841565340368,51.82476769939557],[-8.758926348405547,51.80054140901511],[-8.79811257770287,51.78628456602828],[-8.832227647914657,51.79626482935233],[-8.836837792537873,51.77687258059678],[-8.885705325543944,51.746055989869106],[-8.859888515653944,51.72435763090916],[-8.807332866949299,51.71093369500414],[-8.678248817499297,51.693505197270746],[-8.60540853245251,51.67835695335278],[-8.595266214281438,51.69264788483154]],[[-7.138279151048154,55.06131559970097],[-7.117994514706011,54.99631329558348],[-7.070049010624583,54.98784996056705],[-7.076503213097081,54.93332450204895],[-7.025791622241725,54.91159959910791],[-7.007351043748867,54.87872502112528],[-7.024869593317081,54.8511320998998],[-6.990754523105296,54.81661438893913],[-7.051608432131725,54.80598761598125],[-7.115228427932084,54.80651902101645],[-7.170550163410654,54.84847793920564],[-7.199133060074584,54.84316909395457],[-7.222183783190655,54.85803210052931],[-7.2111194360949415,54.862808332627324],[-7.212041465019584,54.882438010878076],[-7.279349576518514,54.880846771447125],[-7.273817402970655,54.91530955931841],[-7.3033223285592275,54.915839525718205],[-7.363254208661015,54.90894941815292],[-7.385382902852443,54.91636948513913],[-7.391837105324943,54.93438395336098],[-7.429640291235302,54.95291983389722],[-7.420420001988872,54.99208185118366],[-7.410277683817801,55.03437621938347],[-7.3577220351131585,55.057619110599035],[-7.265519142648871,55.07557028899173],[-7.138279151048154,55.06131559970097]],[[-7.190498776293322,52.26144368927652],[-7.156844720543858,52.28443443581867],[-7.132871968503143,52.27343421670601],[-7.113278853854483,52.26779201951648],[-7.098295883829036,52.27230583471742],[-7.089767116276089,52.25509445009032],[-7.07109603055207,52.259186286149074],[-7.033984366335195,52.257352061495865],[-7.027530163862696,52.250720000975015],[-7.034675888028678,52.247756419376],[-7.031218279561267,52.24013487190721],[-7.034214873566356,52.23222966213934],[-7.050580886978767,52.2296884028405],[-7.062567262999124,52.21980434486687],[-7.076858711331088,52.216132562953725],[-7.084926464421715,52.22065163604718],[-7.084465449959392,52.22785295843095],[-7.101292477834124,52.221498911062525],[-7.105211100763858,52.21726237433474],[-7.111665303236357,52.21796849185403],[-7.107977187537785,52.21104805609072],[-7.117773744862115,52.20928246619701],[-7.129760120882472,52.21690931136535],[-7.14497359813908,52.21782726924826],[-7.150505771686938,52.22375823207553],[-7.158112510315241,52.22262858593765],[-7.158804032008724,52.22700580464912],[-7.158573524777563,52.23180612902503],[-7.167563306792832,52.23985256723076],[-7.16733279956167,52.244580933687786],[-7.172519212262786,52.24676851484933],[-7.177590371348324,52.25114335361416],[-7.190498776293322,52.26144368927652]]],"terms_url":"http://www.eea.europa.eu/data-and-maps/data/urban-atlas","terms_text":"EEA GMES Urban Atlas"},{"name":"Japan GSI ortho Imagery","type":"tms","template":"http://cyberjapandata.gsi.go.jp/xyz/ort/{z}/{x}/{y}.jpg","scaleExtent":[12,19],"polygon":[[[141.85546875,44.64911632343077],[140.2294921875,43.96909818325174],[138.955078125,41.80407814427237],[139.482421875,40.17887331434696],[138.8671875,38.30718056188316],[136.31835937499997,37.19533058280065],[132.1435546875,35.137879119634185],[128.935546875,33.35806161277885],[129.5068359375,32.47269502206151],[129.77050781249997,31.690781806136822],[130.2099609375,30.90222470517144],[131.220703125,30.78903675126116],[131.66015625,32.32427558887655],[132.71484375,32.879587173066305],[133.76953125,33.17434155100208],[136.7578125,33.87041555094183],[139.306640625,35.06597313798418],[140.888671875,35.17380831799959],[141.15234374999997,36.56260003738548],[142.11914062499997,39.9434364619742],[141.767578125,42.68243539838623],[141.85546875,44.64911632343077]]]},{"name":"Kanton Aargau 25cm (AGIS 2011)","type":"tms","template":"http://tiles.poole.ch/AGIS/OF2011/{zoom}/{x}/{y}.png","scaleExtent":[14,19],"polygon":[[[7.7,47.12],[7.7,47.63],[8.5,47.63],[8.5,47.12],[7.7,47.12]]],"terms_text":"AGIS OF2011"},{"name":"Kanton Aargau 25cm (AGIS 2014)","type":"tms","template":"http://mapproxy.osm.ch:8080/tiles/AGIS2014/EPSG900913/{z}/{x}/{y}.png?origin=nw","scaleExtent":[8,19],"polygon":[[[7.7,47.12],[7.7,47.63],[8.5,47.63],[8.5,47.12],[7.7,47.12]]],"terms_text":"AGIS OF2014","best":true},{"name":"Kanton Solothurn 25cm (SOGIS 2011-2014)","type":"tms","template":"http://mapproxy.osm.ch:8080/tiles/sogis2014/EPSG900913/{z}/{x}/{y}.png?origin=nw","scaleExtent":[12,19],"polygon":[[[7.08,47.03],[7.08,47.54],[8.04,47.54],[8.04,47.03],[7.08,47.03]]],"terms_text":"Orthofoto WMS Solothurn"},{"name":"Katastrálna mapa Slovenska (KaPor, 2010-04)","type":"tms","template":"http://www.freemap.sk/tms/kapor2/{zoom}/{x}/{y}.jpg","polygon":[[[19.83682,49.25529],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[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],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[19.83682,49.25529]]],"terms_url":"http://wiki.freemap.sk/KatasterPortal","terms_text":"Permisssion by UGKK"},{"name":"Kelowna 2012","type":"tms","description":"High quality aerial imagery taken for the City of Kelowna","template":"http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna2012/{zoom}/{x}/{y}.png","scaleExtent":[9,20],"polygon":[[[-119.5867318,49.7928087],[-119.5465655,49.7928097],[-119.5465661,49.8013837],[-119.5343374,49.8013841],[-119.5343376,49.8047321],[-119.5296211,49.8047322],[-119.5296216,49.8119555],[-119.5104463,49.811956],[-119.5115683,49.8744325],[-119.5108946,49.8744904],[-119.5114111,49.8843312],[-119.5114115,49.9221763],[-119.49386,49.9223477],[-119.4940505,49.9313031],[-119.4803936,49.9317529],[-119.4804572,49.9407474],[-119.4666732,49.9409927],[-119.4692775,49.9913717],[-119.4551337,49.9916078],[-119.4556736,50.0121242],[-119.4416673,50.0123895],[-119.4417308,50.0136345],[-119.4221492,50.0140377],[-119.4221042,50.0119306],[-119.4121303,50.012165],[-119.4126082,50.0216913],[-119.4123387,50.0216913],[-119.4124772,50.0250773],[-119.4120917,50.0250821],[-119.4121954,50.0270769],[-119.4126083,50.0270718],[-119.4128328,50.0321946],[-119.3936313,50.0326418],[-119.393529,50.0307781],[-119.3795727,50.0310116],[-119.3795377,50.0287584],[-119.3735764,50.0288621],[-119.371544,49.9793618],[-119.3573506,49.9793618],[-119.3548353,49.9256081],[-119.3268079,49.9257238],[-119.3256573,49.8804068],[-119.3138893,49.8806528],[-119.3137097,49.8771651],[-119.3132156,49.877223],[-119.3131482,49.8749652],[-119.312452,49.8749073],[-119.3122275,49.87236],[-119.3117558,49.872331],[-119.3115986,49.8696098],[-119.3112169,49.8694217],[-119.3109199,49.8632417],[-119.3103721,49.8632724],[-119.3095139,49.8512388],[-119.3106368,49.8512316],[-119.3103859,49.8462564],[-119.3245344,49.8459957],[-119.3246018,49.8450689],[-119.3367018,49.844875],[-119.3367467,49.8435136],[-119.337937,49.8434702],[-119.3378023,49.8382055],[-119.3383637,49.8381041],[-119.3383749,49.8351202],[-119.3390936,49.8351058],[-119.3388016,49.8321217],[-119.3391497,49.8320565],[-119.3391722,49.8293331],[-119.3394641,49.8293331],[-119.3395879,49.8267878],[-119.3500053,49.8265829],[-119.3493701,49.8180588],[-119.4046964,49.8163785],[-119.4045694,49.8099022],[-119.4101592,49.8099022],[-119.4102862,49.8072787],[-119.4319467,49.8069098],[-119.4322643,49.7907965],[-119.4459847,49.7905504],[-119.445286,49.7820201],[-119.4967376,49.7811587],[-119.4966105,49.7784927],[-119.5418371,49.7775082],[-119.5415892,49.7718277],[-119.5560296,49.7714941],[-119.5561194,49.7718422],[-119.5715704,49.7715086],[-119.5716153,49.7717262],[-119.5819235,49.7714941],[-119.5820133,49.7717697],[-119.5922991,49.7715231],[-119.592344,49.7718132],[-119.6003839,49.7715957],[-119.6011924,49.7839081],[-119.5864365,49.7843863]]],"id":"kelowna_2012"},{"name":"Kelowna Roads overlay","type":"tms","template":"http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna_overlay/{zoom}/{x}/{y}.png","scaleExtent":[9,20],"polygon":[[[-119.5867318,49.7928087],[-119.5465655,49.7928097],[-119.5465661,49.8013837],[-119.5343374,49.8013841],[-119.5343376,49.8047321],[-119.5296211,49.8047322],[-119.5296216,49.8119555],[-119.5104463,49.811956],[-119.5115683,49.8744325],[-119.5108946,49.8744904],[-119.5114111,49.8843312],[-119.5114115,49.9221763],[-119.49386,49.9223477],[-119.4940505,49.9313031],[-119.4803936,49.9317529],[-119.4804572,49.9407474],[-119.4666732,49.9409927],[-119.4692775,49.9913717],[-119.4551337,49.9916078],[-119.4556736,50.0121242],[-119.4416673,50.0123895],[-119.4417308,50.0136345],[-119.4221492,50.0140377],[-119.4221042,50.0119306],[-119.4121303,50.012165],[-119.4126082,50.0216913],[-119.4123387,50.0216913],[-119.4124772,50.0250773],[-119.4120917,50.0250821],[-119.4121954,50.0270769],[-119.4126083,50.0270718],[-119.4128328,50.0321946],[-119.3936313,50.0326418],[-119.393529,50.0307781],[-119.3795727,50.0310116],[-119.3795377,50.0287584],[-119.3735764,50.0288621],[-119.371544,49.9793618],[-119.3573506,49.9793618],[-119.3548353,49.9256081],[-119.3268079,49.9257238],[-119.3256573,49.8804068],[-119.3138893,49.8806528],[-119.3137097,49.8771651],[-119.3132156,49.877223],[-119.3131482,49.8749652],[-119.312452,49.8749073],[-119.3122275,49.87236],[-119.3117558,49.872331],[-119.3115986,49.8696098],[-119.3112169,49.8694217],[-119.3109199,49.8632417],[-119.3103721,49.8632724],[-119.3095139,49.8512388],[-119.3106368,49.8512316],[-119.3103859,49.8462564],[-119.3245344,49.8459957],[-119.3246018,49.8450689],[-119.3367018,49.844875],[-119.3367467,49.8435136],[-119.337937,49.8434702],[-119.3378023,49.8382055],[-119.3383637,49.8381041],[-119.3383749,49.8351202],[-119.3390936,49.8351058],[-119.3388016,49.8321217],[-119.3391497,49.8320565],[-119.3391722,49.8293331],[-119.3394641,49.8293331],[-119.3395879,49.8267878],[-119.3500053,49.8265829],[-119.3493701,49.8180588],[-119.4046964,49.8163785],[-119.4045694,49.8099022],[-119.4101592,49.8099022],[-119.4102862,49.8072787],[-119.4319467,49.8069098],[-119.4322643,49.7907965],[-119.4459847,49.7905504],[-119.445286,49.7820201],[-119.4967376,49.7811587],[-119.4966105,49.7784927],[-119.5418371,49.7775082],[-119.5415892,49.7718277],[-119.5560296,49.7714941],[-119.5561194,49.7718422],[-119.5715704,49.7715086],[-119.5716153,49.7717262],[-119.5819235,49.7714941],[-119.5820133,49.7717697],[-119.5922991,49.7715231],[-119.592344,49.7718132],[-119.6003839,49.7715957],[-119.6011924,49.7839081],[-119.5864365,49.7843863]]],"id":"kelowna_roads","overlay":true},{"name":"Landsat 233055","type":"tms","description":"Recent Landsat imagery","template":"http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_233055/{zoom}/{x}/{y}.png","scaleExtent":[5,14],"polygon":[[[-60.8550011,6.1765004],[-60.4762612,7.9188291],[-62.161689,8.2778675],[-62.5322549,6.5375488]]],"id":"landsat_233055"},{"name":"Latest southwest British Columbia Landsat","type":"tms","description":"Recent lower-resolution landsat imagery for southwest British Columbia","template":"http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_047026/{zoom}/{x}/{y}.png","scaleExtent":[5,13],"polygon":[[[-121.9355512,47.7820648],[-121.5720582,48.6410125],[-121.2015461,49.4846247],[-121.8375516,49.6023246],[-122.4767046,49.7161735],[-123.118912,49.8268824],[-123.760228,49.9335836],[-124.0887706,49.0870469],[-124.4128889,48.2252567],[-123.792772,48.1197334],[-123.1727942,48.0109592],[-122.553553,47.8982299]]],"id":"landsat_047026"},{"name":"Lithuania - NŽT ORT10LT","type":"tms","template":"http://mapproxy.openmap.lt/ort10lt/g/{z}/{x}/{y}.jpeg","scaleExtent":[4,18],"polygon":[[[21.4926054,56.3592046],[21.8134688,56.4097144],[21.9728753,56.4567587],[22.2158294,56.4604404],[22.2183922,56.4162361],[23.3511527,56.4267251],[23.3521778,56.3824815],[23.9179035,56.383305],[23.9176231,56.3392908],[24.5649817,56.3382169],[24.564933,56.3828587],[24.6475683,56.4277798],[24.8099394,56.470646],[24.9733979,56.4698452],[25.1299701,56.2890356],[25.127433,56.1990144],[25.6921076,56.1933684],[26.0839005,56.0067879],[26.4673573,55.7304232],[26.5463565,55.7132705],[26.5154447,55.2345969],[25.7874641,54.8425656],[25.7675259,54.6350898],[25.6165253,54.4404007],[24.4566043,53.9577649],[23.6164786,53.9575517],[23.5632006,54.048085],[22.8462074,54.3563682],[22.831944,54.9414849],[22.4306085,55.1159913],[21.9605898,55.1107144],[21.7253241,55.1496885],[21.5628422,55.2362913],[21.2209638,55.2742668],[21.1630444,55.2803979],[20.9277788,55.3101641],[20.9257285,55.3588507],[20.9980451,55.4514157],[21.0282249,56.0796297]]],"terms_url":"http://www.geoportal.lt","terms_text":"NŽT ORT10LT"},{"name":"Locator Overlay","type":"tms","description":"Shows major features to help orient you.","template":"http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh76ba2/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw","scaleExtent":[0,16],"overzoom":false,"terms_url":"http://www.mapbox.com/about/maps/","terms_text":"Terms & Feedback","default":true,"overlay":true},{"name":"LPI NSW Base Map","type":"tms","template":"http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}","scaleExtent":[0,19],"polygon":[[[140.9948644,-28.952966],[148.9611382,-28.8997729],[148.9870097,-28.4862285],[151.013609,-28.4786485],[151.1084711,-28.7032909],[151.8759917,-28.683118],[151.9334839,-28.4078753],[152.25544,-28.2332683],[153.0660798,-28.2104723],[153.1408196,-28.1090981],[153.4735137,-28.1164808],[153.3576523,-27.693606],[159.4938303,-27.699252],[159.4856997,-37.8474137],[149.5256879,-37.8281502],[149.9159578,-37.4869999],[148.0485886,-36.8131741],[147.9680996,-36.1567945],[146.7147701,-36.2866613],[145.3004625,-36.1567945],[144.5300673,-36.1475101],[142.8397973,-35.0254303],[142.356863,-34.7802471],[141.9774146,-34.4016159],[140.9950258,-34.1371824],[140.9948644,-28.952966]]],"terms_url":"http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services","terms_text":"© Land and Property Information 2015"},{"name":"LPI NSW Imagery","type":"tms","template":"http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}","scaleExtent":[0,21],"polygon":[[[140.9868688,-28.9887829],[148.9951472,-28.9727491],[148.9966717,-28.4915066],[151.0029027,-28.4930697],[151.0029027,-28.7261663],[151.4915093,-28.7323921],[151.4918687,-28.7155337],[151.9228213,-28.719635],[151.9251607,-28.4897139],[151.9955886,-28.4898718],[151.9989947,-28.1192742],[152.4967606,-28.122091],[152.4968241,-28.1146398],[153.0044563,-28.1154389],[153.0044563,-28.120397],[153.5038629,-28.119345],[153.5039264,-28.1227063],[153.5919395,-28.1223619],[153.5926582,-28.1776872],[153.6111186,-28.1757867],[153.6113881,-28.1825173],[153.7426846,-28.2162084],[153.7787253,-28.710911],[152.6237954,-32.5877239],[152.3123961,-32.6328837],[151.4141942,-33.5790388],[150.8929925,-35.2648721],[150.4620695,-35.7777256],[150.0156501,-37.5103569],[149.9918121,-37.5126787],[149.519778,-37.5130704],[149.5199577,-37.5216919],[149.4462958,-37.5353701],[149.063344,-37.5357975],[148.9836635,-37.5217631],[148.9816872,-37.5191982],[148.9863847,-37.2584972],[148.4875376,-37.265846],[148.4824774,-37.0092669],[147.994386,-37.014339],[147.988288,-36.5332184],[147.9529707,-36.5260725],[147.9486513,-36.0685992],[147.5034997,-36.0716798],[147.5047701,-36.2651047],[146.4919996,-36.266129],[146.4922536,-36.2565],[145.9929826,-36.2534267],[145.9965866,-36.0188147],[145.9831568,-36.0187058],[145.9624506,-36.0219026],[145.946236,-36.0120936],[145.9454275,-36.0060259],[145.5041534,-36.0013564],[145.5037941,-36.0109125],[145.0072008,-36.0036213],[145.0035404,-36.1520424],[144.4860806,-36.1423149],[144.4874127,-36.0137522],[143.9874676,-36.0024134],[143.9932853,-35.5723753],[143.4971691,-35.5837101],[143.4917967,-35.4065648],[143.4613438,-35.3674934],[143.4585591,-35.3555888],[143.4897755,-35.3396522],[143.4895509,-35.332214],[143.4316994,-35.2570613],[143.2505542,-35.2606556],[143.2438356,-35.0132729],[142.9933305,-35.0177207],[142.9919767,-34.7961882],[142.4971375,-34.8032323],[142.4973172,-34.8007613],[142.4211401,-34.8017571],[142.4209155,-34.7838306],[142.2330892,-34.7859191],[142.2307707,-34.7807542],[142.2269959,-34.5061271],[141.9975302,-34.5083733],[141.9945959,-34.2526687],[141.4982345,-34.2556921],[141.498171,-34.2522794],[140.9945397,-34.2528411],[140.9868688,-28.9887829]]],"terms_url":"http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services","terms_text":"© Land and Property Information 2015"},{"name":"LPI NSW Topographic Map","type":"tms","template":"http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}","scaleExtent":[0,16],"polygon":[[[140.9988422,-28.9992444],[148.9502438,-28.9993736],[148.9498845,-28.9665265],[148.9998308,-28.9665265],[149.0000917,-28.8165829],[149.1000729,-28.8165829],[149.0997046,-28.7488533],[148.9998504,-28.7497444],[148.9998169,-28.5000304],[151.0000514,-28.5005192],[151.0005904,-28.7325849],[151.0239466,-28.7327424],[151.0241262,-28.7418794],[151.0329297,-28.7418794],[151.033828,-28.7505431],[151.999984,-28.7495314],[151.999984,-28.7164478],[152.0334014,-28.7166053],[152.0332217,-28.683196],[152.0000739,-28.6833537],[151.9998769,-28.6416273],[151.9829886,-28.6413908],[151.9831683,-28.624912],[151.9331321,-28.6247543],[151.9334122,-28.500071],[151.9998875,-28.5002289],[151.9998556,-28.3749591],[152.2499739,-28.3750718],[152.2499356,-28.2500066],[152.9997192,-28.2498563],[152.9998989,-28.2832447],[153.1165002,-28.2834029],[153.11659,-28.2498563],[153.1666262,-28.2500146],[153.166716,-28.2331582],[153.2499898,-28.2332373],[153.2500265,-28.1249689],[153.6249628,-28.1250833],[153.6248398,-28.4999134],[153.7497955,-28.4999924],[153.7495877,-28.7497976],[153.6248117,-28.7501127],[153.6249745,-28.9999333],[153.4997672,-29.0000612],[153.4998417,-29.4995077],[153.3747962,-29.500055],[153.3754111,-29.8750302],[153.4999113,-29.8751403],[153.4999113,-30.0000922],[153.2498947,-29.9997621],[153.250025,-30.1917704],[153.2748185,-30.1916151],[153.2748185,-30.2168467],[153.2166077,-30.2166139],[153.2166077,-30.250065],[153.250025,-30.250065],[153.2497502,-30.3751935],[153.1243608,-30.3749743],[153.1246457,-30.6250359],[153.0331676,-30.6250482],[153.0333884,-30.8750837],[153.1249214,-30.8750291],[153.1249344,-31.1250505],[153.0082433,-31.1249736],[153.0082914,-31.2499759],[153.0000019,-31.250003],[152.9999392,-31.6249919],[152.8749386,-31.6250491],[152.8749572,-31.749954],[152.7832899,-31.7500034],[152.7831966,-31.8748579],[152.749914,-31.8750105],[152.7500397,-32.0000207],[152.6249044,-31.9999446],[152.6249078,-32.5000047],[152.4999757,-32.4999569],[152.5000336,-32.5666443],[152.4166699,-32.5663415],[152.4167598,-32.6249954],[152.3498477,-32.624991],[152.3498477,-32.6332294],[152.2830786,-32.6332218],[152.2832583,-32.6249755],[152.2494816,-32.6249755],[152.2498101,-32.874906],[151.8745693,-32.8750443],[151.8748535,-33.0000091],[151.7497706,-33.0001533],[151.7504669,-33.2500398],[151.6252418,-33.2497393],[151.6250828,-33.3751621],[151.499585,-33.3751442],[151.5003127,-33.6249385],[151.3741466,-33.6243658],[151.3727902,-34.001962],[151.2477819,-34.0011194],[151.2477819,-34.2493114],[150.9957327,-34.2501515],[151.0008143,-34.62483],[150.8717407,-34.6265026],[150.872757,-35.1242738],[150.7670589,-35.1234425],[150.7690916,-35.2463774],[150.6257894,-35.2496974],[150.6280314,-35.3751485],[150.4999742,-35.3751485],[150.4959088,-35.6275034],[150.3719169,-35.6250251],[150.3749658,-35.7537957],[150.2672351,-35.7513213],[150.2652024,-35.8741232],[150.2479249,-35.870829],[150.2458922,-36.374885],[150.1229166,-36.374885],[150.1259656,-36.6224345],[150.0253491,-36.6240658],[150.0283981,-36.7471337],[149.9928266,-36.7495768],[150.0040062,-37.1224477],[150.0588879,-37.1273097],[150.0568553,-37.37809],[149.9979083,-37.3732441],[149.9999409,-37.4830073],[149.987745,-37.4846202],[149.9857123,-37.5080043],[148.0684571,-36.80624],[147.9930603,-36.1379955],[147.8148345,-36.0055567],[147.3893924,-36.0113701],[147.3822059,-36.1310306],[146.9972549,-36.1275479],[146.9886311,-36.2528271],[146.4956356,-36.2447132],[146.5042595,-36.126387],[145.0011817,-36.0079505],[145.0154103,-36.2542074],[144.5072465,-36.2476506],[144.4991158,-36.0211037],[143.9965422,-35.9810531],[143.3382568,-35.2331794],[142.4097581,-34.7669434],[142.0361436,-34.3758837],[140.9965216,-34.1385805],[140.9988422,-28.9992444]]],"terms_url":"http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services","terms_text":"© Land and Property Information 2015"},{"name":"Luxembourg Inspire Ortho 2010","type":"tms","template":"http://mapproxy.openstreetmap.lu/tiles/ortho2010/EPSG900913/{z}/{x}/{y}.jpeg","scaleExtent":[0,20],"polygon":[[[5.961753,50.17631],[6.026268,50.18496],[6.033182,50.16395],[6.060695,50.15536],[6.07668,50.15913],[6.078237,50.17255],[6.101762,50.17199],[6.122501,50.16437],[6.120101,50.15594],[6.127695,50.14993],[6.113228,50.13739],[6.123691,50.13719],[6.140929,50.1305],[6.135554,50.11899],[6.138082,50.10263],[6.131085,50.09964],[6.135473,50.09119],[6.121939,50.09059],[6.126335,50.07817],[6.131858,50.07348],[6.121171,50.064],[6.114444,50.06139],[6.115631,50.05817],[6.123611,50.06323],[6.136608,50.04178],[6.130343,50.02975],[6.148207,50.02307],[6.13868,50.01572],[6.135938,50.01485],[6.131384,50.01905],[6.130243,50.01819],[6.139343,50.01116],[6.151702,50.01058],[6.145464,49.99689],[6.139657,49.9994],[6.138524,49.99829],[6.142178,49.99535],[6.150227,49.99518],[6.156247,49.98867],[6.173045,49.98589],[6.17348,49.98344],[6.170353,49.98376],[6.165487,49.97115],[6.171512,49.96298],[6.176298,49.962],[6.179954,49.95386],[6.183393,49.9548],[6.179829,49.96307],[6.183312,49.9686],[6.192774,49.97158],[6.199783,49.95352],[6.207066,49.95672],[6.212689,49.9514],[6.225023,49.95039],[6.22044,49.94369],[6.228241,49.93726],[6.22635,49.92766],[6.219133,49.92354],[6.229862,49.92125],[6.236032,49.91355],[6.231867,49.91064],[6.227694,49.91062],[6.232286,49.9072],[6.23381,49.90028],[6.246919,49.89535],[6.257809,49.88724],[6.263008,49.88101],[6.276455,49.87725],[6.281126,49.87957],[6.291661,49.87548],[6.297699,49.86673],[6.309889,49.87107],[6.315324,49.8673],[6.314651,49.86057],[6.323611,49.85188],[6.321577,49.8409],[6.327406,49.83673],[6.336561,49.83998],[6.339366,49.8507],[6.364651,49.85164],[6.402203,49.82098],[6.426434,49.81629],[6.428071,49.81186],[6.43097,49.81129],[6.441608,49.81547],[6.443442,49.81233],[6.45366,49.81275],[6.464538,49.81975],[6.47057,49.82385],[6.496805,49.81277],[6.50669,49.80993],[6.511554,49.80238],[6.51485,49.80513],[6.519604,49.81446],[6.529808,49.81048],[6.532249,49.80686],[6.530829,49.80116],[6.506225,49.78899],[6.519171,49.78344],[6.511055,49.77422],[6.520563,49.76818],[6.520516,49.76134],[6.503734,49.75086],[6.502627,49.73298],[6.507266,49.72938],[6.518092,49.7242],[6.516417,49.72129],[6.511763,49.72016],[6.504791,49.725],[6.498913,49.72639],[6.495576,49.72443],[6.507122,49.71655],[6.507884,49.71215],[6.504598,49.71227],[6.427139,49.66237],[6.439899,49.66025],[6.442511,49.65591],[6.421781,49.61809],[6.398978,49.60094],[6.379408,49.59526],[6.375507,49.58809],[6.384426,49.5801],[6.381188,49.57509],[6.369093,49.5783],[6.357913,49.57166],[6.384902,49.55817],[6.380095,49.54856],[6.358555,49.53296],[6.359322,49.52481],[6.370763,49.50545],[6.370562,49.45732],[6.333403,49.46493],[6.321894,49.47244],[6.295034,49.47928],[6.287889,49.48379],[6.271912,49.49995],[6.241327,49.50693],[6.196692,49.50331],[6.173373,49.50577],[6.160858,49.50085],[6.167099,49.49006],[6.140179,49.48525],[6.129367,49.48803],[6.127247,49.47081],[6.101403,49.46726],[6.104826,49.45076],[6.081667,49.45417],[6.077222,49.46139],[6.059167,49.46306],[6.052222,49.46028],[6.044213,49.44553],[6.025294,49.44703],[6.021545,49.45127],[6.01574,49.44885],[5.994123,49.45301],[5.976569,49.44885],[5.977725,49.45955],[5.972317,49.46087],[5.968912,49.48202],[5.9616,49.49026],[5.915781,49.49835],[5.890334,49.4948],[5.863321,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.831868,49.52639],[5.84308,49.53081],[5.835622,49.54114],[5.816251,49.53325],[5.805201,49.54272],[5.859432,49.57158],[5.868663,49.587],[5.862888,49.58525],[5.851102,49.58379],[5.847116,49.58961],[5.845652,49.5981],[5.869401,49.6106],[5.881819,49.63815],[5.899978,49.63907],[5.899339,49.66239],[5.856561,49.67628],[5.856283,49.68211],[5.875703,49.71118],[5.864811,49.72331],[5.843249,49.71822],[5.82191,49.72128],[5.824894,49.73767],[5.820728,49.74878],[5.786264,49.79079],[5.765172,49.78961],[5.750937,49.79094],[5.741591,49.82126],[5.745814,49.82435],[5.737197,49.83353],[5.740531,49.84142],[5.747012,49.84048],[5.746237,49.84783],[5.753989,49.84878],[5.740663,49.85152],[5.752288,49.85922],[5.749545,49.87554],[5.775668,49.87438],[5.775053,49.88057],[5.734598,49.89341],[5.733033,49.90285],[5.757834,49.91737],[5.760393,49.93252],[5.770728,49.93711],[5.768783,49.94239],[5.768802,49.96104],[5.786724,49.96816],[5.80524,49.96677],[5.806521,49.97321],[5.831293,49.97995],[5.834616,49.98656],[5.818057,49.99936],[5.815606,50.01437],[5.847923,50.02809],[5.861889,50.04581],[5.850872,50.0563],[5.857809,50.07186],[5.880997,50.08069],[5.891965,50.12041],[5.952856,50.13384],[5.961753,50.17631]]],"terms_url":"http://www.act.public.lu/fr/actualites/2014/02/ortho2014/","terms_text":"Administration du Cadastre et de la Topographie","id":"lu.geoportail.inspire.ortho2010","best":true},{"name":"Luxembourg Inspire Ortho 2013","type":"tms","template":"http://mapproxy.openstreetmap.lu/tiles/ortho2013/EPSG900913/{z}/{x}/{y}.jpeg","scaleExtent":[0,20],"polygon":[[[5.961753,50.17631],[6.026268,50.18496],[6.033182,50.16395],[6.060695,50.15536],[6.07668,50.15913],[6.078237,50.17255],[6.101762,50.17199],[6.122501,50.16437],[6.120101,50.15594],[6.127695,50.14993],[6.113228,50.13739],[6.123691,50.13719],[6.140929,50.1305],[6.135554,50.11899],[6.138082,50.10263],[6.131085,50.09964],[6.135473,50.09119],[6.121939,50.09059],[6.126335,50.07817],[6.131858,50.07348],[6.121171,50.064],[6.114444,50.06139],[6.115631,50.05817],[6.123611,50.06323],[6.136608,50.04178],[6.130343,50.02975],[6.148207,50.02307],[6.13868,50.01572],[6.135938,50.01485],[6.131384,50.01905],[6.130243,50.01819],[6.139343,50.01116],[6.151702,50.01058],[6.145464,49.99689],[6.139657,49.9994],[6.138524,49.99829],[6.142178,49.99535],[6.150227,49.99518],[6.156247,49.98867],[6.173045,49.98589],[6.17348,49.98344],[6.170353,49.98376],[6.165487,49.97115],[6.171512,49.96298],[6.176298,49.962],[6.179954,49.95386],[6.183393,49.9548],[6.179829,49.96307],[6.183312,49.9686],[6.192774,49.97158],[6.199783,49.95352],[6.207066,49.95672],[6.212689,49.9514],[6.225023,49.95039],[6.22044,49.94369],[6.228241,49.93726],[6.22635,49.92766],[6.219133,49.92354],[6.229862,49.92125],[6.236032,49.91355],[6.231867,49.91064],[6.227694,49.91062],[6.232286,49.9072],[6.23381,49.90028],[6.246919,49.89535],[6.257809,49.88724],[6.263008,49.88101],[6.276455,49.87725],[6.281126,49.87957],[6.291661,49.87548],[6.297699,49.86673],[6.309889,49.87107],[6.315324,49.8673],[6.314651,49.86057],[6.323611,49.85188],[6.321577,49.8409],[6.327406,49.83673],[6.336561,49.83998],[6.339366,49.8507],[6.364651,49.85164],[6.402203,49.82098],[6.426434,49.81629],[6.428071,49.81186],[6.43097,49.81129],[6.441608,49.81547],[6.443442,49.81233],[6.45366,49.81275],[6.464538,49.81975],[6.47057,49.82385],[6.496805,49.81277],[6.50669,49.80993],[6.511554,49.80238],[6.51485,49.80513],[6.519604,49.81446],[6.529808,49.81048],[6.532249,49.80686],[6.530829,49.80116],[6.506225,49.78899],[6.519171,49.78344],[6.511055,49.77422],[6.520563,49.76818],[6.520516,49.76134],[6.503734,49.75086],[6.502627,49.73298],[6.507266,49.72938],[6.518092,49.7242],[6.516417,49.72129],[6.511763,49.72016],[6.504791,49.725],[6.498913,49.72639],[6.495576,49.72443],[6.507122,49.71655],[6.507884,49.71215],[6.504598,49.71227],[6.427139,49.66237],[6.439899,49.66025],[6.442511,49.65591],[6.421781,49.61809],[6.398978,49.60094],[6.379408,49.59526],[6.375507,49.58809],[6.384426,49.5801],[6.381188,49.57509],[6.369093,49.5783],[6.357913,49.57166],[6.384902,49.55817],[6.380095,49.54856],[6.358555,49.53296],[6.359322,49.52481],[6.370763,49.50545],[6.370562,49.45732],[6.333403,49.46493],[6.321894,49.47244],[6.295034,49.47928],[6.287889,49.48379],[6.271912,49.49995],[6.241327,49.50693],[6.196692,49.50331],[6.173373,49.50577],[6.160858,49.50085],[6.167099,49.49006],[6.140179,49.48525],[6.129367,49.48803],[6.127247,49.47081],[6.101403,49.46726],[6.104826,49.45076],[6.081667,49.45417],[6.077222,49.46139],[6.059167,49.46306],[6.052222,49.46028],[6.044213,49.44553],[6.025294,49.44703],[6.021545,49.45127],[6.01574,49.44885],[5.994123,49.45301],[5.976569,49.44885],[5.977725,49.45955],[5.972317,49.46087],[5.968912,49.48202],[5.9616,49.49026],[5.915781,49.49835],[5.890334,49.4948],[5.863321,49.50006],[5.84897,49.50826],[5.84828,49.51397],[5.83641,49.51817],[5.831868,49.52639],[5.84308,49.53081],[5.835622,49.54114],[5.816251,49.53325],[5.805201,49.54272],[5.859432,49.57158],[5.868663,49.587],[5.862888,49.58525],[5.851102,49.58379],[5.847116,49.58961],[5.845652,49.5981],[5.869401,49.6106],[5.881819,49.63815],[5.899978,49.63907],[5.899339,49.66239],[5.856561,49.67628],[5.856283,49.68211],[5.875703,49.71118],[5.864811,49.72331],[5.843249,49.71822],[5.82191,49.72128],[5.824894,49.73767],[5.820728,49.74878],[5.786264,49.79079],[5.765172,49.78961],[5.750937,49.79094],[5.741591,49.82126],[5.745814,49.82435],[5.737197,49.83353],[5.740531,49.84142],[5.747012,49.84048],[5.746237,49.84783],[5.753989,49.84878],[5.740663,49.85152],[5.752288,49.85922],[5.749545,49.87554],[5.775668,49.87438],[5.775053,49.88057],[5.734598,49.89341],[5.733033,49.90285],[5.757834,49.91737],[5.760393,49.93252],[5.770728,49.93711],[5.768783,49.94239],[5.768802,49.96104],[5.786724,49.96816],[5.80524,49.96677],[5.806521,49.97321],[5.831293,49.97995],[5.834616,49.98656],[5.818057,49.99936],[5.815606,50.01437],[5.847923,50.02809],[5.861889,50.04581],[5.850872,50.0563],[5.857809,50.07186],[5.880997,50.08069],[5.891965,50.12041],[5.952856,50.13384],[5.961753,50.17631]]],"terms_url":"http://www.act.public.lu/fr/actualites/2014/02/ortho2014/","terms_text":"Administration du Cadastre et de la Topographie","id":"lu.geoportail.inspire.ortho2013","best":true},{"name":"Mapbox Satellite","type":"tms","description":"Satellite and aerial imagery.","template":"http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh7ifmo/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw","scaleExtent":[0,19],"terms_url":"http://www.mapbox.com/about/maps/","terms_text":"Terms & Feedback","id":"Mapbox","default":true},{"name":"New & Misaligned TIGER Roads","type":"tms","description":"At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap","template":"http://{switch:a,b,c}.tiles.mapbox.com/v4/enf.e0b8291e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJhNVlHd29ZIn0.ti6wATGDWOmCnCYen-Ip7Q","scaleExtent":[0,22],"polygon":[[[-124.7617886,48.4130148],[-124.6059492,45.90245],[-124.9934269,40.0557614],[-122.5369737,36.8566086],[-119.9775867,33.0064099],[-117.675935,32.4630223],[-114.8612307,32.4799891],[-111.0089311,31.336015],[-108.1992687,31.3260016],[-108.1871123,31.7755116],[-106.5307225,31.7820947],[-106.4842052,31.7464455],[-106.429317,31.7520583],[-106.2868855,31.5613291],[-106.205248,31.446704],[-105.0205259,30.5360988],[-104.5881916,29.6997856],[-103.2518856,28.8908685],[-102.7173632,29.3920567],[-102.1513983,29.7475702],[-101.2552871,29.4810523],[-100.0062436,28.0082173],[-99.2351068,26.4475962],[-98.0109067,25.9928035],[-97.435024,25.8266009],[-96.9555259,25.9821589],[-96.8061741,27.7978168],[-95.5563349,28.5876066],[-93.7405308,29.4742093],[-90.9028456,28.8564513],[-88.0156706,28.9944338],[-88.0162494,30.0038862],[-86.0277506,30.0047454],[-84.0187909,28.9961781],[-81.9971976,25.9826768],[-81.9966618,25.0134917],[-84.0165592,25.0125783],[-84.0160068,24.0052745],[-80.0199985,24.007096],[-79.8901116,26.8550713],[-80.0245309,32.0161282],[-75.4147385,35.0531894],[-74.0211163,39.5727927],[-72.002019,40.9912464],[-69.8797398,40.9920457],[-69.8489304,43.2619916],[-66.9452845,44.7104937],[-67.7596632,47.0990024],[-69.2505131,47.5122328],[-70.4614886,46.2176574],[-71.412273,45.254878],[-72.0222508,45.0059846],[-75.0798841,44.9802854],[-76.9023061,43.8024568],[-78.7623935,43.6249578],[-79.15798,43.4462589],[-79.0060087,42.8005317],[-82.662475,41.6889458],[-82.1761642,43.588535],[-83.2813977,46.138853],[-87.5064535,48.0142702],[-88.3492194,48.2963271],[-89.4353148,47.9837822],[-93.9981078,49.0067142],[-95.1105379,49.412004],[-96.0131199,49.0060547],[-123.3228926,49.0042878],[-123.2275233,48.1849927]],[[-160.5787616,22.5062947],[-160.5782192,21.4984647],[-158.7470604,21.2439843],[-157.5083185,20.995803],[-155.9961942,18.7790194],[-154.6217803,18.7586966],[-154.6890176,19.8805722],[-156.2927622,21.2225888],[-157.5047384,21.9984962],[-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],[-162.5018149,58.0005815],[-160.0159024,58.0012389],[-160.0149725,57.000035],[-160.5054788,56.9999017],[-165.8092575,54.824847],[-178.000097,52.2446469],[-177.9992996,51.2554252],[-171.4689067,51.8215329],[-162.40251,53.956664],[-159.0075717,55.002502],[-158.0190709,55.0027849],[-151.9963213,55.9991902],[-151.500341,57.9987853],[-151.5012894,58.9919816],[-138.5159989,58.9953194],[-138.5150471,57.9986434],[-133.9948193,54.0031685],[-130.0044418,54.0043387],[-130.0070826,57.0000507],[-131.975877,56.9995156],[-135.1229873,59.756601],[-138.0071813,59.991805],[-139.1715881,60.4127229],[-140.9874011,61.0118551],[-140.9683975,69.9535069],[-156.176891,71.5633329],[-160.413634,70.7397728],[-163.0218273,69.9707435],[-164.9717003,68.994689]]],"overlay":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":[[[-9,49.8],[-9,61.1],[1.9,61.1],[1.9,49.8],[-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":[[[-6.4585407,49.9044128],[-6.3872009,49.9841116],[-6.2296827,49.9896159],[-6.2171269,49.8680087],[-6.4551164,49.8591793]],[[-1.4495137,60.8634056],[-0.7167114,60.8545122],[-0.7349744,60.4359756],[-0.6938826,60.4168218],[-0.7258429,60.3942735],[-0.7395401,60.0484714],[-0.9267357,60.0461918],[-0.9381501,59.8266157],[-1.4586452,59.831205],[-1.4455187,60.0535999],[-1.463211,60.0535999],[-1.4643524,60.0630002],[-1.5716475,60.0638546],[-1.5693646,60.1790005],[-1.643558,60.1807033],[-1.643558,60.1892162],[-1.8216221,60.1894999],[-1.8204807,60.3615507],[-1.8415973,60.3697345],[-1.8216221,60.3832755],[-1.8179852,60.5934321],[-1.453168,60.5934321]],[[-4.9089213,54.4242078],[-4.282598,54.4429861],[-4.2535417,54.029769],[-4.8766366,54.0221831]],[[-5.8667408,59.1444603],[-5.7759966,59.1470945],[-5.7720016,59.1014052],[-5.8621751,59.0990605]],[[-1.7065887,59.5703599],[-1.5579165,59.5693481],[-1.5564897,59.4965695],[-1.7054472,59.4975834]],[[-7.6865827,58.2940975],[-7.5330594,58.3006957],[-7.5256401,58.2646905],[-7.6797341,58.2577853]],[[-4.5338281,59.0359871],[-4.481322,59.0371616],[-4.4796099,59.0186583],[-4.5332574,59.0180707]],[[-8.6710698,57.8769896],[-8.4673234,57.8897332],[-8.4467775,57.7907],[-8.6510947,57.7779213]],[[-5.2395519,50.3530581],[-5.7920073,50.3384899],[-5.760047,49.9317027],[-4.6551363,49.9581461],[-4.677965,50.2860073],[-4.244219,50.2801723],[-4.2487848,50.2042525],[-3.3812929,50.2042525],[-3.4223846,50.5188201],[-3.1164796,50.5246258],[-3.1210453,50.6579592],[-2.6736357,50.6619495],[-2.5953453,50.6394325],[-2.5905026,50.5728419],[-2.4791203,50.5733545],[-2.4758919,50.5066704],[-2.3967943,50.5056438],[-2.401637,50.5723293],[-1.0400296,50.5718167],[-1.0335726,50.7059289],[-0.549302,50.7038843],[-0.5460736,50.7886618],[-0.0924734,50.7856002],[-0.0876307,50.7181949],[0.4789659,50.7120623],[0.487037,50.8182467],[0.9761503,50.8049868],[0.9922927,51.0126311],[1.4491213,51.0004424],[1.4781775,51.4090372],[1.0229632,51.4271576],[1.035877,51.7640881],[1.6105448,51.7500992],[1.646058,52.1560003],[1.7267698,52.1540195],[1.749369,52.4481811],[1.7870672,52.4811624],[1.759102,52.522505],[1.7933451,52.9602749],[0.3798147,52.9958468],[0.3895238,53.2511239],[0.3478614,53.2511239],[0.3238912,53.282186],[0.3461492,53.6538501],[0.128487,53.6575466],[0.116582,53.6674703],[0.1350586,54.0655731],[-0.0609831,54.065908],[-0.0414249,54.4709448],[-0.5662701,54.4771794],[-0.5592078,54.6565127],[-1.1665638,54.6623485],[-1.1637389,54.842611],[-1.3316194,54.843909],[-1.3257065,55.2470842],[-1.529453,55.2487108],[-1.524178,55.6540122],[-1.7638798,55.6540122],[-1.7733693,55.9719116],[-2.1607858,55.9682981],[-2.1543289,56.0621387],[-2.4578051,56.0585337],[-2.4190635,56.641717],[-2.0962164,56.641717],[-2.0833025,57.0021322],[-1.9283359,57.0126802],[-1.9180966,57.3590895],[-1.7502161,57.3625721],[-1.7695869,57.7608634],[-3.6937554,57.7574187],[-3.7066693,57.9806386],[-3.5969013,57.9772149],[-3.6033582,58.1207277],[-3.0222335,58.1309566],[-3.0286905,58.5410788],[-2.8478961,58.530968],[-2.86081,58.8430508],[-2.679624,58.8414991],[-2.6841897,58.885175],[-2.6339665,58.9052239],[-2.679624,58.9335083],[-2.6887555,59.0229231],[-2.3668703,59.0229231],[-2.3702946,59.2652861],[-2.3429001,59.2821989],[-2.3714361,59.2996861],[-2.3737189,59.3707083],[-2.3429001,59.385825],[-2.3725775,59.400354],[-2.3714361,59.4259098],[-3.0734196,59.4230067],[-3.0711368,59.3433649],[-3.103097,59.3311405],[-3.0745611,59.3136695],[-3.0722782,59.232603],[-3.3850319,59.1484167],[-3.3747589,58.9352753],[-3.5653789,58.9323303],[-3.554829,58.69759],[-5.2808579,58.6667732],[-5.2534159,58.3514125],[-5.5068508,58.3437887],[-5.4761804,58.0323557],[-5.8974958,58.0212436],[-5.8522972,57.6171758],[-6.1396311,57.6137174],[-6.1541592,57.7423183],[-6.2913692,57.7380102],[-6.3365678,58.1398784],[-6.1121891,58.1466944],[-6.1473778,58.5106285],[-6.2934817,58.5416182],[-6.8413713,58.2977321],[-7.0057382,58.2929331],[-7.1016189,58.2064403],[-7.2573132,58.1793148],[-7.2531092,58.1004928],[-7.4070698,58.0905566],[-7.391347,57.7911354],[-7.790991,57.7733151],[-7.7624215,57.5444165],[-7.698501,57.1453194],[-7.7943817,57.1304547],[-7.716764,56.7368628],[-7.0122067,56.7654359],[-6.979922,56.5453858],[-7.0638622,56.5453858],[-7.0444914,56.3562587],[-6.500676,56.3812917],[-6.4491433,55.9793649],[-6.563287,55.9691456],[-6.5393742,55.7030135],[-6.5595521,55.6907321],[-6.5345315,55.6761713],[-6.5216176,55.5704434],[-5.8912587,55.5923416],[-5.8560127,55.2320733],[-5.2293639,55.2515958],[-5.1837064,54.6254139],[-3.6655956,54.6518373],[-3.6496155,54.4320023],[-3.5400375,54.4306744],[-3.530906,54.0290181],[-3.0697656,54.030359],[-3.0675737,53.8221388],[-3.0804876,53.7739911],[-3.0619239,53.7477488],[-3.0611168,53.6737049],[-3.2144691,53.6708361],[-3.2057699,53.4226163],[-3.2799632,53.355224],[-3.2896655,53.3608441],[-3.3327547,53.364931],[-3.3761293,53.3540318],[-4.0888976,53.3433102],[-4.0945474,53.4612036],[-4.697412,53.4448624],[-4.6882805,53.3318598],[-4.7202407,53.2895771],[-4.6837148,53.2486184],[-4.6768661,53.1542644],[-4.8480816,53.1446807],[-4.8178336,52.7440299],[-4.2545751,52.7558939],[-4.228876,52.254876],[-4.2607571,52.2536408],[-4.2724603,52.2432637],[-4.8136263,52.230095],[-4.8079191,52.1138892],[-5.3889104,52.0991668],[-5.3717888,51.9129667],[-5.4208706,51.9101502],[-5.414022,51.8453218],[-5.3683645,51.8474373],[-5.3466772,51.5595332],[-4.773676,51.5758518],[-4.7656859,51.4885146],[-4.1915432,51.4970427],[-4.1869775,51.4344663],[-3.6151177,51.4444274],[-3.6105519,51.3746543],[-3.1494115,51.3789292],[-3.1494115,51.2919281],[-4.3038735,51.2745907],[-4.2861169,51.0508721],[-4.8543277,51.0366633],[-4.8372201,50.7212787],[-5.2618345,50.7082694]],[[-2.1502671,60.171318],[-2.0030218,60.1696146],[-2.0013096,60.0997023],[-2.148555,60.1011247]],[[-6.2086011,59.1163488],[-6.1229934,59.1166418],[-6.121852,59.0714985],[-6.2097426,59.0714985]],[[-4.4159559,59.0889036],[-4.4212022,59.0770848],[-4.3971904,59.0779143],[-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":[[[-4.7157244,54.6796556],[-4.6850662,54.6800268],[-4.6835779,54.6623245],[-4.7148782,54.6615818]],[[-3.7085748,58.3371151],[-3.5405937,58.3380684],[-3.5315137,58.1608002],[-3.3608086,58.1622372],[-3.3653486,58.252173],[-3.1610473,58.2536063],[-3.1610473,58.3261509],[-3.0275704,58.3271045],[-3.0366505,58.6139001],[-3.0021463,58.614373],[-3.0030543,58.7036341],[-3.4180129,58.7003322],[-3.4171049,58.6290293],[-3.7240109,58.6266658],[-3.7231029,58.606806],[-4.2361262,58.5992374],[-4.2334022,58.5092347],[-3.88836,58.5144516],[-3.8829119,58.4261327],[-3.7158389,58.4270836]],[[-6.46676,49.9943621],[-6.1889102,50.004868],[-6.1789222,49.8967815],[-6.3169391,49.8915171],[-6.312399,49.8200979],[-6.4504159,49.8159968]],[[-5.6453263,50.2029809],[-5.7801329,50.2014076],[-5.7637888,50.0197267],[-5.3479221,50.0290604],[-5.3388421,49.9414854],[-5.024672,49.9473287],[-5.0355681,50.0383923],[-5.0010639,50.0453901],[-4.9974319,50.1304478],[-4.855783,50.13394],[-4.861231,50.206057],[-4.6546085,50.2140172],[-4.6558926,50.3018616],[-4.5184924,50.3026818],[-4.51464,50.325642],[-4.2488284,50.3264618],[-4.2488284,50.3100631],[-4.10886,50.3141633],[-4.1062917,50.2411267],[-3.9648088,50.2432047],[-3.9640778,50.2254158],[-3.8522287,50.2273626],[-3.8503757,50.1552563],[-3.6921809,50.1572487],[-3.5414602,50.1602198],[-3.5465781,50.3226814],[-3.4068012,50.3241013],[-3.4165761,50.5892711],[-3.2746691,50.5962721],[-3.2749172,50.6106323],[-2.9971742,50.613972],[-2.9896008,50.688537],[-2.7120266,50.690565],[-2.710908,50.6195964],[-2.5695473,50.6157538],[-2.5651019,50.5134083],[-2.4014463,50.513379],[-2.3940583,50.6160348],[-2.2894123,50.6147436],[-2.2876184,50.6008549],[-2.1477855,50.6048506],[-2.1451013,50.5325437],[-1.9335117,50.5347477],[-1.9362139,50.6170445],[-1.8573025,50.6228094],[-1.8554865,50.709139],[-1.6066929,50.709139],[-1.6085089,50.6239615],[-1.4450678,50.6228094],[-1.4432518,50.5317039],[-1.1545059,50.5293951],[-1.1472419,50.6170485],[-1.011041,50.6205051],[-1.011041,50.7056889],[-0.704135,50.7045388],[-0.700503,50.7769401],[-0.5860943,50.7723465],[-0.5879103,50.7907181],[-0.0149586,50.7798108],[-0.0185906,50.7625836],[0.0967261,50.7620093],[0.0921861,50.6913106],[0.3046595,50.6890096],[0.3101075,50.7757917],[0.5511831,50.7726336],[0.5529991,50.8432096],[0.695556,50.8403428],[0.696464,50.8592608],[0.9852099,50.8523824],[0.9906579,50.9417226],[1.0160821,50.9411504],[1.0215301,51.0303204],[1.2812198,51.0240383],[1.2848518,51.0948044],[1.4277848,51.0948044],[1.4386809,51.2882859],[1.4713691,51.2871502],[1.4804492,51.3994534],[1.1590151,51.4073836],[1.1590151,51.3869889],[1.0191822,51.3903886],[1.0228142,51.4798247],[0.8793493,51.4843484],[0.8829813,51.5566675],[1.0264462,51.5544092],[1.0373423,51.7493319],[1.2607117,51.7482076],[1.2661598,51.8279642],[1.3351682,51.8335756],[1.3478803,51.9199021],[1.4840812,51.9199021],[1.4986093,52.0038271],[1.6438902,52.0027092],[1.6656823,52.270221],[1.7310588,52.270221],[1.7528509,52.4465637],[1.8254914,52.4476705],[1.8345714,52.624408],[1.7690346,52.6291402],[1.7741711,52.717904],[1.6996925,52.721793],[1.706113,52.8103687],[1.559724,52.8165777],[1.5648605,52.9034116],[1.4184715,52.9103818],[1.4223238,52.9281894],[1.3439928,52.9289635],[1.3491293,53.0001194],[0.4515789,53.022589],[0.4497629,52.9351139],[0.3789384,52.9351139],[0.3716744,52.846365],[0.2227614,52.8496552],[0.2336575,52.9329248],[0.3062979,52.9351139],[0.308114,53.022589],[0.3807544,53.0236813],[0.3993708,53.2933729],[0.3248922,53.2987454],[0.3274604,53.3853782],[0.2504136,53.38691],[0.2581183,53.4748924],[0.1862079,53.4779494],[0.1913443,53.6548777],[0.1502527,53.6594436],[0.1528209,53.7666003],[0.0012954,53.7734308],[0.0025796,53.8424326],[-0.0282392,53.841675],[-0.0226575,53.9311501],[-0.1406983,53.9322193],[-0.1416063,54.0219323],[-0.1706625,54.0235326],[-0.1679384,54.0949482],[-0.0126694,54.0912206],[-0.0099454,54.1811226],[-0.1615824,54.1837795],[-0.1606744,54.2029038],[-0.2405789,54.2034349],[-0.2378549,54.2936234],[-0.3894919,54.2941533],[-0.3857497,54.3837321],[-0.461638,54.3856364],[-0.4571122,54.4939066],[-0.6105651,54.4965434],[-0.6096571,54.5676704],[-0.7667421,54.569776],[-0.7640181,54.5887213],[-0.9192871,54.5908258],[-0.9148116,54.6608348],[-1.1485204,54.6634343],[-1.1472363,54.7528316],[-1.2268514,54.7532021],[-1.2265398,54.8429879],[-1.2991803,54.8435107],[-1.2991803,54.9333391],[-1.3454886,54.9354258],[-1.3436726,55.0234878],[-1.3772688,55.0255698],[-1.3754528,55.1310877],[-1.4997441,55.1315727],[-1.4969272,55.2928323],[-1.5296721,55.2942946],[-1.5258198,55.6523803],[-1.7659492,55.6545537],[-1.7620968,55.7435626],[-1.9688392,55.7435626],[-1.9698023,55.8334505],[-2.0019051,55.8336308],[-2.0015841,55.9235526],[-2.1604851,55.9240613],[-2.1613931,55.9413549],[-2.3202942,55.9408463],[-2.3212022,56.0145126],[-2.5627317,56.0124824],[-2.5645477,56.1022207],[-2.9658863,56.0991822],[-2.9667943,56.1710304],[-2.4828272,56.1755797],[-2.4882752,56.2856078],[-2.5645477,56.2835918],[-2.5681798,56.3742075],[-2.7261728,56.3732019],[-2.7316208,56.4425301],[-2.6190281,56.4425301],[-2.6153961,56.5317671],[-2.453771,56.5347715],[-2.4534686,56.6420248],[-2.4062523,56.6440218],[-2.3953562,56.7297964],[-2.2936596,56.7337811],[-2.2972916,56.807423],[-2.1629067,56.8113995],[-2.1592747,56.9958425],[-1.9922016,57.0017771],[-2.0067297,57.2737477],[-1.9195612,57.2757112],[-1.9304572,57.3482876],[-1.8106005,57.3443682],[-1.7997044,57.4402728],[-1.6616875,57.4285429],[-1.6689516,57.5398256],[-1.7452241,57.5398256],[-1.7524881,57.6313302],[-1.8287606,57.6332746],[-1.8287606,57.7187255],[-3.1768526,57.7171219],[-3.1794208,57.734264],[-3.5134082,57.7292105],[-3.5129542,57.7112683],[-3.7635638,57.7076303],[-3.7598539,57.635713],[-3.8420372,57.6343382],[-3.8458895,57.6178365],[-3.9794374,57.6157733],[-3.9794374,57.686544],[-3.8150708,57.689976],[-3.817639,57.7968899],[-3.6853753,57.7989429],[-3.6892276,57.8891567],[-3.9383458,57.8877915],[-3.9421981,57.9750592],[-3.6943641,57.9784638],[-3.6969323,58.0695865],[-4.0372226,58.0641528],[-4.0346543,57.9730163],[-4.2003051,57.9702923],[-4.1832772,57.7012869],[-4.518752,57.6951111],[-4.5122925,57.6050682],[-4.6789116,57.6016628],[-4.666022,57.4218334],[-3.6677696,57.4394729],[-3.671282,57.5295384],[-3.3384979,57.5331943],[-3.3330498,57.4438859],[-2.8336466,57.4485275],[-2.8236396,56.9992706],[-2.3305398,57.0006693],[-2.3298977,56.9113932],[-2.6579889,56.9092901],[-2.6559637,56.8198406],[-2.8216747,56.8188467],[-2.8184967,56.7295397],[-3.1449248,56.7265508],[-3.1435628,56.6362749],[-3.4679089,56.6350265],[-3.474265,56.7238108],[-3.8011471,56.7188284],[-3.785711,56.4493026],[-3.946428,56.4457896],[-3.9428873,56.2659777],[-4.423146,56.2588459],[-4.4141572,56.0815506],[-4.8944159,56.0708008],[-4.8791072,55.8896994],[-5.1994158,55.8821374],[-5.1852906,55.7023791],[-5.0273445,55.7067203],[-5.0222081,55.6879046],[-4.897649,55.6907999],[-4.8880181,55.6002822],[-4.7339244,55.6046348],[-4.7275038,55.5342082],[-4.773732,55.5334815],[-4.7685955,55.4447227],[-4.8494947,55.4418092],[-4.8405059,55.3506535],[-4.8700405,55.3513836],[-4.8649041,55.2629462],[-4.9920314,55.2592875],[-4.9907473,55.1691779],[-5.0600894,55.1655105],[-5.0575212,55.0751884],[-5.2141831,55.0722477],[-5.1991766,54.8020337],[-5.0466316,54.8062205],[-5.0502636,54.7244996],[-4.9703591,54.7203043],[-4.9776232,54.6215905],[-4.796022,54.6342056],[-4.796022,54.7307917],[-4.8977186,54.7265971],[-4.9086147,54.8145928],[-4.8069181,54.8166856],[-4.8105501,54.7915648],[-4.6943253,54.7978465],[-4.6761652,54.7244996],[-4.5744686,54.7244996],[-4.5599405,54.6426135],[-4.3093309,54.6384098],[-4.3333262,54.8229889],[-4.2626999,54.8274274],[-4.2549952,54.7348587],[-3.8338058,54.7400481],[-3.836374,54.8141105],[-3.7118149,54.8133706],[-3.7143831,54.8318654],[-3.5346072,54.8355633],[-3.5271039,54.9066228],[-3.4808758,54.9084684],[-3.4776655,54.7457328],[-3.5874573,54.744621],[-3.5836049,54.6546166],[-3.7107322,54.6531308],[-3.6991752,54.4550407],[-3.5746161,54.4572801],[-3.5759002,54.3863042],[-3.539945,54.3855564],[-3.5386609,54.297224],[-3.46033,54.2957252],[-3.4590458,54.2079507],[-3.3807149,54.2102037],[-3.381999,54.1169788],[-3.302878,54.1160656],[-3.300154,54.0276224],[-3.1013007,54.0292224],[-3.093596,53.6062158],[-3.2065981,53.6016441],[-3.2091663,53.4917753],[-3.2451215,53.4887193],[-3.2348486,53.4045934],[-3.5276266,53.3999999],[-3.5343966,53.328481],[-3.6488053,53.3252272],[-3.6527308,53.3057716],[-3.7271873,53.3046865],[-3.7315003,53.3945257],[-3.9108315,53.3912769],[-3.9071995,53.3023804],[-3.9521457,53.3015665],[-3.9566724,53.3912183],[-4.1081979,53.3889209],[-4.1081979,53.4072967],[-4.2622916,53.4065312],[-4.2635757,53.4753707],[-4.638537,53.4677274],[-4.6346847,53.3812621],[-4.7091633,53.3774321],[-4.7001745,53.1954965],[-4.5499332,53.1962658],[-4.5435126,53.1092488],[-4.3919871,53.1100196],[-4.3855666,53.0236002],[-4.6115707,53.0205105],[-4.603866,52.9284932],[-4.7566756,52.9261709],[-4.7476868,52.8370555],[-4.8208813,52.8331768],[-4.8208813,52.7446476],[-4.3701572,52.7539749],[-4.3765778,52.8401583],[-4.2314728,52.8455875],[-4.2237682,52.7586379],[-4.1056297,52.7570836],[-4.1015192,52.6714874],[-4.1487355,52.6703862],[-4.1305754,52.4008596],[-4.1995838,52.3986435],[-4.2050319,52.3110195],[-4.3466808,52.303247],[-4.3484968,52.2365693],[-4.4901457,52.2332328],[-4.4883297,52.2098702],[-4.6572188,52.2098702],[-4.6590348,52.1385939],[-4.7788916,52.13525],[-4.7807076,52.1162967],[-4.9259885,52.1140663],[-4.9187245,52.0392855],[-5.2365265,52.0314653],[-5.2347105,51.9442339],[-5.3473032,51.9408755],[-5.3473032,51.9195995],[-5.4925842,51.9162392],[-5.4853201,51.8265386],[-5.1983903,51.8321501],[-5.1893102,51.7625177],[-5.335825,51.7589528],[-5.3281204,51.6686495],[-5.1836575,51.6730296],[-5.1836575,51.6539134],[-5.0674452,51.6578966],[-5.0603825,51.5677905],[-4.5974594,51.5809588],[-4.60388,51.6726314],[-4.345773,51.6726314],[-4.3355001,51.4962964],[-3.9528341,51.5106841],[-3.9425611,51.5905333],[-3.8809237,51.5953198],[-3.8706508,51.5074872],[-3.7679216,51.4978952],[-3.7550805,51.4242895],[-3.5855774,51.41468],[-3.5778727,51.3329177],[-3.0796364,51.3329177],[-3.0770682,51.2494018],[-3.7216935,51.2381477],[-3.7216935,51.2558315],[-3.8706508,51.2558315],[-3.8680825,51.2365398],[-4.2944084,51.2252825],[-4.289272,51.0496352],[-4.5692089,51.0431767],[-4.5624122,50.9497388],[-4.5905604,50.9520269],[-4.5896524,50.8627065],[-4.6296046,50.8592677],[-4.6226411,50.7691513],[-4.6952816,50.7680028],[-4.6934655,50.6967379],[-4.8342064,50.6938621],[-4.8296664,50.6046231],[-4.9676833,50.6000126],[-4.9685913,50.5821427],[-5.1084242,50.5786832],[-5.1029762,50.4892254],[-5.1311244,50.48807],[-5.1274923,50.4163798],[-5.2664172,50.4117509],[-5.2609692,50.3034214],[-5.5124868,50.2976214],[-5.5061308,50.2256428],[-5.6468717,50.2209953]],[[-5.1336607,55.2630226],[-5.1021999,55.2639372],[-5.0999527,55.2458239],[-5.1322161,55.2446343]],[[-5.6431878,55.5095745],[-5.4861028,55.5126594],[-5.4715747,55.3348829],[-5.6277517,55.3302345]],[[-4.7213517,51.2180246],[-4.5804201,51.2212417],[-4.5746416,51.1306736],[-4.7174993,51.1280545]],[[-5.1608796,55.4153626],[-5.0045387,55.4190069],[-5.0184798,55.6153521],[-5.1755648,55.6138137]]],"terms_url":"http://geo.nls.uk/maps/","terms_text":"National Library of Scotland Historic Maps"},{"name":"NLS - OS 25-inch (Scotland), 1892-1905","type":"tms","template":"http://geo.nls.uk/mapdata2/os/25_inch/scotland_1/{zoom}/{x}/{y}.png","scaleExtent":[0,18],"polygon":[[[-9.25,54.43],[-9.25,61.12],[0.22,61.12],[0.22,54.43],[-9.25,54.43]]],"terms_url":"http://geo.nls.uk/maps/","terms_text":"National Library of Scotland Historic Maps"},{"name":"NLS - OS 6-inch County Series, 1888-1913","type":"tms","template":"http://geo.nls.uk/mapdata3/os/6_inch_gb_1900/{zoom}/{x}/{y}.png","scaleExtent":[0,17],"polygon":[[[-9,49.8],[-9,61.1],[1.9,61.1],[1.9,49.8],[-9,49.8]]],"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],[-5.0642752,54.8026508],[-5.0560354,54.6305176],[-4.3158316,54.6297227],[-4.3117117,54.7448258],[-3.8530325,54.7464112],[-3.8530325,54.8034424],[-3.5522818,54.8034424],[-3.5522818,54.8374644],[-3.468511,54.8406277],[-3.4657644,54.8983158],[-3.3847403,54.8991055],[-3.3888601,54.9559214],[-3.0920786,54.9539468],[-3.0392359,54.9923274],[-3.0212713,55.0493881],[-2.9591232,55.0463283],[-2.9202807,55.0666294],[-2.7857081,55.068652],[-2.7852225,55.0914426],[-2.7337562,55.0922761],[-2.737616,55.151204],[-2.7648395,55.1510672],[-2.7013114,55.1722505],[-2.6635459,55.2192808],[-2.6460364,55.2188891],[-2.629042,55.2233933],[-2.6317886,55.2287781],[-2.6235488,55.2446345],[-2.6197723,55.2454663],[-2.6099017,55.2454174],[-2.6099876,55.2486466],[-2.6408121,55.2590039],[-2.6247896,55.2615631],[-2.6045186,55.2823081],[-2.5693176,55.296132],[-2.5479542,55.3121617],[-2.5091116,55.3234891],[-2.4780376,55.3494471],[-2.4421083,55.3533118],[-2.4052079,55.3439256],[-2.3726772,55.3447539],[-2.3221819,55.3687665],[-2.3241241,55.3999337],[-2.2576062,55.425015],[-2.1985547,55.4273529],[-2.1484296,55.4717466],[-2.1944348,55.484199],[-2.2040479,55.529306],[-2.2960584,55.6379722],[-2.2177808,55.6379722],[-2.1059266,55.7452498],[-1.9716874,55.7462161],[-1.9697453,55.9190951],[-2.1201694,55.9207115],[-2.1242893,55.9776133],[-2.3440159,55.9783817],[-2.3440159,56.0390349],[-2.5046909,56.0413363],[-2.500571,56.1003588],[-2.8823459,56.0957629],[-2.8823459,56.1722898],[-2.4126804,56.1692316],[-2.4181736,56.2334017],[-2.5857151,56.2303484],[-2.5719822,56.3416356],[-2.7257908,56.3462022],[-2.7312839,56.4343808],[-2.6928318,56.4343808],[-2.6928318,56.4859769],[-2.5307834,56.4935587],[-2.5307834,56.570806],[-2.5302878,56.6047947],[-2.3732428,56.6044452],[-2.3684363,56.7398824],[-2.3292975,56.7398824],[-2.3292975,56.7888065],[-2.3145346,56.7891826],[-2.3148779,56.7967036],[-2.171369,56.7967036],[-2.1703979,56.9710595],[-2.0101725,56.9694716],[-2.0101725,57.0846832],[-2.0817687,57.085349],[-2.0488097,57.1259963],[-2.0409133,57.126369],[-2.0383434,57.2411129],[-1.878118,57.2421638],[-1.8771469,57.2978175],[-1.9868771,57.2983422],[-1.9082209,57.3560063],[-1.8752048,57.3560063],[-1.8761758,57.3769527],[-1.8120857,57.4120111],[-1.7120661,57.4120111],[-1.7034646,57.6441388],[-1.8666032,57.6451781],[-1.8646611,57.7033351],[-3.1204292,57.7064705],[-3.1218025,57.7504652],[-3.4445259,57.7526635],[-3.4472724,57.7138067],[-3.5145637,57.7094052],[-3.5118171,57.6939956],[-3.7645027,57.6917938],[-3.7672492,57.6344975],[-3.842378,57.6288312],[-3.8438346,57.5965825],[-3.9414265,57.5916386],[-3.9404554,57.6537782],[-3.8894746,57.6529989],[-3.8826772,57.7676408],[-3.7224517,57.766087],[-3.7195385,57.8819201],[-3.9146888,57.8853352],[-3.916062,57.9546243],[-3.745774,57.9538956],[-3.7471473,58.0688409],[-3.5837256,58.0695672],[-3.5837256,58.1116689],[-3.4560096,58.1138452],[-3.4544646,58.228503],[-3.4379851,58.2283222],[-3.4243233,58.2427725],[-3.412307,58.2438567],[-3.3735115,58.2695057],[-3.3063919,58.2862038],[-3.1229154,58.2859395],[-3.123602,58.3443661],[-2.9574338,58.3447264],[-2.951254,58.6422011],[-2.8812162,58.6429157],[-2.8851004,58.8112825],[-2.7180775,58.8142997],[-2.7161354,58.8715749],[-2.556881,58.8775984],[-2.5544533,58.9923453],[-2.5567617,59.0483775],[-2.391893,59.0485996],[-2.3918002,59.1106996],[-2.4733695,59.1106996],[-2.5591563,59.1783028],[-2.5630406,59.2210646],[-2.3921334,59.224046],[-2.3911409,59.2740075],[-2.3639512,59.2745036],[-2.3658933,59.285417],[-2.3911409,59.284921],[-2.3911409,59.3379505],[-2.2221759,59.3381981],[-2.2233897,59.395965],[-2.3758467,59.396583],[-2.3899271,59.4026383],[-2.4008516,59.3962122],[-2.5637882,59.3952604],[-2.5637882,59.3385811],[-2.7320164,59.3375306],[-2.7333896,59.3952604],[-3.0726511,59.3931174],[-3.0703404,59.3354759],[-3.0753186,59.3355634],[-3.0749753,59.3292593],[-3.0698254,59.3289091],[-3.069801,59.2196159],[-3.2363384,59.2166341],[-3.2336751,59.1606496],[-3.4032766,59.1588895],[-3.394086,58.9279316],[-3.5664497,58.9259268],[-3.5611089,58.8679885],[-3.392508,58.8699339],[-3.3894734,58.8698711],[-3.3891093,58.8684905],[-3.3912942,58.868616],[-3.3884161,58.7543084],[-3.2238208,58.7555677],[-3.2189655,58.691289],[-3.4634113,58.6905753],[-3.4551716,58.6341518],[-3.787508,58.6341518],[-3.7861347,58.5769211],[-3.9028645,58.5733411],[-3.9028645,58.6477304],[-4.0690327,58.6491594],[-4.0690327,58.5912376],[-4.7364521,58.5933845],[-4.7364521,58.6505884],[-5.0715351,58.6520173],[-5.0654779,58.5325854],[-5.2332047,58.5316087],[-5.2283494,58.4719947],[-5.2424298,58.4719947],[-5.2366034,58.4089731],[-5.2283494,58.4094818],[-5.2210664,58.3005859],[-5.5657939,58.2959933],[-5.5580254,58.2372573],[-5.4146722,58.2401326],[-5.4141866,58.2267768],[-5.3885749,58.2272242],[-5.382714,58.1198615],[-5.51043,58.1191362],[-5.5114011,58.006214],[-5.6745397,58.0041559],[-5.6716266,57.9449366],[-5.6716266,57.8887166],[-5.8347652,57.8856193],[-5.8277052,57.5988958],[-6.0384259,57.5986357],[-6.0389115,57.6459559],[-6.1981658,57.6456961],[-6.2076123,57.7600132],[-6.537067,57.7544033],[-6.5312406,57.6402392],[-6.7002056,57.6360809],[-6.6807844,57.5236293],[-6.8516915,57.5152857],[-6.8361545,57.3385811],[-6.6730158,57.3438213],[-6.674958,57.2850883],[-6.5098772,57.2850883],[-6.4982244,57.1757637],[-6.3506228,57.1820797],[-6.3312015,57.1251969],[-6.1797156,57.1230884],[-6.1719471,57.0682265],[-6.4593819,57.059779],[-6.4564687,57.1093806],[-6.6671895,57.1062165],[-6.6730158,57.002708],[-6.5021087,57.0048233],[-6.4836097,56.8917522],[-6.3266104,56.8894062],[-6.3156645,56.7799312],[-6.2146739,56.775675],[-6.2146739,56.7234965],[-6.6866107,56.7224309],[-6.6769001,56.6114413],[-6.8419809,56.607166],[-6.8400387,56.5483307],[-7.1546633,56.5461895],[-7.1488369,56.4872592],[-6.9915246,56.490476],[-6.9876404,56.4325329],[-6.6827265,56.4314591],[-6.6769001,56.5472601],[-6.5292985,56.5504717],[-6.5234721,56.4379018],[-6.3661598,56.4368281],[-6.3642177,56.3766524],[-6.5273563,56.3712749],[-6.5171745,56.2428427],[-6.4869621,56.247421],[-6.4869621,56.1893882],[-6.3001945,56.1985572],[-6.3029411,56.2581017],[-5.9019401,56.256576],[-5.8964469,56.0960466],[-6.0282829,56.0883855],[-6.0392692,56.1557502],[-6.3853385,56.1542205],[-6.3606193,55.96099],[-6.2123039,55.9640647],[-6.2047508,55.9202269],[-6.5185478,55.9129158],[-6.5061881,55.7501763],[-6.6764762,55.7409005],[-6.6599967,55.6263176],[-6.3551261,55.6232161],[-6.3578727,55.5689002],[-6.0392692,55.5720059],[-6.0310294,55.6247669],[-5.7398917,55.6309694],[-5.7371452,55.4569279],[-5.8964469,55.4600426],[-5.8964469,55.2789864],[-5.4350211,55.2821151],[-5.4405143,55.4506979],[-5.2867057,55.4569279],[-5.3086784,55.4070602],[-4.9735954,55.4008223],[-4.9845817,55.2038242],[-5.1493766,55.2038242],[-5.1411369,55.037337],[-5.2152946,55.0341891]],[[-2.1646559,60.1622059],[-1.9930299,60.1609801],[-1.9946862,60.1035151],[-2.1663122,60.104743]],[[-1.5360658,59.8570831],[-1.3653566,59.8559841],[-1.366847,59.7975565],[-1.190628,59.7964199],[-1.1862046,59.9695391],[-1.0078652,59.9683948],[-1.0041233,60.114145],[-0.8360832,60.1130715],[-0.834574,60.1716772],[-1.0074262,60.1727795],[-1.0052165,60.2583924],[-0.8299659,60.2572778],[-0.826979,60.3726551],[-0.6507514,60.3715381],[-0.6477198,60.4882292],[-0.9984896,60.4904445],[-0.9970279,60.546555],[-0.6425288,60.5443201],[-0.6394896,60.6606792],[-0.8148133,60.6617806],[-0.8132987,60.7196112],[-0.6383298,60.7185141],[-0.635467,60.8275393],[-0.797568,60.8285523],[-0.9941426,60.8297807],[-0.9954966,60.7782667],[-1.1670282,60.7793403],[-1.1700357,60.6646181],[-1.5222599,60.6668304],[-1.5237866,60.6084426],[-1.6975673,60.609536],[-1.7021271,60.4345249],[-1.5260578,60.4334111],[-1.5275203,60.3770719],[-1.8751127,60.3792746],[-1.8781372,60.2624647],[-1.7019645,60.2613443],[-1.7049134,60.1470532],[-1.528659,60.1459283]],[[-0.9847667,60.8943762],[-0.9860347,60.8361105],[-0.8078362,60.8351904],[-0.8065683,60.8934578]],[[-7.7696901,56.8788231],[-7.7614504,56.7608274],[-7.6009049,56.7641903],[-7.5972473,56.819332],[-7.4479894,56.8203948],[-7.4489319,56.8794098],[-7.2841369,56.8794098],[-7.2813904,57.0471152],[-7.1303283,57.0515969],[-7.1330749,57.511801],[-6.96828,57.5147514],[-6.9765198,57.6854668],[-6.8062317,57.6913392],[-6.8089782,57.8041985],[-6.6496765,57.8071252],[-6.6441833,57.8612267],[-6.3200866,57.8626878],[-6.3200866,58.1551617],[-6.1607849,58.1522633],[-6.1552917,58.20874],[-5.9850036,58.2101869],[-5.9904968,58.2680163],[-6.1497986,58.2665717],[-6.1415588,58.5557514],[-6.3173401,58.5557514],[-6.3091003,58.4983923],[-6.4876282,58.4955218],[-6.4876282,58.4423768],[-6.6606628,58.4395018],[-6.6469299,58.3819525],[-6.8117248,58.3805125],[-6.8117248,58.3286357],[-6.9792663,58.3286357],[-6.9710266,58.2694608],[-7.1413147,58.2680163],[-7.1403816,58.0358742],[-7.3020636,58.0351031],[-7.3030347,57.9774797],[-7.1379539,57.9777372],[-7.1413526,57.9202792],[-7.1398961,57.8640206],[-7.3020636,57.862471],[-7.298484,57.7442293],[-7.4509193,57.7456951],[-7.4550392,57.6899522],[-7.6186131,57.6906048],[-7.6198341,57.7456951],[-7.7901222,57.7442293],[-7.7873756,57.6855477],[-7.6222332,57.6853817],[-7.6173779,57.5712602],[-7.788285,57.5709998],[-7.7892561,57.512109],[-7.7038025,57.5115874],[-7.6999183,57.4546902],[-7.5367796,57.4552126],[-7.5348375,57.5126306],[-7.4581235,57.5131521],[-7.4552103,57.2824165],[-7.6115515,57.2845158],[-7.6144647,57.2272651],[-7.451326,57.2256881],[-7.451326,57.1103873],[-7.6164068,57.1088053],[-7.603783,56.8792358]],[[-1.7106618,59.5626284],[-1.5417509,59.562215],[-1.5423082,59.5037224],[-1.7112191,59.5041365]]],"terms_url":"http://geo.nls.uk/maps/","terms_text":"National Library of Scotland Historic Maps"},{"name":"OpenStreetMap (Standard)","type":"tms","description":"The default OpenStreetMap layer.","template":"http://{switch:a,b,c}.tile.openstreetmap.org/{zoom}/{x}/{y}.png","scaleExtent":[0,19],"terms_url":"http://openstreetmap.org/","terms_text":"© OpenStreetMap contributors, CC-BY-SA","id":"MAPNIK","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":"OS 1:25k historic (OSM)","type":"tms","template":"http://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg","scaleExtent":[6,17],"polygon":[[[-9,49.8],[-9,61.1],[1.9,61.1],[1.9,49.8],[-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.8,55.8],[1.9,55.8],[1.9,49.8],[-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],[-9,61.1],[1.9,61.1],[1.9,49.8],[-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.8292886,50.254819],[-5.373356,50.254819],[-5.373356,50.3530588],[-5.1756021,50.3530588],[-5.1756021,50.5925406],[-4.9970743,50.5925406],[-4.9970743,50.6935617],[-4.7965738,50.6935617],[-4.7965738,50.7822112],[-4.6949503,50.7822112],[-4.6949503,50.9607371],[-4.6043131,50.9607371],[-4.6043131,51.0692066],[-4.3792215,51.0692066],[-4.3792215,51.2521782],[-3.9039346,51.2521782],[-3.9039346,51.2916998],[-3.7171671,51.2916998],[-3.7171671,51.2453014],[-3.1486246,51.2453014],[-3.1486246,51.362067],[-3.7446329,51.362067],[-3.7446329,51.4340386],[-3.8297769,51.4340386],[-3.8297769,51.5298246],[-4.0852091,51.5298246],[-4.0852091,51.4939284],[-4.3792215,51.4939284],[-4.3792215,51.5427168],[-5.1444195,51.5427168],[-5.1444195,51.6296003],[-5.7387103,51.6296003],[-5.7387103,51.774037],[-5.5095393,51.774037],[-5.5095393,51.9802596],[-5.198799,51.9802596],[-5.198799,52.0973358],[-4.8880588,52.0973358],[-4.8880588,52.1831557],[-4.4957492,52.1831557],[-4.4957492,52.2925739],[-4.3015365,52.2925739],[-4.3015365,52.3685318],[-4.1811246,52.3685318],[-4.1811246,52.7933685],[-4.4413696,52.7933685],[-4.4413696,52.7369614],[-4.8569847,52.7369614],[-4.8569847,52.9317255],[-4.7288044,52.9317255],[-4.7288044,53.5038599],[-4.1578191,53.5038599],[-4.1578191,53.4113498],[-3.3110518,53.4113498],[-3.3110518,53.5038599],[-3.2333667,53.5038599],[-3.2333667,54.0159169],[-3.3926211,54.0159169],[-3.3926211,54.1980953],[-3.559644,54.1980953],[-3.559644,54.433732],[-3.7188984,54.433732],[-3.7188984,54.721897],[-4.3015365,54.721897],[-4.3015365,54.6140739],[-5.0473132,54.6140739],[-5.0473132,54.7532915],[-5.2298731,54.7532915],[-5.2298731,55.2190799],[-5.6532567,55.2190799],[-5.6532567,55.250088],[-5.8979647,55.250088],[-5.8979647,55.4822462],[-6.5933212,55.4822462],[-6.5933212,56.3013441],[-7.1727691,56.3013441],[-7.1727691,56.5601822],[-6.8171722,56.5601822],[-6.8171722,56.6991713],[-6.5315276,56.6991713],[-6.5315276,56.9066964],[-6.811679,56.9066964],[-6.811679,57.3716613],[-6.8721038,57.3716613],[-6.8721038,57.5518893],[-7.0973235,57.5518893],[-7.0973235,57.2411085],[-7.1742278,57.2411085],[-7.1742278,56.9066964],[-7.3719817,56.9066964],[-7.3719817,56.8075885],[-7.5202972,56.8075885],[-7.5202972,56.7142479],[-7.8306806,56.7142479],[-7.8306806,56.8994605],[-7.6494061,56.8994605],[-7.6494061,57.4739617],[-7.8306806,57.4739617],[-7.8306806,57.7915584],[-7.4736249,57.7915584],[-7.4736249,58.086063],[-7.1879804,58.086063],[-7.1879804,58.367197],[-6.8034589,58.367197],[-6.8034589,58.4155786],[-6.638664,58.4155786],[-6.638664,58.4673277],[-6.5178143,58.4673277],[-6.5178143,58.5625632],[-6.0536224,58.5625632],[-6.0536224,58.1568843],[-6.1470062,58.1568843],[-6.1470062,58.1105865],[-6.2799798,58.1105865],[-6.2799798,57.7122664],[-6.1591302,57.7122664],[-6.1591302,57.6667563],[-5.9339104,57.6667563],[-5.9339104,57.8892524],[-5.80643,57.8892524],[-5.80643,57.9621767],[-5.6141692,57.9621767],[-5.6141692,58.0911236],[-5.490819,58.0911236],[-5.490819,58.3733281],[-5.3199118,58.3733281],[-5.3199118,58.75015],[-3.5719977,58.75015],[-3.5719977,59.2091788],[-3.1944501,59.2091788],[-3.1944501,59.4759216],[-2.243583,59.4759216],[-2.243583,59.1388749],[-2.4611012,59.1388749],[-2.4611012,58.8185938],[-2.7407675,58.8185938],[-2.7407675,58.5804743],[-2.9116746,58.5804743],[-2.9116746,58.1157523],[-3.4865441,58.1157523],[-3.4865441,57.740386],[-1.7153245,57.740386],[-1.7153245,57.2225558],[-1.9794538,57.2225558],[-1.9794538,56.8760742],[-2.1658979,56.8760742],[-2.1658979,56.6333186],[-2.3601106,56.6333186],[-2.3601106,56.0477521],[-1.9794538,56.0477521],[-1.9794538,55.8650949],[-1.4745008,55.8650949],[-1.4745008,55.2499926],[-1.3221997,55.2499926],[-1.3221997,54.8221737],[-1.0550014,54.8221737],[-1.0550014,54.6746628],[-0.6618765,54.6746628],[-0.6618765,54.5527463],[-0.3247617,54.5527463],[-0.3247617,54.2865195],[0.0092841,54.2865195],[0.0092841,53.7938518],[0.2081962,53.7938518],[0.2081962,53.5217726],[0.4163548,53.5217726],[0.4163548,53.0298851],[1.4273388,53.0298851],[1.4273388,52.92021],[1.8333912,52.92021],[1.8333912,52.042488],[1.5235504,52.042488],[1.5235504,51.8261335],[1.2697049,51.8261335],[1.2697049,51.6967453],[1.116651,51.6967453],[1.116651,51.440346],[1.5235504,51.440346],[1.5235504,51.3331831],[1.4507565,51.3331831],[1.4507565,51.0207553],[1.0699883,51.0207553],[1.0699883,50.9008416],[0.7788126,50.9008416],[0.7788126,50.729843],[-0.7255952,50.729843],[-0.7255952,50.7038437],[-1.0074383,50.7038437],[-1.0074383,50.5736307],[-2.3625252,50.5736307],[-2.3625252,50.4846421],[-2.4987805,50.4846421],[-2.4987805,50.5736307],[-3.4096378,50.5736307],[-3.4096378,50.2057837],[-3.6922446,50.2057837],[-3.6922446,50.1347737],[-5.005468,50.1347737],[-5.005468,49.9474456],[-5.2839506,49.9474456],[-5.2839506,50.0229734]],[[-6.4580707,49.8673563],[-6.4580707,49.9499935],[-6.3978807,49.9499935],[-6.3978807,50.0053797],[-6.1799606,50.0053797],[-6.1799606,49.9168614],[-6.2540201,49.9168614],[-6.2540201,49.8673563]],[[-5.8343165,49.932156],[-5.8343165,49.9754641],[-5.7683254,49.9754641],[-5.7683254,49.932156]],[[-1.9483797,60.6885737],[-1.9483797,60.3058841],[-1.7543149,60.3058841],[-1.7543149,60.1284428],[-1.5754914,60.1284428],[-1.5754914,59.797917],[-1.0316959,59.797917],[-1.0316959,60.0354518],[-0.6626918,60.0354518],[-0.6626918,60.9103862],[-1.1034395,60.9103862],[-1.1034395,60.8040022],[-1.3506319,60.8040022],[-1.3506319,60.6885737]],[[-2.203381,60.1968568],[-2.203381,60.0929443],[-1.9864011,60.0929443],[-1.9864011,60.1968568]],[[-1.7543149,59.5698289],[-1.7543149,59.4639383],[-1.5373349,59.4639383],[-1.5373349,59.5698289]],[[-4.5585981,59.1370518],[-4.5585981,58.9569099],[-4.2867004,58.9569099],[-4.2867004,59.1370518]],[[-6.2787732,59.2025744],[-6.2787732,59.0227769],[-5.6650612,59.0227769],[-5.6650612,59.2025744]],[[-8.7163482,57.9440556],[-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]]]},{"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],[-7.8,61.1],[-1.1,61.1],[-1.1,54.5],[-7.8,54.5]]]},{"name":"OS Town Plans, Aberdeen 1866-1867 (NLS)","type":"tms","description":"Detailed town plan of Aberdeen 1866-1867, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/aberdeen/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.14039404,57.11218789],[-2.14064752,57.17894161],[-2.04501987,57.17901252],[-2.04493842,57.11225862]]],"terms_url":"http://maps.nls.uk/townplans/aberdeen.html","terms_text":"National Library of Scotland - Aberdeen 1866-1867"},{"name":"OS Town Plans, Airdrie 1858 (NLS)","type":"tms","description":"Detailed town plan of Airdrie 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/airdrie/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.99291738,55.86408041],[-3.99338933,55.87329115],[-3.9691085,55.87368212],[-3.9686423,55.86447124]]],"terms_url":"http://maps.nls.uk/townplans/airdrie.html","terms_text":"National Library of Scotland - Airdrie 1858"},{"name":"OS Town Plans, Alexandria 1859 (NLS)","type":"tms","description":"Detailed town plan of Alexandria 1859, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/alexandria/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.58973571,55.97536707],[-4.59104461,55.99493153],[-4.55985072,55.99558348],[-4.55855754,55.97601855]]],"terms_url":"http://maps.nls.uk/townplans/alexandria.html","terms_text":"National Library of Scotland - Alexandria 1859"},{"name":"OS Town Plans, Alloa 1861-1862 (NLS)","type":"tms","description":"Detailed town plan of Alloa 1861-1862, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/alloa/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.81166061,56.09864363],[-3.81274448,56.12169929],[-3.7804609,56.12216898],[-3.77939631,56.09911292]]],"terms_url":"http://maps.nls.uk/townplans/alloa.html","terms_text":"National Library of Scotland - Alloa 1861-1862"},{"name":"OS Town Plans, Annan 1859 (NLS)","type":"tms","description":"Detailed town plan of Annan 1859, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/annan/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.27921439,54.98252155],[-3.27960062,54.9946601],[-3.24866331,54.99498165],[-3.24828642,54.98284297]]],"terms_url":"http://maps.nls.uk/townplans/annan.html","terms_text":"National Library of Scotland - Annan 1859"},{"name":"OS Town Plans, Arbroath 1858 (NLS)","type":"tms","description":"Detailed town plan of Arbroath 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/arbroath/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.60716469,56.53995105],[-2.60764981,56.57022426],[-2.56498708,56.57042549],[-2.564536,56.54015206]]],"terms_url":"http://maps.nls.uk/townplans/arbroath.html","terms_text":"National Library of Scotland - Arbroath 1858"},{"name":"OS Town Plans, Ayr 1855 (NLS)","type":"tms","description":"Detailed town plan of Ayr 1855, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/ayr/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.66768105,55.43748864],[-4.67080057,55.48363961],[-4.60609844,55.48503484],[-4.60305426,55.43888149]]],"terms_url":"http://maps.nls.uk/townplans/ayr.html","terms_text":"National Library of Scotland - Ayr 1855"},{"name":"OS Town Plans, Berwick-upon-Tweed 1852 (NLS)","type":"tms","description":"Detailed town plan of Berwick-upon-Tweed 1852, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/berwick/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.02117487,55.75577627],[-2.02118763,55.77904118],[-1.98976956,55.77904265],[-1.9897755,55.75577774]]],"terms_url":"http://maps.nls.uk/townplans/berwick.html","terms_text":"National Library of Scotland - Berwick-upon-Tweed 1852"},{"name":"OS Town Plans, Brechin 1862 (NLS)","type":"tms","description":"Detailed town plan of Brechin 1862, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/brechin/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.67480248,56.71456775],[-2.67521172,56.73739937],[-2.64319679,56.73756872],[-2.64280695,56.71473694]]],"terms_url":"http://maps.nls.uk/townplans/brechin.html","terms_text":"National Library of Scotland - Brechin 1862"},{"name":"OS Town Plans, Burntisland 1894 (NLS)","type":"tms","description":"Detailed town plan of Burntisland 1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/burntisland/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.24879624,56.04240046],[-3.2495182,56.06472996],[-3.21830572,56.06504207],[-3.21760179,56.0427123]]],"terms_url":"http://maps.nls.uk/townplans/burntisland.html","terms_text":"National Library of Scotland - Burntisland 1894"},{"name":"OS Town Plans, Campbelton 1865 (NLS)","type":"tms","description":"Detailed town plan of Campbelton 1865, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/campbeltown/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-5.62345307,55.40255998],[-5.62631353,55.43375303],[-5.58276654,55.43503753],[-5.57994024,55.40384299]]],"terms_url":"http://maps.nls.uk/townplans/campbelton.html","terms_text":"National Library of Scotland - Campbelton 1865"},{"name":"OS Town Plans, Coatbridge 1858 (NLS)","type":"tms","description":"Detailed town plan of Coatbridge 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/coatbridge/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.05035921,55.84648689],[-4.05157062,55.86947193],[-4.01953905,55.87000186],[-4.01834651,55.84701638]]],"terms_url":"http://maps.nls.uk/townplans/coatbridge.html","terms_text":"National Library of Scotland - Coatbridge 1858"},{"name":"OS Town Plans, Cupar 1854 (NLS)","type":"tms","description":"Detailed town plan of Cupar 1854, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/cupar1854/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.04765872,56.28653177],[-3.04890965,56.332192],[-2.98498515,56.33271677],[-2.98381041,56.28705563]]],"terms_url":"http://maps.nls.uk/townplans/cupar_1.html","terms_text":"National Library of Scotland - Cupar 1854"},{"name":"OS Town Plans, Cupar 1893-1894 (NLS)","type":"tms","description":"Detailed town plan of Cupar 1893-1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/cupar1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.0327697,56.30243657],[-3.03338443,56.32520139],[-3.00146629,56.32546356],[-3.00087054,56.30269852]]],"terms_url":"http://maps.nls.uk/townplans/cupar_2.html","terms_text":"National Library of Scotland - Cupar 1893-1894"},{"name":"OS Town Plans, Dalkeith 1852 (NLS)","type":"tms","description":"Detailed town plan of Dalkeith 1852, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dalkeith1852/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.07862465,55.88900264],[-3.0790381,55.90389729],[-3.05835611,55.90407681],[-3.05795059,55.88918206]]],"terms_url":"http://maps.nls.uk/townplans/dalkeith_1.html","terms_text":"National Library of Scotland - Dalkeith 1852"},{"name":"OS Town Plans, Dalkeith 1893 (NLS)","type":"tms","description":"Detailed town plan of Dalkeith 1893, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dalkeith1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.08600192,55.87936087],[-3.08658588,55.90025926],[-3.0436473,55.90063074],[-3.04308639,55.87973206]]],"terms_url":"http://maps.nls.uk/townplans/dalkeith_2.html","terms_text":"National Library of Scotland - Dalkeith 1893"},{"name":"OS Town Plans, Dumbarton 1859 (NLS)","type":"tms","description":"Detailed town plan of Dumbarton 1859, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dumbarton/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.58559982,55.92742578],[-4.58714245,55.95056014],[-4.55463269,55.95123882],[-4.55310939,55.92810387]]],"terms_url":"http://maps.nls.uk/townplans/dumbarton.html","terms_text":"National Library of Scotland - Dumbarton 1859"},{"name":"OS Town Plans, Dumfries 1850 (NLS)","type":"tms","description":"Detailed town plan of Dumfries 1850, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dumfries1850/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.63928076,55.03715991],[-3.64116352,55.08319002],[-3.57823183,55.08402202],[-3.57642118,55.0379905]]],"terms_url":"http://maps.nls.uk/townplans/dumfries_1.html","terms_text":"National Library of Scotland - Dumfries 1850"},{"name":"OS Town Plans, Dumfries 1893 (NLS)","type":"tms","description":"Detailed town plan of Dumfries 1893, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dumfries1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.63179081,55.04150111],[-3.63330662,55.07873429],[-3.58259012,55.07940411],[-3.58112132,55.04217001]]],"terms_url":"http://maps.nls.uk/townplans/dumfries_2.html","terms_text":"National Library of Scotland - Dumfries 1893"},{"name":"OS Town Plans, Dundee 1857-1858 (NLS)","type":"tms","description":"Detailed town plan of Dundee 1857-1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dundee1857/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.02584468,56.44879161],[-3.02656969,56.47566815],[-2.94710317,56.47629984],[-2.94643424,56.44942266]]],"terms_url":"http://maps.nls.uk/townplans/dundee_1.html","terms_text":"National Library of Scotland - Dundee 1857-1858"},{"name":"OS Town Plans, Dundee 1870-1872 (NLS)","type":"tms","description":"Detailed town plan of Dundee 1870-1872, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dundee1870/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.03399945,56.448497],[-3.03497463,56.48435238],[-2.92352705,56.48523137],[-2.92265681,56.4493748]]],"terms_url":"http://maps.nls.uk/townplans/dundee_2.html","terms_text":"National Library of Scotland - Dundee 1870-1872"},{"name":"OS Town Plans, Dunfermline 1854 (NLS)","type":"tms","description":"Detailed town plan of Dunfermline 1854, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dunfermline1854/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.49045481,56.0605979],[-3.49116489,56.07898822],[-3.44374075,56.07955208],[-3.44305323,56.06116138]]],"terms_url":"http://maps.nls.uk/townplans/dunfermline_1.html","terms_text":"National Library of Scotland - Dunfermline 1854"},{"name":"OS Town Plans, Dunfermline 1894 (NLS)","type":"tms","description":"Detailed town plan of Dunfermline 1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/dunfermline1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.48284159,56.05198219],[-3.48399434,56.08198924],[-3.44209721,56.08248587],[-3.44097697,56.05247826]]],"terms_url":"http://maps.nls.uk/townplans/dunfermline_2.html","terms_text":"National Library of Scotland - Dunfermline 1894"},{"name":"OS Town Plans, Edinburgh 1849-1851 (NLS)","type":"tms","description":"Detailed town plan of Edinburgh 1849-1851, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/edinburgh1849/{zoom}/{x}/{y}.png","scaleExtent":[13,20],"polygon":[[[-3.2361048,55.921366],[-3.23836397,55.99217223],[-3.14197035,55.99310288],[-3.13988689,55.92229419]]],"terms_url":"http://maps.nls.uk/townplans/edinburgh1056_1.html","terms_text":"National Library of Scotland - Edinburgh 1849-1851"},{"name":"OS Town Plans, Edinburgh 1876-1877 (NLS)","type":"tms","description":"Detailed town plan of Edinburgh 1876-1877, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/edinburgh1876/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.24740498,55.92116518],[-3.24989581,55.99850896],[-3.13061127,55.99966059],[-3.12835798,55.92231348]]],"terms_url":"http://maps.nls.uk/townplans/edinburgh1056_2.html","terms_text":"National Library of Scotland - Edinburgh 1876-1877"},{"name":"OS Town Plans, Edinburgh 1893-1894 (NLS)","type":"tms","description":"Detailed town plan of Edinburgh 1893-1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/edinburgh1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.26111081,55.89555387],[-3.26450423,55.9997912],[-3.11970824,56.00119128],[-3.1167031,55.89694851]]],"terms_url":"http://maps.nls.uk/townplans/edinburgh500.html","terms_text":"National Library of Scotland - Edinburgh 1893-1894"},{"name":"OS Town Plans, Elgin 1868 (NLS)","type":"tms","description":"Detailed town plan of Elgin 1868, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/elgin/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.33665196,57.62879017],[-3.33776583,57.65907381],[-3.29380859,57.65953111],[-3.29273129,57.62924695]]],"terms_url":"http://maps.nls.uk/townplans/elgin.html","terms_text":"National Library of Scotland - Elgin 1868"},{"name":"OS Town Plans, Falkirk 1858-1859 (NLS)","type":"tms","description":"Detailed town plan of Falkirk 1858-1859, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/falkirk/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.79587441,55.99343101],[-3.79697783,56.01720281],[-3.76648151,56.01764348],[-3.76539679,55.99387129]]],"terms_url":"http://maps.nls.uk/townplans/falkirk.html","terms_text":"National Library of Scotland - Falkirk 1858-1859"},{"name":"OS Town Plans, Forfar 1860-1861 (NLS)","type":"tms","description":"Detailed town plan of Forfar 1860-1861, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/forfar/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.90326183,56.6289471],[-2.90378797,56.65095013],[-2.87228457,56.65117489],[-2.87177676,56.62917168]]],"terms_url":"http://maps.nls.uk/townplans/forfar.html","terms_text":"National Library of Scotland - Forfar 1860-1861"},{"name":"OS Town Plans, Forres 1868 (NLS)","type":"tms","description":"Detailed town plan of Forres 1868, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/forres/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.63516795,57.58887872],[-3.63647637,57.618002],[-3.57751453,57.61875171],[-3.5762532,57.58962759]]],"terms_url":"http://maps.nls.uk/townplans/forres.html","terms_text":"National Library of Scotland - Forres 1868"},{"name":"OS Town Plans, Galashiels 1858 (NLS)","type":"tms","description":"Detailed town plan of Galashiels 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/galashiels/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.82918609,55.59586303],[-2.82981273,55.62554026],[-2.78895254,55.62580992],[-2.78835674,55.59613239]]],"terms_url":"http://maps.nls.uk/townplans/galashiels.html","terms_text":"National Library of Scotland - Galashiels 1858"},{"name":"OS Town Plans, Girvan 1857 (NLS)","type":"tms","description":"Detailed town plan of Girvan 1857, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/girvan/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.87424251,55.22679729],[-4.87587895,55.24945946],[-4.84447382,55.25019598],[-4.84285519,55.22753318]]],"terms_url":"http://maps.nls.uk/townplans/girvan.html","terms_text":"National Library of Scotland - Girvan 1857"},{"name":"OS Town Plans, Glasgow 1857-1858 (NLS)","type":"tms","description":"Detailed town plan of Glasgow 1857-1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/glasgow1857/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.31575491,55.82072009],[-4.319683,55.88667625],[-4.1771319,55.88928081],[-4.1734447,55.82331825]]],"terms_url":"http://maps.nls.uk/townplans/glasgow_1.html","terms_text":"National Library of Scotland - Glasgow 1857-1858"},{"name":"OS Town Plans, Glasgow 1892-1894 (NLS)","type":"tms","description":"Detailed town plan of Glasgow 1892-1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/glasgow1894/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.3465357,55.81456228],[-4.35157646,55.89806268],[-4.17788765,55.9012587],[-4.17321842,55.81774834]]],"terms_url":"http://maps.nls.uk/townplans/glasgow_2.html","terms_text":"National Library of Scotland - Glasgow 1892-1894"},{"name":"OS Town Plans, Greenock 1857 (NLS)","type":"tms","description":"Detailed town plan of Greenock 1857, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/greenock/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.78108857,55.92617865],[-4.78382957,55.96437481],[-4.7302257,55.96557475],[-4.72753731,55.92737687]]],"terms_url":"http://maps.nls.uk/townplans/greenock.html","terms_text":"National Library of Scotland - Greenock 1857"},{"name":"OS Town Plans, Haddington 1853 (NLS)","type":"tms","description":"Detailed town plan of Haddington 1853, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/haddington1853/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.78855542,55.9451862],[-2.78888196,55.96124194],[-2.76674325,55.9613817],[-2.76642588,55.94532587]]],"terms_url":"http://maps.nls.uk/townplans/haddington_1.html","terms_text":"National Library of Scotland - Haddington 1853"},{"name":"OS Town Plans, Haddington 1893 (NLS)","type":"tms","description":"Detailed town plan of Haddington 1893, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/haddington1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.80152293,55.93428734],[-2.80214693,55.96447189],[-2.76038069,55.9647367],[-2.75978916,55.93455185]]],"terms_url":"http://maps.nls.uk/townplans/haddington_2.html","terms_text":"National Library of Scotland - Haddington 1893"},{"name":"OS Town Plans, Hamilton 1858 (NLS)","type":"tms","description":"Detailed town plan of Hamilton 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/hamilton/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.06721642,55.74877265],[-4.06924047,55.78698508],[-4.01679233,55.78785698],[-4.01481949,55.74964331]]],"terms_url":"http://maps.nls.uk/townplans/hamilton.html","terms_text":"National Library of Scotland - Hamilton 1858"},{"name":"OS Town Plans, Hawick 1857-1858 (NLS)","type":"tms","description":"Detailed town plan of Hawick 1857-1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/hawick/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.80130149,55.4102516],[-2.80176329,55.43304638],[-2.7708832,55.43324489],[-2.77043917,55.41044995]]],"terms_url":"http://maps.nls.uk/townplans/hawick.html","terms_text":"National Library of Scotland - Hawick 1857-1858"},{"name":"OS Town Plans, Inverness 1867-1868 (NLS)","type":"tms","description":"Detailed town plan of Inverness 1867-1868, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/inverness/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.25481758,57.45916363],[-4.25752308,57.50302387],[-4.19713638,57.50409032],[-4.1945031,57.46022829]]],"terms_url":"http://maps.nls.uk/townplans/inverness.html","terms_text":"National Library of Scotland - Inverness 1867-1868"},{"name":"OS Town Plans, Irvine 1859 (NLS)","type":"tms","description":"Detailed town plan of Irvine 1859, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/irvine/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.67540402,55.60649957],[-4.67643252,55.62159024],[-4.65537888,55.62204812],[-4.65435844,55.60695719]]],"terms_url":"http://maps.nls.uk/townplans/irvine.html","terms_text":"National Library of Scotland - Irvine 1859"},{"name":"OS Town Plans, Jedburgh 1858 (NLS)","type":"tms","description":"Detailed town plan of Jedburgh 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/jedburgh/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.56332521,55.47105448],[-2.56355503,55.48715562],[-2.54168193,55.48725438],[-2.54146103,55.47115318]]],"terms_url":"http://maps.nls.uk/townplans/jedburgh.html","terms_text":"National Library of Scotland - Jedburgh 1858"},{"name":"OS Town Plans, Kelso 1857 (NLS)","type":"tms","description":"Detailed town plan of Kelso 1857, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kelso/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.44924544,55.58390848],[-2.44949757,55.6059582],[-2.41902085,55.60606617],[-2.41878581,55.58401636]]],"terms_url":"http://maps.nls.uk/townplans/kelso.html","terms_text":"National Library of Scotland - Kelso 1857"},{"name":"OS Town Plans, Kilmarnock 1857-1859 (NLS)","type":"tms","description":"Detailed town plan of Kilmarnock 1857-1859, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kilmarnock/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.51746876,55.58950933],[-4.5194347,55.62017114],[-4.47675652,55.62104083],[-4.4748238,55.59037802]]],"terms_url":"http://maps.nls.uk/townplans/kilmarnock.html","terms_text":"National Library of Scotland - Kilmarnock 1857-1859"},{"name":"OS Town Plans, Kirkcaldy 1855 (NLS)","type":"tms","description":"Detailed town plan of Kirkcaldy 1855, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kirkcaldy1855/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.17455285,56.09518942],[-3.17554995,56.12790251],[-3.12991402,56.12832843],[-3.12895559,56.09561481]]],"terms_url":"http://maps.nls.uk/townplans/kirkcaldy_1.html","terms_text":"National Library of Scotland - Kirkcaldy 1855"},{"name":"OS Town Plans, Kirkcaldy 1894 (NLS)","type":"tms","description":"Detailed town plan of Kirkcaldy 1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kirkcaldy1894/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.17460426,56.09513375],[-3.17560428,56.12794116],[-3.12989512,56.12836777],[-3.12893395,56.09555983]]],"terms_url":"http://maps.nls.uk/townplans/kirkcaldy_2.html","terms_text":"National Library of Scotland - Kirkcaldy 1894"},{"name":"OS Town Plans, Kirkcudbright 1850 (NLS)","type":"tms","description":"Detailed town plan of Kirkcudbright 1850, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kirkcudbright1850/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.06154334,54.82586314],[-4.0623081,54.84086061],[-4.0420219,54.84120364],[-4.04126464,54.82620598]]],"terms_url":"http://maps.nls.uk/townplans/kirkcudbright_1.html","terms_text":"National Library of Scotland - Kirkcudbright 1850"},{"name":"OS Town Plans, Kirkcudbright 1893 (NLS)","type":"tms","description":"Detailed town plan of Kirkcudbright 1893, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kirkcudbright1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.06001868,54.82720122],[-4.06079036,54.84234455],[-4.04025067,54.84269158],[-4.03948667,54.82754805]]],"terms_url":"http://maps.nls.uk/townplans/kirkcudbright_2.html","terms_text":"National Library of Scotland - Kirkcudbright 1893"},{"name":"OS Town Plans, Kirkintilloch 1859 (NLS)","type":"tms","description":"Detailed town plan of Kirkintilloch 1859, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kirkintilloch/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.16664222,55.93124287],[-4.16748402,55.94631265],[-4.14637318,55.94668235],[-4.14553956,55.93161237]]],"terms_url":"http://maps.nls.uk/townplans/kirkintilloch.html","terms_text":"National Library of Scotland - Kirkintilloch 1859"},{"name":"OS Town Plans, Kirriemuir 1861 (NLS)","type":"tms","description":"Detailed town plan of Kirriemuir 1861, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/kirriemuir/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.01255744,56.65896044],[-3.01302683,56.67645382],[-2.98815879,56.67665366],[-2.98770092,56.65916014]]],"terms_url":"http://maps.nls.uk/townplans/kirriemuir.html","terms_text":"National Library of Scotland - Kirriemuir 1861"},{"name":"OS Town Plans, Lanark 1858 (NLS)","type":"tms","description":"Detailed town plan of Lanark 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/lanark/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.78642584,55.66308804],[-3.78710605,55.67800854],[-3.76632876,55.67830935],[-3.76565645,55.66338868]]],"terms_url":"http://maps.nls.uk/townplans/lanark.html","terms_text":"National Library of Scotland - Lanark 1858"},{"name":"OS Town Plans, Linlithgow 1856 (NLS)","type":"tms","description":"Detailed town plan of Linlithgow 1856, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/linlithgow/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.61908334,55.95549561],[-3.62033259,55.98538615],[-3.57838447,55.98593047],[-3.57716753,55.95603932]]],"terms_url":"http://maps.nls.uk/townplans/linlithgow.html","terms_text":"National Library of Scotland - Linlithgow 1856"},{"name":"OS Town Plans, Mayole 1856-1857 (NLS)","type":"tms","description":"Detailed town plan of Mayole 1856-1857, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/maybole/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.69086378,55.34340178],[-4.6918884,55.35849731],[-4.67089656,55.35895813],[-4.6698799,55.34386234]]],"terms_url":"http://maps.nls.uk/townplans/maybole.html","terms_text":"National Library of Scotland - Mayole 1856-1857"},{"name":"OS Town Plans, Montrose 1861-1862 (NLS)","type":"tms","description":"Detailed town plan of Montrose 1861-1862, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/montrose/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.4859324,56.69645192],[-2.4862257,56.71918799],[-2.45405417,56.71930941],[-2.45378027,56.69657324]]],"terms_url":"http://maps.nls.uk/townplans/montrose.html","terms_text":"National Library of Scotland - Montrose 1861-1862"},{"name":"OS Town Plans, Musselburgh 1853 (NLS)","type":"tms","description":"Detailed town plan of Musselburgh 1853, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/musselburgh1853/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.07888558,55.93371953],[-3.07954151,55.95729781],[-3.03240684,55.95770177],[-3.03177952,55.93412313]]],"terms_url":"http://maps.nls.uk/townplans/musselburgh_1.html","terms_text":"National Library of Scotland - Musselburgh 1853"},{"name":"OS Town Plans, Musselburgh 1893 (NLS)","type":"tms","description":"Detailed town plan of Musselburgh 1893, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/musselburgh1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.07017621,55.92694102],[-3.07078961,55.94917624],[-3.03988228,55.94944099],[-3.03928658,55.92720556]]],"terms_url":"http://maps.nls.uk/townplans/musselburgh_2.html","terms_text":"National Library of Scotland - Musselburgh 1893"},{"name":"OS Town Plans, Nairn 1867-1868 (NLS)","type":"tms","description":"Detailed town plan of Nairn 1867-1868, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/nairn/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.88433907,57.57899149],[-3.88509905,57.5936822],[-3.85931017,57.59406441],[-3.85856057,57.57937348]]],"terms_url":"http://maps.nls.uk/townplans/nairn.html","terms_text":"National Library of Scotland - Nairn 1867-1868"},{"name":"OS Town Plans, Oban 1867-1868 (NLS)","type":"tms","description":"Detailed town plan of Oban 1867-1868, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/oban/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-5.49548449,56.39080407],[-5.49836627,56.42219039],[-5.45383984,56.42343933],[-5.45099456,56.39205153]]],"terms_url":"http://maps.nls.uk/townplans/oban.html","terms_text":"National Library of Scotland - Oban 1867-1868"},{"name":"OS Town Plans, Paisley 1858 (NLS)","type":"tms","description":"Detailed town plan of Paisley 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/paisley/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.45144945,55.85448259],[-4.4036847,55.85420972],[-4.40371385,55.83065193],[-4.4514497,55.83092507]]],"terms_url":"http://maps.nls.uk/townplans/paisley.html","terms_text":"National Library of Scotland - Paisley 1858"},{"name":"OS Town Plans, Peebles 1856 (NLS)","type":"tms","description":"Detailed town plan of Peebles 1856, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/peebles/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.20921287,55.63635834],[-3.20990288,55.65873817],[-3.17896372,55.65903935],[-3.17829135,55.63665927]]],"terms_url":"http://maps.nls.uk/townplans/peebles.html","terms_text":"National Library of Scotland - Peebles 1856"},{"name":"OS Town Plans, Perth 1860 (NLS)","type":"tms","description":"Detailed town plan of Perth 1860, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/perth/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.45302495,56.37794226],[-3.45416664,56.40789908],[-3.41187528,56.40838777],[-3.41076676,56.3784304]]],"terms_url":"http://maps.nls.uk/townplans/perth.html","terms_text":"National Library of Scotland - Perth 1860"},{"name":"OS Town Plans, Peterhead 1868 (NLS)","type":"tms","description":"Detailed town plan of Peterhead 1868, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/peterhead/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-1.80513747,57.48046916],[-1.80494005,57.51755411],[-1.75135366,57.51746003],[-1.75160539,57.48037522]]],"terms_url":"http://maps.nls.uk/townplans/peterhead","terms_text":"National Library of Scotland - Peterhead 1868"},{"name":"OS Town Plans, Port Glasgow 1856-1857 (NLS)","type":"tms","description":"Detailed town plan of Port Glasgow 1856-1857, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/portglasgow/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.70063209,55.91995983],[-4.70222026,55.9427679],[-4.67084958,55.94345237],[-4.6692798,55.92064372]]],"terms_url":"http://maps.nls.uk/townplans/port-glasgow.html","terms_text":"National Library of Scotland - Port Glasgow 1856-1857"},{"name":"OS Town Plans, Portobello 1893-1894 (NLS)","type":"tms","description":"Detailed town plan of Portobello 1893-1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/portobello/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.12437919,55.93846889],[-3.1250234,55.96068605],[-3.09394827,55.96096586],[-3.09332184,55.93874847]]],"terms_url":"http://maps.nls.uk/townplans/portobello.html","terms_text":"National Library of Scotland - Portobello 1893-1894"},{"name":"OS Town Plans, Rothesay 1862-1863 (NLS)","type":"tms","description":"Detailed town plan of Rothesay 1862-1863, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/rothesay/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-5.06449893,55.82864114],[-5.06569719,55.84385927],[-5.04413114,55.84439519],[-5.04294127,55.82917676]]],"terms_url":"http://maps.nls.uk/townplans/rothesay.html","terms_text":"National Library of Scotland - Rothesay 1862-1863"},{"name":"OS Town Plans, Selkirk 1865 (NLS)","type":"tms","description":"Detailed town plan of Selkirk 1865, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/selkirk/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.85998582,55.53499576],[-2.86063259,55.56459732],[-2.82003242,55.56487574],[-2.81941615,55.53527387]]],"terms_url":"http://maps.nls.uk/townplans/selkirk.html","terms_text":"National Library of Scotland - Selkirk 1865"},{"name":"OS Town Plans, St Andrews 1854 (NLS)","type":"tms","description":"Detailed town plan of St Andrews 1854, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/standrews1854/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.81342686,56.32097352],[-2.81405804,56.3506222],[-2.77243712,56.35088865],[-2.77183819,56.32123967]]],"terms_url":"http://maps.nls.uk/townplans/st-andrews_1.html","terms_text":"National Library of Scotland - St Andrews 1854"},{"name":"OS Town Plans, St Andrews 1893 (NLS)","type":"tms","description":"Detailed town plan of St Andrews 1893, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/standrews1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.81545583,56.31861733],[-2.81609919,56.3487653],[-2.77387785,56.34903619],[-2.77326775,56.31888792]]],"terms_url":"http://maps.nls.uk/townplans/st-andrews_2.html","terms_text":"National Library of Scotland - St Andrews 1893"},{"name":"OS Town Plans, Stirling 1858 (NLS)","type":"tms","description":"Detailed town plan of Stirling 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/stirling/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.95768489,56.10754239],[-3.95882978,56.13007142],[-3.92711024,56.13057046],[-3.92598386,56.10804101]]],"terms_url":"http://maps.nls.uk/townplans/stirling.html","terms_text":"National Library of Scotland - Stirling 1858"},{"name":"OS Town Plans, Stonehaven 1864 (NLS)","type":"tms","description":"Detailed town plan of Stonehaven 1864, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/stonehaven/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-2.220167,56.9565098],[-2.2202543,56.97129283],[-2.19924399,56.9713281],[-2.19916501,56.95654504]]],"terms_url":"http://maps.nls.uk/townplans/stonehaven.html","terms_text":"National Library of Scotland - Stonehaven 1864"},{"name":"OS Town Plans, Stranraer 1847 (NLS)","type":"tms","description":"Detailed town plan of Stranraer 1847, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/stranraer1847/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-5.04859743,54.8822997],[-5.0508954,54.91268061],[-5.0095373,54.91371278],[-5.00727037,54.88333071]]],"terms_url":"http://maps.nls.uk/townplans/stranraer_1.html","terms_text":"National Library of Scotland - Stranraer 1847"},{"name":"OS Town Plans, Stranraer 1863-1877 (NLS)","type":"tms","description":"Detailed town plan of Stranraer 1863-1877, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/stranraer1867/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-5.04877289,54.88228699],[-5.05107324,54.9126976],[-5.00947337,54.91373582],[-5.00720427,54.88332405]]],"terms_url":"http://maps.nls.uk/townplans/stranraer_1a.html","terms_text":"National Library of Scotland - Stranraer 1863-1877"},{"name":"OS Town Plans, Stranraer 1893 (NLS)","type":"tms","description":"Detailed town plan of Stranraer 1893, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/stranraer1893/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-5.04418424,54.89773858],[-5.04511026,54.90999885],[-5.0140499,54.91077389],[-5.0131333,54.89851327]]],"terms_url":"http://maps.nls.uk/townplans/stranraer_2.html","terms_text":"National Library of Scotland - Stranraer 1893"},{"name":"OS Town Plans, Strathaven 1858 (NLS)","type":"tms","description":"Detailed town plan of Strathaven 1858, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/strathaven/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.06914872,55.67242091],[-4.06954357,55.67989707],[-4.05917487,55.6800715],[-4.05878199,55.67259529]]],"terms_url":"http://maps.nls.uk/townplans/strathaven.html","terms_text":"National Library of Scotland - Strathaven 1858"},{"name":"OS Town Plans, Wick 1872 (NLS)","type":"tms","description":"Detailed town plan of Wick 1872, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/wick/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-3.11470001,58.41344839],[-3.11588837,58.45101446],[-3.05949843,58.45149284],[-3.05837008,58.41392606]]],"terms_url":"http://maps.nls.uk/townplans/wick.html","terms_text":"National Library of Scotland - Wick 1872"},{"name":"OS Town Plans, Wigtown 1848 (NLS)","type":"tms","description":"Detailed town plan of Wigtown 1848, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/wigtown1848/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.45235587,54.8572296],[-4.45327284,54.87232603],[-4.43254469,54.87274317],[-4.43163545,54.85764651]]],"terms_url":"http://maps.nls.uk/townplans/wigtown_1.html","terms_text":"National Library of Scotland - Wigtown 1848"},{"name":"OS Town Plans, Wigtown 1894 (NLS)","type":"tms","description":"Detailed town plan of Wigtown 1894, courtesy of National Library of Scotland.","template":"http://geo.nls.uk/maps/towns/wigtown1894/{zoom}/{x}/{-y}.png","scaleExtent":[13,20],"polygon":[[[-4.45233361,54.85721131],[-4.45325423,54.87236807],[-4.43257837,54.87278416],[-4.43166549,54.85762716]]],"terms_url":"http://maps.nls.uk/townplans/wigtown_2.html","terms_text":"National Library of Scotland - Wigtown 1894"},{"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],[120.445995,15.984],[120.446134,15.974459],[120.476464,15.974592],[120.594247,15.946832],[120.598064,16.090795],[120.596537,16.197999],[120.368537,16.218527],[120.347576,16.042308],[120.336593,15.985768]],[[120.8268,15.3658],[121.2684,15.2602],[121.2699,14.7025],[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],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[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],[19.80075,49.42385],[19.60437,49.48058],[19.49179,49.63961],[19.21831,49.52604],[19.16778,49.42521],[19.00308,49.42236],[18.97611,49.5308],[18.54685,49.51425],[18.31432,49.33818],[18.15913,49.2961],[18.05564,49.11134],[17.56396,48.84938],[17.17929,48.88816],[17.058,48.81105],[16.90426,48.61947],[16.79685,48.38561],[17.06762,48.01116],[17.32787,47.97749],[17.51699,47.82535],[17.74776,47.73093],[18.29515,47.72075],[18.67959,47.75541],[18.89755,47.81203],[18.79463,47.88245],[18.84318,48.04046],[19.46212,48.05333],[19.62064,48.22938],[19.89585,48.09387],[20.33766,48.2643],[20.55395,48.52358],[20.82335,48.55714],[21.10271,48.47096],[21.45863,48.55513],[21.74536,48.31435],[22.15293,48.37179],[22.61255,49.08914],[22.09997,49.23814],[21.9686,49.36363],[21.6244,49.46989],[21.06873,49.46402],[20.94336,49.31088],[20.73052,49.44006],[20.22804,49.41714],[20.05234,49.23052],[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],[16.8196949,49.5030322],[22.8388318,49.5030322],[22.8388318,47.4927236],[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],[17.8893509,-32.6972835],[18.00364,-32.6982187],[18.0991679,-32.7485251],[18.2898747,-32.5526645],[18.2930182,-32.0487089],[18.105455,-31.6454966],[17.8529257,-31.3443951],[17.5480046,-30.902171],[17.4044506,-30.6374731],[17.2493704,-30.3991663],[16.9936977,-29.6543552],[16.7987996,-29.19437],[16.5494139,-28.8415949],[16.4498691,-28.691876],[16.4491046,-28.5515766],[16.6002551,-28.4825663],[16.7514057,-28.4486958],[16.7462192,-28.2458973],[16.8855148,-28.04729],[16.9929502,-28.0244005],[17.0529659,-28.0257086],[17.1007562,-28.0338839],[17.2011527,-28.0930546],[17.2026346,-28.2328424],[17.2474611,-28.2338215],[17.2507953,-28.198892],[17.3511919,-28.1975861],[17.3515624,-28.2442655],[17.4015754,-28.2452446],[17.4149122,-28.3489751],[17.4008345,-28.547997],[17.4526999,-28.5489733],[17.4512071,-28.6495106],[17.4983599,-28.6872054],[17.6028204,-28.6830048],[17.6499732,-28.6967928],[17.6525928,-28.7381457],[17.801386,-28.7381457],[17.9994276,-28.7560602],[18.0002748,-28.7956172],[18.1574507,-28.8718055],[18.5063811,-28.8718055],[18.6153564,-28.8295875],[18.9087513,-28.8277516],[19.1046973,-28.9488548],[19.1969071,-28.9378513],[19.243012,-28.8516164],[19.2314858,-28.802963],[19.2587296,-28.7009928],[19.4431493,-28.6973163],[19.5500289,-28.4958332],[19.6967264,-28.4939914],[19.698822,-28.4479358],[19.8507587,-28.4433291],[19.8497109,-28.4027818],[19.9953605,-28.399095],[19.9893671,-24.7497859],[20.2916682,-24.9192346],[20.4724562,-25.1501701],[20.6532441,-25.4529449],[20.733265,-25.6801957],[20.8281046,-25.8963498],[20.8429232,-26.215851],[20.6502804,-26.4840868],[20.6532441,-26.8204869],[21.0889134,-26.846933],[21.6727695,-26.8389998],[21.7765003,-26.6696268],[21.9721069,-26.6431395],[22.2803355,-26.3274702],[22.5707817,-26.1333967],[22.7752795,-25.6775246],[23.0005235,-25.2761948],[23.4658301,-25.2735148],[23.883717,-25.597366],[24.2364017,-25.613402],[24.603905,-25.7896563],[25.110704,-25.7389432],[25.5078447,-25.6855376],[25.6441766,-25.4823781],[25.8419267,-24.7805437],[25.846641,-24.7538456],[26.3928487,-24.6332894],[26.4739066,-24.5653312],[26.5089966,-24.4842437],[26.5861946,-24.4075775],[26.7300635,-24.3014458],[26.8567384,-24.2499463],[26.8574402,-24.1026901],[26.9215471,-23.8990957],[26.931831,-23.8461891],[26.9714827,-23.6994344],[27.0006074,-23.6367644],[27.0578041,-23.6052574],[27.1360547,-23.5203437],[27.3339623,-23.3973792],[27.5144057,-23.3593929],[27.5958145,-23.2085465],[27.8098634,-23.0994957],[27.8828506,-23.0620496],[27.9382928,-22.9496487],[28.0407556,-22.8255118],[28.2056786,-22.6552861],[28.3397223,-22.5639374],[28.4906093,-22.560697],[28.6108769,-22.5400248],[28.828175,-22.4550173],[28.9285324,-22.4232328],[28.9594116,-22.3090081],[29.0162574,-22.208335],[29.2324117,-22.1693453],[29.3531213,-22.1842926],[29.6548952,-22.1186426],[29.7777102,-22.1361956],[29.9292989,-22.1849425],[30.1166795,-22.2830348],[30.2563377,-22.2914767],[30.3033582,-22.3395204],[30.5061784,-22.3057617],[30.8374279,-22.284983],[31.0058599,-22.3077095],[31.1834152,-22.3232913],[31.2930586,-22.3674647],[31.5680579,-23.1903385],[31.5568311,-23.4430809],[31.6931122,-23.6175209],[31.7119696,-23.741136],[31.7774743,-23.8800628],[31.8886337,-23.9481098],[31.9144386,-24.1746736],[31.9948307,-24.3040878],[32.0166656,-24.4405988],[32.0077331,-24.6536578],[32.019643,-24.9140701],[32.035523,-25.0849767],[32.019643,-25.3821442],[31.9928457,-25.4493771],[31.9997931,-25.5165725],[32.0057481,-25.6078978],[32.0057481,-25.6624806],[31.9362735,-25.8403721],[31.9809357,-25.9546537],[31.8687838,-26.0037251],[31.4162062,-25.7277683],[31.3229117,-25.7438611],[31.2504595,-25.8296526],[31.1393001,-25.9162746],[31.1164727,-25.9912361],[30.9656135,-26.2665756],[30.8921689,-26.3279703],[30.8534616,-26.4035568],[30.8226943,-26.4488849],[30.8022583,-26.5240694],[30.8038369,-26.8082089],[30.9020939,-26.7807451],[30.9100338,-26.8489495],[30.9824859,-26.9082627],[30.976531,-27.0029222],[31.0034434,-27.0441587],[31.1543322,-27.1980416],[31.5015607,-27.311117],[31.9700183,-27.311117],[31.9700183,-27.120472],[31.9769658,-27.050664],[32.0002464,-26.7983892],[32.1069826,-26.7984645],[32.3114546,-26.8479493],[32.899986,-26.8516059],[32.886091,-26.9816971],[32.709427,-27.4785436],[32.6240724,-27.7775144],[32.5813951,-28.07479],[32.5387178,-28.2288046],[32.4275584,-28.5021568],[32.3640388,-28.5945699],[32.0702603,-28.8469827],[31.9878832,-28.9069497],[31.7764818,-28.969487],[31.4638459,-29.2859343],[31.359634,-29.3854348],[31.1680825,-29.6307408],[31.064863,-29.7893535],[31.0534493,-29.8470469],[31.0669933,-29.8640319],[31.0455459,-29.9502017],[30.9518556,-30.0033946],[30.8651833,-30.1024093],[30.7244725,-30.392502],[30.3556256,-30.9308873],[30.0972364,-31.2458274],[29.8673136,-31.4304296],[29.7409393,-31.5014699],[29.481312,-31.6978686],[28.8943171,-32.2898903],[28.5497137,-32.5894641],[28.1436499,-32.8320732],[28.0748735,-32.941689],[27.8450942,-33.082869],[27.3757956,-33.3860685],[26.8805407,-33.6458951],[26.5916871,-33.7480756],[26.4527308,-33.7935795],[26.206754,-33.7548943],[26.0077897,-33.7223961],[25.8055494,-33.7524272],[25.7511073,-33.8006512],[25.6529079,-33.8543597],[25.6529079,-33.9469768],[25.7195789,-34.0040115],[25.7202807,-34.0511235],[25.5508915,-34.063151],[25.3504571,-34.0502627],[25.2810609,-34.0020322],[25.0476316,-33.9994588],[24.954724,-34.0043594],[24.9496586,-34.1010363],[24.8770358,-34.1506456],[24.8762914,-34.2005281],[24.8532574,-34.2189562],[24.7645287,-34.2017946],[24.5001356,-34.2003254],[24.3486733,-34.1163824],[24.1988819,-34.1019039],[23.9963377,-34.0514443],[23.8017509,-34.0524332],[23.7493589,-34.0111855],[23.4973536,-34.009014],[23.4155191,-34.0434586],[23.4154284,-34.1140433],[22.9000853,-34.0993009],[22.8412418,-34.0547911],[22.6470321,-34.0502627],[22.6459843,-34.0072768],[22.570016,-34.0064081],[22.5050499,-34.0645866],[22.2519968,-34.0645866],[22.2221334,-34.1014701],[22.1621197,-34.1057019],[22.1712431,-34.1521766],[22.1576913,-34.2180897],[22.0015632,-34.2172232],[21.9496952,-34.3220009],[21.8611528,-34.4007145],[21.5614708,-34.4020114],[21.5468011,-34.3661242],[21.501744,-34.3669892],[21.5006961,-34.4020114],[21.4194886,-34.4465247],[21.1978706,-34.4478208],[21.0988193,-34.3991325],[21.0033746,-34.3753872],[20.893192,-34.3997115],[20.8976647,-34.4854003],[20.7446802,-34.4828092],[20.5042011,-34.486264],[20.2527197,-34.701477],[20.0803502,-34.8361855],[19.9923317,-34.8379056],[19.899074,-34.8275845],[19.8938348,-34.7936018],[19.5972963,-34.7961833],[19.3929677,-34.642015],[19.2877095,-34.6404784],[19.2861377,-34.5986563],[19.3474363,-34.5244458],[19.3285256,-34.4534372],[19.098001,-34.449981],[19.0725583,-34.3802371],[19.0023531,-34.3525593],[18.9520568,-34.3949373],[18.7975006,-34.3936403],[18.7984174,-34.1016376],[18.501748,-34.1015292],[18.4999545,-34.3616945],[18.4477325,-34.3620007],[18.4479944,-34.3522691],[18.3974362,-34.3514041],[18.3971742,-34.3022959],[18.3565705,-34.3005647],[18.3479258,-34.2020436],[18.2972095,-34.1950274],[18.2951139,-33.9937138],[18.3374474,-33.9914079],[18.3476638,-33.8492427],[18.3479258,-33.781555],[18.4124718,-33.7448849],[18.3615477,-33.6501624],[18.2992013,-33.585591],[18.2166839,-33.448872],[18.1389858,-33.3974083],[17.9473472,-33.1602647],[17.8855247,-33.0575732],[17.8485884,-32.9668505],[17.8396817,-32.8507302]]],"best":true},{"name":"South Tyrol Orthofoto 2011","type":"tms","description":"Orthophoto of South Tyrol from 2011","template":"http://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2011_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg","scaleExtent":[0,18],"polygon":[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],"terms_url":"http://geoservices.buergernetz.bz.it/geokatalog/","terms_text":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0","id":"South-Tyrol-Orthofoto2011"},{"name":"South Tyrol Topomap","type":"tms","description":"Topographical basemap of South Tyrol","template":"http://sdi.provincia.bz.it/geoserver/gwc/service/tms/1.0.0/WMTS_TOPOMAP_APB-PAB@GoogleMapsCompatible@png8/{z}/{x}/{-y}.png","scaleExtent":[0,20],"polygon":[[[10.38615,46.68821],[10.39201,46.69016],[10.40215,46.70624],[10.41274,46.70821],[10.41622,46.71479],[10.4168,46.71847],[10.39934,46.73435],[10.43464,46.75356],[10.44107,46.75413],[10.44011,46.77149],[10.42123,46.78861],[10.42845,46.79755],[10.43851,46.79869],[10.44925,46.80462],[10.45602,46.81635],[10.45438,46.82221],[10.4583,46.82478],[10.45513,46.83059],[10.45906,46.83548],[10.46483,46.83624],[10.46229,46.8413],[10.46987,46.84933],[10.46819,46.8553],[10.47838,46.86013],[10.48372,46.85543],[10.49628,46.85305],[10.49931,46.84857],[10.52124,46.84653],[10.5527,46.8511],[10.55795,46.84695],[10.55264,46.8408],[10.55536,46.84087],[10.58883,46.85125],[10.59502,46.85829],[10.60936,46.8597],[10.62441,46.86558],[10.64858,46.86655],[10.66787,46.87651],[10.67297,46.87138],[10.69112,46.86861],[10.69786,46.86339],[10.69508,46.85308],[10.70594,46.84786],[10.71763,46.84795],[10.72333,46.83892],[10.75621,46.83383],[10.76481,46.82409],[10.76387,46.81971],[10.75239,46.81387],[10.74506,46.80223],[10.7276,46.79709],[10.73122,46.78925],[10.75722,46.78624],[10.77744,46.79149],[10.78678,46.79735],[10.81439,46.77662],[10.82479,46.77472],[10.83129,46.78138],[10.84112,46.78282],[10.85354,46.77506],[10.86845,46.77313],[10.86993,46.7669],[10.88294,46.76393],[10.88962,46.76529],[10.8951,46.77092],[10.90527,46.76911],[10.92299,46.7764],[10.92821,46.77408],[10.94388,46.77648],[10.97522,46.77361],[10.97932,46.77014],[10.99475,46.76804],[11.01397,46.77317],[11.02328,46.76715],[11.0346,46.79428],[11.04234,46.801],[11.03792,46.80562],[11.05633,46.80928],[11.07279,46.82092],[11.08171,46.82252],[11.0762,46.83384],[11.06887,46.83793],[11.07303,46.84345],[11.06988,46.85348],[11.08742,46.87927],[11.09961,46.88922],[11.09538,46.89178],[11.09795,46.89844],[11.0946,46.91247],[11.10792,46.91706],[11.10804,46.92632],[11.11418,46.93234],[11.13851,46.92865],[11.16322,46.94091],[11.16642,46.94479],[11.16114,46.94979],[11.1637,46.96677],[11.17598,46.96367],[11.18658,46.97062],[11.19527,46.97152],[11.20418,46.96877],[11.20688,46.96403],[11.22047,46.97025],[11.24139,46.9708],[11.24865,46.97517],[11.25582,46.97535],[11.26272,46.98169],[11.27662,46.98168],[11.28762,46.98699],[11.30709,46.98525],[11.3205,46.99345],[11.33765,46.98606],[11.34516,46.99169],[11.35932,46.99154],[11.37697,46.98025],[11.38324,46.97168],[11.40465,46.96609],[11.43929,46.97601],[11.45134,46.99294],[11.46803,46.99582],[11.46859,47.003],[11.47831,47.01201],[11.50238,47.01073],[11.50313,47.00808],[11.51366,47.00595],[11.51679,47.00091],[11.53381,46.99233],[11.53846,46.98519],[11.55297,46.99149],[11.57663,46.99657],[11.58,47.00277],[11.58879,47.00641],[11.59901,47.00657],[11.60944,47.01207],[11.62697,47.01437],[11.63629,47.00383],[11.66542,46.99304],[11.6885,46.99658],[11.71226,46.99416],[11.72897,46.97322],[11.74698,46.97013],[11.76411,46.97412],[11.78106,46.99342],[11.81526,46.991],[11.83564,46.99417],[11.84396,47.0025],[11.85192,47.0014],[11.86722,47.01252],[11.87393,47.01136],[11.8794,47.01714],[11.89137,47.01728],[11.91627,47.03422],[11.9329,47.03864],[11.94688,47.03464],[11.95457,47.04374],[11.96773,47.04158],[11.97912,47.0511],[11.98587,47.04815],[11.99534,47.05064],[12.02037,47.04821],[12.02968,47.05127],[12.03353,47.0583],[12.04276,47.06228],[12.07543,47.0605],[12.08035,47.06951],[12.09308,47.07791],[12.10329,47.07931],[12.11867,47.07445],[12.13561,47.08171],[12.15125,47.08049],[12.15997,47.08267],[12.18589,47.09322],[12.2278,47.08302],[12.24228,47.06892],[12.23786,47.0644],[12.21821,47.05795],[12.2182,47.04483],[12.20552,47.02595],[12.18048,47.02414],[12.16423,47.01782],[12.14786,47.02357],[12.12723,47.01218],[12.12285,47.00662],[12.1322,46.99339],[12.12974,46.98593],[12.13977,46.982],[12.13808,46.96514],[12.13328,46.96292],[12.13882,46.95764],[12.15927,46.95133],[12.1702,46.93758],[12.15414,46.91654],[12.14675,46.91413],[12.16205,46.908],[12.16959,46.91121],[12.19154,46.90682],[12.20106,46.8965],[12.2022,46.88806],[12.21663,46.87517],[12.22147,46.88084],[12.23125,46.88146],[12.2345,46.88919],[12.24162,46.89192],[12.27486,46.88512],[12.27979,46.87921],[12.27736,46.87319],[12.29326,46.86566],[12.2912,46.85704],[12.29733,46.84455],[12.30833,46.84137],[12.30726,46.83271],[12.285,46.81503],[12.29383,46.8027],[12.28905,46.79948],[12.28889,46.79427],[12.28232,46.79153],[12.28539,46.7839],[12.30943,46.78603],[12.35837,46.77583],[12.37036,46.74163],[12.38475,46.71745],[12.40283,46.70811],[12.41103,46.70701],[12.41522,46.70163],[12.42862,46.6997],[12.42943,46.69567],[12.44268,46.68979],[12.47501,46.68756],[12.4795,46.67969],[12.43473,46.66714],[12.40648,46.64167],[12.38115,46.64183],[12.37944,46.63733],[12.3915,46.62765],[12.38577,46.62154],[12.35939,46.61829],[12.34465,46.62376],[12.34034,46.63022],[12.33578,46.62732],[12.3172,46.62876],[12.31785,46.62355],[12.30802,46.61811],[12.28413,46.61623],[12.26982,46.62003],[12.25931,46.62809],[12.24502,46.62326],[12.24198,46.61586],[12.21241,46.60918],[12.20444,46.59836],[12.19228,46.59321],[12.19261,46.62059],[12.1818,46.6192],[12.17117,46.63275],[12.16062,46.63574],[12.1511,46.63215],[12.1436,46.6327],[12.13739,46.64122],[12.12342,46.64475],[12.10949,46.65204],[12.10609,46.65783],[12.09345,46.66123],[12.08826,46.66638],[12.07985,46.66686],[12.07038,46.67386],[12.07173,46.66064],[12.06686,46.65364],[12.07479,46.64329],[12.06837,46.63997],[12.06495,46.62121],[12.05448,46.61778],[12.05318,46.60989],[12.04613,46.60716],[12.05043,46.60016],[12.04763,46.58357],[12.03665,46.57668],[12.0266,46.55871],[12.02189,46.55791],[11.99941,46.53208],[11.99411,46.53345],[11.98704,46.54417],[11.96633,46.54363],[11.95094,46.53869],[11.94719,46.52879],[11.94147,46.52689],[11.93294,46.52631],[11.9121,46.532],[11.8904,46.52175],[11.85192,46.51682],[11.82849,46.50783],[11.82334,46.51315],[11.82391,46.52141],[11.81086,46.53146],[11.79385,46.52023],[11.79189,46.51322],[11.76157,46.50503],[11.74317,46.50391],[11.73202,46.50877],[11.71935,46.50916],[11.71524,46.51245],[11.69889,46.50218],[11.6672,46.49647],[11.64515,46.49743],[11.63849,46.50051],[11.63495,46.49486],[11.64297,46.49346],[11.65174,46.48271],[11.64536,46.47189],[11.64179,46.47439],[11.62679,46.4708],[11.62987,46.46377],[11.61882,46.44325],[11.62143,46.42539],[11.60161,46.39731],[11.60307,46.38924],[11.5932,46.38265],[11.56489,46.38018],[11.55878,46.35076],[11.55249,46.34418],[11.54423,46.34483],[11.53837,46.35015],[11.52445,46.35502],[11.47969,46.36277],[11.48052,46.3551],[11.46322,46.34922],[11.45556,46.33396],[11.42105,46.32441],[11.40517,46.32387],[11.39865,46.31426],[11.39994,46.30709],[11.39569,46.3083],[11.38188,46.30052],[11.36088,46.29906],[11.36078,46.29682],[11.38256,46.29177],[11.3871,46.28143],[11.39609,46.27423],[11.39862,46.264],[11.38756,46.26029],[11.37347,46.2629],[11.36836,46.26135],[11.35783,46.26481],[11.35495,46.27564],[11.33912,46.28306],[11.33379,46.29049],[11.33471,46.2962],[11.3129,46.28256],[11.31737,46.27303],[11.30645,46.25786],[11.29124,46.2604],[11.24743,46.22933],[11.20622,46.2187],[11.18267,46.22496],[11.17077,46.23806],[11.17994,46.24434],[11.18351,46.25269],[11.18935,46.25354],[11.19448,46.2461],[11.20029,46.25566],[11.16604,46.26129],[11.14885,46.27904],[11.13725,46.28336],[11.14293,46.28934],[11.15847,46.29059],[11.16439,46.2986],[11.1761,46.30346],[11.1847,46.32104],[11.18894,46.32151],[11.18696,46.32673],[11.1942,46.33016],[11.20204,46.34212],[11.19001,46.35984],[11.19263,46.36578],[11.20393,46.36765],[11.19792,46.37232],[11.21275,46.39804],[11.21345,46.40675],[11.20565,46.4166],[11.21026,46.4206],[11.20347,46.42682],[11.21416,46.43556],[11.21634,46.44255],[11.20903,46.45293],[11.21419,46.45807],[11.21736,46.45731],[11.21886,46.46199],[11.21626,46.47277],[11.20939,46.481],[11.20876,46.49346],[11.19608,46.50241],[11.1924,46.501],[11.18686,46.50734],[11.18002,46.49823],[11.17014,46.49635],[11.16095,46.4878],[11.12934,46.48058],[11.1103,46.49643],[11.10449,46.4948],[11.08812,46.50128],[11.08173,46.53021],[11.05915,46.51508],[11.03795,46.51357],[11.05006,46.50784],[11.05773,46.49235],[11.06278,46.4894],[11.06894,46.46619],[11.07625,46.45487],[11.0778,46.44569],[11.07301,46.44042],[11.05394,46.44849],[11.0414,46.44569],[11.02817,46.46116],[11.00952,46.46917],[11.00462,46.47607],[10.98695,46.48289],[10.96543,46.48103],[10.95791,46.46983],[10.93819,46.46578],[10.9325,46.45831],[10.93332,46.4528],[10.91305,46.44284],[10.89161,46.44366],[10.88324,46.44995],[10.88093,46.44579],[10.87162,46.4438],[10.86174,46.43509],[10.85113,46.43817],[10.80034,46.44185],[10.78906,46.45164],[10.77835,46.47112],[10.76934,46.47609],[10.76463,46.4848],[10.75906,46.48547],[10.74422,46.48333],[10.71753,46.46022],[10.69667,46.4573],[10.68293,46.44846],[10.66821,46.45122],[10.63303,46.44309],[10.61439,46.45098],[10.60128,46.46139],[10.59995,46.46766],[10.57672,46.47237],[10.55875,46.48187],[10.54986,46.49123],[10.53685,46.49062],[10.52657,46.49425],[10.49366,46.49719],[10.48141,46.49337],[10.45714,46.5096],[10.45124,46.53083],[10.45814,46.54215],[10.47056,46.54377],[10.46954,46.54856],[10.47617,46.55749],[10.47321,46.56701],[10.48305,46.5777],[10.48575,46.58921],[10.48221,46.59199],[10.48576,46.59805],[10.48291,46.60512],[10.49055,46.61394],[10.44632,46.63989],[10.40935,46.63389],[10.40011,46.63648],[10.39873,46.6455],[10.38946,46.65862],[10.39057,46.67089],[10.3803,46.68399],[10.38615,46.68821]]],"terms_url":"http://geoservices.buergernetz.bz.it/geokatalog/","terms_text":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano","id":"South-Tyrol-Topomap"},{"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],[8.6,47.39],[8.77,47.39],[8.77,47.31],[8.6,47.31]]],"terms_text":"Stadt Uster Vermessung Orthophoto 2008"},{"name":"Stadt Zürich Luftbild 2011","type":"tms","template":"http://mapproxy.sosm.ch:8080/tiles/zh_luftbild2011/EPSG900913/{z}/{x}/{y}.png?origin=nw","polygon":[[[8.4441,47.3141],[8.4441,47.4411],[8.6284,47.4411],[8.6284,47.3141],[8.4441,47.3141]]],"terms_text":"Stadt Zürich Luftbild 2011","best":true},{"name":"Stadtplan Zürich","type":"tms","template":"http://mapproxy.sosm.ch:8080/tiles/zh_stadtplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","polygon":[[[8.4482,47.321],[8.4482,47.4339],[8.6248,47.4339],[8.6248,47.321],[8.4482,47.321]]],"terms_text":"Stadt Zürich Open Government Data"},{"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],[12.0943104,55.3842256],[12.1573875,55.3833103],[12.1587287,55.4013326],[12.1903468,55.400558],[12.1931411,55.4364665],[12.2564251,55.4347995],[12.2547073,55.4168882],[12.3822489,55.4134349],[12.3795942,55.3954143],[12.4109213,55.3946958],[12.409403,55.3766417],[12.4407807,55.375779],[12.4394142,55.3578314],[12.4707413,55.3569971],[12.4629475,55.2672214],[12.4315633,55.2681491],[12.430045,55.2502103],[12.3672011,55.2519673],[12.3656858,55.2340267],[12.2714604,55.2366031],[12.2744467,55.272476],[12.2115654,55.2741475],[12.2130078,55.2920322],[12.1815665,55.2928638],[12.183141,55.3107091],[12.2144897,55.3100981],[12.2159927,55.3279764],[12.1214458,55.3303379],[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","scaleExtent":[8,19],"polygon":[[[-0.752478,51.0821941],[-0.7595183,51.0856254],[-0.8014342,51.1457917],[-0.8398864,51.1440686],[-0.8357665,51.1802397],[-0.8529549,51.2011266],[-0.8522683,51.2096231],[-0.8495217,51.217903],[-0.8266907,51.2403696],[-0.8120995,51.2469248],[-0.7736474,51.2459577],[-0.7544213,51.2381127],[-0.754078,51.233921],[-0.7446366,51.2333836],[-0.7430693,51.2847178],[-0.751503,51.3069524],[-0.7664376,51.3121032],[-0.7820588,51.3270157],[-0.7815438,51.3388135],[-0.7374268,51.3720456],[-0.7192307,51.3769748],[-0.6795769,51.3847961],[-0.6807786,51.3901523],[-0.6531411,51.3917591],[-0.6301385,51.3905808],[-0.6291085,51.3970074],[-0.6234437,51.3977572],[-0.613144,51.4295552],[-0.6002471,51.4459121],[-0.5867081,51.4445365],[-0.5762368,51.453202],[-0.5626755,51.4523462],[-0.547741,51.4469972],[-0.5372697,51.4448575],[-0.537098,51.4526671],[-0.5439644,51.4545926],[-0.5405312,51.4698865],[-0.5309182,51.4760881],[-0.5091172,51.4744843],[-0.5086022,51.4695657],[-0.4900628,51.4682825],[-0.4526406,51.4606894],[-0.4486924,51.4429316],[-0.4414826,51.4418616],[-0.4418259,51.4369394],[-0.4112702,51.4380095],[-0.4014855,51.4279498],[-0.3807145,51.4262372],[-0.3805428,51.4161749],[-0.3491288,51.4138195],[-0.3274994,51.4037544],[-0.3039818,51.3990424],[-0.3019219,51.3754747],[-0.309475,51.369688],[-0.3111916,51.3529669],[-0.2955704,51.3541462],[-0.2923089,51.3673303],[-0.2850991,51.3680805],[-0.2787476,51.3771891],[-0.2655297,51.3837247],[-0.2411538,51.3847961],[-0.2123147,51.3628288],[-0.2107697,51.3498578],[-0.190857,51.3502867],[-0.1542931,51.3338802],[-0.1496583,51.3057719],[-0.1074296,51.2966491],[-0.0887185,51.3099571],[-0.0878602,51.3220811],[-0.0652009,51.3215448],[-0.0641709,51.3264793],[-0.0519829,51.3263721],[-0.0528412,51.334631],[-0.0330779,51.3430876],[0.0019187,51.3376339],[0.0118751,51.3281956],[0.013935,51.2994398],[0.0202865,51.2994398],[0.0240631,51.3072743],[0.0331611,51.3086694],[0.0455207,51.30545],[0.0523872,51.2877392],[0.0616569,51.2577764],[0.0640602,51.2415518],[0.0462074,51.2126342],[0.0407142,51.2109136],[0.0448341,51.1989753],[0.0494689,51.1997283],[0.0558204,51.1944573],[0.0611419,51.1790713],[0.0623435,51.1542061],[0.0577087,51.1417146],[0.0204582,51.1365447],[-0.0446015,51.1336364],[-0.1566964,51.1352522],[-0.1572114,51.1290043],[-0.2287942,51.1183379],[-0.2473336,51.1183379],[-0.2500802,51.1211394],[-0.299347,51.1137042],[-0.3221779,51.1119799],[-0.3223496,51.1058367],[-0.3596001,51.1019563],[-0.3589135,51.1113333],[-0.3863793,51.1117644],[-0.3869014,51.1062516],[-0.4281001,51.0947174],[-0.4856784,51.0951554],[-0.487135,51.0872266],[-0.5297404,51.0865404],[-0.5302259,51.0789914],[-0.61046,51.076551],[-0.6099745,51.080669],[-0.6577994,51.0792202],[-0.6582849,51.0743394],[-0.6836539,51.0707547],[-0.6997979,51.070831],[-0.7296581,51.0744919]]]},{"name":"Szeged ortophoto 2011","type":"tms","template":"http://e.tile.openstreetmap.hu/szeged-2011-10cm/{zoom}/{x}/{y}.png","scaleExtent":[10,22],"polygon":[[[20.1103390994,46.226038352],[20.1103390994,46.2791486357],[20.1989636982,46.2791486357],[20.1989636982,46.226038352],[20.1103390994,46.226038352]]],"terms_url":"http://www.geo.u-szeged.hu","terms_text":"SZTE TFGT - University of Szeged"},{"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],[1.2015377,43.6329729],[1.2011107,43.6554932],[1.2227985,43.6557029],[1.2226231,43.6653353],[1.2275341,43.6653849],[1.2275417,43.6656387],[1.2337568,43.6656883],[1.2337644,43.6650153],[1.2351218,43.6650319],[1.2350913,43.6670729],[1.2443566,43.6671556],[1.2441584,43.6743925],[1.2493973,43.6744256],[1.2493973,43.6746628],[1.2555666,43.6747234],[1.2555742,43.6744532],[1.2569545,43.6744697],[1.2568782,43.678529],[1.2874873,43.6788257],[1.2870803,43.7013229],[1.3088219,43.7014632],[1.3086493,43.7127673],[1.3303262,43.7129544],[1.3300242,43.7305221],[1.3367106,43.7305845],[1.3367322,43.7312235],[1.3734338,43.7310456],[1.3735848,43.7245772],[1.4604504,43.7252947],[1.4607783,43.7028034],[1.4824875,43.7029516],[1.4829828,43.6692071],[1.5046832,43.6693616],[1.5048383,43.6581174],[1.5265475,43.6582656],[1.5266945,43.6470298],[1.548368,43.6471633],[1.5485357,43.6359385],[1.5702172,43.636082],[1.5705123,43.6135777],[1.5488166,43.6134276],[1.549097,43.5909479],[1.5707695,43.5910694],[1.5709373,43.5798341],[1.5793714,43.5798894],[1.5794782,43.5737682],[1.5809119,43.5737792],[1.5810859,43.5573794],[1.5712334,43.5573131],[1.5716504,43.5235497],[1.3984804,43.5222618],[1.3986509,43.5110113],[1.3120959,43.5102543],[1.3118968,43.5215192],[1.2902569,43.5213126],[1.2898637,43.5438168],[1.311517,43.5440133],[1.3113271,43.5552596],[1.3036924,43.5551924],[1.3036117,43.5595099],[1.2955449,43.5594317],[1.2955449,43.5595489],[1.2895595,43.5594473],[1.2892899,43.5775366],[1.2675698,43.5773647],[1.2673973,43.5886141],[1.25355,43.5885047],[1.2533774,43.5956282],[1.2518029,43.5956282],[1.2518029,43.5949409],[1.2350437,43.5947847],[1.2350437,43.5945972],[1.2239572,43.5945972],[1.2239357,43.5994708],[1.2139708,43.599299],[1.2138845,43.6046408],[1.2020647,43.6044846],[1.2019464,43.61048],[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],[1.1351836,43.6870842],[1.1348907,43.6983471],[1.1782867,43.6990338],[1.1779903,43.7102786],[1.1996591,43.7106144],[1.1993387,43.7218722],[1.2427356,43.7225269],[1.2424336,43.7337491],[1.2641536,43.734092],[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":"Toulouse - Orthophotoplan 2013","type":"tms","template":"http://wms.openstreetmap.fr/tms/1.0.0/toulouse_2013/{zoom}/{x}/{y}","scaleExtent":[0,22],"polygon":[[[1.1135067,43.6867566],[1.1351836,43.6870842],[1.1348907,43.6983471],[1.1782867,43.6990338],[1.1779903,43.7102786],[1.1996591,43.7106144],[1.1993387,43.7218722],[1.2427356,43.7225269],[1.2424336,43.7337491],[1.2641536,43.734092],[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":"Toulouse - Orthophotoplan 2015","type":"tms","template":"http://wms.openstreetmap.fr/tms/1.0.0/toulouse_2015/{zoom}/{x}/{y}","scaleExtent":[0,22],"polygon":[[[1.1135067,43.6867566],[1.1351836,43.6870842],[1.1348907,43.6983471],[1.1782867,43.6990338],[1.1779903,43.7102786],[1.1996591,43.7106144],[1.1993387,43.7218722],[1.2427356,43.7225269],[1.2424336,43.7337491],[1.2641536,43.734092],[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-2010","type":"tms","template":"http://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}","scaleExtent":[0,20],"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.4829611,47.3608321],[0.4763543,47.360743],[0.476654,47.3517263],[0.4700497,47.3516186],[0.4701971,47.3471313],[0.4637503,47.3470104],[0.4571425,47.3424146],[0.4572922,47.3379061],[0.4506741,47.3378081],[0.4508379,47.3333051],[0.4442212,47.3332032],[0.4443809,47.328711],[0.4311392,47.3284977],[0.4316262,47.3150004],[0.4382432,47.3151136],[0.4383815,47.3106174],[0.4714487,47.3111374],[0.4713096,47.3156565],[0.477888,47.3157542],[0.4780733,47.3112802],[0.4846826,47.3113639],[0.4848576,47.3068686],[0.4914359,47.3069803],[0.491745,47.2979733],[0.4851578,47.2978722],[0.4854269,47.2888744],[0.4788485,47.2887697],[0.4791574,47.2797818],[0.4857769,47.2799005],[0.4859107,47.2753885],[0.492539,47.2755029],[0.4926669,47.2710127],[0.4992986,47.2711066],[0.4994296,47.2666116],[0.5192658,47.2669245],[0.5194225,47.2624231],[0.5260186,47.2625205],[0.5258735,47.2670183],[0.5456972,47.2673383],[0.5455537,47.2718283],[0.5587737,47.2720366],[0.5586259,47.2765185],[0.5652252,47.2766278],[0.5650848,47.2811206],[0.5716753,47.2812285],[0.5715223,47.2857217],[0.5781436,47.2858299],[0.5779914,47.2903294],[0.5846023,47.2904263],[0.5843076,47.2994231],[0.597499,47.2996094],[0.5976637,47.2951375],[0.6571596,47.2960036],[0.6572988,47.2915091],[0.6705019,47.2917186],[0.6703475,47.2962082],[0.6836175,47.2963688],[0.6834322,47.3008929],[0.690062,47.3009558],[0.6899241,47.3054703],[0.7362019,47.3061157],[0.7360848,47.3106063],[0.7559022,47.3108935],[0.7557718,47.315392],[0.7623755,47.3154716],[0.7622314,47.3199941],[0.7754911,47.3201546],[0.77497,47.3388218],[0.7745786,47.351628],[0.7680363,47.3515901],[0.767589,47.3605298],[0.7742443,47.3606238],[0.7733465,47.3921266],[0.7667434,47.3920195],[0.7664411,47.4010837],[0.7730647,47.4011115],[0.7728868,47.4101297],[0.7661849,47.4100226],[0.7660267,47.4145044],[0.7527613,47.4143038],[0.7529788,47.4098086],[0.7462373,47.4097016],[0.7459424,47.4232208],[0.7392324,47.4231451],[0.738869,47.4366116],[0.7323267,47.4365171],[0.7321869,47.4410556],[0.7255048,47.44098],[0.7254209,47.4453479],[0.7318793,47.4454803],[0.7318514,47.4501126],[0.7384496,47.450226],[0.7383098,47.454631],[0.7449359,47.4547444],[0.7443209,47.4771985],[0.7310685,47.4769717],[0.7309008,47.4815445],[0.7176205,47.4812611],[0.7177883,47.4768394],[0.69777,47.4764993],[0.6980496,47.4719827],[0.6914514,47.4718882],[0.6917309,47.4630241],[0.6851048,47.4629295],[0.684937,47.4673524],[0.678255,47.4673335],[0.6779754,47.4762158],[0.6714051,47.4761592],[0.6710417,47.4881952],[0.6577334,47.4879685],[0.6578173,47.48504],[0.6511911,47.4848322],[0.6514707,47.4758568],[0.6448166,47.4757245],[0.6449284,47.4712646],[0.6117976,47.4707543],[0.6118815,47.4663129],[0.6052833,47.4661239],[0.6054231,47.4616631],[0.5988808,47.4615497],[0.5990206,47.4570886],[0.572488,47.4566916],[0.5721805,47.4656513]]],"terms_url":"http://wiki.openstreetmap.org/wiki/Tours/Orthophoto","terms_text":"Orthophoto Tour(s) Plus 2008"},{"name":"Tours - Orthophotos 2013","type":"tms","template":"http://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}","scaleExtent":[0,22],"polygon":[[[0.427093505859375,47.26199018174824],[0.427093505859375,47.50096732311069],[0.814361572265625,47.50096732311069],[0.814361572265625,47.26199018174824],[0.427093505859375,47.26199018174824]]],"terms_url":"http://wiki.openstreetmap.org/wiki/Tours/Orthophoto","terms_text":"Orthophoto Tour(s)plus 2013"},{"name":"U.S. Forest Service roads","type":"tms","template":"http://osm.cycle.travel/forest/{zoom}/{x}/{y}.png","scaleExtent":[0,19],"polygon":[[[-124.7617886,48.4130148],[-124.6059492,45.90245],[-124.9934269,40.0557614],[-122.5369737,36.8566086],[-119.9775867,33.0064099],[-117.675935,32.4630223],[-114.8612307,32.4799891],[-111.0089311,31.336015],[-108.1992687,31.3260016],[-108.1871123,31.7755116],[-106.5307225,31.7820947],[-106.4842052,31.7464455],[-106.429317,31.7520583],[-106.2868855,31.5613291],[-106.205248,31.446704],[-105.0205259,30.5360988],[-104.5881916,29.6997856],[-103.2518856,28.8908685],[-102.7173632,29.3920567],[-102.1513983,29.7475702],[-101.2552871,29.4810523],[-100.0062436,28.0082173],[-99.2351068,26.4475962],[-98.0109067,25.9928035],[-97.435024,25.8266009],[-96.9555259,25.9821589],[-96.8061741,27.7978168],[-95.5563349,28.5876066],[-93.7405308,29.4742093],[-90.9028456,28.8564513],[-88.0156706,28.9944338],[-88.0162494,30.0038862],[-86.0277506,30.0047454],[-84.0187909,28.9961781],[-81.9971976,25.9826768],[-81.9966618,25.0134917],[-84.0165592,25.0125783],[-84.0160068,24.0052745],[-80.0199985,24.007096],[-79.8901116,26.8550713],[-80.0245309,32.0161282],[-75.4147385,35.0531894],[-74.0211163,39.5727927],[-72.002019,40.9912464],[-69.8797398,40.9920457],[-69.8489304,43.2619916],[-66.9452845,44.7104937],[-67.7596632,47.0990024],[-69.2505131,47.5122328],[-70.4614886,46.2176574],[-71.412273,45.254878],[-72.0222508,45.0059846],[-75.0798841,44.9802854],[-76.9023061,43.8024568],[-78.7623935,43.6249578],[-79.15798,43.4462589],[-79.0060087,42.8005317],[-82.662475,41.6889458],[-82.1761642,43.588535],[-83.2813977,46.138853],[-87.5064535,48.0142702],[-88.3492194,48.2963271],[-89.4353148,47.9837822],[-93.9981078,49.0067142],[-95.1105379,49.412004],[-96.0131199,49.0060547],[-123.3228926,49.0042878],[-123.2275233,48.1849927]],[[-160.5787616,22.5062947],[-160.5782192,21.4984647],[-158.7470604,21.2439843],[-157.5083185,20.995803],[-155.9961942,18.7790194],[-154.6217803,18.7586966],[-154.6890176,19.8805722],[-156.2927622,21.2225888],[-157.5047384,21.9984962],[-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],[-162.5018149,58.0005815],[-160.0159024,58.0012389],[-160.0149725,57.000035],[-160.5054788,56.9999017],[-165.8092575,54.824847],[-178.000097,52.2446469],[-177.9992996,51.2554252],[-171.4689067,51.8215329],[-162.40251,53.956664],[-159.0075717,55.002502],[-158.0190709,55.0027849],[-151.9963213,55.9991902],[-151.500341,57.9987853],[-151.5012894,58.9919816],[-138.5159989,58.9953194],[-138.5150471,57.9986434],[-133.9948193,54.0031685],[-130.0044418,54.0043387],[-130.0070826,57.0000507],[-131.975877,56.9995156],[-135.1229873,59.756601],[-138.0071813,59.991805],[-139.1715881,60.4127229],[-140.9874011,61.0118551],[-140.9683975,69.9535069],[-156.176891,71.5633329],[-160.413634,70.7397728],[-163.0218273,69.9707435],[-164.9717003,68.994689]]]},{"name":"Übersichtsplan Zürich","type":"tms","template":"http://mapproxy.sosm.ch:8080/tiles/zh_uebersichtsplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","scaleExtent":[0,21],"polygon":[[[8.4482,47.321],[8.4482,47.4339],[8.6248,47.4339],[8.6248,47.321],[8.4482,47.321]]],"terms_text":"Stadt Zürich Open Government Data"},{"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],[-123.2549305,48.5592263],[-123.192224,48.5592263],[-123.192224,48.4348366],[-122.9419646,48.4348366],[-122.9419646,48.3720812],[-122.8806229,48.3720812],[-122.8806229,48.3094763],[-122.8167566,48.3094763],[-122.8167566,48.1904587],[-123.0041133,48.1904587],[-123.0041133,48.1275918],[-123.058416,48.1275918],[-123.058416,48.190514],[-123.254113,48.190514],[-123.254113,48.1274982],[-123.3706593,48.1274982],[-123.3706593,48.1908403],[-124.0582632,48.1908403],[-124.0582632,48.253442],[-124.1815163,48.253442],[-124.1815163,48.3164666],[-124.4319117,48.3164666],[-124.4319117,48.3782613],[-124.5564618,48.3782613],[-124.5564618,48.4408305],[-124.7555107,48.4408305],[-124.7555107,48.1914986],[-124.8185282,48.1914986],[-124.8185282,48.1228381],[-124.7552951,48.1228381],[-124.7552951,47.5535253],[-124.3812108,47.5535253],[-124.3812108,47.1218696],[-124.1928897,47.1218696],[-124.1928897,43.7569431],[-124.4443382,43.7569431],[-124.4443382,43.1425556],[-124.6398855,43.1425556],[-124.6398855,42.6194503],[-124.4438525,42.6194503],[-124.4438525,39.8080662],[-123.8815685,39.8080662],[-123.8815685,39.1102825],[-123.75805,39.1102825],[-123.75805,38.4968799],[-123.2702803,38.4968799],[-123.2702803,37.9331905],[-122.8148084,37.9331905],[-122.8148084,37.8019606],[-122.5664316,37.8019606],[-122.5664316,36.9319611],[-121.8784026,36.9319611],[-121.8784026,36.6897596],[-122.0034748,36.6897596],[-122.0034748,36.4341056],[-121.9414159,36.4341056],[-121.9414159,35.9297636],[-121.5040977,35.9297636],[-121.5040977,35.8100273],[-121.3790276,35.8100273],[-121.3790276,35.4239164],[-120.9426515,35.4239164],[-120.9426515,35.1849683],[-120.8171978,35.1849683],[-120.8171978,35.1219894],[-120.6918447,35.1219894],[-120.6918447,34.4966794],[-120.5045898,34.4966794],[-120.5045898,34.4339651],[-120.0078775,34.4339651],[-120.0078775,34.3682626],[-119.5283517,34.3682626],[-119.5283517,34.0576434],[-119.0060985,34.0576434],[-119.0060985,33.9975267],[-118.5046259,33.9975267],[-118.5046259,33.8694631],[-118.4413209,33.8694631],[-118.4413209,33.6865253],[-118.066912,33.6865253],[-118.066912,33.3063832],[-117.5030045,33.3063832],[-117.5030045,33.0500337],[-117.3188195,33.0500337],[-117.3188195,32.6205888],[-117.1917023,32.6205888],[-117.1917023,32.4974566],[-116.746496,32.4974566],[-116.746496,32.5609161],[-115.9970138,32.5609161],[-115.9970138,32.6264942],[-114.8808125,32.6264942],[-114.8808125,32.4340796],[-114.6294474,32.4340796],[-114.6294474,32.3731636],[-114.4447437,32.3731636],[-114.4447437,32.3075418],[-114.2557628,32.3075418],[-114.2557628,32.2444561],[-114.0680274,32.2444561],[-114.0680274,32.1829113],[-113.8166499,32.1829113],[-113.8166499,32.1207622],[-113.6307421,32.1207622],[-113.6307421,32.0565099],[-113.4417495,32.0565099],[-113.4417495,31.9984372],[-113.2546027,31.9984372],[-113.2546027,31.9325434],[-113.068072,31.9325434],[-113.068072,31.8718062],[-112.8161105,31.8718062],[-112.8161105,31.8104171],[-112.6308756,31.8104171],[-112.6308756,31.7464723],[-112.4418918,31.7464723],[-112.4418918,31.6856001],[-112.257192,31.6856001],[-112.257192,31.6210352],[-112.0033787,31.6210352],[-112.0033787,31.559584],[-111.815619,31.559584],[-111.815619,31.4970238],[-111.6278586,31.4970238],[-111.6278586,31.4339867],[-111.4418978,31.4339867],[-111.4418978,31.3733859],[-111.2559708,31.3733859],[-111.2559708,31.3113225],[-108.1845822,31.3113225],[-108.1845822,31.7459502],[-106.5065055,31.7459502],[-106.5065055,31.6842308],[-106.3797265,31.6842308],[-106.3797265,31.621752],[-106.317434,31.621752],[-106.317434,31.4968167],[-106.2551769,31.4968167],[-106.2551769,31.4344889],[-106.1924698,31.4344889],[-106.1924698,31.3721296],[-106.0039212,31.3721296],[-106.0039212,31.309328],[-105.9416582,31.309328],[-105.9416582,31.2457547],[-105.8798174,31.2457547],[-105.8798174,31.1836194],[-105.8162349,31.1836194],[-105.8162349,31.1207155],[-105.6921198,31.1207155],[-105.6921198,31.0584835],[-105.6302881,31.0584835],[-105.6302881,30.9328271],[-105.5044418,30.9328271],[-105.5044418,30.8715864],[-105.4412973,30.8715864],[-105.4412973,30.808463],[-105.3781497,30.808463],[-105.3781497,30.7471828],[-105.1904658,30.7471828],[-105.1904658,30.6843231],[-105.1286244,30.6843231],[-105.1286244,30.6199737],[-105.0036504,30.6199737],[-105.0036504,30.5589058],[-104.9417962,30.5589058],[-104.9417962,30.4963236],[-104.8782018,30.4963236],[-104.8782018,30.3098261],[-104.8155257,30.3098261],[-104.8155257,30.2478305],[-104.7536079,30.2478305],[-104.7536079,29.9353916],[-104.690949,29.9353916],[-104.690949,29.8090156],[-104.6291301,29.8090156],[-104.6291301,29.6843577],[-104.5659869,29.6843577],[-104.5659869,29.6223459],[-104.5037188,29.6223459],[-104.5037188,29.5595436],[-104.4410072,29.5595436],[-104.4410072,29.4974832],[-104.2537551,29.4974832],[-104.2537551,29.3716718],[-104.1291984,29.3716718],[-104.1291984,29.3091621],[-104.0688737,29.3091621],[-104.0688737,29.2467276],[-103.8187309,29.2467276],[-103.8187309,29.1843076],[-103.755736,29.1843076],[-103.755736,29.1223174],[-103.5667542,29.1223174],[-103.5667542,29.0598119],[-103.5049819,29.0598119],[-103.5049819,28.9967506],[-103.3165753,28.9967506],[-103.3165753,28.9346923],[-103.0597572,28.9346923],[-103.0597572,29.0592965],[-102.9979694,29.0592965],[-102.9979694,29.1212855],[-102.9331397,29.1212855],[-102.9331397,29.1848575],[-102.8095989,29.1848575],[-102.8095989,29.2526154],[-102.8701345,29.2526154],[-102.8701345,29.308096],[-102.8096681,29.308096],[-102.8096681,29.3715484],[-102.7475655,29.3715484],[-102.7475655,29.5581899],[-102.684554,29.5581899],[-102.684554,29.6847655],[-102.4967764,29.6847655],[-102.4967764,29.7457694],[-102.3086647,29.7457694],[-102.3086647,29.8086627],[-102.1909323,29.8086627],[-102.1909323,29.7460097],[-101.5049914,29.7460097],[-101.5049914,29.6846777],[-101.3805796,29.6846777],[-101.3805796,29.5594459],[-101.3175057,29.5594459],[-101.3175057,29.4958934],[-101.1910075,29.4958934],[-101.1910075,29.4326115],[-101.067501,29.4326115],[-101.067501,29.308808],[-100.9418897,29.308808],[-100.9418897,29.2456231],[-100.8167271,29.2456231],[-100.8167271,29.1190449],[-100.7522672,29.1190449],[-100.7522672,29.0578214],[-100.6925358,29.0578214],[-100.6925358,28.8720431],[-100.6290158,28.8720431],[-100.6290158,28.8095363],[-100.5679901,28.8095363],[-100.5679901,28.622554],[-100.5040411,28.622554],[-100.5040411,28.5583804],[-100.4421832,28.5583804],[-100.4421832,28.4968266],[-100.379434,28.4968266],[-100.379434,28.3092865],[-100.3171942,28.3092865],[-100.3171942,28.1835681],[-100.254483,28.1835681],[-100.254483,28.1213885],[-100.1282282,28.1213885],[-100.1282282,28.059215],[-100.0659537,28.059215],[-100.0659537,27.9966087],[-100.0023855,27.9966087],[-100.0023855,27.9332152],[-99.9426497,27.9332152],[-99.9426497,27.7454658],[-99.816851,27.7454658],[-99.816851,27.6834301],[-99.7541346,27.6834301],[-99.7541346,27.6221543],[-99.6291629,27.6221543],[-99.6291629,27.5588977],[-99.5672838,27.5588977],[-99.5672838,27.4353752],[-99.5041798,27.4353752],[-99.5041798,27.3774021],[-99.5671796,27.3774021],[-99.5671796,27.2463726],[-99.504975,27.2463726],[-99.504975,26.9965649],[-99.4427427,26.9965649],[-99.4427427,26.872803],[-99.3800633,26.872803],[-99.3800633,26.8068179],[-99.3190684,26.8068179],[-99.3190684,26.7473614],[-99.2537541,26.7473614],[-99.2537541,26.6210068],[-99.1910617,26.6210068],[-99.1910617,26.4956737],[-99.1300639,26.4956737],[-99.1300639,26.3713808],[-99.0029473,26.3713808],[-99.0029473,26.3093836],[-98.816572,26.3093836],[-98.816572,26.2457762],[-98.6920082,26.2457762],[-98.6920082,26.1837096],[-98.4440896,26.1837096],[-98.4440896,26.1217217],[-98.3823181,26.1217217],[-98.3823181,26.0596488],[-98.2532707,26.0596488],[-98.2532707,25.9986871],[-98.0109084,25.9986871],[-98.0109084,25.9932255],[-97.6932319,25.9932255],[-97.6932319,25.9334103],[-97.6313904,25.9334103],[-97.6313904,25.8695893],[-97.5046779,25.8695893],[-97.5046779,25.8073488],[-97.3083401,25.8073488],[-97.3083401,25.8731159],[-97.2456326,25.8731159],[-97.2456326,25.9353731],[-97.1138939,25.9353731],[-97.1138939,27.6809179],[-97.0571035,27.6809179],[-97.0571035,27.8108242],[-95.5810766,27.8108242],[-95.5810766,28.7468827],[-94.271041,28.7468827],[-94.271041,29.5594076],[-92.5029947,29.5594076],[-92.5029947,29.4974754],[-91.8776216,29.4974754],[-91.8776216,29.3727013],[-91.378418,29.3727013],[-91.378418,29.2468326],[-91.3153953,29.2468326],[-91.3153953,29.1844301],[-91.1294702,29.1844301],[-91.1294702,29.1232559],[-91.0052632,29.1232559],[-91.0052632,28.9968437],[-89.4500159,28.9968437],[-89.4500159,28.8677422],[-88.8104309,28.8677422],[-88.8104309,30.1841864],[-85.8791527,30.1841864],[-85.8791527,29.5455038],[-84.8368083,29.5455038],[-84.8368083,29.6225158],[-84.7482786,29.6225158],[-84.7482786,29.683624],[-84.685894,29.683624],[-84.685894,29.7468386],[-83.6296975,29.7468386],[-83.6296975,29.4324361],[-83.3174937,29.4324361],[-83.3174937,29.0579442],[-82.879659,29.0579442],[-82.879659,27.7453529],[-82.8182822,27.7453529],[-82.8182822,26.9290868],[-82.3796782,26.9290868],[-82.3796782,26.3694183],[-81.8777106,26.3694183],[-81.8777106,25.805971],[-81.5036862,25.805971],[-81.5036862,25.7474753],[-81.4405462,25.7474753],[-81.4405462,25.6851489],[-81.3155883,25.6851489],[-81.3155883,25.5600985],[-81.2538534,25.5600985],[-81.2538534,25.4342361],[-81.1902012,25.4342361],[-81.1902012,25.1234341],[-81.1288133,25.1234341],[-81.1288133,25.0619389],[-81.0649231,25.0619389],[-81.0649231,24.8157807],[-81.6289469,24.8157807],[-81.6289469,24.7538367],[-81.6907173,24.7538367],[-81.6907173,24.6899374],[-81.8173189,24.6899374],[-81.8173189,24.6279161],[-82.1910041,24.6279161],[-82.1910041,24.496294],[-81.6216596,24.496294],[-81.6216596,24.559484],[-81.372006,24.559484],[-81.372006,24.6220687],[-81.0593278,24.6220687],[-81.0593278,24.684826],[-80.9347147,24.684826],[-80.9347147,24.7474828],[-80.7471081,24.7474828],[-80.7471081,24.8100618],[-80.3629898,24.8100618],[-80.3629898,25.1175858],[-80.122344,25.1175858],[-80.122344,25.7472357],[-80.0588458,25.7472357],[-80.0588458,26.3708251],[-79.995837,26.3708251],[-79.995837,26.9398003],[-80.0587265,26.9398003],[-80.0587265,27.1277466],[-80.1226251,27.1277466],[-80.1226251,27.2534279],[-80.1846956,27.2534279],[-80.1846956,27.3781229],[-80.246175,27.3781229],[-80.246175,27.5658729],[-80.3094768,27.5658729],[-80.3094768,27.7530311],[-80.3721485,27.7530311],[-80.3721485,27.8774451],[-80.4351457,27.8774451],[-80.4351457,28.0033366],[-80.4966078,28.0033366],[-80.4966078,28.1277326],[-80.5587159,28.1277326],[-80.5587159,28.3723509],[-80.4966335,28.3723509],[-80.4966335,29.5160326],[-81.1213644,29.5160326],[-81.1213644,31.6846966],[-80.6018723,31.6846966],[-80.6018723,32.2475309],[-79.4921024,32.2475309],[-79.4921024,32.9970261],[-79.1116488,32.9970261],[-79.1116488,33.3729457],[-78.6153621,33.3729457],[-78.6153621,33.8097638],[-77.9316963,33.8097638],[-77.9316963,33.8718243],[-77.8692252,33.8718243],[-77.8692252,34.0552454],[-77.6826392,34.0552454],[-77.6826392,34.2974598],[-77.2453509,34.2974598],[-77.2453509,34.5598585],[-76.4973277,34.5598585],[-76.4973277,34.622796],[-76.4337602,34.622796],[-76.4337602,34.6849285],[-76.373212,34.6849285],[-76.373212,34.7467674],[-76.3059364,34.7467674],[-76.3059364,34.808551],[-76.2468017,34.808551],[-76.2468017,34.8728418],[-76.1825922,34.8728418],[-76.1825922,34.9335332],[-76.120814,34.9335332],[-76.120814,34.9952359],[-75.9979015,34.9952359],[-75.9979015,35.0578182],[-75.870338,35.0578182],[-75.870338,35.1219097],[-75.7462194,35.1219097],[-75.7462194,35.1818911],[-75.4929694,35.1818911],[-75.4929694,35.3082988],[-75.4325662,35.3082988],[-75.4325662,35.7542495],[-75.4969907,35.7542495],[-75.4969907,37.8105602],[-75.3082972,37.8105602],[-75.3082972,37.8720088],[-75.245601,37.8720088],[-75.245601,37.9954849],[-75.1828751,37.9954849],[-75.1828751,38.0585079],[-75.1184793,38.0585079],[-75.1184793,38.2469091],[-75.0592098,38.2469091],[-75.0592098,38.3704316],[-74.9948111,38.3704316],[-74.9948111,38.8718417],[-74.4878252,38.8718417],[-74.4878252,39.3089428],[-74.1766317,39.3089428],[-74.1766317,39.6224653],[-74.0567045,39.6224653],[-74.0567045,39.933178],[-73.9959035,39.933178],[-73.9959035,40.1854852],[-73.9341593,40.1854852],[-73.9341593,40.4959486],[-73.8723024,40.4959486],[-73.8723024,40.5527135],[-71.8074506,40.5527135],[-71.8074506,41.3088005],[-70.882512,41.3088005],[-70.882512,41.184978],[-70.7461947,41.184978],[-70.7461947,41.3091865],[-70.4337553,41.3091865],[-70.4337553,41.4963885],[-69.9334281,41.4963885],[-69.9334281,41.6230802],[-69.869857,41.6230802],[-69.869857,41.8776895],[-69.935791,41.8776895],[-69.935791,42.0032342],[-69.9975823,42.0032342],[-69.9975823,42.0650191],[-70.0606103,42.0650191],[-70.0606103,42.1294348],[-70.5572884,42.1294348],[-70.5572884,43.2487079],[-70.4974097,43.2487079],[-70.4974097,43.3092194],[-70.3704249,43.3092194],[-70.3704249,43.371963],[-70.3085701,43.371963],[-70.3085701,43.4969879],[-70.183921,43.4969879],[-70.183921,43.6223531],[-70.057583,43.6223531],[-70.057583,43.6850173],[-69.7455247,43.6850173],[-69.7455247,43.7476571],[-69.2472845,43.7476571],[-69.2472845,43.8107035],[-69.0560701,43.8107035],[-69.0560701,43.8717247],[-68.9950522,43.8717247],[-68.9950522,43.9982022],[-68.4963672,43.9982022],[-68.4963672,44.0597368],[-68.3081038,44.0597368],[-68.3081038,44.122137],[-68.1851802,44.122137],[-68.1851802,44.3081382],[-67.9956019,44.3081382],[-67.9956019,44.3727489],[-67.8103041,44.3727489],[-67.8103041,44.435178],[-67.4965289,44.435178],[-67.4965289,44.4968776],[-67.37102,44.4968776],[-67.37102,44.5600642],[-67.1848753,44.5600642],[-67.1848753,44.6213345],[-67.1221208,44.6213345],[-67.1221208,44.6867918],[-67.059365,44.6867918],[-67.059365,44.7473657],[-66.9311098,44.7473657],[-66.9311098,44.9406566],[-66.994683,44.9406566],[-66.994683,45.0024514],[-67.0595847,45.0024514],[-67.0595847,45.1273377],[-67.1201974,45.1273377],[-67.1201974,45.1910115],[-67.2469811,45.1910115],[-67.2469811,45.253442],[-67.3177546,45.253442],[-67.3177546,45.1898369],[-67.370749,45.1898369],[-67.370749,45.2534001],[-67.4326888,45.2534001],[-67.4326888,45.3083409],[-67.3708571,45.3083409],[-67.3708571,45.4396986],[-67.4305573,45.4396986],[-67.4305573,45.4950095],[-67.37099,45.4950095],[-67.37099,45.6264543],[-67.6214982,45.6264543],[-67.6214982,45.6896133],[-67.683828,45.6896133],[-67.683828,45.753259],[-67.7462097,45.753259],[-67.7462097,47.1268165],[-67.8700141,47.1268165],[-67.8700141,47.1900278],[-67.9323803,47.1900278],[-67.9323803,47.2539678],[-67.9959387,47.2539678],[-67.9959387,47.3149737],[-68.1206676,47.3149737],[-68.1206676,47.3780823],[-68.4423175,47.3780823],[-68.4423175,47.3166082],[-68.6314305,47.3166082],[-68.6314305,47.2544676],[-68.9978037,47.2544676],[-68.9978037,47.439895],[-69.0607223,47.439895],[-69.0607223,47.5047558],[-69.2538122,47.5047558],[-69.2538122,47.4398084],[-69.3179284,47.4398084],[-69.3179284,47.378601],[-69.4438546,47.378601],[-69.4438546,47.3156274],[-69.5038204,47.3156274],[-69.5038204,47.2525839],[-69.5667838,47.2525839],[-69.5667838,47.1910884],[-69.6303478,47.1910884],[-69.6303478,47.128701],[-69.6933103,47.128701],[-69.6933103,47.0654307],[-69.7557063,47.0654307],[-69.7557063,47.0042751],[-69.8180391,47.0042751],[-69.8180391,46.9415344],[-69.8804023,46.9415344],[-69.8804023,46.8792519],[-69.9421674,46.8792519],[-69.9421674,46.8177399],[-70.0063088,46.8177399],[-70.0063088,46.6920295],[-70.0704265,46.6920295],[-70.0704265,46.4425926],[-70.1945902,46.4425926],[-70.1945902,46.3785887],[-70.2562047,46.3785887],[-70.2562047,46.3152628],[-70.3203651,46.3152628],[-70.3203651,46.0651209],[-70.3814988,46.0651209],[-70.3814988,45.93552],[-70.3201618,45.93552],[-70.3201618,45.879479],[-70.4493131,45.879479],[-70.4493131,45.7538713],[-70.5070021,45.7538713],[-70.5070021,45.6916912],[-70.6316642,45.6916912],[-70.6316642,45.6291619],[-70.7575538,45.6291619],[-70.7575538,45.4414685],[-70.8809878,45.4414685],[-70.8809878,45.3780612],[-71.13328,45.3780612],[-71.13328,45.3151452],[-71.3830282,45.3151452],[-71.3830282,45.253416],[-71.5076448,45.253416],[-71.5076448,45.0655726],[-73.9418929,45.0655726],[-73.9418929,45.0031242],[-74.7469725,45.0031242],[-74.7469725,45.0649003],[-74.8800964,45.0649003],[-74.8800964,45.0029023],[-75.0662455,45.0029023],[-75.0662455,44.9415167],[-75.2539363,44.9415167],[-75.2539363,44.8776043],[-75.3789648,44.8776043],[-75.3789648,44.8153462],[-75.4431283,44.8153462],[-75.4431283,44.7536053],[-75.5666566,44.7536053],[-75.5666566,44.6909879],[-75.6290205,44.6909879],[-75.6290205,44.6284958],[-75.7540484,44.6284958],[-75.7540484,44.566385],[-75.817312,44.566385],[-75.817312,44.5028932],[-75.8799549,44.5028932],[-75.8799549,44.3784946],[-76.1300319,44.3784946],[-76.1300319,44.3159227],[-76.1926961,44.3159227],[-76.1926961,44.2534378],[-76.3182619,44.2534378],[-76.3182619,44.1916726],[-76.3792975,44.1916726],[-76.3792975,44.0653733],[-76.4427584,44.0653733],[-76.4427584,43.9963825],[-76.317027,43.9963825],[-76.317027,43.9414581],[-76.5076611,43.9414581],[-76.5076611,43.8723335],[-76.3829974,43.8723335],[-76.3829974,43.8091872],[-76.2534102,43.8091872],[-76.2534102,43.5665222],[-76.5064833,43.5665222],[-76.5064833,43.5033881],[-76.6331208,43.5033881],[-76.6331208,43.4432252],[-76.6951085,43.4432252],[-76.6951085,43.3786858],[-76.8177798,43.3786858],[-76.8177798,43.318066],[-77.682,43.318066],[-77.682,43.3789376],[-78.0565883,43.3789376],[-78.0565883,43.4396918],[-78.4389748,43.4396918],[-78.4389748,43.3794382],[-78.8803396,43.3794382],[-78.8803396,43.3149724],[-79.1298858,43.3149724],[-79.1298858,43.2429286],[-79.0669615,43.2429286],[-79.0669615,43.1299931],[-79.1298858,43.1299931],[-79.1298858,43.0577305],[-79.071264,43.0577305],[-79.071264,42.9294906],[-78.943264,42.9294906],[-78.943264,42.7542165],[-79.069439,42.7542165],[-79.069439,42.6941622],[-79.133439,42.6941622],[-79.133439,42.6296973],[-79.1947499,42.6296973],[-79.1947499,42.5663538],[-79.3786827,42.5663538],[-79.3786827,42.5033425],[-79.4442961,42.5033425],[-79.4442961,42.4410614],[-79.5679936,42.4410614],[-79.5679936,42.3775264],[-79.6906154,42.3775264],[-79.6906154,42.3171086],[-79.8164642,42.3171086],[-79.8164642,42.2534481],[-80.0052373,42.2534481],[-80.0052373,42.1909188],[-80.1916829,42.1909188],[-80.1916829,42.1272555],[-80.3167992,42.1272555],[-80.3167992,42.0669857],[-80.5063234,42.0669857],[-80.5063234,42.0034331],[-80.6930471,42.0034331],[-80.6930471,41.9415141],[-80.9440403,41.9415141],[-80.9440403,41.8781193],[-81.1942729,41.8781193],[-81.1942729,41.8166455],[-81.3190089,41.8166455],[-81.3190089,41.7545453],[-81.4418435,41.7545453],[-81.4418435,41.690965],[-81.5053523,41.690965],[-81.5053523,41.6301643],[-82.7470081,41.6301643],[-82.7470081,41.7536942],[-82.8839135,41.7536942],[-82.8839135,41.5656075],[-82.9957195,41.5656075],[-82.9957195,41.6270375],[-83.1257796,41.6270375],[-83.1257796,41.6878411],[-83.2474733,41.6878411],[-83.2474733,41.7536942],[-83.3737305,41.7536942],[-83.3737305,41.809276],[-83.3106019,41.809276],[-83.3106019,41.8716064],[-83.2474733,41.8716064],[-83.2474733,41.9361393],[-83.1843447,41.9361393],[-83.1843447,41.9960851],[-83.1207681,41.9960851],[-83.1207681,42.2464812],[-83.0589194,42.2464812],[-83.0589194,42.3089555],[-82.8685328,42.3089555],[-82.8685328,42.3717652],[-82.8072219,42.3717652],[-82.8072219,42.558553],[-82.7553745,42.558553],[-82.7553745,42.4954945],[-82.5599041,42.4954945],[-82.5599041,42.558553],[-82.4967755,42.558553],[-82.4967755,42.6833607],[-82.4328863,42.6833607],[-82.4328863,42.9342196],[-82.3700552,42.9342196],[-82.3700552,43.0648071],[-82.4328863,43.0648071],[-82.4328863,43.1917566],[-82.4947464,43.1917566],[-82.4947464,43.5034627],[-82.557133,43.5034627],[-82.557133,43.8160901],[-82.6197884,43.8160901],[-82.6197884,43.9422098],[-82.6839499,43.9422098],[-82.6839499,44.0022641],[-82.7465346,44.0022641],[-82.7465346,44.0670545],[-82.8708696,44.0670545],[-82.8708696,44.1291935],[-83.008517,44.1291935],[-83.008517,44.0664786],[-83.1336086,44.0664786],[-83.1336086,44.0053949],[-83.2414522,44.0053949],[-83.2414522,44.9962034],[-83.1806112,44.9962034],[-83.1806112,45.067302],[-83.2455172,45.067302],[-83.2455172,45.1287382],[-83.3065878,45.1287382],[-83.3065878,45.2551509],[-83.3706087,45.2551509],[-83.3706087,45.3165923],[-83.4325644,45.3165923],[-83.4325644,45.3792105],[-83.6178415,45.3792105],[-83.6178415,45.4419665],[-83.8084291,45.4419665],[-83.8084291,45.5036189],[-84.0550718,45.5036189],[-84.0550718,45.5647907],[-84.1235181,45.5647907],[-84.1235181,45.6287845],[-84.1807534,45.6287845],[-84.1807534,45.6914688],[-84.3111554,45.6914688],[-84.3111554,45.9337076],[-83.8209974,45.9337076],[-83.8209974,45.8725113],[-83.4968086,45.8725113],[-83.4968086,45.9337076],[-83.4338066,45.9337076],[-83.4338066,46.0016863],[-83.4962697,46.0016863],[-83.4962697,46.0668178],[-83.5599956,46.0668178],[-83.5599956,46.1261576],[-83.9954558,46.1261576],[-83.9954558,46.1931747],[-84.0591816,46.1931747],[-84.0591816,46.3814972],[-84.1152614,46.3814972],[-84.1152614,46.4953584],[-84.0591816,46.4953584],[-84.0591816,46.5682653],[-84.2579545,46.5682653],[-84.2579545,46.5051232],[-84.3071879,46.5051232],[-84.3071879,46.5682653],[-84.4415364,46.5682653],[-84.4415364,46.504525],[-84.9965729,46.504525],[-84.9965729,46.6842882],[-84.9298158,46.6842882],[-84.9298158,46.818077],[-85.3165894,46.818077],[-85.3165894,46.7535825],[-87.5562645,46.7535825],[-87.5562645,47.4407371],[-87.6825361,47.4407371],[-87.6825361,47.5035554],[-88.2560738,47.5035554],[-88.2560738,47.4433716],[-88.4417419,47.4433716],[-88.4417419,47.3789949],[-88.50683,47.3789949],[-88.50683,47.3153881],[-88.6312821,47.3153881],[-88.6312821,47.2539782],[-88.7569636,47.2539782],[-88.7569636,47.1934682],[-88.8838253,47.1934682],[-88.8838253,47.1284735],[-88.9434208,47.1284735],[-88.9434208,47.0662127],[-89.0708726,47.0662127],[-89.0708726,47.0026826],[-89.2565553,47.0026826],[-89.2565553,46.9410806],[-90.3677669,46.9410806],[-90.3677669,47.6844827],[-90.3069978,47.6844827],[-90.3069978,47.7460174],[-89.994859,47.7460174],[-89.994859,47.8082719],[-89.8048615,47.8082719],[-89.8048615,47.8700562],[-89.6797699,47.8700562],[-89.6797699,47.9339637],[-89.4933757,47.9339637],[-89.4933757,47.9957956],[-89.4284697,47.9957956],[-89.4284697,48.0656377],[-89.9932739,48.0656377],[-89.9932739,48.1282966],[-90.7455933,48.1282966],[-90.7455933,48.1893056],[-90.8087291,48.1893056],[-90.8087291,48.2522065],[-91.067763,48.2522065],[-91.067763,48.1916658],[-91.1946247,48.1916658],[-91.1946247,48.1279027],[-91.6814196,48.1279027],[-91.6814196,48.2525994],[-91.9321927,48.2525994],[-91.9321927,48.3142454],[-91.9929683,48.3142454],[-91.9929683,48.3780845],[-92.3189383,48.3780845],[-92.3189383,48.2529081],[-92.3732233,48.2529081],[-92.3732233,48.3153385],[-92.4322288,48.3153385],[-92.4322288,48.4411448],[-92.4977248,48.4411448],[-92.4977248,48.501781],[-92.5679413,48.501781],[-92.5679413,48.439579],[-92.6210462,48.439579],[-92.6210462,48.5650783],[-92.8086835,48.5650783],[-92.8086835,48.6286865],[-92.8086835,48.6267365],[-92.933185,48.6267365],[-92.933185,48.6922145],[-93.0051716,48.6922145],[-93.0051716,48.6282965],[-93.1225924,48.6282965],[-93.1225924,48.6922145],[-93.3190806,48.6922145],[-93.3190806,48.6267365],[-93.5049477,48.6267365],[-93.5049477,48.5635164],[-93.7474601,48.5635164],[-93.7474601,48.6267365],[-93.8135461,48.6267365],[-93.8135461,48.6898775],[-94.2453121,48.6898775],[-94.2453121,48.7554327],[-94.6183171,48.7554327],[-94.6183171,48.941036],[-94.6809018,48.941036],[-94.6809018,49.0029737],[-94.7441532,49.0029737],[-94.7441532,49.2536079],[-94.8084069,49.2536079],[-94.8084069,49.3784134],[-95.1192391,49.3784134],[-95.1192391,49.4425264],[-95.1934341,49.4425264],[-95.1934341,49.0035292],[-96.87069,49.0035292],[-96.87069,49.0656063],[-99.0049312,49.0656063],[-99.0049312,49.0050714],[-109.3699257,49.0050714],[-109.3699257,49.0668231],[-109.5058746,49.0668231],[-109.5058746,49.0050714],[-114.1830014,49.0050714],[-114.1830014,49.0687317],[-114.7578709,49.0687317],[-114.7578709,49.0050714],[-115.433731,49.0050714],[-115.433731,49.0671412],[-116.5062706,49.0671412],[-116.5062706,49.0050714],[-117.3089504,49.0050714],[-117.3089504,49.0659803],[-119.882945,49.0659803],[-119.882945,49.0050714],[-120.1208555,49.0050714],[-120.1208555,49.0678367],[-121.4451636,49.0678367],[-121.4451636,49.0050714],[-121.9311808,49.0050714],[-121.9311808,49.0656099],[-122.817484,49.0656099],[-122.817484,49.0029143],[-122.8795155,49.0029143],[-122.8795155,48.9347018],[-122.8174629,48.9347018],[-122.8174629,48.8101998],[-122.7538859,48.8101998],[-122.7538859,48.7533758],[-122.8712937,48.7533758],[-122.8712937,48.8153948],[-123.0055391,48.8153948],[-123.0055391,48.7529529],[-123.1296926,48.7529529],[-123.1296926,48.6902201],[-123.1838197,48.6902201],[-123.1838197,48.7529029]],[[-122.9341743,37.7521547],[-122.9347457,37.6842013],[-123.0679013,37.6849023],[-123.0673747,37.7475251],[-123.1292603,37.7478506],[-123.1286894,37.815685],[-123.0590687,37.8153192],[-123.0595947,37.7528143]],[[-71.6299464,41.2540893],[-71.4966465,41.2541393],[-71.4965596,41.122965],[-71.6298594,41.1229149]],[[-70.3184265,41.3775196],[-70.3183384,41.2448243],[-70.1906612,41.2448722],[-70.1906239,41.1886019],[-69.9336025,41.1886984],[-69.933729,41.3791941],[-69.9950664,41.3791712],[-69.995109,41.443159],[-70.0707828,41.4431307],[-70.0706972,41.3144915],[-70.2461667,41.3144258],[-70.2462087,41.3775467]],[[-68.9403374,43.9404062],[-68.6856948,43.9404977],[-68.6856475,43.8721797],[-68.7465405,43.8721577],[-68.7464976,43.8102529],[-68.8090782,43.8102304],[-68.8090343,43.746728],[-68.8773094,43.7467034],[-68.8773544,43.8117826],[-68.9402483,43.8117599]],[[-123.1291466,49.0645144],[-122.9954224,49.0645144],[-122.9954224,48.9343243],[-123.1291466,48.9343243]],[[-82.9407144,24.7535913],[-82.8719398,24.7535913],[-82.8719398,24.6905653],[-82.7446233,24.6905653],[-82.7446233,24.6214593],[-82.8088038,24.6214593],[-82.8088038,24.5594908],[-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":[[[-125.990173,48.9962416],[-125.989419,47.9948396],[-123.9929739,47.9955062],[-123.9922429,47.0059202],[-125.988688,47.0052409],[-125.9879604,46.0015618],[-123.9939396,46.0022529],[-123.9925238,43.9961708],[-124.9931832,43.9958116],[-124.9918175,41.9942149],[-125.9851789,41.9938465],[-125.9838655,40.0076111],[-123.9833285,40.0083757],[-123.9814115,37.002615],[-122.21903,37.0033173],[-122.2184144,36.011671],[-122.020087,36.011751],[-122.0188591,33.9961766],[-119.9787757,33.9970206],[-119.9775867,31.9987658],[-114.0122833,32.00129],[-114.0116894,30.9862401],[-105.998294,30.9896679],[-105.9971419,28.9901065],[-102.0210506,28.9918418],[-102.0204916,28.00733],[-100.0062436,28.0082173],[-100.0051143,25.991909],[-98.0109067,25.9928035],[-98.0103613,25.0063461],[-97.0161086,25.0067957],[-97.016654,25.9932494],[-95.9824825,25.9937132],[-95.9835999,27.9891175],[-94.0200898,27.9899826],[-94.0206586,28.9918129],[-88.0156706,28.9944338],[-88.0162494,30.0038862],[-86.0277506,30.0047454],[-86.0271719,28.9953016],[-84.0187909,28.9961781],[-84.017095,25.9817708],[-81.9971976,25.9826768],[-81.9966618,25.0134917],[-84.0165592,25.0125783],[-84.0160068,24.0052745],[-80.0199985,24.007096],[-80.0245309,32.0161282],[-78.0066484,32.0169819],[-78.0072238,32.9894278],[-77.8807233,32.9894807],[-77.8813253,33.9955918],[-76.0115411,33.9963653],[-76.0121459,34.9952552],[-74.0068449,34.9960749],[-74.0099997,40.0084254],[-72.0013745,40.0091931],[-72.002019,40.9912464],[-69.8797398,40.9920457],[-69.8804173,42.00893],[-69.9927682,42.0088883],[-69.9934462,43.0105166],[-67.9845366,43.0112496],[-67.985224,44.0103812],[-65.9892568,44.0110975],[-65.9921237,47.9993584],[-70.006442,47.9980181],[-70.005708,47.0042007],[-72.023686,47.003514],[-72.0222508,45.0059846],[-78.0146667,45.0038705],[-78.0139662,44.0026998],[-80.029686,44.0019763],[-80.0290052,43.0122994],[-81.995479,43.011582],[-81.9982986,47.0042713],[-87.505706,47.0023972],[-87.5064535,48.0142702],[-88.0260889,48.0140968],[-88.026838,49.0086686],[-93.9981078,49.0067142],[-93.9988778,50.0086456],[-96.0138899,50.0079995],[-96.0131199,49.0060547]],[[-160.5787616,22.5062947],[-160.5782192,21.4984647],[-159.0030121,21.499196],[-159.0027422,20.9951068],[-157.5083185,20.995803],[-157.5080519,20.4960241],[-155.966889,20.4967444],[-155.9674267,21.5028287],[-157.5044717,21.5021151],[-157.5047384,21.9984962],[-159.0090946,21.9978002],[-159.0093692,22.5070181]],[[-168.006102,68.9941463],[-168.0047628,68.0107853],[-165.4842481,68.0112562],[-165.4829337,67.0037303],[-168.0034485,67.0032389],[-168.002195,66.0017503],[-169.0087448,66.001546],[-169.0075381,64.9987675],[-168.0009882,64.9989798],[-167.9998282,63.9982374],[-164.9871288,63.9988964],[-164.9860062,62.9950845],[-167.9987057,62.9944019],[-167.9946035,59.0153692],[-162.5027857,59.0167799],[-162.5018149,58.0005815],[-160.0159024,58.0012389],[-160.0149725,57.000035],[-160.5054788,56.9999017],[-160.5045719,55.9968161],[-164.012195,55.9958373],[-164.0113186,55.00107],[-165.994782,55.0005023],[-165.9941266,54.2400584],[-168.0002944,54.2394734],[-168.0000986,54.0094921],[-170.0156134,54.0089011],[-170.0147683,53.0016446],[-171.9993636,53.0010487],[-171.9989488,52.4977745],[-176.0083239,52.4965566],[-176.0081186,52.2452555],[-178.000097,52.2446469],[-177.9992996,51.2554252],[-176.0073212,51.2560472],[-176.0075146,51.4980163],[-171.9981395,51.4992617],[-171.9985419,51.9985373],[-167.9984317,51.9997661],[-167.9994645,53.2560877],[-165.9932968,53.2566866],[-165.9939308,54.0100804],[-159.0067205,54.0121291],[-159.0075717,55.002502],[-158.0190709,55.0027849],[-158.0199473,55.9975094],[-151.9963213,55.9991902],[-151.9981536,57.9986536],[-151.500341,57.9987853],[-151.5012894,58.9919816],[-138.5159989,58.9953194],[-138.5150471,57.9986434],[-136.6872422,57.9991267],[-136.6863158,57.0016688],[-135.9973698,57.001856],[-135.9964667,56.0030544],[-134.6717732,56.003424],[-134.6708865,54.9969623],[-133.9956734,54.9971556],[-133.9948193,54.0031685],[-130.0044418,54.0043387],[-130.0070826,57.0000507],[-131.975877,56.9995156],[-131.9787378,59.9933094],[-138.0071813,59.991805],[-138.0082158,61.0125755],[-140.9874011,61.0118551],[-140.99984,71.0039309],[-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]],[[-168.5133204,62.8689586],[-168.5144423,63.8765677],[-172.0202755,63.8757975],[-172.0191536,62.8681608]],[[-170.9947111,59.9954089],[-170.995726,60.9969787],[-174.0045311,60.9962508],[-174.0035162,59.9946581]],[[-156.0717261,20.2854602],[-154.7940471,20.2860582],[-154.7933145,18.9029464],[-156.0709936,18.9023432]]]},{"name":"Vector Streetmap for San Juan County WA","type":"tms","description":"Public domain street and address data from the San Juan County, WA. Updated at least quarterly.","template":"http://sjcgis.org/arcgis/rest/services/Basemaps/General_Basemap_WM/MapServer/tile/{zoom}/{y}/{x}","scaleExtent":[0,19],"polygon":[[[-123.274024,48.692975],[-123.007726,48.767256],[-123.007619,48.831577],[-122.783495,48.758416],[-122.693402,48.658522],[-122.767451,48.603606],[-122.744842,48.387083],[-123.248221,48.283531],[-123.114524,48.422614],[-123.219035,48.548575],[-123.274024,48.692975]]],"best":true},{"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],[8.3683809,55.4042149],[8.2103997,55.4039795],[8.2087314,55.4937345],[8.0502655,55.4924731],[8.0185123,56.7501399],[8.1819161,56.7509948],[8.1763274,57.0208898],[8.3413329,57.0219872],[8.3392467,57.1119574],[8.5054433,57.1123212],[8.5033923,57.2020499],[9.3316304,57.2027636],[9.3319079,57.2924835],[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"}]
\ No newline at end of file
+[
+ {
+ "name": "7th Series (OS7)",
+ "type": "tms",
+ "template": "http://ooc.openstreetmap.org/os7/{zoom}/{x}/{y}.jpg",
+ "polygon": [
+ [
+ [
+ -9,
+ 49.8
+ ],
+ [
+ -9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 49.8
+ ],
+ [
+ -9,
+ 49.8
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "AGRI black-and-white 2.5m",
+ "type": "tms",
+ "template": "http://agri.openstreetmap.org/{zoom}/{x}/{y}.png",
+ "polygon": [
+ [
+ [
+ 112.28778,
+ -28.784589
+ ],
+ [
+ 112.71488,
+ -31.13894
+ ],
+ [
+ 114.11263,
+ -34.178287
+ ],
+ [
+ 113.60788,
+ -37.39012
+ ],
+ [
+ 117.17992,
+ -37.451794
+ ],
+ [
+ 119.31538,
+ -37.42096
+ ],
+ [
+ 121.72262,
+ -36.708394
+ ],
+ [
+ 123.81925,
+ -35.76893
+ ],
+ [
+ 125.9547,
+ -34.3066
+ ],
+ [
+ 127.97368,
+ -33.727398
+ ],
+ [
+ 130.07031,
+ -33.24166
+ ],
+ [
+ 130.10913,
+ -33.888704
+ ],
+ [
+ 131.00214,
+ -34.049705
+ ],
+ [
+ 131.0798,
+ -34.72257
+ ],
+ [
+ 132.28342,
+ -35.39
+ ],
+ [
+ 134.18591,
+ -35.61126
+ ],
+ [
+ 133.8753,
+ -37.1119
+ ],
+ [
+ 134.8459,
+ -37.6365
+ ],
+ [
+ 139.7769,
+ -37.82075
+ ],
+ [
+ 139.93223,
+ -39.4283
+ ],
+ [
+ 141.6017,
+ -39.8767
+ ],
+ [
+ 142.3783,
+ -39.368294
+ ],
+ [
+ 142.3783,
+ -40.64702
+ ],
+ [
+ 142.49478,
+ -42.074874
+ ],
+ [
+ 144.009,
+ -44.060127
+ ],
+ [
+ 147.23161,
+ -44.03222
+ ],
+ [
+ 149.05645,
+ -42.534313
+ ],
+ [
+ 149.52237,
+ -40.99959
+ ],
+ [
+ 149.9494,
+ -40.852921
+ ],
+ [
+ 150.8036,
+ -38.09627
+ ],
+ [
+ 151.81313,
+ -38.12682
+ ],
+ [
+ 156.20052,
+ -22.667706
+ ],
+ [
+ 156.20052,
+ -20.10109
+ ],
+ [
+ 156.62761,
+ -17.417627
+ ],
+ [
+ 155.26869,
+ -17.19521
+ ],
+ [
+ 154.14272,
+ -19.51662
+ ],
+ [
+ 153.5215,
+ -18.34139
+ ],
+ [
+ 153.05558,
+ -16.5636
+ ],
+ [
+ 152.78379,
+ -15.256768
+ ],
+ [
+ 152.27905,
+ -13.4135
+ ],
+ [
+ 151.3472,
+ -12.391767
+ ],
+ [
+ 149.48354,
+ -12.05024
+ ],
+ [
+ 146.9598,
+ -9.992408
+ ],
+ [
+ 135.9719,
+ -9.992408
+ ],
+ [
+ 130.3032,
+ -10.33636
+ ],
+ [
+ 128.09016,
+ -12.164136
+ ],
+ [
+ 125.91588,
+ -12.315912
+ ],
+ [
+ 124.3239,
+ -11.860326
+ ],
+ [
+ 122.03323,
+ -11.974295
+ ],
+ [
+ 118.26706,
+ -16.9353
+ ],
+ [
+ 115.93747,
+ -19.11357
+ ],
+ [
+ 114.0738,
+ -21.11863
+ ],
+ [
+ 113.49141,
+ -22.596033
+ ],
+ [
+ 112.28778,
+ -28.784589
+ ]
+ ]
+ ],
+ "terms_text": "AGRI"
+ },
+ {
+ "name": "basemap.at",
+ "type": "tms",
+ "description": "Basemap of Austria, based on goverment data.",
+ "template": "http://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png",
+ "polygon": [
+ [
+ [
+ 16.5073284,
+ 46.9929304
+ ],
+ [
+ 16.283417,
+ 46.9929304
+ ],
+ [
+ 16.135839,
+ 46.8713046
+ ],
+ [
+ 15.9831722,
+ 46.8190947
+ ],
+ [
+ 16.0493278,
+ 46.655175
+ ],
+ [
+ 15.8610387,
+ 46.7180116
+ ],
+ [
+ 15.7592608,
+ 46.6900933
+ ],
+ [
+ 15.5607938,
+ 46.6796202
+ ],
+ [
+ 15.5760605,
+ 46.6342132
+ ],
+ [
+ 15.4793715,
+ 46.6027553
+ ],
+ [
+ 15.4335715,
+ 46.6516819
+ ],
+ [
+ 15.2249267,
+ 46.6342132
+ ],
+ [
+ 15.0468154,
+ 46.6481886
+ ],
+ [
+ 14.9908376,
+ 46.5887681
+ ],
+ [
+ 14.9603042,
+ 46.6237293
+ ],
+ [
+ 14.8534374,
+ 46.6027553
+ ],
+ [
+ 14.8330818,
+ 46.5012666
+ ],
+ [
+ 14.7516595,
+ 46.4977636
+ ],
+ [
+ 14.6804149,
+ 46.4381781
+ ],
+ [
+ 14.6142593,
+ 46.4381781
+ ],
+ [
+ 14.578637,
+ 46.3785275
+ ],
+ [
+ 14.4412369,
+ 46.4311638
+ ],
+ [
+ 14.1613476,
+ 46.4276563
+ ],
+ [
+ 14.1257253,
+ 46.4767409
+ ],
+ [
+ 14.0188585,
+ 46.4767409
+ ],
+ [
+ 13.9119917,
+ 46.5257813
+ ],
+ [
+ 13.8254805,
+ 46.5047694
+ ],
+ [
+ 13.4438134,
+ 46.560783
+ ],
+ [
+ 13.3064132,
+ 46.5502848
+ ],
+ [
+ 13.1283019,
+ 46.5887681
+ ],
+ [
+ 12.8433237,
+ 46.6132433
+ ],
+ [
+ 12.7262791,
+ 46.6412014
+ ],
+ [
+ 12.5125455,
+ 46.6656529
+ ],
+ [
+ 12.3598787,
+ 46.7040543
+ ],
+ [
+ 12.3649676,
+ 46.7703197
+ ],
+ [
+ 12.2886341,
+ 46.7772902
+ ],
+ [
+ 12.2733674,
+ 46.8852187
+ ],
+ [
+ 12.2072118,
+ 46.8747835
+ ],
+ [
+ 12.1308784,
+ 46.9026062
+ ],
+ [
+ 12.1156117,
+ 46.9998721
+ ],
+ [
+ 12.2530119,
+ 47.0657733
+ ],
+ [
+ 12.2123007,
+ 47.0934969
+ ],
+ [
+ 11.9833004,
+ 47.0449712
+ ],
+ [
+ 11.7339445,
+ 46.9616816
+ ],
+ [
+ 11.6321666,
+ 47.010283
+ ],
+ [
+ 11.5405665,
+ 46.9755722
+ ],
+ [
+ 11.4998553,
+ 47.0068129
+ ],
+ [
+ 11.418433,
+ 46.9651546
+ ],
+ [
+ 11.2555884,
+ 46.9755722
+ ],
+ [
+ 11.1130993,
+ 46.913036
+ ],
+ [
+ 11.0418548,
+ 46.7633482
+ ],
+ [
+ 10.8891879,
+ 46.7598621
+ ],
+ [
+ 10.7416099,
+ 46.7842599
+ ],
+ [
+ 10.7059877,
+ 46.8643462
+ ],
+ [
+ 10.5787653,
+ 46.8399847
+ ],
+ [
+ 10.4566318,
+ 46.8504267
+ ],
+ [
+ 10.4769874,
+ 46.9269392
+ ],
+ [
+ 10.3853873,
+ 46.9894592
+ ],
+ [
+ 10.2327204,
+ 46.8643462
+ ],
+ [
+ 10.1207647,
+ 46.8330223
+ ],
+ [
+ 9.8663199,
+ 46.9408389
+ ],
+ [
+ 9.9019422,
+ 47.0033426
+ ],
+ [
+ 9.6831197,
+ 47.0588402
+ ],
+ [
+ 9.6118752,
+ 47.0380354
+ ],
+ [
+ 9.6322307,
+ 47.128131
+ ],
+ [
+ 9.5813418,
+ 47.1662025
+ ],
+ [
+ 9.5406306,
+ 47.2664422
+ ],
+ [
+ 9.6067863,
+ 47.3492559
+ ],
+ [
+ 9.6729419,
+ 47.369939
+ ],
+ [
+ 9.6424085,
+ 47.4457079
+ ],
+ [
+ 9.5660751,
+ 47.4801122
+ ],
+ [
+ 9.7136531,
+ 47.5282405
+ ],
+ [
+ 9.7848976,
+ 47.5969187
+ ],
+ [
+ 9.8357866,
+ 47.5454185
+ ],
+ [
+ 9.9477423,
+ 47.538548
+ ],
+ [
+ 10.0902313,
+ 47.4491493
+ ],
+ [
+ 10.1105869,
+ 47.3664924
+ ],
+ [
+ 10.2428982,
+ 47.3871688
+ ],
+ [
+ 10.1869203,
+ 47.2698953
+ ],
+ [
+ 10.3243205,
+ 47.2975125
+ ],
+ [
+ 10.4820763,
+ 47.4491493
+ ],
+ [
+ 10.4311873,
+ 47.4869904
+ ],
+ [
+ 10.4413651,
+ 47.5900549
+ ],
+ [
+ 10.4871652,
+ 47.5522881
+ ],
+ [
+ 10.5482319,
+ 47.5351124
+ ],
+ [
+ 10.5991209,
+ 47.5660246
+ ],
+ [
+ 10.7568766,
+ 47.5316766
+ ],
+ [
+ 10.8891879,
+ 47.5454185
+ ],
+ [
+ 10.9400769,
+ 47.4869904
+ ],
+ [
+ 10.9960547,
+ 47.3906141
+ ],
+ [
+ 11.2352328,
+ 47.4422662
+ ],
+ [
+ 11.2810328,
+ 47.3975039
+ ],
+ [
+ 11.4235219,
+ 47.5144941
+ ],
+ [
+ 11.5761888,
+ 47.5076195
+ ],
+ [
+ 11.6067221,
+ 47.5900549
+ ],
+ [
+ 11.8357224,
+ 47.5866227
+ ],
+ [
+ 12.003656,
+ 47.6243647
+ ],
+ [
+ 12.2072118,
+ 47.6037815
+ ],
+ [
+ 12.1614117,
+ 47.6963421
+ ],
+ [
+ 12.2581008,
+ 47.7442718
+ ],
+ [
+ 12.2530119,
+ 47.6792136
+ ],
+ [
+ 12.4311232,
+ 47.7100408
+ ],
+ [
+ 12.4921899,
+ 47.631224
+ ],
+ [
+ 12.5685234,
+ 47.6277944
+ ],
+ [
+ 12.6295901,
+ 47.6894913
+ ],
+ [
+ 12.7720792,
+ 47.6689338
+ ],
+ [
+ 12.8331459,
+ 47.5419833
+ ],
+ [
+ 12.975635,
+ 47.4732332
+ ],
+ [
+ 13.0417906,
+ 47.4938677
+ ],
+ [
+ 13.0367017,
+ 47.5557226
+ ],
+ [
+ 13.0977685,
+ 47.6415112
+ ],
+ [
+ 13.0316128,
+ 47.7100408
+ ],
+ [
+ 12.9043905,
+ 47.7203125
+ ],
+ [
+ 13.0061684,
+ 47.84683
+ ],
+ [
+ 12.9451016,
+ 47.9355501
+ ],
+ [
+ 12.8636793,
+ 47.9594103
+ ],
+ [
+ 12.8636793,
+ 48.0036929
+ ],
+ [
+ 12.7517236,
+ 48.0989418
+ ],
+ [
+ 12.8738571,
+ 48.2109733
+ ],
+ [
+ 12.9603683,
+ 48.2109733
+ ],
+ [
+ 13.0417906,
+ 48.2652035
+ ],
+ [
+ 13.1842797,
+ 48.2990682
+ ],
+ [
+ 13.2606131,
+ 48.2922971
+ ],
+ [
+ 13.3980133,
+ 48.3565867
+ ],
+ [
+ 13.4438134,
+ 48.417418
+ ],
+ [
+ 13.4387245,
+ 48.5523383
+ ],
+ [
+ 13.509969,
+ 48.5860123
+ ],
+ [
+ 13.6117469,
+ 48.5725454
+ ],
+ [
+ 13.7287915,
+ 48.5118999
+ ],
+ [
+ 13.7847694,
+ 48.5725454
+ ],
+ [
+ 13.8203916,
+ 48.6263915
+ ],
+ [
+ 13.7949471,
+ 48.7171267
+ ],
+ [
+ 13.850925,
+ 48.7741724
+ ],
+ [
+ 14.0595697,
+ 48.6633774
+ ],
+ [
+ 14.0137696,
+ 48.6331182
+ ],
+ [
+ 14.0748364,
+ 48.5927444
+ ],
+ [
+ 14.2173255,
+ 48.5961101
+ ],
+ [
+ 14.3649034,
+ 48.5489696
+ ],
+ [
+ 14.4666813,
+ 48.6499311
+ ],
+ [
+ 14.5582815,
+ 48.5961101
+ ],
+ [
+ 14.5989926,
+ 48.6263915
+ ],
+ [
+ 14.7211261,
+ 48.5759124
+ ],
+ [
+ 14.7211261,
+ 48.6868997
+ ],
+ [
+ 14.822904,
+ 48.7271983
+ ],
+ [
+ 14.8178151,
+ 48.777526
+ ],
+ [
+ 14.9647227,
+ 48.7851754
+ ],
+ [
+ 14.9893637,
+ 49.0126611
+ ],
+ [
+ 15.1485933,
+ 48.9950306
+ ],
+ [
+ 15.1943934,
+ 48.9315502
+ ],
+ [
+ 15.3063491,
+ 48.9850128
+ ],
+ [
+ 15.3928603,
+ 48.9850128
+ ],
+ [
+ 15.4844604,
+ 48.9282069
+ ],
+ [
+ 15.749083,
+ 48.8545973
+ ],
+ [
+ 15.8406831,
+ 48.8880697
+ ],
+ [
+ 16.0086166,
+ 48.7808794
+ ],
+ [
+ 16.2070835,
+ 48.7339115
+ ],
+ [
+ 16.3953727,
+ 48.7372678
+ ],
+ [
+ 16.4920617,
+ 48.8110498
+ ],
+ [
+ 16.6905286,
+ 48.7741724
+ ],
+ [
+ 16.7057953,
+ 48.7339115
+ ],
+ [
+ 16.8991733,
+ 48.713769
+ ],
+ [
+ 16.9755067,
+ 48.515271
+ ],
+ [
+ 16.8482844,
+ 48.4511817
+ ],
+ [
+ 16.8533733,
+ 48.3464411
+ ],
+ [
+ 16.9551512,
+ 48.2516513
+ ],
+ [
+ 16.9907734,
+ 48.1498955
+ ],
+ [
+ 17.0925513,
+ 48.1397088
+ ],
+ [
+ 17.0823736,
+ 48.0241182
+ ],
+ [
+ 17.1739737,
+ 48.0207146
+ ],
+ [
+ 17.0823736,
+ 47.8741447
+ ],
+ [
+ 16.9856845,
+ 47.8673174
+ ],
+ [
+ 17.0823736,
+ 47.8092489
+ ],
+ [
+ 17.0925513,
+ 47.7031919
+ ],
+ [
+ 16.7414176,
+ 47.6792136
+ ],
+ [
+ 16.7057953,
+ 47.7511153
+ ],
+ [
+ 16.5378617,
+ 47.7545368
+ ],
+ [
+ 16.5480395,
+ 47.7066164
+ ],
+ [
+ 16.4208172,
+ 47.6689338
+ ],
+ [
+ 16.573484,
+ 47.6175045
+ ],
+ [
+ 16.670173,
+ 47.631224
+ ],
+ [
+ 16.7108842,
+ 47.538548
+ ],
+ [
+ 16.6599952,
+ 47.4491493
+ ],
+ [
+ 16.5429506,
+ 47.3940591
+ ],
+ [
+ 16.4615283,
+ 47.3940591
+ ],
+ [
+ 16.4920617,
+ 47.276801
+ ],
+ [
+ 16.425906,
+ 47.1973317
+ ],
+ [
+ 16.4717061,
+ 47.1489007
+ ],
+ [
+ 16.5480395,
+ 47.1489007
+ ],
+ [
+ 16.476795,
+ 47.0796369
+ ],
+ [
+ 16.527684,
+ 47.0588402
+ ]
+ ]
+ ],
+ "terms_text": "basemap.at",
+ "id": "basemap.at"
+ },
+ {
+ "name": "basemap.at Orthofoto",
+ "type": "tms",
+ "description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
+ "template": "http://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg",
+ "polygon": [
+ [
+ [
+ 16.5073284,
+ 46.9929304
+ ],
+ [
+ 16.283417,
+ 46.9929304
+ ],
+ [
+ 16.135839,
+ 46.8713046
+ ],
+ [
+ 15.9831722,
+ 46.8190947
+ ],
+ [
+ 16.0493278,
+ 46.655175
+ ],
+ [
+ 15.8610387,
+ 46.7180116
+ ],
+ [
+ 15.7592608,
+ 46.6900933
+ ],
+ [
+ 15.5607938,
+ 46.6796202
+ ],
+ [
+ 15.5760605,
+ 46.6342132
+ ],
+ [
+ 15.4793715,
+ 46.6027553
+ ],
+ [
+ 15.4335715,
+ 46.6516819
+ ],
+ [
+ 15.2249267,
+ 46.6342132
+ ],
+ [
+ 15.0468154,
+ 46.6481886
+ ],
+ [
+ 14.9908376,
+ 46.5887681
+ ],
+ [
+ 14.9603042,
+ 46.6237293
+ ],
+ [
+ 14.8534374,
+ 46.6027553
+ ],
+ [
+ 14.8330818,
+ 46.5012666
+ ],
+ [
+ 14.7516595,
+ 46.4977636
+ ],
+ [
+ 14.6804149,
+ 46.4381781
+ ],
+ [
+ 14.6142593,
+ 46.4381781
+ ],
+ [
+ 14.578637,
+ 46.3785275
+ ],
+ [
+ 14.4412369,
+ 46.4311638
+ ],
+ [
+ 14.1613476,
+ 46.4276563
+ ],
+ [
+ 14.1257253,
+ 46.4767409
+ ],
+ [
+ 14.0188585,
+ 46.4767409
+ ],
+ [
+ 13.9119917,
+ 46.5257813
+ ],
+ [
+ 13.8254805,
+ 46.5047694
+ ],
+ [
+ 13.4438134,
+ 46.560783
+ ],
+ [
+ 13.3064132,
+ 46.5502848
+ ],
+ [
+ 13.1283019,
+ 46.5887681
+ ],
+ [
+ 12.8433237,
+ 46.6132433
+ ],
+ [
+ 12.7262791,
+ 46.6412014
+ ],
+ [
+ 12.5125455,
+ 46.6656529
+ ],
+ [
+ 12.3598787,
+ 46.7040543
+ ],
+ [
+ 12.3649676,
+ 46.7703197
+ ],
+ [
+ 12.2886341,
+ 46.7772902
+ ],
+ [
+ 12.2733674,
+ 46.8852187
+ ],
+ [
+ 12.2072118,
+ 46.8747835
+ ],
+ [
+ 12.1308784,
+ 46.9026062
+ ],
+ [
+ 12.1156117,
+ 46.9998721
+ ],
+ [
+ 12.2530119,
+ 47.0657733
+ ],
+ [
+ 12.2123007,
+ 47.0934969
+ ],
+ [
+ 11.9833004,
+ 47.0449712
+ ],
+ [
+ 11.7339445,
+ 46.9616816
+ ],
+ [
+ 11.6321666,
+ 47.010283
+ ],
+ [
+ 11.5405665,
+ 46.9755722
+ ],
+ [
+ 11.4998553,
+ 47.0068129
+ ],
+ [
+ 11.418433,
+ 46.9651546
+ ],
+ [
+ 11.2555884,
+ 46.9755722
+ ],
+ [
+ 11.1130993,
+ 46.913036
+ ],
+ [
+ 11.0418548,
+ 46.7633482
+ ],
+ [
+ 10.8891879,
+ 46.7598621
+ ],
+ [
+ 10.7416099,
+ 46.7842599
+ ],
+ [
+ 10.7059877,
+ 46.8643462
+ ],
+ [
+ 10.5787653,
+ 46.8399847
+ ],
+ [
+ 10.4566318,
+ 46.8504267
+ ],
+ [
+ 10.4769874,
+ 46.9269392
+ ],
+ [
+ 10.3853873,
+ 46.9894592
+ ],
+ [
+ 10.2327204,
+ 46.8643462
+ ],
+ [
+ 10.1207647,
+ 46.8330223
+ ],
+ [
+ 9.8663199,
+ 46.9408389
+ ],
+ [
+ 9.9019422,
+ 47.0033426
+ ],
+ [
+ 9.6831197,
+ 47.0588402
+ ],
+ [
+ 9.6118752,
+ 47.0380354
+ ],
+ [
+ 9.6322307,
+ 47.128131
+ ],
+ [
+ 9.5813418,
+ 47.1662025
+ ],
+ [
+ 9.5406306,
+ 47.2664422
+ ],
+ [
+ 9.6067863,
+ 47.3492559
+ ],
+ [
+ 9.6729419,
+ 47.369939
+ ],
+ [
+ 9.6424085,
+ 47.4457079
+ ],
+ [
+ 9.5660751,
+ 47.4801122
+ ],
+ [
+ 9.7136531,
+ 47.5282405
+ ],
+ [
+ 9.7848976,
+ 47.5969187
+ ],
+ [
+ 9.8357866,
+ 47.5454185
+ ],
+ [
+ 9.9477423,
+ 47.538548
+ ],
+ [
+ 10.0902313,
+ 47.4491493
+ ],
+ [
+ 10.1105869,
+ 47.3664924
+ ],
+ [
+ 10.2428982,
+ 47.3871688
+ ],
+ [
+ 10.1869203,
+ 47.2698953
+ ],
+ [
+ 10.3243205,
+ 47.2975125
+ ],
+ [
+ 10.4820763,
+ 47.4491493
+ ],
+ [
+ 10.4311873,
+ 47.4869904
+ ],
+ [
+ 10.4413651,
+ 47.5900549
+ ],
+ [
+ 10.4871652,
+ 47.5522881
+ ],
+ [
+ 10.5482319,
+ 47.5351124
+ ],
+ [
+ 10.5991209,
+ 47.5660246
+ ],
+ [
+ 10.7568766,
+ 47.5316766
+ ],
+ [
+ 10.8891879,
+ 47.5454185
+ ],
+ [
+ 10.9400769,
+ 47.4869904
+ ],
+ [
+ 10.9960547,
+ 47.3906141
+ ],
+ [
+ 11.2352328,
+ 47.4422662
+ ],
+ [
+ 11.2810328,
+ 47.3975039
+ ],
+ [
+ 11.4235219,
+ 47.5144941
+ ],
+ [
+ 11.5761888,
+ 47.5076195
+ ],
+ [
+ 11.6067221,
+ 47.5900549
+ ],
+ [
+ 11.8357224,
+ 47.5866227
+ ],
+ [
+ 12.003656,
+ 47.6243647
+ ],
+ [
+ 12.2072118,
+ 47.6037815
+ ],
+ [
+ 12.1614117,
+ 47.6963421
+ ],
+ [
+ 12.2581008,
+ 47.7442718
+ ],
+ [
+ 12.2530119,
+ 47.6792136
+ ],
+ [
+ 12.4311232,
+ 47.7100408
+ ],
+ [
+ 12.4921899,
+ 47.631224
+ ],
+ [
+ 12.5685234,
+ 47.6277944
+ ],
+ [
+ 12.6295901,
+ 47.6894913
+ ],
+ [
+ 12.7720792,
+ 47.6689338
+ ],
+ [
+ 12.8331459,
+ 47.5419833
+ ],
+ [
+ 12.975635,
+ 47.4732332
+ ],
+ [
+ 13.0417906,
+ 47.4938677
+ ],
+ [
+ 13.0367017,
+ 47.5557226
+ ],
+ [
+ 13.0977685,
+ 47.6415112
+ ],
+ [
+ 13.0316128,
+ 47.7100408
+ ],
+ [
+ 12.9043905,
+ 47.7203125
+ ],
+ [
+ 13.0061684,
+ 47.84683
+ ],
+ [
+ 12.9451016,
+ 47.9355501
+ ],
+ [
+ 12.8636793,
+ 47.9594103
+ ],
+ [
+ 12.8636793,
+ 48.0036929
+ ],
+ [
+ 12.7517236,
+ 48.0989418
+ ],
+ [
+ 12.8738571,
+ 48.2109733
+ ],
+ [
+ 12.9603683,
+ 48.2109733
+ ],
+ [
+ 13.0417906,
+ 48.2652035
+ ],
+ [
+ 13.1842797,
+ 48.2990682
+ ],
+ [
+ 13.2606131,
+ 48.2922971
+ ],
+ [
+ 13.3980133,
+ 48.3565867
+ ],
+ [
+ 13.4438134,
+ 48.417418
+ ],
+ [
+ 13.4387245,
+ 48.5523383
+ ],
+ [
+ 13.509969,
+ 48.5860123
+ ],
+ [
+ 13.6117469,
+ 48.5725454
+ ],
+ [
+ 13.7287915,
+ 48.5118999
+ ],
+ [
+ 13.7847694,
+ 48.5725454
+ ],
+ [
+ 13.8203916,
+ 48.6263915
+ ],
+ [
+ 13.7949471,
+ 48.7171267
+ ],
+ [
+ 13.850925,
+ 48.7741724
+ ],
+ [
+ 14.0595697,
+ 48.6633774
+ ],
+ [
+ 14.0137696,
+ 48.6331182
+ ],
+ [
+ 14.0748364,
+ 48.5927444
+ ],
+ [
+ 14.2173255,
+ 48.5961101
+ ],
+ [
+ 14.3649034,
+ 48.5489696
+ ],
+ [
+ 14.4666813,
+ 48.6499311
+ ],
+ [
+ 14.5582815,
+ 48.5961101
+ ],
+ [
+ 14.5989926,
+ 48.6263915
+ ],
+ [
+ 14.7211261,
+ 48.5759124
+ ],
+ [
+ 14.7211261,
+ 48.6868997
+ ],
+ [
+ 14.822904,
+ 48.7271983
+ ],
+ [
+ 14.8178151,
+ 48.777526
+ ],
+ [
+ 14.9647227,
+ 48.7851754
+ ],
+ [
+ 14.9893637,
+ 49.0126611
+ ],
+ [
+ 15.1485933,
+ 48.9950306
+ ],
+ [
+ 15.1943934,
+ 48.9315502
+ ],
+ [
+ 15.3063491,
+ 48.9850128
+ ],
+ [
+ 15.3928603,
+ 48.9850128
+ ],
+ [
+ 15.4844604,
+ 48.9282069
+ ],
+ [
+ 15.749083,
+ 48.8545973
+ ],
+ [
+ 15.8406831,
+ 48.8880697
+ ],
+ [
+ 16.0086166,
+ 48.7808794
+ ],
+ [
+ 16.2070835,
+ 48.7339115
+ ],
+ [
+ 16.3953727,
+ 48.7372678
+ ],
+ [
+ 16.4920617,
+ 48.8110498
+ ],
+ [
+ 16.6905286,
+ 48.7741724
+ ],
+ [
+ 16.7057953,
+ 48.7339115
+ ],
+ [
+ 16.8991733,
+ 48.713769
+ ],
+ [
+ 16.9755067,
+ 48.515271
+ ],
+ [
+ 16.8482844,
+ 48.4511817
+ ],
+ [
+ 16.8533733,
+ 48.3464411
+ ],
+ [
+ 16.9551512,
+ 48.2516513
+ ],
+ [
+ 16.9907734,
+ 48.1498955
+ ],
+ [
+ 17.0925513,
+ 48.1397088
+ ],
+ [
+ 17.0823736,
+ 48.0241182
+ ],
+ [
+ 17.1739737,
+ 48.0207146
+ ],
+ [
+ 17.0823736,
+ 47.8741447
+ ],
+ [
+ 16.9856845,
+ 47.8673174
+ ],
+ [
+ 17.0823736,
+ 47.8092489
+ ],
+ [
+ 17.0925513,
+ 47.7031919
+ ],
+ [
+ 16.7414176,
+ 47.6792136
+ ],
+ [
+ 16.7057953,
+ 47.7511153
+ ],
+ [
+ 16.5378617,
+ 47.7545368
+ ],
+ [
+ 16.5480395,
+ 47.7066164
+ ],
+ [
+ 16.4208172,
+ 47.6689338
+ ],
+ [
+ 16.573484,
+ 47.6175045
+ ],
+ [
+ 16.670173,
+ 47.631224
+ ],
+ [
+ 16.7108842,
+ 47.538548
+ ],
+ [
+ 16.6599952,
+ 47.4491493
+ ],
+ [
+ 16.5429506,
+ 47.3940591
+ ],
+ [
+ 16.4615283,
+ 47.3940591
+ ],
+ [
+ 16.4920617,
+ 47.276801
+ ],
+ [
+ 16.425906,
+ 47.1973317
+ ],
+ [
+ 16.4717061,
+ 47.1489007
+ ],
+ [
+ 16.5480395,
+ 47.1489007
+ ],
+ [
+ 16.476795,
+ 47.0796369
+ ],
+ [
+ 16.527684,
+ 47.0588402
+ ]
+ ]
+ ],
+ "terms_text": "basemap.at",
+ "id": "basemap.at orthofoto",
+ "best": true
+ },
+ {
+ "name": "Belgium AGIV Orthophoto Flanders",
+ "type": "tms",
+ "template": "http://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}",
+ "scaleExtent": [
+ 0,
+ 21
+ ],
+ "polygon": [
+ [
+ [
+ 2.522393220658428,
+ 51.101723961331
+ ],
+ [
+ 3.1260610915867457,
+ 51.34117672029327
+ ],
+ [
+ 3.174929443042849,
+ 51.382459567439525
+ ],
+ [
+ 3.3761520666856217,
+ 51.38784154353026
+ ],
+ [
+ 3.410647373595811,
+ 51.33040116175589
+ ],
+ [
+ 3.4020235468682634,
+ 51.28547573497245
+ ],
+ [
+ 3.4911364230529203,
+ 51.256700377228974
+ ],
+ [
+ 3.4825125963253734,
+ 51.30345118353617
+ ],
+ [
+ 3.5773746903283947,
+ 51.323216048914524
+ ],
+ [
+ 3.813092620881357,
+ 51.27288873325703
+ ],
+ [
+ 3.8217164476089045,
+ 51.236906864834886
+ ],
+ [
+ 3.9309515861578386,
+ 51.236906864834886
+ ],
+ [
+ 4.054559769252684,
+ 51.27468708752057
+ ],
+ [
+ 4.20116482362099,
+ 51.35194974615148
+ ],
+ [
+ 4.169544125619984,
+ 51.38066543475199
+ ],
+ [
+ 4.342020660170932,
+ 51.395016527087456
+ ],
+ [
+ 4.3650175314443915,
+ 51.46491366130351
+ ],
+ [
+ 4.5374940659953396,
+ 51.50071687469512
+ ],
+ [
+ 4.571989372905529,
+ 51.479238319799464
+ ],
+ [
+ 4.560490937268798,
+ 51.44879304380801
+ ],
+ [
+ 4.638105377816725,
+ 51.45058450468522
+ ],
+ [
+ 4.750215125274841,
+ 51.5239738914927
+ ],
+ [
+ 4.8364533925503155,
+ 51.507874144493115
+ ],
+ [
+ 5.080795149830825,
+ 51.49892738159079
+ ],
+ [
+ 5.135412719105292,
+ 51.447001512638565
+ ],
+ [
+ 5.106666630013469,
+ 51.391429175957505
+ ],
+ [
+ 5.264770120018504,
+ 51.31782647548482
+ ],
+ [
+ 5.264770120018504,
+ 51.28727359653538
+ ],
+ [
+ 5.4085005654776275,
+ 51.292666758936925
+ ],
+ [
+ 5.486115006025553,
+ 51.325012432665545
+ ],
+ [
+ 5.5809771000285755,
+ 51.28367780302667
+ ],
+ [
+ 5.583851708937758,
+ 51.23510703218069
+ ],
+ [
+ 5.767826679125435,
+ 51.20449910348059
+ ],
+ [
+ 5.8770618176743685,
+ 51.161253258857485
+ ],
+ [
+ 5.704585283123422,
+ 50.80292546633848
+ ],
+ [
+ 5.905807906766195,
+ 50.7865720955422
+ ],
+ [
+ 5.9374286047672005,
+ 50.732019528192964
+ ],
+ [
+ 5.902933297857012,
+ 50.70107817444857
+ ],
+ [
+ 5.8138204216723555,
+ 50.69379488717487
+ ],
+ [
+ 5.615472406938765,
+ 50.761122144578216
+ ],
+ [
+ 5.500488050571466,
+ 50.71200098472672
+ ],
+ [
+ 5.204403332925673,
+ 50.70289881954383
+ ],
+ [
+ 5.164158808197117,
+ 50.67558172042608
+ ],
+ [
+ 5.037676016193088,
+ 50.70107817444857
+ ],
+ [
+ 4.988807664736986,
+ 50.750210783384084
+ ],
+ [
+ 4.916942442007425,
+ 50.72656077355532
+ ],
+ [
+ 4.790459650003396,
+ 50.766576871275696
+ ],
+ [
+ 4.681224511454462,
+ 50.77021300246129
+ ],
+ [
+ 4.6697260758177315,
+ 50.73565834458533
+ ],
+ [
+ 4.287403090896464,
+ 50.67922491935501
+ ],
+ [
+ 3.91082932379356,
+ 50.677403355240585
+ ],
+ [
+ 3.718230526878334,
+ 50.752029520237265
+ ],
+ [
+ 3.6549891308763196,
+ 50.71200098472672
+ ],
+ [
+ 3.5342555566906557,
+ 50.710180693059606
+ ],
+ [
+ 3.514133294326379,
+ 50.741116039142966
+ ],
+ [
+ 3.45664111614273,
+ 50.74384464791457
+ ],
+ [
+ 3.373277457776438,
+ 50.69561581502901
+ ],
+ [
+ 3.310036061774423,
+ 50.70745012302645
+ ],
+ [
+ 3.2899137994101473,
+ 50.7365680045137
+ ],
+ [
+ 3.1648683118607086,
+ 50.742935129324266
+ ],
+ [
+ 3.1318103094051106,
+ 50.77203096207303
+ ],
+ [
+ 3.080067349039826,
+ 50.76021296163662
+ ],
+ [
+ 2.8745328120332805,
+ 50.73929687829333
+ ],
+ [
+ 2.8960923788521487,
+ 50.71109084772858
+ ],
+ [
+ 2.8745328120332805,
+ 50.69561581502901
+ ],
+ [
+ 2.796918371485353,
+ 50.70289881954383
+ ],
+ [
+ 2.699181668573149,
+ 50.80020030189157
+ ],
+ [
+ 2.6201299235706315,
+ 50.79747497850781
+ ],
+ [
+ 2.5698242676599374,
+ 50.85830267681076
+ ],
+ [
+ 2.5669496587507554,
+ 50.923581424665855
+ ],
+ [
+ 2.6028822701155367,
+ 50.94984841176044
+ ],
+ [
+ 2.549702005295661,
+ 50.996006093918574
+ ],
+ [
+ 2.522393220658428,
+ 51.101723961331
+ ]
+ ]
+ ],
+ "terms_text": "Orthophoto Flanders most recent (c) AGIV",
+ "overlay": true,
+ "best": true
+ },
+ {
+ "name": "Bing aerial imagery",
+ "type": "bing",
+ "description": "Satellite and aerial imagery.",
+ "template": "http://www.bing.com/maps/",
+ "scaleExtent": [
+ 0,
+ 22
+ ],
+ "id": "Bing",
+ "default": true
+ },
+ {
+ "name": "British Columbia Mosaic",
+ "type": "tms",
+ "template": "http://{switch:a,b,c,d}.imagery.paulnorman.ca/tiles/bc_mosaic/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 9,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -123.3176032,
+ 49.3272567
+ ],
+ [
+ -123.4405258,
+ 49.3268222
+ ],
+ [
+ -123.440717,
+ 49.3384429
+ ],
+ [
+ -123.4398375,
+ 49.3430357
+ ],
+ [
+ -123.4401258,
+ 49.3435398
+ ],
+ [
+ -123.4401106,
+ 49.3439946
+ ],
+ [
+ -123.4406265,
+ 49.3444493
+ ],
+ [
+ -123.4404747,
+ 49.3455762
+ ],
+ [
+ -123.4397768,
+ 49.3460606
+ ],
+ [
+ -123.4389726,
+ 49.3461298
+ ],
+ [
+ -123.4372904,
+ 49.3567236
+ ],
+ [
+ -123.4374774,
+ 49.3710843
+ ],
+ [
+ -123.4335292,
+ 49.3709446
+ ],
+ [
+ -123.4330357,
+ 49.373725
+ ],
+ [
+ -123.4332717,
+ 49.3751221
+ ],
+ [
+ -123.4322847,
+ 49.3761001
+ ],
+ [
+ -123.4317482,
+ 49.3791736
+ ],
+ [
+ -123.4314264,
+ 49.3795927
+ ],
+ [
+ -123.4307826,
+ 49.3823866
+ ],
+ [
+ -123.4313405,
+ 49.3827358
+ ],
+ [
+ -123.4312118,
+ 49.3838533
+ ],
+ [
+ -123.4300415,
+ 49.3845883
+ ],
+ [
+ -123.4189858,
+ 49.3847087
+ ],
+ [
+ -123.4192235,
+ 49.4135198
+ ],
+ [
+ -123.3972532,
+ 49.4135691
+ ],
+ [
+ -123.3972758,
+ 49.4243473
+ ],
+ [
+ -123.4006929,
+ 49.4243314
+ ],
+ [
+ -123.4007741,
+ 49.5703491
+ ],
+ [
+ -123.4000812,
+ 49.570345
+ ],
+ [
+ -123.4010761,
+ 49.5933838
+ ],
+ [
+ -123.3760399,
+ 49.5932848
+ ],
+ [
+ -123.3769811,
+ 49.6756063
+ ],
+ [
+ -123.3507288,
+ 49.6756396
+ ],
+ [
+ -123.3507969,
+ 49.7086751
+ ],
+ [
+ -123.332887,
+ 49.708722
+ ],
+ [
+ -123.3327888,
+ 49.7256288
+ ],
+ [
+ -123.3007111,
+ 49.7255625
+ ],
+ [
+ -123.3009164,
+ 49.7375384
+ ],
+ [
+ -123.2885986,
+ 49.737638
+ ],
+ [
+ -123.2887823,
+ 49.8249207
+ ],
+ [
+ -123.2997955,
+ 49.8249207
+ ],
+ [
+ -123.3011721,
+ 49.8497814
+ ],
+ [
+ -123.3218218,
+ 49.850669
+ ],
+ [
+ -123.3273284,
+ 49.8577696
+ ],
+ [
+ -123.3276726,
+ 49.9758852
+ ],
+ [
+ -123.3008279,
+ 49.9752212
+ ],
+ [
+ -123.3007204,
+ 50.0997002
+ ],
+ [
+ -123.2501716,
+ 50.100735
+ ],
+ [
+ -123.25091,
+ 50.2754901
+ ],
+ [
+ -123.0224338,
+ 50.2755598
+ ],
+ [
+ -123.0224879,
+ 50.3254853
+ ],
+ [
+ -123.0009318,
+ 50.3254689
+ ],
+ [
+ -123.0007778,
+ 50.3423899
+ ],
+ [
+ -122.9775023,
+ 50.3423408
+ ],
+ [
+ -122.9774766,
+ 50.3504306
+ ],
+ [
+ -122.9508137,
+ 50.3504961
+ ],
+ [
+ -122.950795,
+ 50.3711984
+ ],
+ [
+ -122.9325221,
+ 50.3711521
+ ],
+ [
+ -122.9321048,
+ 50.399793
+ ],
+ [
+ -122.8874234,
+ 50.3999748
+ ],
+ [
+ -122.8873385,
+ 50.4256108
+ ],
+ [
+ -122.6620152,
+ 50.4256959
+ ],
+ [
+ -122.6623083,
+ 50.3994506
+ ],
+ [
+ -122.5990316,
+ 50.3992413
+ ],
+ [
+ -122.5988274,
+ 50.3755206
+ ],
+ [
+ -122.5724832,
+ 50.3753706
+ ],
+ [
+ -122.5735621,
+ 50.2493891
+ ],
+ [
+ -122.5990415,
+ 50.2494643
+ ],
+ [
+ -122.5991504,
+ 50.2265663
+ ],
+ [
+ -122.6185016,
+ 50.2266359
+ ],
+ [
+ -122.6185741,
+ 50.2244081
+ ],
+ [
+ -122.6490609,
+ 50.2245126
+ ],
+ [
+ -122.6492181,
+ 50.1993528
+ ],
+ [
+ -122.7308575,
+ 50.1993758
+ ],
+ [
+ -122.7311583,
+ 50.1244287
+ ],
+ [
+ -122.7490352,
+ 50.1245109
+ ],
+ [
+ -122.7490541,
+ 50.0903032
+ ],
+ [
+ -122.7687806,
+ 50.0903435
+ ],
+ [
+ -122.7689801,
+ 49.9494546
+ ],
+ [
+ -122.999047,
+ 49.9494706
+ ],
+ [
+ -122.9991199,
+ 49.8754553
+ ],
+ [
+ -122.9775894,
+ 49.8754553
+ ],
+ [
+ -122.9778145,
+ 49.6995098
+ ],
+ [
+ -122.9992362,
+ 49.6994781
+ ],
+ [
+ -122.9992524,
+ 49.6516526
+ ],
+ [
+ -123.0221525,
+ 49.6516526
+ ],
+ [
+ -123.0221162,
+ 49.5995096
+ ],
+ [
+ -123.0491898,
+ 49.5994625
+ ],
+ [
+ -123.0491898,
+ 49.5940523
+ ],
+ [
+ -123.0664647,
+ 49.5940405
+ ],
+ [
+ -123.0663594,
+ 49.5451868
+ ],
+ [
+ -123.0699906,
+ 49.5451202
+ ],
+ [
+ -123.0699008,
+ 49.5413153
+ ],
+ [
+ -123.0706835,
+ 49.5392837
+ ],
+ [
+ -123.0708888,
+ 49.5379931
+ ],
+ [
+ -123.0711454,
+ 49.5368773
+ ],
+ [
+ -123.0711069,
+ 49.5358115
+ ],
+ [
+ -123.0713764,
+ 49.532822
+ ],
+ [
+ -123.0716458,
+ 49.5321141
+ ],
+ [
+ -123.07171,
+ 49.5313896
+ ],
+ [
+ -123.0720308,
+ 49.5304153
+ ],
+ [
+ -123.0739554,
+ 49.5303486
+ ],
+ [
+ -123.0748023,
+ 49.5294992
+ ],
+ [
+ -123.0748151,
+ 49.5288079
+ ],
+ [
+ -123.0743403,
+ 49.5280584
+ ],
+ [
+ -123.073532,
+ 49.5274588
+ ],
+ [
+ -123.0733652,
+ 49.5270423
+ ],
+ [
+ -123.0732882,
+ 49.5255932
+ ],
+ [
+ -123.0737116,
+ 49.5249602
+ ],
+ [
+ -123.0736218,
+ 49.5244938
+ ],
+ [
+ -123.0992583,
+ 49.5244854
+ ],
+ [
+ -123.0991649,
+ 49.4754502
+ ],
+ [
+ -123.071052,
+ 49.4755252
+ ],
+ [
+ -123.071088,
+ 49.4663034
+ ],
+ [
+ -123.0739204,
+ 49.4663054
+ ],
+ [
+ -123.07422,
+ 49.4505028
+ ],
+ [
+ -123.0746319,
+ 49.4500858
+ ],
+ [
+ -123.074651,
+ 49.449329
+ ],
+ [
+ -123.0745999,
+ 49.449018
+ ],
+ [
+ -123.0744619,
+ 49.4486927
+ ],
+ [
+ -123.0743336,
+ 49.4479899
+ ],
+ [
+ -123.0742427,
+ 49.4477688
+ ],
+ [
+ -123.0743061,
+ 49.4447473
+ ],
+ [
+ -123.0747103,
+ 49.4447556
+ ],
+ [
+ -123.0746384,
+ 49.4377306
+ ],
+ [
+ -122.9996506,
+ 49.4377363
+ ],
+ [
+ -122.9996506,
+ 49.4369214
+ ],
+ [
+ -122.8606163,
+ 49.4415314
+ ],
+ [
+ -122.8102616,
+ 49.4423972
+ ],
+ [
+ -122.8098984,
+ 49.3766739
+ ],
+ [
+ -122.4036093,
+ 49.3766617
+ ],
+ [
+ -122.4036341,
+ 49.3771944
+ ],
+ [
+ -122.264739,
+ 49.3773028
+ ],
+ [
+ -122.263542,
+ 49.2360088
+ ],
+ [
+ -122.2155742,
+ 49.236139
+ ],
+ [
+ -122.0580956,
+ 49.235878
+ ],
+ [
+ -121.9538274,
+ 49.2966525
+ ],
+ [
+ -121.9400911,
+ 49.3045389
+ ],
+ [
+ -121.9235761,
+ 49.3142257
+ ],
+ [
+ -121.8990871,
+ 49.3225436
+ ],
+ [
+ -121.8883447,
+ 49.3259752
+ ],
+ [
+ -121.8552982,
+ 49.3363575
+ ],
+ [
+ -121.832697,
+ 49.3441519
+ ],
+ [
+ -121.7671336,
+ 49.3654361
+ ],
+ [
+ -121.6736683,
+ 49.3654589
+ ],
+ [
+ -121.6404153,
+ 49.3743775
+ ],
+ [
+ -121.5961976,
+ 49.3860493
+ ],
+ [
+ -121.5861178,
+ 49.3879193
+ ],
+ [
+ -121.5213684,
+ 49.3994649
+ ],
+ [
+ -121.5117375,
+ 49.4038378
+ ],
+ [
+ -121.4679302,
+ 49.4229024
+ ],
+ [
+ -121.4416803,
+ 49.4345607
+ ],
+ [
+ -121.422429,
+ 49.4345788
+ ],
+ [
+ -121.3462885,
+ 49.3932312
+ ],
+ [
+ -121.3480144,
+ 49.3412388
+ ],
+ [
+ -121.5135035,
+ 49.320577
+ ],
+ [
+ -121.6031683,
+ 49.2771727
+ ],
+ [
+ -121.6584065,
+ 49.1856125
+ ],
+ [
+ -121.679953,
+ 49.1654109
+ ],
+ [
+ -121.7815793,
+ 49.0702559
+ ],
+ [
+ -121.8076228,
+ 49.0622471
+ ],
+ [
+ -121.9393997,
+ 49.0636219
+ ],
+ [
+ -121.9725524,
+ 49.0424179
+ ],
+ [
+ -121.9921394,
+ 49.0332869
+ ],
+ [
+ -122.0035289,
+ 49.0273413
+ ],
+ [
+ -122.0178564,
+ 49.0241067
+ ],
+ [
+ -122.1108634,
+ 48.9992786
+ ],
+ [
+ -122.1493067,
+ 48.9995305
+ ],
+ [
+ -122.1492705,
+ 48.9991498
+ ],
+ [
+ -122.1991447,
+ 48.9996019
+ ],
+ [
+ -122.199181,
+ 48.9991974
+ ],
+ [
+ -122.234365,
+ 48.9994829
+ ],
+ [
+ -122.234365,
+ 49.000173
+ ],
+ [
+ -122.3994722,
+ 49.0012385
+ ],
+ [
+ -122.4521338,
+ 49.0016326
+ ],
+ [
+ -122.4521338,
+ 49.000883
+ ],
+ [
+ -122.4584089,
+ 49.0009306
+ ],
+ [
+ -122.4584814,
+ 48.9993124
+ ],
+ [
+ -122.4992458,
+ 48.9995022
+ ],
+ [
+ -122.4992458,
+ 48.9992906
+ ],
+ [
+ -122.5492618,
+ 48.9995107
+ ],
+ [
+ -122.5492564,
+ 48.9993206
+ ],
+ [
+ -122.6580785,
+ 48.9994212
+ ],
+ [
+ -122.6581061,
+ 48.9954007
+ ],
+ [
+ -122.7067604,
+ 48.9955344
+ ],
+ [
+ -122.7519761,
+ 48.9956392
+ ],
+ [
+ -122.7922063,
+ 48.9957204
+ ],
+ [
+ -122.7921907,
+ 48.9994331
+ ],
+ [
+ -123.0350417,
+ 48.9995724
+ ],
+ [
+ -123.0350437,
+ 49.0000958
+ ],
+ [
+ -123.0397091,
+ 49.0000536
+ ],
+ [
+ -123.0397444,
+ 49.0001812
+ ],
+ [
+ -123.0485506,
+ 49.0001348
+ ],
+ [
+ -123.0485329,
+ 49.0004712
+ ],
+ [
+ -123.0557122,
+ 49.000448
+ ],
+ [
+ -123.0556324,
+ 49.0002284
+ ],
+ [
+ -123.0641365,
+ 49.0001293
+ ],
+ [
+ -123.064158,
+ 48.9999421
+ ],
+ [
+ -123.074899,
+ 48.9996928
+ ],
+ [
+ -123.0750717,
+ 49.0006218
+ ],
+ [
+ -123.0899573,
+ 49.0003726
+ ],
+ [
+ -123.109229,
+ 48.9999421
+ ],
+ [
+ -123.1271193,
+ 49.0003046
+ ],
+ [
+ -123.1359953,
+ 48.9998741
+ ],
+ [
+ -123.1362716,
+ 49.0005765
+ ],
+ [
+ -123.153851,
+ 48.9998061
+ ],
+ [
+ -123.1540533,
+ 49.0006806
+ ],
+ [
+ -123.1710015,
+ 49.0001274
+ ],
+ [
+ -123.2000916,
+ 48.9996849
+ ],
+ [
+ -123.2003446,
+ 49.0497785
+ ],
+ [
+ -123.2108845,
+ 49.0497232
+ ],
+ [
+ -123.2112218,
+ 49.051989
+ ],
+ [
+ -123.2070479,
+ 49.0520857
+ ],
+ [
+ -123.2078911,
+ 49.0607884
+ ],
+ [
+ -123.2191688,
+ 49.0600978
+ ],
+ [
+ -123.218958,
+ 49.0612719
+ ],
+ [
+ -123.2251766,
+ 49.0612719
+ ],
+ [
+ -123.2253874,
+ 49.0622388
+ ],
+ [
+ -123.2297088,
+ 49.0620316
+ ],
+ [
+ -123.2298142,
+ 49.068592
+ ],
+ [
+ -123.2331869,
+ 49.0687301
+ ],
+ [
+ -123.2335031,
+ 49.0705945
+ ],
+ [
+ -123.249313,
+ 49.0702493
+ ],
+ [
+ -123.2497346,
+ 49.0802606
+ ],
+ [
+ -123.2751358,
+ 49.0803986
+ ],
+ [
+ -123.2751358,
+ 49.0870947
+ ],
+ [
+ -123.299483,
+ 49.0873018
+ ],
+ [
+ -123.29944,
+ 49.080253
+ ],
+ [
+ -123.3254508,
+ 49.0803944
+ ],
+ [
+ -123.3254353,
+ 49.1154662
+ ],
+ [
+ -123.2750966,
+ 49.1503341
+ ],
+ [
+ -123.275181,
+ 49.1873267
+ ],
+ [
+ -123.2788067,
+ 49.1871063
+ ],
+ [
+ -123.278891,
+ 49.1910741
+ ],
+ [
+ -123.3004767,
+ 49.1910741
+ ],
+ [
+ -123.3004186,
+ 49.2622933
+ ],
+ [
+ -123.3126185,
+ 49.2622416
+ ],
+ [
+ -123.3125958,
+ 49.2714948
+ ],
+ [
+ -123.3154251,
+ 49.2714727
+ ],
+ [
+ -123.3156628,
+ 49.2818906
+ ],
+ [
+ -123.3174735,
+ 49.2818832
+ ],
+ [
+ -123.3174961,
+ 49.2918488
+ ],
+ [
+ -123.3190353,
+ 49.2918488
+ ],
+ [
+ -123.3190692,
+ 49.298602
+ ],
+ [
+ -123.3202349,
+ 49.2985651
+ ],
+ [
+ -123.3202786,
+ 49.3019749
+ ],
+ [
+ -123.3222679,
+ 49.3019605
+ ],
+ [
+ -123.3223943,
+ 49.3118263
+ ],
+ [
+ -123.3254002,
+ 49.3118086
+ ],
+ [
+ -123.3253898,
+ 49.3201721
+ ],
+ [
+ -123.3192695,
+ 49.3201957
+ ],
+ [
+ -123.3192242,
+ 49.3246748
+ ],
+ [
+ -123.3179437,
+ 49.3246596
+ ],
+ [
+ -123.3179861,
+ 49.3254065
+ ]
+ ]
+ ],
+ "terms_url": "http://imagery.paulnorman.ca/tiles/about.html",
+ "terms_text": "Copyright Province of British Columbia, City of Surrey"
+ },
+ {
+ "name": "Czech CUZK:KM tiles proxy",
+ "type": "tms",
+ "template": "http://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 13,
+ 18
+ ],
+ "polygon": [
+ [
+ [
+ 15.0063684,
+ 49.0177392
+ ],
+ [
+ 15.1559854,
+ 49.0013828
+ ],
+ [
+ 15.190896,
+ 48.9424551
+ ],
+ [
+ 15.3105895,
+ 48.9882938
+ ],
+ [
+ 15.4053469,
+ 48.9752013
+ ],
+ [
+ 15.5400022,
+ 48.9162426
+ ],
+ [
+ 15.7145553,
+ 48.8670572
+ ],
+ [
+ 15.8342488,
+ 48.880178
+ ],
+ [
+ 15.968904,
+ 48.8178233
+ ],
+ [
+ 16.0885976,
+ 48.7455261
+ ],
+ [
+ 16.3978059,
+ 48.7455261
+ ],
+ [
+ 16.4875761,
+ 48.8145394
+ ],
+ [
+ 16.6721036,
+ 48.7784014
+ ],
+ [
+ 16.6820781,
+ 48.7356594
+ ],
+ [
+ 16.9015163,
+ 48.7126294
+ ],
+ [
+ 16.9464014,
+ 48.6237005
+ ],
+ [
+ 17.1159672,
+ 48.8375227
+ ],
+ [
+ 17.2107246,
+ 48.880178
+ ],
+ [
+ 17.4052266,
+ 48.8178233
+ ],
+ [
+ 17.4800351,
+ 48.8539329
+ ],
+ [
+ 17.5299074,
+ 48.8178233
+ ],
+ [
+ 17.7044605,
+ 48.8670572
+ ],
+ [
+ 17.8141796,
+ 48.9359033
+ ],
+ [
+ 17.8840008,
+ 48.9359033
+ ],
+ [
+ 17.9438476,
+ 49.0210099
+ ],
+ [
+ 18.0635412,
+ 49.0340903
+ ],
+ [
+ 18.1184007,
+ 49.0994409
+ ],
+ [
+ 18.1981964,
+ 49.3047337
+ ],
+ [
+ 18.3877112,
+ 49.3339917
+ ],
+ [
+ 18.577226,
+ 49.5091747
+ ],
+ [
+ 18.7567663,
+ 49.4994587
+ ],
+ [
+ 18.8465365,
+ 49.5253637
+ ],
+ [
+ 18.8764598,
+ 49.5706645
+ ],
+ [
+ 18.7966641,
+ 49.693412
+ ],
+ [
+ 18.64206,
+ 49.7095399
+ ],
+ [
+ 18.5872004,
+ 49.8351543
+ ],
+ [
+ 18.6121366,
+ 49.8833809
+ ],
+ [
+ 18.5622643,
+ 49.9347695
+ ],
+ [
+ 18.512392,
+ 49.9058702
+ ],
+ [
+ 18.362775,
+ 49.9540261
+ ],
+ [
+ 18.3278644,
+ 49.9219275
+ ],
+ [
+ 18.2630304,
+ 49.9732751
+ ],
+ [
+ 18.1184007,
+ 50.0053395
+ ],
+ [
+ 18.0635412,
+ 50.075806
+ ],
+ [
+ 17.9139242,
+ 49.9796897
+ ],
+ [
+ 17.779269,
+ 50.0309757
+ ],
+ [
+ 17.714435,
+ 50.1237921
+ ],
+ [
+ 17.6047159,
+ 50.1653411
+ ],
+ [
+ 17.7593201,
+ 50.21962
+ ],
+ [
+ 17.7343839,
+ 50.3439092
+ ],
+ [
+ 17.6396265,
+ 50.2802117
+ ],
+ [
+ 17.3802905,
+ 50.2802117
+ ],
+ [
+ 17.3503671,
+ 50.3439092
+ ],
+ [
+ 17.2805459,
+ 50.3375433
+ ],
+ [
+ 17.1857885,
+ 50.4075214
+ ],
+ [
+ 16.9015163,
+ 50.4615247
+ ],
+ [
+ 16.8666057,
+ 50.4138779
+ ],
+ [
+ 16.9663503,
+ 50.3184404
+ ],
+ [
+ 17.0361715,
+ 50.2323826
+ ],
+ [
+ 16.8366823,
+ 50.21962
+ ],
+ [
+ 16.7120015,
+ 50.1046034
+ ],
+ [
+ 16.5823335,
+ 50.1589513
+ ],
+ [
+ 16.5623846,
+ 50.2387626
+ ],
+ [
+ 16.4327166,
+ 50.3375433
+ ],
+ [
+ 16.3529209,
+ 50.3916263
+ ],
+ [
+ 16.2781124,
+ 50.3916263
+ ],
+ [
+ 16.2082911,
+ 50.4456477
+ ],
+ [
+ 16.3978059,
+ 50.5344899
+ ],
+ [
+ 16.4476782,
+ 50.5978464
+ ],
+ [
+ 16.3529209,
+ 50.670601
+ ],
+ [
+ 16.2382145,
+ 50.6769221
+ ],
+ [
+ 16.2182656,
+ 50.6326561
+ ],
+ [
+ 16.1284954,
+ 50.6832425
+ ],
+ [
+ 16.0486997,
+ 50.6073425
+ ],
+ [
+ 15.988853,
+ 50.7021983
+ ],
+ [
+ 15.8741467,
+ 50.6832425
+ ],
+ [
+ 15.8292616,
+ 50.7653291
+ ],
+ [
+ 15.729517,
+ 50.743243
+ ],
+ [
+ 15.450232,
+ 50.8157725
+ ],
+ [
+ 15.3903852,
+ 50.7747914
+ ],
+ [
+ 15.3804108,
+ 50.8598659
+ ],
+ [
+ 15.2956278,
+ 50.8850434
+ ],
+ [
+ 15.2956278,
+ 50.9887568
+ ],
+ [
+ 15.1709471,
+ 51.0201394
+ ],
+ [
+ 14.9914067,
+ 51.0013124
+ ],
+ [
+ 15.0063684,
+ 50.8881896
+ ],
+ [
+ 14.8417898,
+ 50.8756034
+ ],
+ [
+ 14.7969047,
+ 50.8252246
+ ],
+ [
+ 14.6323261,
+ 50.8567177
+ ],
+ [
+ 14.6622495,
+ 50.9353576
+ ],
+ [
+ 14.5724793,
+ 50.9227841
+ ],
+ [
+ 14.6123772,
+ 50.9856174
+ ],
+ [
+ 14.4976708,
+ 51.0483657
+ ],
+ [
+ 14.4178751,
+ 51.0232765
+ ],
+ [
+ 14.3081561,
+ 51.0671736
+ ],
+ [
+ 14.2532965,
+ 51.0044508
+ ],
+ [
+ 14.4029134,
+ 50.9322145
+ ],
+ [
+ 14.3729901,
+ 50.897627
+ ],
+ [
+ 14.2433221,
+ 50.9070625
+ ],
+ [
+ 14.2084114,
+ 50.844123
+ ],
+ [
+ 14.0338583,
+ 50.8126214
+ ],
+ [
+ 13.9789988,
+ 50.8252246
+ ],
+ [
+ 13.9041903,
+ 50.7968626
+ ],
+ [
+ 13.8742669,
+ 50.740087
+ ],
+ [
+ 13.5351352,
+ 50.7243038
+ ],
+ [
+ 13.530148,
+ 50.6579561
+ ],
+ [
+ 13.4703012,
+ 50.6136722
+ ],
+ [
+ 13.3905055,
+ 50.664279
+ ],
+ [
+ 13.3256715,
+ 50.5883483
+ ],
+ [
+ 13.250863,
+ 50.6105074
+ ],
+ [
+ 13.1960035,
+ 50.5059517
+ ],
+ [
+ 13.0513738,
+ 50.5218084
+ ],
+ [
+ 12.9665909,
+ 50.4106997
+ ],
+ [
+ 12.8269484,
+ 50.4710483
+ ],
+ [
+ 12.7022676,
+ 50.4138779
+ ],
+ [
+ 12.5077656,
+ 50.401164
+ ],
+ [
+ 12.343187,
+ 50.2547088
+ ],
+ [
+ 12.323238,
+ 50.1845054
+ ],
+ [
+ 12.2484296,
+ 50.2738373
+ ],
+ [
+ 12.1736211,
+ 50.3311765
+ ],
+ [
+ 12.0988126,
+ 50.33436
+ ],
+ [
+ 12.1187616,
+ 50.25152
+ ],
+ [
+ 12.2234934,
+ 50.1653411
+ ],
+ [
+ 12.2035445,
+ 50.1237921
+ ],
+ [
+ 12.5027784,
+ 49.9732751
+ ],
+ [
+ 12.4778422,
+ 49.9379795
+ ],
+ [
+ 12.5476634,
+ 49.9155052
+ ],
+ [
+ 12.4678677,
+ 49.8029766
+ ],
+ [
+ 12.408021,
+ 49.7611134
+ ],
+ [
+ 12.4828294,
+ 49.6869593
+ ],
+ [
+ 12.5327017,
+ 49.6869593
+ ],
+ [
+ 12.5177401,
+ 49.6288466
+ ],
+ [
+ 12.6075102,
+ 49.5415474
+ ],
+ [
+ 12.6723442,
+ 49.4378793
+ ],
+ [
+ 12.8119867,
+ 49.3469896
+ ],
+ [
+ 12.9466419,
+ 49.3437405
+ ],
+ [
+ 13.2309141,
+ 49.1288206
+ ],
+ [
+ 13.3256715,
+ 49.1059712
+ ],
+ [
+ 13.4353906,
+ 49.0438984
+ ],
+ [
+ 13.4154417,
+ 48.9948387
+ ],
+ [
+ 13.5002246,
+ 48.949006
+ ],
+ [
+ 13.5650586,
+ 48.9882938
+ ],
+ [
+ 13.6847522,
+ 48.8834577
+ ],
+ [
+ 13.7445989,
+ 48.9031312
+ ],
+ [
+ 13.8243946,
+ 48.7751149
+ ],
+ [
+ 13.8992031,
+ 48.7751149
+ ],
+ [
+ 14.0587945,
+ 48.676418
+ ],
+ [
+ 14.0438328,
+ 48.6302932
+ ],
+ [
+ 14.1435774,
+ 48.5907241
+ ],
+ [
+ 14.3729901,
+ 48.5610269
+ ],
+ [
+ 14.4827091,
+ 48.6500662
+ ],
+ [
+ 14.5774665,
+ 48.607215
+ ],
+ [
+ 14.6273389,
+ 48.6335892
+ ],
+ [
+ 14.7071346,
+ 48.5808269
+ ],
+ [
+ 14.7470324,
+ 48.7027561
+ ],
+ [
+ 14.8118664,
+ 48.7389485
+ ],
+ [
+ 14.8168536,
+ 48.794831
+ ],
+ [
+ 14.9864195,
+ 48.7652539
+ ]
+ ]
+ ],
+ "overlay": true
+ },
+ {
+ "name": "Czech ÚHUL:ORTOFOTO tiles proxy",
+ "type": "tms",
+ "template": "http://osm-{switch:a,b,c}.zby.cz/tiles_uhul.php/{zoom}/{x}/{y}.jpg",
+ "scaleExtent": [
+ 13,
+ 18
+ ],
+ "polygon": [
+ [
+ [
+ 15.0063684,
+ 49.0177392
+ ],
+ [
+ 15.1559854,
+ 49.0013828
+ ],
+ [
+ 15.190896,
+ 48.9424551
+ ],
+ [
+ 15.3105895,
+ 48.9882938
+ ],
+ [
+ 15.4053469,
+ 48.9752013
+ ],
+ [
+ 15.5400022,
+ 48.9162426
+ ],
+ [
+ 15.7145553,
+ 48.8670572
+ ],
+ [
+ 15.8342488,
+ 48.880178
+ ],
+ [
+ 15.968904,
+ 48.8178233
+ ],
+ [
+ 16.0885976,
+ 48.7455261
+ ],
+ [
+ 16.3978059,
+ 48.7455261
+ ],
+ [
+ 16.4875761,
+ 48.8145394
+ ],
+ [
+ 16.6721036,
+ 48.7784014
+ ],
+ [
+ 16.6820781,
+ 48.7356594
+ ],
+ [
+ 16.9015163,
+ 48.7126294
+ ],
+ [
+ 16.9464014,
+ 48.6237005
+ ],
+ [
+ 17.1159672,
+ 48.8375227
+ ],
+ [
+ 17.2107246,
+ 48.880178
+ ],
+ [
+ 17.4052266,
+ 48.8178233
+ ],
+ [
+ 17.4800351,
+ 48.8539329
+ ],
+ [
+ 17.5299074,
+ 48.8178233
+ ],
+ [
+ 17.7044605,
+ 48.8670572
+ ],
+ [
+ 17.8141796,
+ 48.9359033
+ ],
+ [
+ 17.8840008,
+ 48.9359033
+ ],
+ [
+ 17.9438476,
+ 49.0210099
+ ],
+ [
+ 18.0635412,
+ 49.0340903
+ ],
+ [
+ 18.1184007,
+ 49.0994409
+ ],
+ [
+ 18.1981964,
+ 49.3047337
+ ],
+ [
+ 18.3877112,
+ 49.3339917
+ ],
+ [
+ 18.577226,
+ 49.5091747
+ ],
+ [
+ 18.7567663,
+ 49.4994587
+ ],
+ [
+ 18.8465365,
+ 49.5253637
+ ],
+ [
+ 18.8764598,
+ 49.5706645
+ ],
+ [
+ 18.7966641,
+ 49.693412
+ ],
+ [
+ 18.64206,
+ 49.7095399
+ ],
+ [
+ 18.5872004,
+ 49.8351543
+ ],
+ [
+ 18.6121366,
+ 49.8833809
+ ],
+ [
+ 18.5622643,
+ 49.9347695
+ ],
+ [
+ 18.512392,
+ 49.9058702
+ ],
+ [
+ 18.362775,
+ 49.9540261
+ ],
+ [
+ 18.3278644,
+ 49.9219275
+ ],
+ [
+ 18.2630304,
+ 49.9732751
+ ],
+ [
+ 18.1184007,
+ 50.0053395
+ ],
+ [
+ 18.0635412,
+ 50.075806
+ ],
+ [
+ 17.9139242,
+ 49.9796897
+ ],
+ [
+ 17.779269,
+ 50.0309757
+ ],
+ [
+ 17.714435,
+ 50.1237921
+ ],
+ [
+ 17.6047159,
+ 50.1653411
+ ],
+ [
+ 17.7593201,
+ 50.21962
+ ],
+ [
+ 17.7343839,
+ 50.3439092
+ ],
+ [
+ 17.6396265,
+ 50.2802117
+ ],
+ [
+ 17.3802905,
+ 50.2802117
+ ],
+ [
+ 17.3503671,
+ 50.3439092
+ ],
+ [
+ 17.2805459,
+ 50.3375433
+ ],
+ [
+ 17.1857885,
+ 50.4075214
+ ],
+ [
+ 16.9015163,
+ 50.4615247
+ ],
+ [
+ 16.8666057,
+ 50.4138779
+ ],
+ [
+ 16.9663503,
+ 50.3184404
+ ],
+ [
+ 17.0361715,
+ 50.2323826
+ ],
+ [
+ 16.8366823,
+ 50.21962
+ ],
+ [
+ 16.7120015,
+ 50.1046034
+ ],
+ [
+ 16.5823335,
+ 50.1589513
+ ],
+ [
+ 16.5623846,
+ 50.2387626
+ ],
+ [
+ 16.4327166,
+ 50.3375433
+ ],
+ [
+ 16.3529209,
+ 50.3916263
+ ],
+ [
+ 16.2781124,
+ 50.3916263
+ ],
+ [
+ 16.2082911,
+ 50.4456477
+ ],
+ [
+ 16.3978059,
+ 50.5344899
+ ],
+ [
+ 16.4476782,
+ 50.5978464
+ ],
+ [
+ 16.3529209,
+ 50.670601
+ ],
+ [
+ 16.2382145,
+ 50.6769221
+ ],
+ [
+ 16.2182656,
+ 50.6326561
+ ],
+ [
+ 16.1284954,
+ 50.6832425
+ ],
+ [
+ 16.0486997,
+ 50.6073425
+ ],
+ [
+ 15.988853,
+ 50.7021983
+ ],
+ [
+ 15.8741467,
+ 50.6832425
+ ],
+ [
+ 15.8292616,
+ 50.7653291
+ ],
+ [
+ 15.729517,
+ 50.743243
+ ],
+ [
+ 15.450232,
+ 50.8157725
+ ],
+ [
+ 15.3903852,
+ 50.7747914
+ ],
+ [
+ 15.3804108,
+ 50.8598659
+ ],
+ [
+ 15.2956278,
+ 50.8850434
+ ],
+ [
+ 15.2956278,
+ 50.9887568
+ ],
+ [
+ 15.1709471,
+ 51.0201394
+ ],
+ [
+ 14.9914067,
+ 51.0013124
+ ],
+ [
+ 15.0063684,
+ 50.8881896
+ ],
+ [
+ 14.8417898,
+ 50.8756034
+ ],
+ [
+ 14.7969047,
+ 50.8252246
+ ],
+ [
+ 14.6323261,
+ 50.8567177
+ ],
+ [
+ 14.6622495,
+ 50.9353576
+ ],
+ [
+ 14.5724793,
+ 50.9227841
+ ],
+ [
+ 14.6123772,
+ 50.9856174
+ ],
+ [
+ 14.4976708,
+ 51.0483657
+ ],
+ [
+ 14.4178751,
+ 51.0232765
+ ],
+ [
+ 14.3081561,
+ 51.0671736
+ ],
+ [
+ 14.2532965,
+ 51.0044508
+ ],
+ [
+ 14.4029134,
+ 50.9322145
+ ],
+ [
+ 14.3729901,
+ 50.897627
+ ],
+ [
+ 14.2433221,
+ 50.9070625
+ ],
+ [
+ 14.2084114,
+ 50.844123
+ ],
+ [
+ 14.0338583,
+ 50.8126214
+ ],
+ [
+ 13.9789988,
+ 50.8252246
+ ],
+ [
+ 13.9041903,
+ 50.7968626
+ ],
+ [
+ 13.8742669,
+ 50.740087
+ ],
+ [
+ 13.5351352,
+ 50.7243038
+ ],
+ [
+ 13.530148,
+ 50.6579561
+ ],
+ [
+ 13.4703012,
+ 50.6136722
+ ],
+ [
+ 13.3905055,
+ 50.664279
+ ],
+ [
+ 13.3256715,
+ 50.5883483
+ ],
+ [
+ 13.250863,
+ 50.6105074
+ ],
+ [
+ 13.1960035,
+ 50.5059517
+ ],
+ [
+ 13.0513738,
+ 50.5218084
+ ],
+ [
+ 12.9665909,
+ 50.4106997
+ ],
+ [
+ 12.8269484,
+ 50.4710483
+ ],
+ [
+ 12.7022676,
+ 50.4138779
+ ],
+ [
+ 12.5077656,
+ 50.401164
+ ],
+ [
+ 12.343187,
+ 50.2547088
+ ],
+ [
+ 12.323238,
+ 50.1845054
+ ],
+ [
+ 12.2484296,
+ 50.2738373
+ ],
+ [
+ 12.1736211,
+ 50.3311765
+ ],
+ [
+ 12.0988126,
+ 50.33436
+ ],
+ [
+ 12.1187616,
+ 50.25152
+ ],
+ [
+ 12.2234934,
+ 50.1653411
+ ],
+ [
+ 12.2035445,
+ 50.1237921
+ ],
+ [
+ 12.5027784,
+ 49.9732751
+ ],
+ [
+ 12.4778422,
+ 49.9379795
+ ],
+ [
+ 12.5476634,
+ 49.9155052
+ ],
+ [
+ 12.4678677,
+ 49.8029766
+ ],
+ [
+ 12.408021,
+ 49.7611134
+ ],
+ [
+ 12.4828294,
+ 49.6869593
+ ],
+ [
+ 12.5327017,
+ 49.6869593
+ ],
+ [
+ 12.5177401,
+ 49.6288466
+ ],
+ [
+ 12.6075102,
+ 49.5415474
+ ],
+ [
+ 12.6723442,
+ 49.4378793
+ ],
+ [
+ 12.8119867,
+ 49.3469896
+ ],
+ [
+ 12.9466419,
+ 49.3437405
+ ],
+ [
+ 13.2309141,
+ 49.1288206
+ ],
+ [
+ 13.3256715,
+ 49.1059712
+ ],
+ [
+ 13.4353906,
+ 49.0438984
+ ],
+ [
+ 13.4154417,
+ 48.9948387
+ ],
+ [
+ 13.5002246,
+ 48.949006
+ ],
+ [
+ 13.5650586,
+ 48.9882938
+ ],
+ [
+ 13.6847522,
+ 48.8834577
+ ],
+ [
+ 13.7445989,
+ 48.9031312
+ ],
+ [
+ 13.8243946,
+ 48.7751149
+ ],
+ [
+ 13.8992031,
+ 48.7751149
+ ],
+ [
+ 14.0587945,
+ 48.676418
+ ],
+ [
+ 14.0438328,
+ 48.6302932
+ ],
+ [
+ 14.1435774,
+ 48.5907241
+ ],
+ [
+ 14.3729901,
+ 48.5610269
+ ],
+ [
+ 14.4827091,
+ 48.6500662
+ ],
+ [
+ 14.5774665,
+ 48.607215
+ ],
+ [
+ 14.6273389,
+ 48.6335892
+ ],
+ [
+ 14.7071346,
+ 48.5808269
+ ],
+ [
+ 14.7470324,
+ 48.7027561
+ ],
+ [
+ 14.8118664,
+ 48.7389485
+ ],
+ [
+ 14.8168536,
+ 48.794831
+ ],
+ [
+ 14.9864195,
+ 48.7652539
+ ]
+ ]
+ ],
+ "terms_text": "Ortofoto public domain ÚHUL, year 2000"
+ },
+ {
+ "name": "FÖMI ortofotó 2000",
+ "type": "tms",
+ "description": "Hungary",
+ "template": "http://e.tile.openstreetmap.hu/ortofoto2000/{zoom}/{x}/{y}.jpg",
+ "scaleExtent": [
+ 0,
+ 17
+ ],
+ "polygon": [
+ [
+ [
+ 16.1139147,
+ 46.8691038
+ ],
+ [
+ 16.1789749,
+ 46.90662
+ ],
+ [
+ 16.2000429,
+ 46.9415079
+ ],
+ [
+ 16.2217547,
+ 46.9355441
+ ],
+ [
+ 16.2462784,
+ 46.9463851
+ ],
+ [
+ 16.2553226,
+ 46.9642125
+ ],
+ [
+ 16.2764694,
+ 46.9626082
+ ],
+ [
+ 16.290583,
+ 47.0139849
+ ],
+ [
+ 16.3016199,
+ 46.9992329
+ ],
+ [
+ 16.3414618,
+ 46.9965225
+ ],
+ [
+ 16.3505162,
+ 47.0106313
+ ],
+ [
+ 16.3734016,
+ 46.9985929
+ ],
+ [
+ 16.412765,
+ 47.00475
+ ],
+ [
+ 16.4332705,
+ 46.9927417
+ ],
+ [
+ 16.4478119,
+ 47.003893
+ ],
+ [
+ 16.479997,
+ 46.9941169
+ ],
+ [
+ 16.5121988,
+ 47.0011695
+ ],
+ [
+ 16.4635584,
+ 47.0322699
+ ],
+ [
+ 16.4478586,
+ 47.0227481
+ ],
+ [
+ 16.439123,
+ 47.029663
+ ],
+ [
+ 16.445673,
+ 47.038872
+ ],
+ [
+ 16.520323,
+ 47.056103
+ ],
+ [
+ 16.473213,
+ 47.0736169
+ ],
+ [
+ 16.4637199,
+ 47.09392
+ ],
+ [
+ 16.500798,
+ 47.110058
+ ],
+ [
+ 16.500035,
+ 47.123295
+ ],
+ [
+ 16.5295349,
+ 47.1287419
+ ],
+ [
+ 16.5171609,
+ 47.1496938
+ ],
+ [
+ 16.454951,
+ 47.1425878
+ ],
+ [
+ 16.4648728,
+ 47.1683349
+ ],
+ [
+ 16.4555643,
+ 47.1875584
+ ],
+ [
+ 16.4305559,
+ 47.1847022
+ ],
+ [
+ 16.4195013,
+ 47.1949147
+ ],
+ [
+ 16.4189215,
+ 47.2107114
+ ],
+ [
+ 16.4371293,
+ 47.2097043
+ ],
+ [
+ 16.4426335,
+ 47.2337117
+ ],
+ [
+ 16.4313127,
+ 47.2527554
+ ],
+ [
+ 16.4671512,
+ 47.2531652
+ ],
+ [
+ 16.4892319,
+ 47.2798885
+ ],
+ [
+ 16.4646338,
+ 47.3338455
+ ],
+ [
+ 16.4337002,
+ 47.3528101
+ ],
+ [
+ 16.458513,
+ 47.3670496
+ ],
+ [
+ 16.4454619,
+ 47.4070195
+ ],
+ [
+ 16.4831657,
+ 47.4093628
+ ],
+ [
+ 16.4963821,
+ 47.3892659
+ ],
+ [
+ 16.5170941,
+ 47.4100218
+ ],
+ [
+ 16.5749054,
+ 47.4054243
+ ],
+ [
+ 16.5807291,
+ 47.4191699
+ ],
+ [
+ 16.661847,
+ 47.455595
+ ],
+ [
+ 16.6706419,
+ 47.47422
+ ],
+ [
+ 16.6523395,
+ 47.500342
+ ],
+ [
+ 16.6895619,
+ 47.510161
+ ],
+ [
+ 16.7147797,
+ 47.540199
+ ],
+ [
+ 16.663545,
+ 47.567733
+ ],
+ [
+ 16.673199,
+ 47.6049544
+ ],
+ [
+ 16.6595343,
+ 47.6061018
+ ],
+ [
+ 16.652758,
+ 47.622852
+ ],
+ [
+ 16.6314207,
+ 47.6283176
+ ],
+ [
+ 16.5739108,
+ 47.619667
+ ],
+ [
+ 16.5147382,
+ 47.6461964
+ ],
+ [
+ 16.4967504,
+ 47.6393149
+ ],
+ [
+ 16.425464,
+ 47.6621679
+ ],
+ [
+ 16.4437449,
+ 47.674205
+ ],
+ [
+ 16.4480507,
+ 47.6964725
+ ],
+ [
+ 16.4746984,
+ 47.6811576
+ ],
+ [
+ 16.4872245,
+ 47.6979767
+ ],
+ [
+ 16.5521729,
+ 47.7225519
+ ],
+ [
+ 16.5363779,
+ 47.736785
+ ],
+ [
+ 16.5479799,
+ 47.751544
+ ],
+ [
+ 16.6095193,
+ 47.7603722
+ ],
+ [
+ 16.6344148,
+ 47.7590843
+ ],
+ [
+ 16.65729,
+ 47.7414879
+ ],
+ [
+ 16.7209405,
+ 47.7353565
+ ],
+ [
+ 16.7534062,
+ 47.6828165
+ ],
+ [
+ 16.8301587,
+ 47.681058
+ ],
+ [
+ 16.8394284,
+ 47.7045139
+ ],
+ [
+ 16.8668943,
+ 47.7211462
+ ],
+ [
+ 16.876679,
+ 47.6876452
+ ],
+ [
+ 17.0937421,
+ 47.7077706
+ ],
+ [
+ 17.0706562,
+ 47.7285366
+ ],
+ [
+ 17.0516019,
+ 47.7938499
+ ],
+ [
+ 17.0749479,
+ 47.8084997
+ ],
+ [
+ 17.047139,
+ 47.8285635
+ ],
+ [
+ 17.0519452,
+ 47.8377691
+ ],
+ [
+ 17.0105513,
+ 47.8581765
+ ],
+ [
+ 17.0163878,
+ 47.8673325
+ ],
+ [
+ 17.0857537,
+ 47.8746239
+ ],
+ [
+ 17.113171,
+ 47.9271605
+ ],
+ [
+ 17.0917133,
+ 47.9342916
+ ],
+ [
+ 17.1183782,
+ 47.9601083
+ ],
+ [
+ 17.094657,
+ 47.9708775
+ ],
+ [
+ 17.2010289,
+ 48.019992
+ ],
+ [
+ 17.241769,
+ 48.0224651
+ ],
+ [
+ 17.257955,
+ 47.998655
+ ],
+ [
+ 17.334651,
+ 47.993125
+ ],
+ [
+ 17.4029929,
+ 47.947849
+ ],
+ [
+ 17.4539199,
+ 47.8852579
+ ],
+ [
+ 17.5267369,
+ 47.865509
+ ],
+ [
+ 17.5675779,
+ 47.8151289
+ ],
+ [
+ 17.608402,
+ 47.8218859
+ ],
+ [
+ 17.7085789,
+ 47.756678
+ ],
+ [
+ 17.7798739,
+ 47.739487
+ ],
+ [
+ 17.8660959,
+ 47.74575
+ ],
+ [
+ 17.9001292,
+ 47.7392633
+ ],
+ [
+ 17.946867,
+ 47.744668
+ ],
+ [
+ 17.9708709,
+ 47.7578392
+ ],
+ [
+ 18.0044103,
+ 47.7463402
+ ],
+ [
+ 18.0380583,
+ 47.7576812
+ ],
+ [
+ 18.2958774,
+ 47.7314616
+ ],
+ [
+ 18.4540681,
+ 47.7651226
+ ],
+ [
+ 18.4931553,
+ 47.7527552
+ ],
+ [
+ 18.5590761,
+ 47.7659963
+ ],
+ [
+ 18.6460866,
+ 47.7590921
+ ],
+ [
+ 18.7260691,
+ 47.7890411
+ ],
+ [
+ 18.7411784,
+ 47.8138245
+ ],
+ [
+ 18.7920013,
+ 47.8230869
+ ],
+ [
+ 18.8485417,
+ 47.8167221
+ ],
+ [
+ 18.855876,
+ 47.826077
+ ],
+ [
+ 18.828014,
+ 47.834291
+ ],
+ [
+ 18.8135749,
+ 47.85555
+ ],
+ [
+ 18.76353,
+ 47.8716049
+ ],
+ [
+ 18.756858,
+ 47.896838
+ ],
+ [
+ 18.776746,
+ 47.955092
+ ],
+ [
+ 18.7552499,
+ 47.9763469
+ ],
+ [
+ 18.8157429,
+ 47.993442
+ ],
+ [
+ 18.819998,
+ 48.039676
+ ],
+ [
+ 18.833268,
+ 48.048239
+ ],
+ [
+ 18.8749364,
+ 48.0470707
+ ],
+ [
+ 18.886674,
+ 48.058682
+ ],
+ [
+ 18.9089819,
+ 48.051139
+ ],
+ [
+ 18.9439039,
+ 48.058865
+ ],
+ [
+ 18.9816099,
+ 48.0536009
+ ],
+ [
+ 19.0148639,
+ 48.078179
+ ],
+ [
+ 19.0585249,
+ 48.0573529
+ ],
+ [
+ 19.0843619,
+ 48.072781
+ ],
+ [
+ 19.107402,
+ 48.065596
+ ],
+ [
+ 19.1352889,
+ 48.074146
+ ],
+ [
+ 19.2413679,
+ 48.0536529
+ ],
+ [
+ 19.2557819,
+ 48.0715559
+ ],
+ [
+ 19.3031119,
+ 48.088711
+ ],
+ [
+ 19.3865969,
+ 48.091914
+ ],
+ [
+ 19.400018,
+ 48.082304
+ ],
+ [
+ 19.454053,
+ 48.101436
+ ],
+ [
+ 19.467354,
+ 48.083933
+ ],
+ [
+ 19.4944199,
+ 48.109906
+ ],
+ [
+ 19.492377,
+ 48.1396639
+ ],
+ [
+ 19.5128219,
+ 48.154663
+ ],
+ [
+ 19.504518,
+ 48.173443
+ ],
+ [
+ 19.528967,
+ 48.190358
+ ],
+ [
+ 19.526044,
+ 48.20313
+ ],
+ [
+ 19.577502,
+ 48.2160149
+ ],
+ [
+ 19.6308263,
+ 48.2500725
+ ],
+ [
+ 19.6445239,
+ 48.2391719
+ ],
+ [
+ 19.669857,
+ 48.239212
+ ],
+ [
+ 19.691219,
+ 48.203894
+ ],
+ [
+ 19.721125,
+ 48.201473
+ ],
+ [
+ 19.74618,
+ 48.2165119
+ ],
+ [
+ 19.7871629,
+ 48.19253
+ ],
+ [
+ 19.7987329,
+ 48.19482
+ ],
+ [
+ 19.8052829,
+ 48.183733
+ ],
+ [
+ 19.782415,
+ 48.165039
+ ],
+ [
+ 19.794812,
+ 48.153529
+ ],
+ [
+ 19.821331,
+ 48.169081
+ ],
+ [
+ 19.8452819,
+ 48.162742
+ ],
+ [
+ 19.8551729,
+ 48.178431
+ ],
+ [
+ 19.8601309,
+ 48.169409
+ ],
+ [
+ 19.898745,
+ 48.1663119
+ ],
+ [
+ 19.9145359,
+ 48.146863
+ ],
+ [
+ 19.898298,
+ 48.1249019
+ ],
+ [
+ 19.937383,
+ 48.131118
+ ],
+ [
+ 19.9743939,
+ 48.1660049
+ ],
+ [
+ 19.988706,
+ 48.1621679
+ ],
+ [
+ 20.029038,
+ 48.1776849
+ ],
+ [
+ 20.049449,
+ 48.1671999
+ ],
+ [
+ 20.0729859,
+ 48.179606
+ ],
+ [
+ 20.0700369,
+ 48.1917019
+ ],
+ [
+ 20.1340909,
+ 48.225182
+ ],
+ [
+ 20.1331879,
+ 48.253982
+ ],
+ [
+ 20.206162,
+ 48.250979
+ ],
+ [
+ 20.2038299,
+ 48.261906
+ ],
+ [
+ 20.228466,
+ 48.262779
+ ],
+ [
+ 20.2349469,
+ 48.279933
+ ],
+ [
+ 20.286858,
+ 48.26164
+ ],
+ [
+ 20.3257109,
+ 48.272794
+ ],
+ [
+ 20.3374649,
+ 48.301667
+ ],
+ [
+ 20.3656579,
+ 48.316606
+ ],
+ [
+ 20.384077,
+ 48.3511809
+ ],
+ [
+ 20.4098349,
+ 48.365857
+ ],
+ [
+ 20.402532,
+ 48.382565
+ ],
+ [
+ 20.4205349,
+ 48.403858
+ ],
+ [
+ 20.416228,
+ 48.418536
+ ],
+ [
+ 20.507929,
+ 48.489363
+ ],
+ [
+ 20.5065069,
+ 48.534415
+ ],
+ [
+ 20.537471,
+ 48.527878
+ ],
+ [
+ 20.5464939,
+ 48.544292
+ ],
+ [
+ 20.586595,
+ 48.535759
+ ],
+ [
+ 20.6538739,
+ 48.561413
+ ],
+ [
+ 20.836359,
+ 48.58284
+ ],
+ [
+ 20.8378,
+ 48.57421
+ ],
+ [
+ 20.8504359,
+ 48.5816329
+ ],
+ [
+ 20.8453301,
+ 48.5665046
+ ],
+ [
+ 20.8681549,
+ 48.551818
+ ],
+ [
+ 20.922323,
+ 48.559453
+ ],
+ [
+ 20.9346349,
+ 48.538341
+ ],
+ [
+ 20.955882,
+ 48.533963
+ ],
+ [
+ 20.9561979,
+ 48.521666
+ ],
+ [
+ 20.9815849,
+ 48.5177669
+ ],
+ [
+ 21.0151139,
+ 48.532313
+ ],
+ [
+ 21.0663209,
+ 48.525894
+ ],
+ [
+ 21.1174479,
+ 48.4910549
+ ],
+ [
+ 21.1608749,
+ 48.521499
+ ],
+ [
+ 21.179634,
+ 48.518232
+ ],
+ [
+ 21.221061,
+ 48.537497
+ ],
+ [
+ 21.305488,
+ 48.5222489
+ ],
+ [
+ 21.313377,
+ 48.550841
+ ],
+ [
+ 21.326875,
+ 48.554129
+ ],
+ [
+ 21.319384,
+ 48.561201
+ ],
+ [
+ 21.4154499,
+ 48.558951
+ ],
+ [
+ 21.4226649,
+ 48.578821
+ ],
+ [
+ 21.4406099,
+ 48.585104
+ ],
+ [
+ 21.514091,
+ 48.551065
+ ],
+ [
+ 21.5420199,
+ 48.508395
+ ],
+ [
+ 21.6139329,
+ 48.509416
+ ],
+ [
+ 21.6201879,
+ 48.469826
+ ],
+ [
+ 21.663549,
+ 48.417961
+ ],
+ [
+ 21.6645609,
+ 48.392164
+ ],
+ [
+ 21.7017409,
+ 48.380695
+ ],
+ [
+ 21.711871,
+ 48.357617
+ ],
+ [
+ 21.8174139,
+ 48.332787
+ ],
+ [
+ 21.8352029,
+ 48.3346409
+ ],
+ [
+ 21.837213,
+ 48.363253
+ ],
+ [
+ 21.8842979,
+ 48.356047
+ ],
+ [
+ 21.8848429,
+ 48.367539
+ ],
+ [
+ 21.897883,
+ 48.36256
+ ],
+ [
+ 21.8997959,
+ 48.3702229
+ ],
+ [
+ 21.9281859,
+ 48.3615969
+ ],
+ [
+ 21.9268059,
+ 48.370899
+ ],
+ [
+ 21.949198,
+ 48.378728
+ ],
+ [
+ 21.994463,
+ 48.377323
+ ],
+ [
+ 22.0213259,
+ 48.392749
+ ],
+ [
+ 22.0546049,
+ 48.377528
+ ],
+ [
+ 22.0764859,
+ 48.387241
+ ],
+ [
+ 22.086743,
+ 48.371564
+ ],
+ [
+ 22.1359089,
+ 48.380519
+ ],
+ [
+ 22.131056,
+ 48.3912329
+ ],
+ [
+ 22.152768,
+ 48.3962409
+ ],
+ [
+ 22.1561913,
+ 48.4093076
+ ],
+ [
+ 22.2125722,
+ 48.4256468
+ ],
+ [
+ 22.2371405,
+ 48.4100396
+ ],
+ [
+ 22.2654858,
+ 48.4098675
+ ],
+ [
+ 22.2398761,
+ 48.3870055
+ ],
+ [
+ 22.2675722,
+ 48.3611612
+ ],
+ [
+ 22.3178106,
+ 48.3545437
+ ],
+ [
+ 22.3132861,
+ 48.3250712
+ ],
+ [
+ 22.3372944,
+ 48.3079113
+ ],
+ [
+ 22.3384267,
+ 48.2792074
+ ],
+ [
+ 22.3847547,
+ 48.2339632
+ ],
+ [
+ 22.4006407,
+ 48.249198
+ ],
+ [
+ 22.4328384,
+ 48.2525166
+ ],
+ [
+ 22.456386,
+ 48.2423109
+ ],
+ [
+ 22.4899029,
+ 48.2534237
+ ],
+ [
+ 22.4972201,
+ 48.2395546
+ ],
+ [
+ 22.5161491,
+ 48.237965
+ ],
+ [
+ 22.5311088,
+ 48.2094282
+ ],
+ [
+ 22.5711442,
+ 48.1961428
+ ],
+ [
+ 22.5616362,
+ 48.1816066
+ ],
+ [
+ 22.5982449,
+ 48.144756
+ ],
+ [
+ 22.5902763,
+ 48.1073414
+ ],
+ [
+ 22.6754492,
+ 48.091997
+ ],
+ [
+ 22.7347192,
+ 48.119848
+ ],
+ [
+ 22.7576242,
+ 48.1200599
+ ],
+ [
+ 22.7703914,
+ 48.1090162
+ ],
+ [
+ 22.772319,
+ 48.1218742
+ ],
+ [
+ 22.8027688,
+ 48.1221112
+ ],
+ [
+ 22.8025285,
+ 48.1070813
+ ],
+ [
+ 22.8254256,
+ 48.1175119
+ ],
+ [
+ 22.8364365,
+ 48.080249
+ ],
+ [
+ 22.8611284,
+ 48.0750312
+ ],
+ [
+ 22.8677955,
+ 48.0524256
+ ],
+ [
+ 22.8820424,
+ 48.0548053
+ ],
+ [
+ 22.8659692,
+ 48.0113165
+ ],
+ [
+ 22.835562,
+ 47.9905988
+ ],
+ [
+ 22.8407599,
+ 47.9813636
+ ],
+ [
+ 22.8725729,
+ 47.9752683
+ ],
+ [
+ 22.8697274,
+ 47.9659593
+ ],
+ [
+ 22.8915652,
+ 47.9672446
+ ],
+ [
+ 22.897435,
+ 47.9540629
+ ],
+ [
+ 22.8473299,
+ 47.9077579
+ ],
+ [
+ 22.7928135,
+ 47.8908586
+ ],
+ [
+ 22.7586924,
+ 47.8941446
+ ],
+ [
+ 22.77775,
+ 47.8422508
+ ],
+ [
+ 22.7136344,
+ 47.8360928
+ ],
+ [
+ 22.6801938,
+ 47.7877527
+ ],
+ [
+ 22.6111171,
+ 47.7717455
+ ],
+ [
+ 22.5490018,
+ 47.7722246
+ ],
+ [
+ 22.4812121,
+ 47.8108886
+ ],
+ [
+ 22.4513078,
+ 47.803389
+ ],
+ [
+ 22.4313319,
+ 47.7398119
+ ],
+ [
+ 22.3566167,
+ 47.7486206
+ ],
+ [
+ 22.3177714,
+ 47.7660887
+ ],
+ [
+ 22.3176236,
+ 47.7433657
+ ],
+ [
+ 22.2851369,
+ 47.7292757
+ ],
+ [
+ 22.264325,
+ 47.7310675
+ ],
+ [
+ 22.2589955,
+ 47.6979057
+ ],
+ [
+ 22.2306796,
+ 47.693196
+ ],
+ [
+ 22.1796501,
+ 47.5916115
+ ],
+ [
+ 22.1289245,
+ 47.5978984
+ ],
+ [
+ 22.0942787,
+ 47.5583628
+ ],
+ [
+ 22.0782587,
+ 47.5621299
+ ],
+ [
+ 22.0534529,
+ 47.5474795
+ ],
+ [
+ 22.0712176,
+ 47.5380742
+ ],
+ [
+ 22.0617872,
+ 47.5288029
+ ],
+ [
+ 22.0451278,
+ 47.5398919
+ ],
+ [
+ 22.0367222,
+ 47.5326653
+ ],
+ [
+ 22.0071886,
+ 47.48362
+ ],
+ [
+ 22.0327909,
+ 47.4508372
+ ],
+ [
+ 22.0238835,
+ 47.3908631
+ ],
+ [
+ 22.0119849,
+ 47.3758016
+ ],
+ [
+ 21.9627373,
+ 47.381053
+ ],
+ [
+ 21.9382461,
+ 47.3725317
+ ],
+ [
+ 21.8777922,
+ 47.2857763
+ ],
+ [
+ 21.8872845,
+ 47.2730473
+ ],
+ [
+ 21.8534909,
+ 47.2397622
+ ],
+ [
+ 21.8580662,
+ 47.1873597
+ ],
+ [
+ 21.8124804,
+ 47.1667511
+ ],
+ [
+ 21.7924092,
+ 47.1059751
+ ],
+ [
+ 21.7268258,
+ 47.0983882
+ ],
+ [
+ 21.6976037,
+ 47.057915
+ ],
+ [
+ 21.6504151,
+ 47.0408303
+ ],
+ [
+ 21.6888701,
+ 47.0019977
+ ],
+ [
+ 21.6678744,
+ 46.9712337
+ ],
+ [
+ 21.6814917,
+ 46.9652089
+ ],
+ [
+ 21.6381964,
+ 46.9330487
+ ],
+ [
+ 21.5984455,
+ 46.9274708
+ ],
+ [
+ 21.6142857,
+ 46.8867275
+ ],
+ [
+ 21.6016694,
+ 46.8668202
+ ],
+ [
+ 21.520328,
+ 46.8373749
+ ],
+ [
+ 21.5186086,
+ 46.8000703
+ ],
+ [
+ 21.4831761,
+ 46.7650246
+ ],
+ [
+ 21.5263389,
+ 46.7393249
+ ],
+ [
+ 21.529369,
+ 46.7209721
+ ],
+ [
+ 21.4923253,
+ 46.6859652
+ ],
+ [
+ 21.4728438,
+ 46.6959075
+ ],
+ [
+ 21.4299047,
+ 46.693937
+ ],
+ [
+ 21.4309553,
+ 46.6781367
+ ],
+ [
+ 21.4546661,
+ 46.660863
+ ],
+ [
+ 21.4162375,
+ 46.6426231
+ ],
+ [
+ 21.4097959,
+ 46.6218052
+ ],
+ [
+ 21.3657038,
+ 46.6379501
+ ],
+ [
+ 21.3300499,
+ 46.6318155
+ ],
+ [
+ 21.3139733,
+ 46.617666
+ ],
+ [
+ 21.3012351,
+ 46.5908672
+ ],
+ [
+ 21.3207905,
+ 46.5828562
+ ],
+ [
+ 21.2743045,
+ 46.5407362
+ ],
+ [
+ 21.2600254,
+ 46.5021583
+ ],
+ [
+ 21.2744188,
+ 46.4767333
+ ],
+ [
+ 21.2964506,
+ 46.4762973
+ ],
+ [
+ 21.3174343,
+ 46.4507288
+ ],
+ [
+ 21.2895176,
+ 46.4154784
+ ],
+ [
+ 21.2963256,
+ 46.4069601
+ ],
+ [
+ 21.2250116,
+ 46.4136899
+ ],
+ [
+ 21.2064214,
+ 46.4033825
+ ],
+ [
+ 21.1992563,
+ 46.3479034
+ ],
+ [
+ 21.1762269,
+ 46.3357664
+ ],
+ [
+ 21.180497,
+ 46.3044494
+ ],
+ [
+ 21.1155437,
+ 46.3018529
+ ],
+ [
+ 21.1030549,
+ 46.2624637
+ ],
+ [
+ 21.0708792,
+ 46.2539014
+ ],
+ [
+ 21.0660827,
+ 46.2429394
+ ],
+ [
+ 21.0366237,
+ 46.2480392
+ ],
+ [
+ 21.0246723,
+ 46.2665329
+ ],
+ [
+ 20.960817,
+ 46.2623039
+ ],
+ [
+ 20.9465849,
+ 46.2793024
+ ],
+ [
+ 20.9250701,
+ 46.2766191
+ ],
+ [
+ 20.9218133,
+ 46.2618129
+ ],
+ [
+ 20.8732713,
+ 46.2877555
+ ],
+ [
+ 20.7756538,
+ 46.2759602
+ ],
+ [
+ 20.7490474,
+ 46.2508489
+ ],
+ [
+ 20.7618619,
+ 46.204563
+ ],
+ [
+ 20.727401,
+ 46.2077485
+ ],
+ [
+ 20.7341052,
+ 46.1939355
+ ],
+ [
+ 20.7140487,
+ 46.1660531
+ ],
+ [
+ 20.6843592,
+ 46.1447802
+ ],
+ [
+ 20.6549178,
+ 46.1497739
+ ],
+ [
+ 20.6394471,
+ 46.1267602
+ ],
+ [
+ 20.5450486,
+ 46.1790935
+ ],
+ [
+ 20.5014839,
+ 46.190334
+ ],
+ [
+ 20.4949436,
+ 46.1709908
+ ],
+ [
+ 20.4592293,
+ 46.1428837
+ ],
+ [
+ 20.3975133,
+ 46.1574709
+ ],
+ [
+ 20.3685325,
+ 46.1528554
+ ],
+ [
+ 20.3557074,
+ 46.1696256
+ ],
+ [
+ 20.2968136,
+ 46.1521542
+ ],
+ [
+ 20.2549024,
+ 46.1158522
+ ],
+ [
+ 20.2484757,
+ 46.1300956
+ ],
+ [
+ 20.2330132,
+ 46.1241668
+ ],
+ [
+ 20.1817362,
+ 46.1601137
+ ],
+ [
+ 20.1364966,
+ 46.1449476
+ ],
+ [
+ 20.1009667,
+ 46.1772756
+ ],
+ [
+ 20.0636156,
+ 46.1437275
+ ],
+ [
+ 20.0346142,
+ 46.1458888
+ ],
+ [
+ 20.0158072,
+ 46.1768354
+ ],
+ [
+ 19.9354075,
+ 46.1764243
+ ],
+ [
+ 19.8533469,
+ 46.1500005
+ ],
+ [
+ 19.8179747,
+ 46.1281652
+ ],
+ [
+ 19.7585403,
+ 46.1479754
+ ],
+ [
+ 19.6982054,
+ 46.1879317
+ ],
+ [
+ 19.6827672,
+ 46.1800388
+ ],
+ [
+ 19.661508,
+ 46.1904394
+ ],
+ [
+ 19.6317396,
+ 46.1692993
+ ],
+ [
+ 19.5676482,
+ 46.179106
+ ],
+ [
+ 19.5604013,
+ 46.1665762
+ ],
+ [
+ 19.5026585,
+ 46.1424492
+ ],
+ [
+ 19.5271208,
+ 46.1210269
+ ],
+ [
+ 19.4645033,
+ 46.0953827
+ ],
+ [
+ 19.4665828,
+ 46.0820437
+ ],
+ [
+ 19.4160037,
+ 46.0460453
+ ],
+ [
+ 19.3803957,
+ 46.0358749
+ ],
+ [
+ 19.3640923,
+ 46.0522965
+ ],
+ [
+ 19.2819012,
+ 46.0148048
+ ],
+ [
+ 19.2965348,
+ 45.9881173
+ ],
+ [
+ 19.2856472,
+ 45.9968981
+ ],
+ [
+ 19.1479857,
+ 45.9963445
+ ],
+ [
+ 19.1338422,
+ 46.0370993
+ ],
+ [
+ 19.104873,
+ 46.0401673
+ ],
+ [
+ 19.0660427,
+ 46.0001999
+ ],
+ [
+ 19.0796791,
+ 45.9636376
+ ],
+ [
+ 19.0059803,
+ 45.9590674
+ ],
+ [
+ 19.0092745,
+ 45.9236559
+ ],
+ [
+ 18.9061334,
+ 45.9353801
+ ],
+ [
+ 18.8794572,
+ 45.9166827
+ ],
+ [
+ 18.8647137,
+ 45.9208493
+ ],
+ [
+ 18.8685629,
+ 45.9113361
+ ],
+ [
+ 18.8276792,
+ 45.9051714
+ ],
+ [
+ 18.8220041,
+ 45.9145893
+ ],
+ [
+ 18.8075092,
+ 45.9036055
+ ],
+ [
+ 18.809247,
+ 45.8796189
+ ],
+ [
+ 18.7956242,
+ 45.8784488
+ ],
+ [
+ 18.7048857,
+ 45.9181883
+ ],
+ [
+ 18.6700246,
+ 45.9108439
+ ],
+ [
+ 18.6596602,
+ 45.9168934
+ ],
+ [
+ 18.6651348,
+ 45.899279
+ ],
+ [
+ 18.6412808,
+ 45.8890396
+ ],
+ [
+ 18.6550179,
+ 45.8742393
+ ],
+ [
+ 18.6277704,
+ 45.8733782
+ ],
+ [
+ 18.6148449,
+ 45.8531438
+ ],
+ [
+ 18.6236656,
+ 45.8398531
+ ],
+ [
+ 18.5732391,
+ 45.8137578
+ ],
+ [
+ 18.5749849,
+ 45.8004344
+ ],
+ [
+ 18.559716,
+ 45.8037961
+ ],
+ [
+ 18.5223504,
+ 45.7826858
+ ],
+ [
+ 18.4906706,
+ 45.7947167
+ ],
+ [
+ 18.4821905,
+ 45.7655032
+ ],
+ [
+ 18.4562828,
+ 45.7695229
+ ],
+ [
+ 18.4450763,
+ 45.7605195
+ ],
+ [
+ 18.446853,
+ 45.737128
+ ],
+ [
+ 18.40763,
+ 45.7397119
+ ],
+ [
+ 18.3918949,
+ 45.7616983
+ ],
+ [
+ 18.3642257,
+ 45.7729364
+ ],
+ [
+ 18.3394214,
+ 45.7471605
+ ],
+ [
+ 18.2968157,
+ 45.7612196
+ ],
+ [
+ 18.2440473,
+ 45.7612305
+ ],
+ [
+ 18.2307311,
+ 45.7790328
+ ],
+ [
+ 18.1908702,
+ 45.7878759
+ ],
+ [
+ 18.1681939,
+ 45.7762712
+ ],
+ [
+ 18.1246514,
+ 45.7896277
+ ],
+ [
+ 18.1068067,
+ 45.7708256
+ ],
+ [
+ 18.0818922,
+ 45.7645205
+ ],
+ [
+ 17.9958808,
+ 45.7957311
+ ],
+ [
+ 17.9302095,
+ 45.7863301
+ ],
+ [
+ 17.9066757,
+ 45.7925692
+ ],
+ [
+ 17.8653145,
+ 45.7670064
+ ],
+ [
+ 17.8262748,
+ 45.8099957
+ ],
+ [
+ 17.8089784,
+ 45.8040989
+ ],
+ [
+ 17.7809054,
+ 45.8174884
+ ],
+ [
+ 17.7603399,
+ 45.811923
+ ],
+ [
+ 17.7408624,
+ 45.8295975
+ ],
+ [
+ 17.6632915,
+ 45.8381849
+ ],
+ [
+ 17.6276211,
+ 45.8979446
+ ],
+ [
+ 17.5700676,
+ 45.9358204
+ ],
+ [
+ 17.4378254,
+ 45.9503823
+ ],
+ [
+ 17.4258964,
+ 45.9272681
+ ],
+ [
+ 17.4108059,
+ 45.9399665
+ ],
+ [
+ 17.392149,
+ 45.9302149
+ ],
+ [
+ 17.3828713,
+ 45.9475733
+ ],
+ [
+ 17.3476208,
+ 45.9423413
+ ],
+ [
+ 17.3438769,
+ 45.9605329
+ ],
+ [
+ 17.3537711,
+ 45.9525011
+ ],
+ [
+ 17.3905375,
+ 45.9581914
+ ],
+ [
+ 17.387423,
+ 45.9661823
+ ],
+ [
+ 17.3583539,
+ 45.9642737
+ ],
+ [
+ 17.3754852,
+ 45.9686921
+ ],
+ [
+ 17.3751895,
+ 45.9881054
+ ],
+ [
+ 17.3635685,
+ 45.9915442
+ ],
+ [
+ 17.3567202,
+ 45.9735836
+ ],
+ [
+ 17.3339583,
+ 45.9960781
+ ],
+ [
+ 17.3319847,
+ 45.9728948
+ ],
+ [
+ 17.3129974,
+ 45.9665347
+ ],
+ [
+ 17.323647,
+ 45.9887776
+ ],
+ [
+ 17.2987653,
+ 45.9838652
+ ],
+ [
+ 17.3041996,
+ 46.0021128
+ ],
+ [
+ 17.2579726,
+ 46.0110256
+ ],
+ [
+ 17.29632,
+ 46.0285169
+ ],
+ [
+ 17.2541514,
+ 46.030005
+ ],
+ [
+ 17.270955,
+ 46.0567055
+ ],
+ [
+ 17.2324767,
+ 46.0592034
+ ],
+ [
+ 17.2525145,
+ 46.0664725
+ ],
+ [
+ 17.2313144,
+ 46.0790345
+ ],
+ [
+ 17.2019916,
+ 46.0765488
+ ],
+ [
+ 17.2331299,
+ 46.0989644
+ ],
+ [
+ 17.2104017,
+ 46.1001693
+ ],
+ [
+ 17.2129734,
+ 46.113855
+ ],
+ [
+ 17.175927,
+ 46.1084583
+ ],
+ [
+ 17.1743424,
+ 46.1287608
+ ],
+ [
+ 17.1865197,
+ 46.1332308
+ ],
+ [
+ 17.1810983,
+ 46.1505485
+ ],
+ [
+ 17.1562307,
+ 46.1585819
+ ],
+ [
+ 17.1592857,
+ 46.1696818
+ ],
+ [
+ 17.1261012,
+ 46.1684495
+ ],
+ [
+ 17.1227409,
+ 46.1789791
+ ],
+ [
+ 17.0752482,
+ 46.1889531
+ ],
+ [
+ 17.0661614,
+ 46.2022984
+ ],
+ [
+ 16.9735401,
+ 46.2251982
+ ],
+ [
+ 16.973954,
+ 46.2431113
+ ],
+ [
+ 16.9504085,
+ 46.2415285
+ ],
+ [
+ 16.8862356,
+ 46.2814598
+ ],
+ [
+ 16.8713682,
+ 46.3252767
+ ],
+ [
+ 16.8802109,
+ 46.3356966
+ ],
+ [
+ 16.8615374,
+ 46.3452401
+ ],
+ [
+ 16.8656232,
+ 46.3556489
+ ],
+ [
+ 16.8521959,
+ 46.3517189
+ ],
+ [
+ 16.8498589,
+ 46.3626245
+ ],
+ [
+ 16.8352859,
+ 46.3638195
+ ],
+ [
+ 16.8376499,
+ 46.3748032
+ ],
+ [
+ 16.8261732,
+ 46.3670994
+ ],
+ [
+ 16.7933444,
+ 46.387385
+ ],
+ [
+ 16.7592072,
+ 46.3776563
+ ],
+ [
+ 16.7298672,
+ 46.40149
+ ],
+ [
+ 16.7182119,
+ 46.3898704
+ ],
+ [
+ 16.6772872,
+ 46.4494536
+ ],
+ [
+ 16.6631785,
+ 46.4486958
+ ],
+ [
+ 16.6663732,
+ 46.4582995
+ ],
+ [
+ 16.6187915,
+ 46.4619875
+ ],
+ [
+ 16.604468,
+ 46.4760773
+ ],
+ [
+ 16.5235997,
+ 46.5053761
+ ],
+ [
+ 16.5325768,
+ 46.5314027
+ ],
+ [
+ 16.5176728,
+ 46.5363516
+ ],
+ [
+ 16.5084107,
+ 46.5652692
+ ],
+ [
+ 16.4829969,
+ 46.5660383
+ ],
+ [
+ 16.4834008,
+ 46.5786011
+ ],
+ [
+ 16.4455713,
+ 46.610952
+ ],
+ [
+ 16.4248583,
+ 46.6131645
+ ],
+ [
+ 16.385941,
+ 46.6442485
+ ],
+ [
+ 16.3915424,
+ 46.6637257
+ ],
+ [
+ 16.4198454,
+ 46.6584771
+ ],
+ [
+ 16.4286335,
+ 46.6939737
+ ],
+ [
+ 16.3689211,
+ 46.7040082
+ ],
+ [
+ 16.3798266,
+ 46.7153869
+ ],
+ [
+ 16.3710856,
+ 46.7222945
+ ],
+ [
+ 16.3570587,
+ 46.7142387
+ ],
+ [
+ 16.3185954,
+ 46.7541449
+ ],
+ [
+ 16.3305417,
+ 46.7752119
+ ],
+ [
+ 16.3121626,
+ 46.7780033
+ ],
+ [
+ 16.3127666,
+ 46.797314
+ ],
+ [
+ 16.3406373,
+ 46.8051851
+ ],
+ [
+ 16.3508404,
+ 46.8300552
+ ],
+ [
+ 16.3403309,
+ 46.8468762
+ ],
+ [
+ 16.3015007,
+ 46.8595142
+ ],
+ [
+ 16.2913867,
+ 46.8728341
+ ],
+ [
+ 16.2332296,
+ 46.8766702
+ ],
+ [
+ 16.1560866,
+ 46.8537074
+ ],
+ [
+ 16.126571,
+ 46.8569079
+ ],
+ [
+ 16.1139147,
+ 46.8691038
+ ]
+ ]
+ ],
+ "terms_url": "http://www.fomi.hu/",
+ "terms_text": "Földmérési és Távérzékelési Intézet"
+ },
+ {
+ "name": "FR-BAN",
+ "type": "tms",
+ "description": "French address registry or Base Adresses Nationale",
+ "template": "http://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 12,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ 8.3247852,
+ 49.0891892
+ ],
+ [
+ 6.1566882,
+ 49.6167369
+ ],
+ [
+ 4.8666714,
+ 50.2126152
+ ],
+ [
+ 2.4937064,
+ 51.1761675
+ ],
+ [
+ 1.3121526,
+ 50.9324682
+ ],
+ [
+ 1.2659981,
+ 50.1877492
+ ],
+ [
+ 0.1121369,
+ 49.8258592
+ ],
+ [
+ -0.3494075,
+ 49.4312336
+ ],
+ [
+ -1.0232625,
+ 49.4852345
+ ],
+ [
+ -1.3278818,
+ 49.7901162
+ ],
+ [
+ -2.1032765,
+ 49.7901162
+ ],
+ [
+ -1.6232703,
+ 48.7420657
+ ],
+ [
+ -3.1002126,
+ 48.9728514
+ ],
+ [
+ -5.1125465,
+ 48.6811558
+ ],
+ [
+ -5.3525496,
+ 48.4367783
+ ],
+ [
+ -4.5984193,
+ 47.7194959
+ ],
+ [
+ -2.555398,
+ 47.0232784
+ ],
+ [
+ -2.4738077,
+ 46.6638823
+ ],
+ [
+ -1.6676954,
+ 46.1055717
+ ],
+ [
+ -1.334807,
+ 45.5141125
+ ],
+ [
+ -1.4914604,
+ 44.1627003
+ ],
+ [
+ -1.9940567,
+ 43.3708146
+ ],
+ [
+ -0.956228,
+ 42.7364747
+ ],
+ [
+ 2.2029487,
+ 42.2841894
+ ],
+ [
+ 3.2342502,
+ 42.5444129
+ ],
+ [
+ 3.2407774,
+ 43.1140543
+ ],
+ [
+ 4.0436261,
+ 43.3280964
+ ],
+ [
+ 6.4325902,
+ 42.808345
+ ],
+ [
+ 7.6270723,
+ 43.5934102
+ ],
+ [
+ 7.8163619,
+ 44.1720643
+ ],
+ [
+ 7.0396221,
+ 44.41967
+ ],
+ [
+ 7.268075,
+ 45.4958141
+ ],
+ [
+ 7.1244761,
+ 46.2140775
+ ],
+ [
+ 6.5631347,
+ 46.771283
+ ],
+ [
+ 7.6571492,
+ 47.59128
+ ],
+ [
+ 7.6527839,
+ 47.5941813
+ ],
+ [
+ 7.6224698,
+ 47.5776739
+ ],
+ [
+ 7.6047297,
+ 47.578221
+ ],
+ [
+ 7.5877054,
+ 47.5901532
+ ],
+ [
+ 7.521558,
+ 47.65161
+ ],
+ [
+ 7.503992,
+ 47.70235
+ ],
+ [
+ 7.520958,
+ 47.77685
+ ],
+ [
+ 7.557124,
+ 47.84839
+ ],
+ [
+ 7.549463,
+ 47.879205
+ ],
+ [
+ 7.574615,
+ 47.93028
+ ],
+ [
+ 7.613179,
+ 47.96804
+ ],
+ [
+ 7.611904,
+ 47.9871
+ ],
+ [
+ 7.5612401,
+ 48.0383618
+ ],
+ [
+ 7.574915,
+ 48.1258
+ ],
+ [
+ 7.595338,
+ 48.15977
+ ],
+ [
+ 7.633047,
+ 48.19717
+ ],
+ [
+ 7.662748,
+ 48.22473
+ ],
+ [
+ 7.684659,
+ 48.30305
+ ],
+ [
+ 7.763463,
+ 48.49158
+ ],
+ [
+ 7.8004602,
+ 48.5125977
+ ],
+ [
+ 7.799582,
+ 48.5878
+ ],
+ [
+ 7.834088,
+ 48.64439
+ ],
+ [
+ 7.9121073,
+ 48.6889897
+ ],
+ [
+ 7.9672295,
+ 48.7571585
+ ],
+ [
+ 8.020692,
+ 48.78879
+ ],
+ [
+ 8.043024,
+ 48.7956
+ ],
+ [
+ 8.0864658,
+ 48.8130551
+ ],
+ [
+ 8.1364418,
+ 48.8978239
+ ],
+ [
+ 8.1970586,
+ 48.96021
+ ],
+ [
+ 8.2816129,
+ 48.9948995
+ ],
+ [
+ 8.2996723,
+ 49.025966
+ ],
+ [
+ 8.3124269,
+ 49.0599642
+ ],
+ [
+ 8.3247852,
+ 49.0891892
+ ]
+ ],
+ [
+ [
+ 9.3609615,
+ 43.1345098
+ ],
+ [
+ 8.4393174,
+ 42.48439
+ ],
+ [
+ 8.4836272,
+ 41.8175373
+ ],
+ [
+ 8.8469677,
+ 41.3768281
+ ],
+ [
+ 9.2058772,
+ 41.3136241
+ ],
+ [
+ 9.48946,
+ 41.5461776
+ ],
+ [
+ 9.6356823,
+ 42.1994563
+ ],
+ [
+ 9.6046655,
+ 42.901254
+ ],
+ [
+ 9.3609615,
+ 43.1345098
+ ]
+ ]
+ ],
+ "terms_url": "https://wiki.openstreetmap.org/wiki/WikiProject_France/WikiProject_Base_Adresses_Nationale_Ouverte_(BANO)",
+ "terms_text": "Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL",
+ "id": "FR-BAN"
+ },
+ {
+ "name": "FR-Cadastre",
+ "type": "tms",
+ "description": "French land registry",
+ "template": "http://tms.cadastre.openstreetmap.fr/*/tout/{z}/{x}/{y}.png",
+ "scaleExtent": [
+ 12,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ 8.3247852,
+ 49.0891892
+ ],
+ [
+ 6.1566882,
+ 49.6167369
+ ],
+ [
+ 4.8666714,
+ 50.2126152
+ ],
+ [
+ 2.4937064,
+ 51.1761675
+ ],
+ [
+ 1.3121526,
+ 50.9324682
+ ],
+ [
+ 1.2659981,
+ 50.1877492
+ ],
+ [
+ 0.1121369,
+ 49.8258592
+ ],
+ [
+ -0.3494075,
+ 49.4312336
+ ],
+ [
+ -1.0232625,
+ 49.4852345
+ ],
+ [
+ -1.3278818,
+ 49.7901162
+ ],
+ [
+ -2.1032765,
+ 49.7901162
+ ],
+ [
+ -1.6232703,
+ 48.7420657
+ ],
+ [
+ -3.1002126,
+ 48.9728514
+ ],
+ [
+ -5.1125465,
+ 48.6811558
+ ],
+ [
+ -5.3525496,
+ 48.4367783
+ ],
+ [
+ -4.5984193,
+ 47.7194959
+ ],
+ [
+ -2.555398,
+ 47.0232784
+ ],
+ [
+ -2.4738077,
+ 46.6638823
+ ],
+ [
+ -1.6676954,
+ 46.1055717
+ ],
+ [
+ -1.334807,
+ 45.5141125
+ ],
+ [
+ -1.4914604,
+ 44.1627003
+ ],
+ [
+ -1.9940567,
+ 43.3708146
+ ],
+ [
+ -0.956228,
+ 42.7364747
+ ],
+ [
+ 2.2029487,
+ 42.2841894
+ ],
+ [
+ 3.2342502,
+ 42.5444129
+ ],
+ [
+ 3.2407774,
+ 43.1140543
+ ],
+ [
+ 4.0436261,
+ 43.3280964
+ ],
+ [
+ 6.4325902,
+ 42.808345
+ ],
+ [
+ 7.6270723,
+ 43.5934102
+ ],
+ [
+ 7.8163619,
+ 44.1720643
+ ],
+ [
+ 7.0396221,
+ 44.41967
+ ],
+ [
+ 7.268075,
+ 45.4958141
+ ],
+ [
+ 7.1244761,
+ 46.2140775
+ ],
+ [
+ 6.5631347,
+ 46.771283
+ ],
+ [
+ 7.6571492,
+ 47.59128
+ ],
+ [
+ 7.6527839,
+ 47.5941813
+ ],
+ [
+ 7.6224698,
+ 47.5776739
+ ],
+ [
+ 7.6047297,
+ 47.578221
+ ],
+ [
+ 7.5877054,
+ 47.5901532
+ ],
+ [
+ 7.521558,
+ 47.65161
+ ],
+ [
+ 7.503992,
+ 47.70235
+ ],
+ [
+ 7.520958,
+ 47.77685
+ ],
+ [
+ 7.557124,
+ 47.84839
+ ],
+ [
+ 7.549463,
+ 47.879205
+ ],
+ [
+ 7.574615,
+ 47.93028
+ ],
+ [
+ 7.613179,
+ 47.96804
+ ],
+ [
+ 7.611904,
+ 47.9871
+ ],
+ [
+ 7.5612401,
+ 48.0383618
+ ],
+ [
+ 7.574915,
+ 48.1258
+ ],
+ [
+ 7.595338,
+ 48.15977
+ ],
+ [
+ 7.633047,
+ 48.19717
+ ],
+ [
+ 7.662748,
+ 48.22473
+ ],
+ [
+ 7.684659,
+ 48.30305
+ ],
+ [
+ 7.763463,
+ 48.49158
+ ],
+ [
+ 7.8004602,
+ 48.5125977
+ ],
+ [
+ 7.799582,
+ 48.5878
+ ],
+ [
+ 7.834088,
+ 48.64439
+ ],
+ [
+ 7.9121073,
+ 48.6889897
+ ],
+ [
+ 7.9672295,
+ 48.7571585
+ ],
+ [
+ 8.020692,
+ 48.78879
+ ],
+ [
+ 8.043024,
+ 48.7956
+ ],
+ [
+ 8.0864658,
+ 48.8130551
+ ],
+ [
+ 8.1364418,
+ 48.8978239
+ ],
+ [
+ 8.1970586,
+ 48.96021
+ ],
+ [
+ 8.2816129,
+ 48.9948995
+ ],
+ [
+ 8.2996723,
+ 49.025966
+ ],
+ [
+ 8.3124269,
+ 49.0599642
+ ],
+ [
+ 8.3247852,
+ 49.0891892
+ ]
+ ],
+ [
+ [
+ 9.3609615,
+ 43.1345098
+ ],
+ [
+ 8.4393174,
+ 42.48439
+ ],
+ [
+ 8.4836272,
+ 41.8175373
+ ],
+ [
+ 8.8469677,
+ 41.3768281
+ ],
+ [
+ 9.2058772,
+ 41.3136241
+ ],
+ [
+ 9.48946,
+ 41.5461776
+ ],
+ [
+ 9.6356823,
+ 42.1994563
+ ],
+ [
+ 9.6046655,
+ 42.901254
+ ],
+ [
+ 9.3609615,
+ 43.1345098
+ ]
+ ]
+ ],
+ "terms_url": "http://wiki.openstreetmap.org/wiki/WikiProject_Cadastre_Fran%C3%A7ais/Conditions_d%27utilisation",
+ "terms_text": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2015",
+ "id": "FR-Cadastre"
+ },
+ {
+ "name": "Freemap.sk Car",
+ "type": "tms",
+ "template": "http://t{switch:1,2,3,4}.freemap.sk/A/{zoom}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 8,
+ 16
+ ],
+ "polygon": [
+ [
+ [
+ 19.83682,
+ 49.25529
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 19.83682,
+ 49.25529
+ ]
+ ]
+ ],
+ "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+ },
+ {
+ "name": "Freemap.sk Cyclo",
+ "type": "tms",
+ "template": "http://t{switch:1,2,3,4}.freemap.sk/C/{zoom}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 8,
+ 16
+ ],
+ "polygon": [
+ [
+ [
+ 19.83682,
+ 49.25529
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 19.83682,
+ 49.25529
+ ]
+ ]
+ ],
+ "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+ },
+ {
+ "name": "Freemap.sk Hiking",
+ "type": "tms",
+ "template": "http://t{switch:1,2,3,4}.freemap.sk/T/{zoom}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 8,
+ 16
+ ],
+ "polygon": [
+ [
+ [
+ 19.83682,
+ 49.25529
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 19.83682,
+ 49.25529
+ ]
+ ]
+ ],
+ "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+ },
+ {
+ "name": "Freemap.sk Ski",
+ "type": "tms",
+ "template": "http://t{switch:1,2,3,4}.freemap.sk/K/{zoom}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 8,
+ 16
+ ],
+ "polygon": [
+ [
+ [
+ 19.83682,
+ 49.25529
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 19.83682,
+ 49.25529
+ ]
+ ]
+ ],
+ "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+ },
+ {
+ "name": "Fugro (Denmark)",
+ "type": "tms",
+ "template": "http://{switch:a,b,c}.tile.openstreetmap.dk/fugro2005/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 0,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ 8.3743941,
+ 54.9551655
+ ],
+ [
+ 8.3683809,
+ 55.4042149
+ ],
+ [
+ 8.2103997,
+ 55.4039795
+ ],
+ [
+ 8.2087314,
+ 55.4937345
+ ],
+ [
+ 8.0502655,
+ 55.4924731
+ ],
+ [
+ 8.0185123,
+ 56.7501399
+ ],
+ [
+ 8.1819161,
+ 56.7509948
+ ],
+ [
+ 8.1763274,
+ 57.0208898
+ ],
+ [
+ 8.3413329,
+ 57.0219872
+ ],
+ [
+ 8.3392467,
+ 57.1119574
+ ],
+ [
+ 8.5054433,
+ 57.1123212
+ ],
+ [
+ 8.5033923,
+ 57.2020499
+ ],
+ [
+ 9.3316304,
+ 57.2027636
+ ],
+ [
+ 9.3319079,
+ 57.2924835
+ ],
+ [
+ 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/Fugro",
+ "terms_text": "Fugro Aerial Mapping"
+ },
+ {
+ "name": "Geodatastyrelsen (Denmark)",
+ "type": "tms",
+ "template": "http://mapproxy.gpweb.dk/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 0,
+ 21
+ ],
+ "polygon": [
+ [
+ [
+ 8.3743941,
+ 54.9551655
+ ],
+ [
+ 8.3683809,
+ 55.4042149
+ ],
+ [
+ 8.2103997,
+ 55.4039795
+ ],
+ [
+ 8.2087314,
+ 55.4937345
+ ],
+ [
+ 8.0502655,
+ 55.4924731
+ ],
+ [
+ 8.0185123,
+ 56.7501399
+ ],
+ [
+ 8.1819161,
+ 56.7509948
+ ],
+ [
+ 8.1763274,
+ 57.0208898
+ ],
+ [
+ 8.3413329,
+ 57.0219872
+ ],
+ [
+ 8.3392467,
+ 57.1119574
+ ],
+ [
+ 8.5054433,
+ 57.1123212
+ ],
+ [
+ 8.5033923,
+ 57.2020499
+ ],
+ [
+ 9.3316304,
+ 57.2027636
+ ],
+ [
+ 9.3319079,
+ 57.2924835
+ ],
+ [
+ 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://download.kortforsyningen.dk/content/vilkaar-og-betingelser",
+ "terms_text": "Geodatastyrelsen og Danske Kommuner"
+ },
+ {
+ "name": "Geoportal.gov.pl (Orthophotomap)",
+ "type": "tms",
+ "template": "http://wms.misek.pl/geoportal.orto/tms/{zoom}/{x}/{y}",
+ "scaleExtent": [
+ 6,
+ 24
+ ],
+ "polygon": [
+ [
+ [
+ 15.9751041,
+ 54.3709213
+ ],
+ [
+ 16.311164,
+ 54.5561775
+ ],
+ [
+ 17.1391878,
+ 54.7845723
+ ],
+ [
+ 18.3448458,
+ 54.9022727
+ ],
+ [
+ 19.6613689,
+ 54.4737213
+ ],
+ [
+ 20.2815206,
+ 54.4213456
+ ],
+ [
+ 21.4663914,
+ 54.3406369
+ ],
+ [
+ 22.7759855,
+ 54.3769755
+ ],
+ [
+ 22.8625989,
+ 54.4233613
+ ],
+ [
+ 23.2956657,
+ 54.2678633
+ ],
+ [
+ 23.5347186,
+ 54.0955258
+ ],
+ [
+ 23.5208604,
+ 53.9775182
+ ],
+ [
+ 23.7183389,
+ 53.4629603
+ ],
+ [
+ 23.9296755,
+ 53.1856735
+ ],
+ [
+ 23.9296755,
+ 52.6887269
+ ],
+ [
+ 23.732197,
+ 52.6067497
+ ],
+ [
+ 23.5658994,
+ 52.5878101
+ ],
+ [
+ 23.2090523,
+ 52.3302642
+ ],
+ [
+ 23.1951942,
+ 52.2370089
+ ],
+ [
+ 23.5035377,
+ 52.1860596
+ ],
+ [
+ 23.6906226,
+ 52.0030113
+ ],
+ [
+ 23.5970802,
+ 51.739903
+ ],
+ [
+ 23.6629063,
+ 51.3888562
+ ],
+ [
+ 23.9366046,
+ 50.9827781
+ ],
+ [
+ 24.1687284,
+ 50.8604752
+ ],
+ [
+ 24.0197534,
+ 50.8035823
+ ],
+ [
+ 24.1098313,
+ 50.6610467
+ ],
+ [
+ 24.0578633,
+ 50.4188439
+ ],
+ [
+ 23.6178674,
+ 50.3083403
+ ],
+ [
+ 22.6824431,
+ 49.5163532
+ ],
+ [
+ 22.7378756,
+ 49.2094935
+ ],
+ [
+ 22.9041733,
+ 49.0780441
+ ],
+ [
+ 22.8625989,
+ 48.9940062
+ ],
+ [
+ 22.6096878,
+ 49.0371785
+ ],
+ [
+ 22.0761495,
+ 49.2004392
+ ],
+ [
+ 21.8474902,
+ 49.3721872
+ ],
+ [
+ 21.3763135,
+ 49.4488281
+ ],
+ [
+ 21.1026153,
+ 49.3721872
+ ],
+ [
+ 20.9120659,
+ 49.3022043
+ ],
+ [
+ 20.6452967,
+ 49.3902311
+ ],
+ [
+ 20.1845136,
+ 49.3315641
+ ],
+ [
+ 20.1186875,
+ 49.2004392
+ ],
+ [
+ 19.9419962,
+ 49.1302123
+ ],
+ [
+ 19.765305,
+ 49.2117568
+ ],
+ [
+ 19.7479823,
+ 49.3992506
+ ],
+ [
+ 19.6024718,
+ 49.4150307
+ ],
+ [
+ 19.5089294,
+ 49.5815389
+ ],
+ [
+ 19.4292451,
+ 49.5905232
+ ],
+ [
+ 19.2317666,
+ 49.4150307
+ ],
+ [
+ 18.9961783,
+ 49.387976
+ ],
+ [
+ 18.9338167,
+ 49.4916048
+ ],
+ [
+ 18.8368097,
+ 49.4938552
+ ],
+ [
+ 18.8021643,
+ 49.6623381
+ ],
+ [
+ 18.6427958,
+ 49.7094091
+ ],
+ [
+ 18.521537,
+ 49.8994693
+ ],
+ [
+ 18.0815412,
+ 50.0109209
+ ],
+ [
+ 17.8875272,
+ 49.9886512
+ ],
+ [
+ 17.7385522,
+ 50.0687739
+ ],
+ [
+ 17.6068999,
+ 50.1709584
+ ],
+ [
+ 17.7454813,
+ 50.2153184
+ ],
+ [
+ 17.710836,
+ 50.3017019
+ ],
+ [
+ 17.4163505,
+ 50.2640668
+ ],
+ [
+ 16.9486384,
+ 50.4453265
+ ],
+ [
+ 16.8932058,
+ 50.4033889
+ ],
+ [
+ 17.0006064,
+ 50.3105529
+ ],
+ [
+ 17.017929,
+ 50.2241854
+ ],
+ [
+ 16.8135215,
+ 50.186489
+ ],
+ [
+ 16.6402948,
+ 50.0976742
+ ],
+ [
+ 16.4324227,
+ 50.2862087
+ ],
+ [
+ 16.1968344,
+ 50.4276731
+ ],
+ [
+ 16.4220291,
+ 50.5885165
+ ],
+ [
+ 16.3388803,
+ 50.6632429
+ ],
+ [
+ 16.2280152,
+ 50.6368824
+ ],
+ [
+ 16.0547884,
+ 50.6127057
+ ],
+ [
+ 15.5732181,
+ 50.7641544
+ ],
+ [
+ 15.2683391,
+ 50.8976368
+ ],
+ [
+ 15.2440873,
+ 50.980597
+ ],
+ [
+ 15.0292862,
+ 51.0133036
+ ],
+ [
+ 15.0015699,
+ 50.8582883
+ ],
+ [
+ 14.8110205,
+ 50.8735944
+ ],
+ [
+ 14.956531,
+ 51.0721176
+ ],
+ [
+ 15.0188926,
+ 51.2914636
+ ],
+ [
+ 14.9392083,
+ 51.4601459
+ ],
+ [
+ 14.7209426,
+ 51.5571799
+ ],
+ [
+ 14.7521234,
+ 51.6260562
+ ],
+ [
+ 14.5996839,
+ 51.8427626
+ ],
+ [
+ 14.70362,
+ 52.0733396
+ ],
+ [
+ 14.5581095,
+ 52.2497371
+ ],
+ [
+ 14.5165351,
+ 52.425436
+ ],
+ [
+ 14.6031485,
+ 52.5878101
+ ],
+ [
+ 14.1146491,
+ 52.8208272
+ ],
+ [
+ 14.152759,
+ 52.9733951
+ ],
+ [
+ 14.3502374,
+ 53.0734212
+ ],
+ [
+ 14.4229927,
+ 53.2665624
+ ],
+ [
+ 14.1977979,
+ 53.8734759
+ ],
+ [
+ 14.2220497,
+ 53.9958517
+ ]
+ ]
+ ],
+ "terms_text": "Copyright © Główny Urząd Geodezji i Kartografii.",
+ "best": true
+ },
+ {
+ "name": "IBGE Mapa de Setores Rurais",
+ "type": "tms",
+ "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.i00mo1kj/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+ "scaleExtent": [
+ 0,
+ 14
+ ],
+ "polygon": [
+ [
+ [
+ -29.3325,
+ 2.335959
+ ],
+ [
+ -28.72472,
+ 2.031551
+ ],
+ [
+ -27.76041,
+ -8.937033
+ ],
+ [
+ -27.67249,
+ -22.20839
+ ],
+ [
+ -51.11495,
+ -35.46552
+ ],
+ [
+ -53.39394,
+ -33.85064
+ ],
+ [
+ -53.62553,
+ -33.72493
+ ],
+ [
+ -53.62503,
+ -33.15428
+ ],
+ [
+ -53.24498,
+ -32.73392
+ ],
+ [
+ -53.65747,
+ -32.51873
+ ],
+ [
+ -53.8329,
+ -32.16592
+ ],
+ [
+ -54.64174,
+ -31.55507
+ ],
+ [
+ -55.29638,
+ -31.3429
+ ],
+ [
+ -55.57371,
+ -30.99691
+ ],
+ [
+ -56.06384,
+ -31.16749
+ ],
+ [
+ -56.10468,
+ -30.86436
+ ],
+ [
+ -56.86862,
+ -30.20752
+ ],
+ [
+ -57.39671,
+ -30.40464
+ ],
+ [
+ -57.74384,
+ -30.22142
+ ],
+ [
+ -55.83724,
+ -28.16598
+ ],
+ [
+ -54.86969,
+ -27.44994
+ ],
+ [
+ -53.9016,
+ -27.02998
+ ],
+ [
+ -53.74972,
+ -26.25781
+ ],
+ [
+ -53.97158,
+ -25.74513
+ ],
+ [
+ -54.44723,
+ -25.79609
+ ],
+ [
+ -54.67802,
+ -25.64668
+ ],
+ [
+ -54.36097,
+ -24.35145
+ ],
+ [
+ -54.41679,
+ -24.06527
+ ],
+ [
+ -54.64355,
+ -23.94107
+ ],
+ [
+ -55.22163,
+ -24.11355
+ ],
+ [
+ -55.49138,
+ -24.02797
+ ],
+ [
+ -55.71734,
+ -22.68488
+ ],
+ [
+ -55.90555,
+ -22.39886
+ ],
+ [
+ -56.45255,
+ -22.21731
+ ],
+ [
+ -56.8256,
+ -22.4002
+ ],
+ [
+ -57.34109,
+ -22.34351
+ ],
+ [
+ -58.08472,
+ -22.13075
+ ],
+ [
+ -57.95766,
+ -20.99818
+ ],
+ [
+ -58.26551,
+ -20.24147
+ ],
+ [
+ -58.03577,
+ -19.95871
+ ],
+ [
+ -58.23083,
+ -19.75211
+ ],
+ [
+ -57.64739,
+ -18.19828
+ ],
+ [
+ -57.89356,
+ -17.57377
+ ],
+ [
+ -58.16997,
+ -17.53519
+ ],
+ [
+ -58.48825,
+ -17.21961
+ ],
+ [
+ -58.57691,
+ -16.81466
+ ],
+ [
+ -58.45563,
+ -16.42158
+ ],
+ [
+ -60.2541,
+ -16.32571
+ ],
+ [
+ -60.33481,
+ -15.51483
+ ],
+ [
+ -60.67423,
+ -15.1122
+ ],
+ [
+ -60.34999,
+ -14.99707
+ ],
+ [
+ -60.63603,
+ -13.84119
+ ],
+ [
+ -61.07283,
+ -13.62569
+ ],
+ [
+ -61.9025,
+ -13.62647
+ ],
+ [
+ -62.21395,
+ -13.25048
+ ],
+ [
+ -62.80185,
+ -13.10905
+ ],
+ [
+ -63.17194,
+ -12.76568
+ ],
+ [
+ -63.74229,
+ -12.54071
+ ],
+ [
+ -64.32845,
+ -12.59578
+ ],
+ [
+ -65.10261,
+ -12.0682
+ ],
+ [
+ -65.45781,
+ -11.27865
+ ],
+ [
+ -65.41641,
+ -9.838943
+ ],
+ [
+ -66.52331,
+ -9.985873
+ ],
+ [
+ -67.66452,
+ -10.80093
+ ],
+ [
+ -67.99778,
+ -10.75991
+ ],
+ [
+ -68.52286,
+ -11.20807
+ ],
+ [
+ -69.88988,
+ -11.02776
+ ],
+ [
+ -70.30957,
+ -11.1699
+ ],
+ [
+ -70.71896,
+ -11.02003
+ ],
+ [
+ -70.68128,
+ -9.669083
+ ],
+ [
+ -71.27536,
+ -10.08971
+ ],
+ [
+ -72.18053,
+ -10.09967
+ ],
+ [
+ -72.41623,
+ -9.587397
+ ],
+ [
+ -73.29207,
+ -9.454149
+ ],
+ [
+ -73.0625,
+ -9.017267
+ ],
+ [
+ -73.61432,
+ -8.40982
+ ],
+ [
+ -74.09056,
+ -7.527548
+ ],
+ [
+ -74.03652,
+ -7.27885
+ ],
+ [
+ -73.84718,
+ -7.238285
+ ],
+ [
+ -73.78618,
+ -6.774872
+ ],
+ [
+ -73.22362,
+ -6.430106
+ ],
+ [
+ -73.33719,
+ -6.029736
+ ],
+ [
+ -72.93016,
+ -5.038711
+ ],
+ [
+ -71.93973,
+ -4.425027
+ ],
+ [
+ -70.96802,
+ -4.248294
+ ],
+ [
+ -70.79598,
+ -4.064931
+ ],
+ [
+ -70.02393,
+ -4.167345
+ ],
+ [
+ -69.51025,
+ -1.134089
+ ],
+ [
+ -69.70776,
+ -0.567619
+ ],
+ [
+ -70.13645,
+ -0.226161
+ ],
+ [
+ -70.14083,
+ 0.5844
+ ],
+ [
+ -69.26594,
+ 0.806502
+ ],
+ [
+ -69.34226,
+ 0.968924
+ ],
+ [
+ -69.92481,
+ 1.015705
+ ],
+ [
+ -69.92343,
+ 1.773851
+ ],
+ [
+ -68.38511,
+ 1.82943
+ ],
+ [
+ -68.24848,
+ 2.119808
+ ],
+ [
+ -67.94571,
+ 1.948424
+ ],
+ [
+ -67.37696,
+ 2.327468
+ ],
+ [
+ -67.05751,
+ 1.858336
+ ],
+ [
+ -67.00579,
+ 1.291603
+ ],
+ [
+ -66.79967,
+ 1.314684
+ ],
+ [
+ -66.28683,
+ 0.857709
+ ],
+ [
+ -65.67671,
+ 1.111146
+ ],
+ [
+ -65.42494,
+ 0.966549
+ ],
+ [
+ -65.15671,
+ 1.24203
+ ],
+ [
+ -64.27483,
+ 1.601591
+ ],
+ [
+ -64.0486,
+ 2.065137
+ ],
+ [
+ -63.47236,
+ 2.279358
+ ],
+ [
+ -64.13446,
+ 2.433909
+ ],
+ [
+ -64.10005,
+ 2.723778
+ ],
+ [
+ -64.32628,
+ 3.118275
+ ],
+ [
+ -64.28142,
+ 3.541983
+ ],
+ [
+ -64.88451,
+ 4.117671
+ ],
+ [
+ -64.88064,
+ 4.342461
+ ],
+ [
+ -64.13653,
+ 4.223152
+ ],
+ [
+ -63.95465,
+ 4.021316
+ ],
+ [
+ -63.17706,
+ 4.048301
+ ],
+ [
+ -62.96093,
+ 3.763658
+ ],
+ [
+ -62.82024,
+ 4.106019
+ ],
+ [
+ -62.49922,
+ 4.270815
+ ],
+ [
+ -61.91181,
+ 4.26284
+ ],
+ [
+ -61.35393,
+ 4.630097
+ ],
+ [
+ -61.04904,
+ 4.623115
+ ],
+ [
+ -60.70452,
+ 4.969851
+ ],
+ [
+ -60.78709,
+ 5.296764
+ ],
+ [
+ -60.22457,
+ 5.371207
+ ],
+ [
+ -59.89857,
+ 5.107541
+ ],
+ [
+ -59.97549,
+ 4.603025
+ ],
+ [
+ -59.59676,
+ 4.439875
+ ],
+ [
+ -59.41942,
+ 3.96994
+ ],
+ [
+ -59.71017,
+ 3.542008
+ ],
+ [
+ -59.88955,
+ 2.72301
+ ],
+ [
+ -59.63006,
+ 2.316332
+ ],
+ [
+ -59.63382,
+ 1.966581
+ ],
+ [
+ -59.18812,
+ 1.478079
+ ],
+ [
+ -58.80545,
+ 1.320732
+ ],
+ [
+ -58.35933,
+ 1.689932
+ ],
+ [
+ -57.6,
+ 1.803907
+ ],
+ [
+ -57.39854,
+ 2.065119
+ ],
+ [
+ -57.12392,
+ 2.128758
+ ],
+ [
+ -56.02925,
+ 1.949445
+ ],
+ [
+ -56.23884,
+ 2.263348
+ ],
+ [
+ -55.98195,
+ 2.628657
+ ],
+ [
+ -55.64816,
+ 2.519953
+ ],
+ [
+ -54.93958,
+ 2.682515
+ ],
+ [
+ -54.24988,
+ 2.25056
+ ],
+ [
+ -53.73937,
+ 2.473731
+ ],
+ [
+ -52.98578,
+ 2.280494
+ ],
+ [
+ -52.65712,
+ 2.564069
+ ],
+ [
+ -52.41739,
+ 3.22121
+ ],
+ [
+ -51.73983,
+ 4.119158
+ ],
+ [
+ -51.7246,
+ 4.556867
+ ],
+ [
+ -51.0112,
+ 5.522895
+ ],
+ [
+ -43.48209,
+ 5.335832
+ ],
+ [
+ -29.3325,
+ 2.335959
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "IBGE Mapa de Setores Urbanos",
+ "type": "tms",
+ "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.hgda0m6h/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+ "scaleExtent": [
+ 0,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ -29.3325,
+ 2.335959
+ ],
+ [
+ -28.72472,
+ 2.031551
+ ],
+ [
+ -27.76041,
+ -8.937033
+ ],
+ [
+ -27.67249,
+ -22.20839
+ ],
+ [
+ -51.11495,
+ -35.46552
+ ],
+ [
+ -53.39394,
+ -33.85064
+ ],
+ [
+ -53.62553,
+ -33.72493
+ ],
+ [
+ -53.62503,
+ -33.15428
+ ],
+ [
+ -53.24498,
+ -32.73392
+ ],
+ [
+ -53.65747,
+ -32.51873
+ ],
+ [
+ -53.8329,
+ -32.16592
+ ],
+ [
+ -54.64174,
+ -31.55507
+ ],
+ [
+ -55.29638,
+ -31.3429
+ ],
+ [
+ -55.57371,
+ -30.99691
+ ],
+ [
+ -56.06384,
+ -31.16749
+ ],
+ [
+ -56.10468,
+ -30.86436
+ ],
+ [
+ -56.86862,
+ -30.20752
+ ],
+ [
+ -57.39671,
+ -30.40464
+ ],
+ [
+ -57.74384,
+ -30.22142
+ ],
+ [
+ -55.83724,
+ -28.16598
+ ],
+ [
+ -54.86969,
+ -27.44994
+ ],
+ [
+ -53.9016,
+ -27.02998
+ ],
+ [
+ -53.74972,
+ -26.25781
+ ],
+ [
+ -53.97158,
+ -25.74513
+ ],
+ [
+ -54.44723,
+ -25.79609
+ ],
+ [
+ -54.67802,
+ -25.64668
+ ],
+ [
+ -54.36097,
+ -24.35145
+ ],
+ [
+ -54.41679,
+ -24.06527
+ ],
+ [
+ -54.64355,
+ -23.94107
+ ],
+ [
+ -55.22163,
+ -24.11355
+ ],
+ [
+ -55.49138,
+ -24.02797
+ ],
+ [
+ -55.71734,
+ -22.68488
+ ],
+ [
+ -55.90555,
+ -22.39886
+ ],
+ [
+ -56.45255,
+ -22.21731
+ ],
+ [
+ -56.8256,
+ -22.4002
+ ],
+ [
+ -57.34109,
+ -22.34351
+ ],
+ [
+ -58.08472,
+ -22.13075
+ ],
+ [
+ -57.95766,
+ -20.99818
+ ],
+ [
+ -58.26551,
+ -20.24147
+ ],
+ [
+ -58.03577,
+ -19.95871
+ ],
+ [
+ -58.23083,
+ -19.75211
+ ],
+ [
+ -57.64739,
+ -18.19828
+ ],
+ [
+ -57.89356,
+ -17.57377
+ ],
+ [
+ -58.16997,
+ -17.53519
+ ],
+ [
+ -58.48825,
+ -17.21961
+ ],
+ [
+ -58.57691,
+ -16.81466
+ ],
+ [
+ -58.45563,
+ -16.42158
+ ],
+ [
+ -60.2541,
+ -16.32571
+ ],
+ [
+ -60.33481,
+ -15.51483
+ ],
+ [
+ -60.67423,
+ -15.1122
+ ],
+ [
+ -60.34999,
+ -14.99707
+ ],
+ [
+ -60.63603,
+ -13.84119
+ ],
+ [
+ -61.07283,
+ -13.62569
+ ],
+ [
+ -61.9025,
+ -13.62647
+ ],
+ [
+ -62.21395,
+ -13.25048
+ ],
+ [
+ -62.80185,
+ -13.10905
+ ],
+ [
+ -63.17194,
+ -12.76568
+ ],
+ [
+ -63.74229,
+ -12.54071
+ ],
+ [
+ -64.32845,
+ -12.59578
+ ],
+ [
+ -65.10261,
+ -12.0682
+ ],
+ [
+ -65.45781,
+ -11.27865
+ ],
+ [
+ -65.41641,
+ -9.838943
+ ],
+ [
+ -66.52331,
+ -9.985873
+ ],
+ [
+ -67.66452,
+ -10.80093
+ ],
+ [
+ -67.99778,
+ -10.75991
+ ],
+ [
+ -68.52286,
+ -11.20807
+ ],
+ [
+ -69.88988,
+ -11.02776
+ ],
+ [
+ -70.30957,
+ -11.1699
+ ],
+ [
+ -70.71896,
+ -11.02003
+ ],
+ [
+ -70.68128,
+ -9.669083
+ ],
+ [
+ -71.27536,
+ -10.08971
+ ],
+ [
+ -72.18053,
+ -10.09967
+ ],
+ [
+ -72.41623,
+ -9.587397
+ ],
+ [
+ -73.29207,
+ -9.454149
+ ],
+ [
+ -73.0625,
+ -9.017267
+ ],
+ [
+ -73.61432,
+ -8.40982
+ ],
+ [
+ -74.09056,
+ -7.527548
+ ],
+ [
+ -74.03652,
+ -7.27885
+ ],
+ [
+ -73.84718,
+ -7.238285
+ ],
+ [
+ -73.78618,
+ -6.774872
+ ],
+ [
+ -73.22362,
+ -6.430106
+ ],
+ [
+ -73.33719,
+ -6.029736
+ ],
+ [
+ -72.93016,
+ -5.038711
+ ],
+ [
+ -71.93973,
+ -4.425027
+ ],
+ [
+ -70.96802,
+ -4.248294
+ ],
+ [
+ -70.79598,
+ -4.064931
+ ],
+ [
+ -70.02393,
+ -4.167345
+ ],
+ [
+ -69.51025,
+ -1.134089
+ ],
+ [
+ -69.70776,
+ -0.567619
+ ],
+ [
+ -70.13645,
+ -0.226161
+ ],
+ [
+ -70.14083,
+ 0.5844
+ ],
+ [
+ -69.26594,
+ 0.806502
+ ],
+ [
+ -69.34226,
+ 0.968924
+ ],
+ [
+ -69.92481,
+ 1.015705
+ ],
+ [
+ -69.92343,
+ 1.773851
+ ],
+ [
+ -68.38511,
+ 1.82943
+ ],
+ [
+ -68.24848,
+ 2.119808
+ ],
+ [
+ -67.94571,
+ 1.948424
+ ],
+ [
+ -67.37696,
+ 2.327468
+ ],
+ [
+ -67.05751,
+ 1.858336
+ ],
+ [
+ -67.00579,
+ 1.291603
+ ],
+ [
+ -66.79967,
+ 1.314684
+ ],
+ [
+ -66.28683,
+ 0.857709
+ ],
+ [
+ -65.67671,
+ 1.111146
+ ],
+ [
+ -65.42494,
+ 0.966549
+ ],
+ [
+ -65.15671,
+ 1.24203
+ ],
+ [
+ -64.27483,
+ 1.601591
+ ],
+ [
+ -64.0486,
+ 2.065137
+ ],
+ [
+ -63.47236,
+ 2.279358
+ ],
+ [
+ -64.13446,
+ 2.433909
+ ],
+ [
+ -64.10005,
+ 2.723778
+ ],
+ [
+ -64.32628,
+ 3.118275
+ ],
+ [
+ -64.28142,
+ 3.541983
+ ],
+ [
+ -64.88451,
+ 4.117671
+ ],
+ [
+ -64.88064,
+ 4.342461
+ ],
+ [
+ -64.13653,
+ 4.223152
+ ],
+ [
+ -63.95465,
+ 4.021316
+ ],
+ [
+ -63.17706,
+ 4.048301
+ ],
+ [
+ -62.96093,
+ 3.763658
+ ],
+ [
+ -62.82024,
+ 4.106019
+ ],
+ [
+ -62.49922,
+ 4.270815
+ ],
+ [
+ -61.91181,
+ 4.26284
+ ],
+ [
+ -61.35393,
+ 4.630097
+ ],
+ [
+ -61.04904,
+ 4.623115
+ ],
+ [
+ -60.70452,
+ 4.969851
+ ],
+ [
+ -60.78709,
+ 5.296764
+ ],
+ [
+ -60.22457,
+ 5.371207
+ ],
+ [
+ -59.89857,
+ 5.107541
+ ],
+ [
+ -59.97549,
+ 4.603025
+ ],
+ [
+ -59.59676,
+ 4.439875
+ ],
+ [
+ -59.41942,
+ 3.96994
+ ],
+ [
+ -59.71017,
+ 3.542008
+ ],
+ [
+ -59.88955,
+ 2.72301
+ ],
+ [
+ -59.63006,
+ 2.316332
+ ],
+ [
+ -59.63382,
+ 1.966581
+ ],
+ [
+ -59.18812,
+ 1.478079
+ ],
+ [
+ -58.80545,
+ 1.320732
+ ],
+ [
+ -58.35933,
+ 1.689932
+ ],
+ [
+ -57.6,
+ 1.803907
+ ],
+ [
+ -57.39854,
+ 2.065119
+ ],
+ [
+ -57.12392,
+ 2.128758
+ ],
+ [
+ -56.02925,
+ 1.949445
+ ],
+ [
+ -56.23884,
+ 2.263348
+ ],
+ [
+ -55.98195,
+ 2.628657
+ ],
+ [
+ -55.64816,
+ 2.519953
+ ],
+ [
+ -54.93958,
+ 2.682515
+ ],
+ [
+ -54.24988,
+ 2.25056
+ ],
+ [
+ -53.73937,
+ 2.473731
+ ],
+ [
+ -52.98578,
+ 2.280494
+ ],
+ [
+ -52.65712,
+ 2.564069
+ ],
+ [
+ -52.41739,
+ 3.22121
+ ],
+ [
+ -51.73983,
+ 4.119158
+ ],
+ [
+ -51.7246,
+ 4.556867
+ ],
+ [
+ -51.0112,
+ 5.522895
+ ],
+ [
+ -43.48209,
+ 5.335832
+ ],
+ [
+ -29.3325,
+ 2.335959
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "Imagerie Drone (Haiti)",
+ "type": "tms",
+ "template": "http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}",
+ "polygon": [
+ [
+ [
+ -72.1547401,
+ 19.6878969
+ ],
+ [
+ -72.162234,
+ 19.689011
+ ],
+ [
+ -72.164995,
+ 19.6932445
+ ],
+ [
+ -72.1657838,
+ 19.6979977
+ ],
+ [
+ -72.161603,
+ 19.7035677
+ ],
+ [
+ -72.1487449,
+ 19.7028993
+ ],
+ [
+ -72.1477194,
+ 19.7026765
+ ],
+ [
+ -72.1485082,
+ 19.7001514
+ ],
+ [
+ -72.1436963,
+ 19.7011169
+ ],
+ [
+ -72.1410143,
+ 19.7000029
+ ],
+ [
+ -72.139476,
+ 19.6973664
+ ],
+ [
+ -72.1382533,
+ 19.6927617
+ ],
+ [
+ -72.1386872,
+ 19.6923161
+ ],
+ [
+ -72.1380561,
+ 19.6896423
+ ],
+ [
+ -72.1385294,
+ 19.6894938
+ ],
+ [
+ -72.1388055,
+ 19.6901251
+ ],
+ [
+ -72.1388844,
+ 19.6876741
+ ],
+ [
+ -72.1378195,
+ 19.6872656
+ ],
+ [
+ -72.13778,
+ 19.6850003
+ ],
+ [
+ -72.1369517,
+ 19.6855945
+ ],
+ [
+ -72.136794,
+ 19.6840719
+ ],
+ [
+ -72.135729,
+ 19.6835148
+ ],
+ [
+ -72.1355713,
+ 19.6740817
+ ],
+ [
+ -72.1366362,
+ 19.6708133
+ ],
+ [
+ -72.1487843,
+ 19.6710733
+ ],
+ [
+ -72.1534779,
+ 19.6763843
+ ],
+ [
+ -72.1530835,
+ 19.6769414
+ ],
+ [
+ -72.1533251,
+ 19.6769768
+ ],
+ [
+ -72.1532807,
+ 19.6796525
+ ],
+ [
+ -72.1523834,
+ 19.6797175
+ ],
+ [
+ -72.1522749,
+ 19.6803488
+ ],
+ [
+ -72.1519101,
+ 19.6803395
+ ],
+ [
+ -72.1518608,
+ 19.6805067
+ ],
+ [
+ -72.1528173,
+ 19.6806552
+ ],
+ [
+ -72.1522299,
+ 19.6833011
+ ],
+ [
+ -72.1507801,
+ 19.6831499
+ ],
+ [
+ -72.1504457,
+ 19.6847862
+ ],
+ [
+ -72.1508591,
+ 19.6843492
+ ],
+ [
+ -72.1530087,
+ 19.6849898
+ ],
+ [
+ -72.1546258,
+ 19.6854354
+ ],
+ [
+ -72.1543103,
+ 19.6870694
+ ],
+ [
+ -72.1547244,
+ 19.6868466
+ ],
+ [
+ -72.1548501,
+ 19.6877564
+ ],
+ [
+ -72.1545814,
+ 19.6877982
+ ]
+ ],
+ [
+ [
+ -72.1310601,
+ 19.6718929
+ ],
+ [
+ -72.1259842,
+ 19.6772765
+ ],
+ [
+ -72.1255379,
+ 19.6776179
+ ],
+ [
+ -72.1216891,
+ 19.6776442
+ ],
+ [
+ -72.1149677,
+ 19.672602
+ ],
+ [
+ -72.1152745,
+ 19.6687152
+ ],
+ [
+ -72.1198205,
+ 19.6627535
+ ],
+ [
+ -72.1227768,
+ 19.6625696
+ ],
+ [
+ -72.1248965,
+ 19.662701
+ ],
+ [
+ -72.1285779,
+ 19.6645394
+ ],
+ [
+ -72.1308091,
+ 19.6661677
+ ],
+ [
+ -72.1316737,
+ 19.668794
+ ],
+ [
+ -72.1315621,
+ 19.671
+ ]
+ ],
+ [
+ [
+ -71.845795,
+ 19.6709758
+ ],
+ [
+ -71.8429354,
+ 19.6759525
+ ],
+ [
+ -71.8410027,
+ 19.6759525
+ ],
+ [
+ -71.8380249,
+ 19.6755254
+ ],
+ [
+ -71.8378671,
+ 19.6745041
+ ],
+ [
+ -71.8390504,
+ 19.6743927
+ ],
+ [
+ -71.8390109,
+ 19.6741141
+ ],
+ [
+ -71.8398392,
+ 19.673947
+ ],
+ [
+ -71.8389123,
+ 19.6736127
+ ],
+ [
+ -71.8380249,
+ 19.67209
+ ],
+ [
+ -71.8380052,
+ 19.6726285
+ ],
+ [
+ -71.8376699,
+ 19.6727214
+ ],
+ [
+ -71.8376305,
+ 19.672545
+ ],
+ [
+ -71.8354414,
+ 19.6732135
+ ],
+ [
+ -71.835333,
+ 19.6729999
+ ],
+ [
+ -71.8331242,
+ 19.6734642
+ ],
+ [
+ -71.8326706,
+ 19.6716815
+ ],
+ [
+ -71.8321579,
+ 19.67209
+ ],
+ [
+ -71.8307183,
+ 19.6694902
+ ],
+ [
+ -71.8306009,
+ 19.6697594
+ ],
+ [
+ -71.8302174,
+ 19.6698907
+ ],
+ [
+ -71.8291833,
+ 19.6672095
+ ],
+ [
+ -71.8290749,
+ 19.6672095
+ ],
+ [
+ -71.8289122,
+ 19.6667916
+ ],
+ [
+ -71.8289516,
+ 19.6666199
+ ],
+ [
+ -71.8288333,
+ 19.6663506
+ ],
+ [
+ -71.8285572,
+ 19.6664759
+ ],
+ [
+ -71.8288678,
+ 19.6672466
+ ],
+ [
+ -71.8287593,
+ 19.6674138
+ ],
+ [
+ -71.8277979,
+ 19.6678177
+ ],
+ [
+ -71.8277112,
+ 19.6678586
+ ],
+ [
+ -71.8278263,
+ 19.6679637
+ ],
+ [
+ -71.8271831,
+ 19.6681212
+ ],
+ [
+ -71.8271761,
+ 19.6680917
+ ],
+ [
+ -71.8264405,
+ 19.6683921
+ ],
+ [
+ -71.8264074,
+ 19.6683231
+ ],
+ [
+ -71.8261954,
+ 19.6684253
+ ],
+ [
+ -71.8261806,
+ 19.6683556
+ ],
+ [
+ -71.8258946,
+ 19.6684206
+ ],
+ [
+ -71.8258897,
+ 19.6686574
+ ],
+ [
+ -71.8251551,
+ 19.6687549
+ ],
+ [
+ -71.8254509,
+ 19.6691588
+ ],
+ [
+ -71.8229332,
+ 19.6695739
+ ],
+ [
+ -71.822713,
+ 19.6696658
+ ],
+ [
+ -71.8227688,
+ 19.6697577
+ ],
+ [
+ -71.8201751,
+ 19.6709855
+ ],
+ [
+ -71.8198474,
+ 19.6704537
+ ],
+ [
+ -71.8197985,
+ 19.6706014
+ ],
+ [
+ -71.8194674,
+ 19.6707557
+ ],
+ [
+ -71.8182472,
+ 19.6713433
+ ],
+ [
+ -71.8181426,
+ 19.6711431
+ ],
+ [
+ -71.8175813,
+ 19.6714254
+ ],
+ [
+ -71.816959,
+ 19.6707672
+ ],
+ [
+ -71.8176388,
+ 19.6718965
+ ],
+ [
+ -71.8171403,
+ 19.6720376
+ ],
+ [
+ -71.8158225,
+ 19.6718045
+ ],
+ [
+ -71.8138354,
+ 19.6711874
+ ],
+ [
+ -71.8123259,
+ 19.6706982
+ ],
+ [
+ -71.8121759,
+ 19.6704258
+ ],
+ [
+ -71.8124304,
+ 19.6701467
+ ],
+ [
+ -71.8119184,
+ 19.6700141
+ ],
+ [
+ -71.8118765,
+ 19.6705828
+ ],
+ [
+ -71.811169,
+ 19.6703483
+ ],
+ [
+ -71.8095938,
+ 19.6698516
+ ],
+ [
+ -71.8077992,
+ 19.6692829
+ ],
+ [
+ -71.8056028,
+ 19.668612
+ ],
+ [
+ -71.8051443,
+ 19.6668942
+ ],
+ [
+ -71.8051196,
+ 19.6652322
+ ],
+ [
+ -71.8052315,
+ 19.661979
+ ],
+ [
+ -71.8065603,
+ 19.6523921
+ ],
+ [
+ -71.8073412,
+ 19.6482946
+ ],
+ [
+ -71.8099686,
+ 19.6468292
+ ],
+ [
+ -71.8147517,
+ 19.6454502
+ ],
+ [
+ -71.8147726,
+ 19.6455619
+ ],
+ [
+ -71.8150027,
+ 19.6455093
+ ],
+ [
+ -71.8149469,
+ 19.6453846
+ ],
+ [
+ -71.8159928,
+ 19.6450234
+ ],
+ [
+ -71.8158882,
+ 19.6448855
+ ],
+ [
+ -71.8165854,
+ 19.6446097
+ ],
+ [
+ -71.8190119,
+ 19.643802
+ ],
+ [
+ -71.8211524,
+ 19.643454
+ ],
+ [
+ -71.8221564,
+ 19.6433292
+ ],
+ [
+ -71.8269046,
+ 19.643211
+ ],
+ [
+ -71.8280481,
+ 19.6432241
+ ],
+ [
+ -71.8304466,
+ 19.6440778
+ ],
+ [
+ -71.8306419,
+ 19.6448592
+ ],
+ [
+ -71.8295263,
+ 19.6450365
+ ],
+ [
+ -71.8296064,
+ 19.6456111
+ ],
+ [
+ -71.8299411,
+ 19.6455651
+ ],
+ [
+ -71.8303699,
+ 19.6451744
+ ],
+ [
+ -71.830471,
+ 19.6453452
+ ],
+ [
+ -71.8308092,
+ 19.6451974
+ ],
+ [
+ -71.8310184,
+ 19.6451088
+ ],
+ [
+ -71.8312519,
+ 19.6458541
+ ],
+ [
+ -71.8311125,
+ 19.6458245
+ ],
+ [
+ -71.831367,
+ 19.6465862
+ ],
+ [
+ -71.8328939,
+ 19.646189
+ ],
+ [
+ -71.8344566,
+ 19.6457062
+ ],
+ [
+ -71.8344664,
+ 19.6463052
+ ],
+ [
+ -71.834215,
+ 19.6461938
+ ],
+ [
+ -71.8342002,
+ 19.6465513
+ ],
+ [
+ -71.8346702,
+ 19.6463
+ ],
+ [
+ -71.8349118,
+ 19.6463905
+ ],
+ [
+ -71.8347984,
+ 19.6462187
+ ],
+ [
+ -71.8354393,
+ 19.6458496
+ ],
+ [
+ -71.8355034,
+ 19.6458032
+ ],
+ [
+ -71.8364747,
+ 19.6461328
+ ],
+ [
+ -71.8376382,
+ 19.6472658
+ ],
+ [
+ -71.8379143,
+ 19.647888
+ ],
+ [
+ -71.8390483,
+ 19.6508039
+ ],
+ [
+ -71.8456942,
+ 19.6696203
+ ]
+ ],
+ [
+ [
+ -72.098878,
+ 18.54843
+ ],
+ [
+ -72.096993,
+ 18.5501994
+ ],
+ [
+ -72.0972888,
+ 18.5503209
+ ],
+ [
+ -72.0968451,
+ 18.5503489
+ ],
+ [
+ -72.0955632,
+ 18.551854
+ ],
+ [
+ -72.0956428,
+ 18.5526742
+ ],
+ [
+ -72.0959914,
+ 18.5533748
+ ],
+ [
+ -72.0962145,
+ 18.553203
+ ],
+ [
+ -72.0962842,
+ 18.5535665
+ ],
+ [
+ -72.0964446,
+ 18.5535533
+ ],
+ [
+ -72.0965352,
+ 18.5539764
+ ],
+ [
+ -72.0965056,
+ 18.554173
+ ],
+ [
+ -72.0966085,
+ 18.5541747
+ ],
+ [
+ -72.0965178,
+ 18.5542127
+ ],
+ [
+ -72.0968769,
+ 18.5546588
+ ],
+ [
+ -72.0979018,
+ 18.5552141
+ ],
+ [
+ -72.1006211,
+ 18.5555875
+ ],
+ [
+ -72.1014926,
+ 18.5556206
+ ],
+ [
+ -72.1024339,
+ 18.5555016
+ ],
+ [
+ -72.103417,
+ 18.5543515
+ ],
+ [
+ -72.1034798,
+ 18.5516215
+ ],
+ [
+ -72.1030789,
+ 18.5516149
+ ],
+ [
+ -72.1033752,
+ 18.5515224
+ ],
+ [
+ -72.1035042,
+ 18.5515224
+ ],
+ [
+ -72.1035239,
+ 18.5502417
+ ],
+ [
+ -72.1028701,
+ 18.5503062
+ ],
+ [
+ -72.1029015,
+ 18.55025
+ ],
+ [
+ -72.1028457,
+ 18.5501773
+ ],
+ [
+ -72.1035081,
+ 18.5500252
+ ],
+ [
+ -72.103491,
+ 18.5497396
+ ],
+ [
+ -72.1035181,
+ 18.5497361
+ ],
+ [
+ -72.1035398,
+ 18.5489039
+ ],
+ [
+ -72.1034317,
+ 18.5487056
+ ],
+ [
+ -72.102717,
+ 18.5481437
+ ],
+ [
+ -72.1025601,
+ 18.5481536
+ ],
+ [
+ -72.10229,
+ 18.5482751
+ ],
+ [
+ -72.1022891,
+ 18.5482569
+ ],
+ [
+ -72.1025201,
+ 18.5481396
+ ],
+ [
+ -72.1023388,
+ 18.5481321
+ ],
+ [
+ -72.0999082,
+ 18.5480901
+ ],
+ [
+ -72.09907,
+ 18.5483799
+ ]
+ ],
+ [
+ [
+ -72.2542503,
+ 18.568262
+ ],
+ [
+ -72.2560252,
+ 18.5717765
+ ],
+ [
+ -72.2557886,
+ 18.5748049
+ ],
+ [
+ -72.2535009,
+ 18.5755526
+ ],
+ [
+ -72.2522782,
+ 18.5755526
+ ],
+ [
+ -72.2499906,
+ 18.5740945
+ ],
+ [
+ -72.2473874,
+ 18.5698323
+ ],
+ [
+ -72.2460069,
+ 18.566729
+ ],
+ [
+ -72.2458492,
+ 18.5629527
+ ],
+ [
+ -72.2479396,
+ 18.5625414
+ ],
+ [
+ -72.2501483,
+ 18.5628031
+ ],
+ [
+ -72.2519232,
+ 18.5650839
+ ]
+ ],
+ [
+ [
+ -72.303145,
+ 18.5332749
+ ],
+ [
+ -72.3031275,
+ 18.5331799
+ ],
+ [
+ -72.3048311,
+ 18.5311081
+ ],
+ [
+ -72.3097397,
+ 18.5311081
+ ],
+ [
+ -72.3164332,
+ 18.5324302
+ ],
+ [
+ -72.3234056,
+ 18.5366083
+ ],
+ [
+ -72.3261388,
+ 18.5387765
+ ],
+ [
+ -72.3261946,
+ 18.5426371
+ ],
+ [
+ -72.3170468,
+ 18.5540596
+ ],
+ [
+ -72.3130864,
+ 18.5540596
+ ],
+ [
+ -72.2987511,
+ 18.5453342
+ ],
+ [
+ -72.2988627,
+ 18.5407333
+ ],
+ [
+ -72.2962969,
+ 18.5404689
+ ],
+ [
+ -72.2954602,
+ 18.5395169
+ ],
+ [
+ -72.2961853,
+ 18.5338582
+ ],
+ [
+ -72.2971893,
+ 18.5332235
+ ],
+ [
+ -72.3007034,
+ 18.5332764
+ ],
+ [
+ -72.3022652,
+ 18.5342284
+ ],
+ [
+ -72.3028486,
+ 18.5335189
+ ],
+ [
+ -72.303104,
+ 18.5333361
+ ],
+ [
+ -72.303181,
+ 18.5334007
+ ],
+ [
+ -72.3035793,
+ 18.5335614
+ ],
+ [
+ -72.3030793,
+ 18.5346463
+ ],
+ [
+ -72.303715,
+ 18.5339873
+ ],
+ [
+ -72.3045286,
+ 18.5344052
+ ],
+ [
+ -72.3044015,
+ 18.5345097
+ ],
+ [
+ -72.3062747,
+ 18.5352571
+ ],
+ [
+ -72.3063107,
+ 18.5352741
+ ],
+ [
+ -72.3061219,
+ 18.5357628
+ ],
+ [
+ -72.3061219,
+ 18.5358196
+ ],
+ [
+ -72.30637,
+ 18.5358928
+ ],
+ [
+ -72.3062726,
+ 18.5354869
+ ],
+ [
+ -72.3066688,
+ 18.5350891
+ ],
+ [
+ -72.3061963,
+ 18.5349706
+ ],
+ [
+ -72.3058869,
+ 18.5349385
+ ],
+ [
+ -72.3055373,
+ 18.5346833
+ ],
+ [
+ -72.3054864,
+ 18.534613
+ ],
+ [
+ -72.3055585,
+ 18.5345065
+ ],
+ [
+ -72.3046749,
+ 18.5342293
+ ],
+ [
+ -72.3047617,
+ 18.5338817
+ ],
+ [
+ -72.3043252,
+ 18.5337511
+ ],
+ [
+ -72.3042595,
+ 18.5336346
+ ]
+ ],
+ [
+ [
+ -72.2981405,
+ 18.477502
+ ],
+ [
+ -72.2935652,
+ 18.4948587
+ ],
+ [
+ -72.2922242,
+ 18.4964297
+ ],
+ [
+ -72.2931708,
+ 18.4972526
+ ],
+ [
+ -72.2892266,
+ 18.5057058
+ ],
+ [
+ -72.2878067,
+ 18.5080996
+ ],
+ [
+ -72.2850458,
+ 18.5119893
+ ],
+ [
+ -72.2840203,
+ 18.5113161
+ ],
+ [
+ -72.2808649,
+ 18.515879
+ ],
+ [
+ -72.2773151,
+ 18.5175994
+ ],
+ [
+ -72.2723454,
+ 18.5175246
+ ],
+ [
+ -72.2662714,
+ 18.5144578
+ ],
+ [
+ -72.2665869,
+ 18.5066783
+ ],
+ [
+ -72.2692643,
+ 18.5046154
+ ],
+ [
+ -72.2661965,
+ 18.5029756
+ ],
+ [
+ -72.2688181,
+ 18.4965222
+ ],
+ [
+ -72.2691528,
+ 18.4959403
+ ],
+ [
+ -72.2702684,
+ 18.4961519
+ ],
+ [
+ -72.2702684,
+ 18.4955964
+ ],
+ [
+ -72.2690691,
+ 18.49557
+ ],
+ [
+ -72.2692922,
+ 18.4937714
+ ],
+ [
+ -72.2736988,
+ 18.4859951
+ ],
+ [
+ -72.2746749,
+ 18.4850429
+ ],
+ [
+ -72.2751769,
+ 18.483403
+ ],
+ [
+ -72.2765435,
+ 18.4813398
+ ],
+ [
+ -72.2773523,
+ 18.4814985
+ ],
+ [
+ -72.2783006,
+ 18.4809694
+ ],
+ [
+ -72.2778544,
+ 18.4807049
+ ],
+ [
+ -72.2771013,
+ 18.480123
+ ],
+ [
+ -72.2789978,
+ 18.4775836
+ ],
+ [
+ -72.279723,
+ 18.4772927
+ ],
+ [
+ -72.2806433,
+ 18.4776365
+ ],
+ [
+ -72.2813685,
+ 18.4771604
+ ],
+ [
+ -72.2808386,
+ 18.4769752
+ ],
+ [
+ -72.2812848,
+ 18.4758378
+ ],
+ [
+ -72.2823167,
+ 18.4751765
+ ],
+ [
+ -72.2851615,
+ 18.4750971
+ ],
+ [
+ -72.2849941,
+ 18.4763668
+ ],
+ [
+ -72.2854404,
+ 18.4769752
+ ],
+ [
+ -72.286277,
+ 18.4756262
+ ],
+ [
+ -72.2869325,
+ 18.4754675
+ ],
+ [
+ -72.2865978,
+ 18.4751897
+ ],
+ [
+ -72.2865978,
+ 18.4750046
+ ],
+ [
+ -72.2909765,
+ 18.4747268
+ ],
+ [
+ -72.2946579,
+ 18.4749384
+ ],
+ [
+ -72.2973911,
+ 18.476843
+ ]
+ ],
+ [
+ [
+ -72.3466657,
+ 18.5222375
+ ],
+ [
+ -72.346833,
+ 18.5244325
+ ],
+ [
+ -72.3475303,
+ 18.5277645
+ ],
+ [
+ -72.3455501,
+ 18.5291131
+ ],
+ [
+ -72.3403069,
+ 18.5292189
+ ],
+ [
+ -72.3383267,
+ 18.5280289
+ ],
+ [
+ -72.3369043,
+ 18.530118
+ ],
+ [
+ -72.3338086,
+ 18.5296684
+ ],
+ [
+ -72.3289279,
+ 18.5270769
+ ],
+ [
+ -72.328649,
+ 18.5253316
+ ],
+ [
+ -72.3292068,
+ 18.5232689
+ ],
+ [
+ -72.330406,
+ 18.5220524
+ ],
+ [
+ -72.3321631,
+ 18.5221847
+ ],
+ [
+ -72.3322467,
+ 18.5191963
+ ],
+ [
+ -72.3369183,
+ 18.5183633
+ ],
+ [
+ -72.3382012,
+ 18.5184691
+ ],
+ [
+ -72.3381454,
+ 18.5181782
+ ],
+ [
+ -72.3411993,
+ 18.5177947
+ ],
+ [
+ -72.3454943,
+ 18.5171997
+ ],
+ [
+ -72.3492595,
+ 18.517279
+ ],
+ [
+ -72.3504308,
+ 18.5188922
+ ],
+ [
+ -72.3503472,
+ 18.5206112
+ ],
+ [
+ -72.3496778,
+ 18.5220392
+ ]
+ ],
+ [
+ [
+ -72.3303078,
+ 18.5486462
+ ],
+ [
+ -72.3429687,
+ 18.5508149
+ ],
+ [
+ -72.3433236,
+ 18.5530585
+ ],
+ [
+ -72.3413121,
+ 18.5614341
+ ],
+ [
+ -72.3390639,
+ 18.5613593
+ ],
+ [
+ -72.3384723,
+ 18.5638271
+ ],
+ [
+ -72.3375257,
+ 18.5654348
+ ],
+ [
+ -72.3348436,
+ 18.5650609
+ ],
+ [
+ -72.3311755,
+ 18.5638271
+ ],
+ [
+ -72.3312149,
+ 18.5616211
+ ],
+ [
+ -72.3232082,
+ 18.5606863
+ ],
+ [
+ -72.3212361,
+ 18.559602
+ ],
+ [
+ -72.3208023,
+ 18.5587046
+ ],
+ [
+ -72.3208811,
+ 18.557882
+ ],
+ [
+ -72.3259493,
+ 18.5580274
+ ],
+ [
+ -72.3266186,
+ 18.5581993
+ ],
+ [
+ -72.3259214,
+ 18.5577498
+ ],
+ [
+ -72.3250986,
+ 18.5573797
+ ],
+ [
+ -72.3233767,
+ 18.552263
+ ],
+ [
+ -72.3245994,
+ 18.5478507
+ ],
+ [
+ -72.3288986,
+ 18.5483742
+ ],
+ [
+ -72.329979,
+ 18.5489548
+ ]
+ ],
+ [
+ [
+ -72.3231383,
+ 18.5269828
+ ],
+ [
+ -72.3223434,
+ 18.528067
+ ],
+ [
+ -72.3209629,
+ 18.5279745
+ ],
+ [
+ -72.3207816,
+ 18.5271282
+ ],
+ [
+ -72.3208513,
+ 18.5253697
+ ],
+ [
+ -72.3214649,
+ 18.5249598
+ ],
+ [
+ -72.3225666,
+ 18.5248937
+ ],
+ [
+ -72.3228454,
+ 18.52533
+ ],
+ [
+ -72.3232359,
+ 18.5264804
+ ]
+ ],
+ [
+ [
+ -72.2160832,
+ 18.6457752
+ ],
+ [
+ -72.2159649,
+ 18.6553795
+ ],
+ [
+ -72.2030279,
+ 18.6558279
+ ],
+ [
+ -72.1947057,
+ 18.6553421
+ ],
+ [
+ -72.1922208,
+ 18.6545573
+ ],
+ [
+ -72.1920631,
+ 18.6521283
+ ],
+ [
+ -72.193483,
+ 18.6477559
+ ],
+ [
+ -72.201253,
+ 18.6385249
+ ],
+ [
+ -72.2069327,
+ 18.6388239
+ ],
+ [
+ -72.2120996,
+ 18.6424117
+ ],
+ [
+ -72.2118068,
+ 18.6430591
+ ],
+ [
+ -72.2121693,
+ 18.6426892
+ ],
+ [
+ -72.2127968,
+ 18.6427552
+ ],
+ [
+ -72.2134662,
+ 18.6431252
+ ],
+ [
+ -72.2135638,
+ 18.6437462
+ ],
+ [
+ -72.2154176,
+ 18.6443947
+ ],
+ [
+ -72.2158909,
+ 18.6450301
+ ]
+ ],
+ [
+ [
+ -72.2867654,
+ 18.6482017
+ ],
+ [
+ -72.2900977,
+ 18.6527446
+ ],
+ [
+ -72.28981,
+ 18.6536532
+ ],
+ [
+ -72.2900738,
+ 18.6542664
+ ],
+ [
+ -72.290721,
+ 18.6537667
+ ],
+ [
+ -72.2910327,
+ 18.6544709
+ ],
+ [
+ -72.2912485,
+ 18.654221
+ ],
+ [
+ -72.29168,
+ 18.6558905
+ ],
+ [
+ -72.2912245,
+ 18.656606
+ ],
+ [
+ -72.2922673,
+ 18.65597
+ ],
+ [
+ -72.2926869,
+ 18.6567536
+ ],
+ [
+ -72.2930705,
+ 18.6567309
+ ],
+ [
+ -72.2941253,
+ 18.6581846
+ ],
+ [
+ -72.2960192,
+ 18.6608421
+ ],
+ [
+ -72.2959713,
+ 18.6619096
+ ],
+ [
+ -72.2932862,
+ 18.664567
+ ],
+ [
+ -72.2906731,
+ 18.6659979
+ ],
+ [
+ -72.2895943,
+ 18.6661342
+ ],
+ [
+ -72.2895943,
+ 18.6665657
+ ],
+ [
+ -72.2877004,
+ 18.6664749
+ ],
+ [
+ -72.2875805,
+ 18.6676559
+ ],
+ [
+ -72.2831214,
+ 18.6697227
+ ],
+ [
+ -72.2796453,
+ 18.6696546
+ ],
+ [
+ -72.2784311,
+ 18.6690787
+ ],
+ [
+ -72.2783972,
+ 18.6687736
+ ],
+ [
+ -72.277736,
+ 18.6691671
+ ],
+ [
+ -72.2774394,
+ 18.669143
+ ],
+ [
+ -72.2770071,
+ 18.6683159
+ ],
+ [
+ -72.2765575,
+ 18.6681125
+ ],
+ [
+ -72.2765385,
+ 18.6680583
+ ],
+ [
+ -72.2752319,
+ 18.6685239
+ ],
+ [
+ -72.2749292,
+ 18.6674649
+ ],
+ [
+ -72.2746416,
+ 18.6674309
+ ],
+ [
+ -72.2734668,
+ 18.6682145
+ ],
+ [
+ -72.2732271,
+ 18.6682712
+ ],
+ [
+ -72.2726757,
+ 18.6671583
+ ],
+ [
+ -72.2719147,
+ 18.6674288
+ ],
+ [
+ -72.2718808,
+ 18.6673405
+ ],
+ [
+ -72.2688149,
+ 18.6681868
+ ],
+ [
+ -72.2688269,
+ 18.6671761
+ ],
+ [
+ -72.2690786,
+ 18.6668241
+ ],
+ [
+ -72.2688149,
+ 18.66679
+ ],
+ [
+ -72.2681077,
+ 18.6670739
+ ],
+ [
+ -72.2676282,
+ 18.6673805
+ ],
+ [
+ -72.2675563,
+ 18.6666878
+ ],
+ [
+ -72.266861,
+ 18.666949
+ ],
+ [
+ -72.2655904,
+ 18.6673578
+ ],
+ [
+ -72.2654466,
+ 18.6670058
+ ],
+ [
+ -72.2647514,
+ 18.6674146
+ ],
+ [
+ -72.2629893,
+ 18.6681868
+ ],
+ [
+ -72.2628455,
+ 18.6681754
+ ],
+ [
+ -72.2626537,
+ 18.6676076
+ ],
+ [
+ -72.2623001,
+ 18.6677098
+ ],
+ [
+ -72.2624799,
+ 18.6679199
+ ],
+ [
+ -72.2624799,
+ 18.6682322
+ ],
+ [
+ -72.262306,
+ 18.6682606
+ ],
+ [
+ -72.2620963,
+ 18.6679654
+ ],
+ [
+ -72.2622761,
+ 18.6689193
+ ],
+ [
+ -72.2601484,
+ 18.6688966
+ ],
+ [
+ -72.2542749,
+ 18.6687944
+ ],
+ [
+ -72.2505388,
+ 18.6683476
+ ],
+ [
+ -72.2504371,
+ 18.669536
+ ],
+ [
+ -72.2477926,
+ 18.6698893
+ ],
+ [
+ -72.2415204,
+ 18.669793
+ ],
+ [
+ -72.2414187,
+ 18.6741933
+ ],
+ [
+ -72.2389167,
+ 18.6739759
+ ],
+ [
+ -72.2387249,
+ 18.6734649
+ ],
+ [
+ -72.2383653,
+ 18.6733059
+ ],
+ [
+ -72.2387009,
+ 18.6739532
+ ],
+ [
+ -72.2375502,
+ 18.6738964
+ ],
+ [
+ -72.2374183,
+ 18.6735103
+ ],
+ [
+ -72.237742,
+ 18.67334
+ ],
+ [
+ -72.2375142,
+ 18.6732605
+ ],
+ [
+ -72.236843,
+ 18.6734876
+ ],
+ [
+ -72.2364354,
+ 18.6724088
+ ],
+ [
+ -72.2355124,
+ 18.6726019
+ ],
+ [
+ -72.2354045,
+ 18.6724202
+ ],
+ [
+ -72.2353027,
+ 18.6729028
+ ],
+ [
+ -72.2345475,
+ 18.6726871
+ ],
+ [
+ -72.2343077,
+ 18.6724599
+ ],
+ [
+ -72.2342358,
+ 18.6734706
+ ],
+ [
+ -72.2334087,
+ 18.6734592
+ ],
+ [
+ -72.2332889,
+ 18.6733003
+ ],
+ [
+ -72.2327375,
+ 18.6732889
+ ],
+ [
+ -72.2327135,
+ 18.6735047
+ ],
+ [
+ -72.227703,
+ 18.6725281
+ ],
+ [
+ -72.2265283,
+ 18.6716537
+ ],
+ [
+ -72.226804,
+ 18.6715742
+ ],
+ [
+ -72.2274993,
+ 18.6715855
+ ],
+ [
+ -72.2274873,
+ 18.6714493
+ ],
+ [
+ -72.2272899,
+ 18.6714623
+ ],
+ [
+ -72.2272814,
+ 18.6712977
+ ],
+ [
+ -72.2272094,
+ 18.671358
+ ],
+ [
+ -72.2261785,
+ 18.6713693
+ ],
+ [
+ -72.2256032,
+ 18.670881
+ ],
+ [
+ -72.2255073,
+ 18.6694502
+ ],
+ [
+ -72.2261066,
+ 18.6696886
+ ],
+ [
+ -72.2261785,
+ 18.6695949
+ ],
+ [
+ -72.2259837,
+ 18.6695495
+ ],
+ [
+ -72.225777,
+ 18.6691379
+ ],
+ [
+ -72.2253335,
+ 18.6694643
+ ],
+ [
+ -72.2249739,
+ 18.66947
+ ],
+ [
+ -72.2245783,
+ 18.6678802
+ ],
+ [
+ -72.2235525,
+ 18.6677046
+ ],
+ [
+ -72.2235907,
+ 18.6675921
+ ],
+ [
+ -72.2224634,
+ 18.6676283
+ ],
+ [
+ -72.2223659,
+ 18.667022
+ ],
+ [
+ -72.2223277,
+ 18.6670943
+ ],
+ [
+ -72.2219209,
+ 18.667026
+ ],
+ [
+ -72.2208105,
+ 18.6669015
+ ],
+ [
+ -72.220809,
+ 18.6665325
+ ],
+ [
+ -72.2208705,
+ 18.6663593
+ ],
+ [
+ -72.2206023,
+ 18.6668107
+ ],
+ [
+ -72.2203895,
+ 18.6666361
+ ],
+ [
+ -72.2184341,
+ 18.6650535
+ ],
+ [
+ -72.21829,
+ 18.6640979
+ ],
+ [
+ -72.2183493,
+ 18.6608376
+ ],
+ [
+ -72.2187223,
+ 18.6606541
+ ],
+ [
+ -72.2186894,
+ 18.660603
+ ],
+ [
+ -72.2187253,
+ 18.6604525
+ ],
+ [
+ -72.2189771,
+ 18.6603247
+ ],
+ [
+ -72.2187823,
+ 18.6601998
+ ],
+ [
+ -72.2186984,
+ 18.6602367
+ ],
+ [
+ -72.2185815,
+ 18.6600352
+ ],
+ [
+ -72.2186085,
+ 18.6600039
+ ],
+ [
+ -72.2187823,
+ 18.6601345
+ ],
+ [
+ -72.218995,
+ 18.6600181
+ ],
+ [
+ -72.2189111,
+ 18.6599131
+ ],
+ [
+ -72.2189681,
+ 18.6597938
+ ],
+ [
+ -72.2183807,
+ 18.6595837
+ ],
+ [
+ -72.2184728,
+ 18.6539662
+ ],
+ [
+ -72.2201001,
+ 18.6511554
+ ],
+ [
+ -72.225796,
+ 18.6469472
+ ],
+ [
+ -72.2283048,
+ 18.6457265
+ ],
+ [
+ -72.2379335,
+ 18.645855
+ ],
+ [
+ -72.237764,
+ 18.6446985
+ ],
+ [
+ -72.2400355,
+ 18.6432529
+ ],
+ [
+ -72.2455958,
+ 18.6433493
+ ],
+ [
+ -72.2482742,
+ 18.6450358
+ ],
+ [
+ -72.2487488,
+ 18.6436705
+ ],
+ [
+ -72.2511067,
+ 18.6429775
+ ],
+ [
+ -72.2512385,
+ 18.6433409
+ ],
+ [
+ -72.2512625,
+ 18.6431592
+ ],
+ [
+ -72.2514843,
+ 18.6431365
+ ],
+ [
+ -72.2513284,
+ 18.6429718
+ ],
+ [
+ -72.2533602,
+ 18.6423471
+ ],
+ [
+ -72.253516,
+ 18.6426765
+ ],
+ [
+ -72.2539535,
+ 18.6425402
+ ],
+ [
+ -72.2541453,
+ 18.642932
+ ],
+ [
+ -72.2543851,
+ 18.6428696
+ ],
+ [
+ -72.2543791,
+ 18.6427503
+ ],
+ [
+ -72.2564168,
+ 18.6423244
+ ],
+ [
+ -72.2566925,
+ 18.6431365
+ ],
+ [
+ -72.2568783,
+ 18.6428582
+ ],
+ [
+ -72.2568184,
+ 18.6425288
+ ],
+ [
+ -72.258843,
+ 18.6420991
+ ],
+ [
+ -72.258885,
+ 18.6422467
+ ],
+ [
+ -72.2592626,
+ 18.6422297
+ ],
+ [
+ -72.2596461,
+ 18.6424057
+ ],
+ [
+ -72.2592206,
+ 18.6406907
+ ],
+ [
+ -72.2599545,
+ 18.6404815
+ ],
+ [
+ -72.2601156,
+ 18.6406341
+ ],
+ [
+ -72.2601156,
+ 18.6399393
+ ],
+ [
+ -72.2615268,
+ 18.6394669
+ ],
+ [
+ -72.2626056,
+ 18.6391034
+ ],
+ [
+ -72.2654465,
+ 18.6387286
+ ],
+ [
+ -72.2719433,
+ 18.6386832
+ ],
+ [
+ -72.272201,
+ 18.6388649
+ ],
+ [
+ -72.2730341,
+ 18.6394158
+ ],
+ [
+ -72.273166,
+ 18.6412558
+ ],
+ [
+ -72.2738732,
+ 18.6410286
+ ],
+ [
+ -72.2742208,
+ 18.6416079
+ ],
+ [
+ -72.2752187,
+ 18.6416987
+ ],
+ [
+ -72.2754524,
+ 18.6415738
+ ],
+ [
+ -72.2755513,
+ 18.6416874
+ ],
+ [
+ -72.2755394,
+ 18.6417527
+ ],
+ [
+ -72.2764713,
+ 18.6418634
+ ],
+ [
+ -72.276753,
+ 18.6418975
+ ],
+ [
+ -72.2762953,
+ 18.6426002
+ ],
+ [
+ -72.2774226,
+ 18.6429978
+ ],
+ [
+ -72.277982,
+ 18.6427247
+ ],
+ [
+ -72.2785796,
+ 18.6431303
+ ],
+ [
+ -72.2785669,
+ 18.6432307
+ ],
+ [
+ -72.2789017,
+ 18.6433471
+ ],
+ [
+ -72.279851,
+ 18.6439655
+ ],
+ [
+ -72.2858703,
+ 18.6469651
+ ]
+ ],
+ [
+ [
+ -72.5557247,
+ 18.5305893
+ ],
+ [
+ -72.5555866,
+ 18.5367036
+ ],
+ [
+ -72.554995,
+ 18.537975
+ ],
+ [
+ -72.5488026,
+ 18.537919
+ ],
+ [
+ -72.5486646,
+ 18.5372832
+ ],
+ [
+ -72.548842,
+ 18.5306267
+ ],
+ [
+ -72.5493745,
+ 18.5301031
+ ],
+ [
+ -72.555133,
+ 18.5301218
+ ]
+ ],
+ [
+ [
+ -72.6235278,
+ 18.5079877
+ ],
+ [
+ -72.6234441,
+ 18.5095217
+ ],
+ [
+ -72.6226074,
+ 18.5104341
+ ],
+ [
+ -72.6204878,
+ 18.511849
+ ],
+ [
+ -72.6183403,
+ 18.5107514
+ ],
+ [
+ -72.6162207,
+ 18.5083183
+ ],
+ [
+ -72.6162625,
+ 18.506467
+ ],
+ [
+ -72.618661,
+ 18.5044438
+ ],
+ [
+ -72.6204041,
+ 18.5044967
+ ],
+ [
+ -72.6228305,
+ 18.506996
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "imagico.de OSM images for mapping",
+ "type": "tms",
+ "description": "various imagery from all around the world where other image sources are insufficient",
+ "template": "http://imagico.de/map/osmim_tiles.php?z={zoom}&x={x}&y={-y}",
+ "polygon": [
+ [
+ [
+ -89.8315284119521,
+ 81.3934028410464
+ ],
+ [
+ -89.8315284119521,
+ 83.7045077508689
+ ],
+ [
+ -17.9663056823904,
+ 83.7045077508689
+ ],
+ [
+ -17.9663056823904,
+ 81.3934028410464
+ ],
+ [
+ -89.8315284119521,
+ 81.3934028410464
+ ]
+ ],
+ [
+ [
+ 3.24652940311363,
+ -54.4705168479877
+ ],
+ [
+ 3.24652940311363,
+ -54.3753916879791
+ ],
+ [
+ 3.46391271871771,
+ -54.3753916879791
+ ],
+ [
+ 3.46391271871771,
+ -54.4705168479877
+ ],
+ [
+ 3.24652940311363,
+ -54.4705168479877
+ ]
+ ],
+ [
+ [
+ 73.2279041335011,
+ -53.2033655831056
+ ],
+ [
+ 73.2279041335011,
+ -52.9494391381048
+ ],
+ [
+ 73.7898811920934,
+ -52.9494391381048
+ ],
+ [
+ 73.7898811920934,
+ -53.2033655831056
+ ],
+ [
+ 73.2279041335011,
+ -53.2033655831056
+ ]
+ ],
+ [
+ [
+ -84.3479873388655,
+ 74.3894989734754
+ ],
+ [
+ -84.3479873388655,
+ 75.8903032392084
+ ],
+ [
+ -79.1485833901459,
+ 75.8903032392084
+ ],
+ [
+ -79.1485833901459,
+ 74.3894989734754
+ ],
+ [
+ -84.3479873388655,
+ 74.3894989734754
+ ]
+ ],
+ [
+ [
+ 29.7662967768464,
+ 0.20687257729646
+ ],
+ [
+ 29.7662967768464,
+ 0.509176367154027
+ ],
+ [
+ 30.0346684679771,
+ 0.509176367154027
+ ],
+ [
+ 30.0346684679771,
+ 0.20687257729646
+ ],
+ [
+ 29.7662967768464,
+ 0.20687257729646
+ ]
+ ],
+ [
+ [
+ 150.388533766196,
+ -2.80056783608088
+ ],
+ [
+ 150.388533766196,
+ -2.38339617820643
+ ],
+ [
+ 150.833478309574,
+ -2.38339617820643
+ ],
+ [
+ 150.833478309574,
+ -2.80056783608088
+ ],
+ [
+ 150.388533766196,
+ -2.80056783608088
+ ]
+ ],
+ [
+ [
+ -72.2652065929688,
+ -55.5594608405404
+ ],
+ [
+ -72.2652065929688,
+ -54.178890106312
+ ],
+ [
+ -69.4910293325508,
+ -54.178890106312
+ ],
+ [
+ -69.4910293325508,
+ -55.5594608405404
+ ],
+ [
+ -72.2652065929688,
+ -55.5594608405404
+ ]
+ ],
+ [
+ [
+ 73.9309166917002,
+ 34.9688073863467
+ ],
+ [
+ 73.9309166917002,
+ 37.0985693236903
+ ],
+ [
+ 76.5270029470414,
+ 37.0985693236903
+ ],
+ [
+ 76.5270029470414,
+ 34.9688073863467
+ ],
+ [
+ 73.9309166917002,
+ 34.9688073863467
+ ]
+ ],
+ [
+ [
+ 120.843824420484,
+ -3.59549835456283
+ ],
+ [
+ 120.843824420484,
+ -2.51468168634705
+ ],
+ [
+ 122.626180758858,
+ -2.51468168634705
+ ],
+ [
+ 122.626180758858,
+ -3.59549835456283
+ ],
+ [
+ 120.843824420484,
+ -3.59549835456283
+ ]
+ ],
+ [
+ [
+ 153.061381062565,
+ -11.7892410342423
+ ],
+ [
+ 153.061381062565,
+ -11.0722925205757
+ ],
+ [
+ 154.411998092239,
+ -11.0722925205757
+ ],
+ [
+ 154.411998092239,
+ -11.7892410342423
+ ],
+ [
+ 153.061381062565,
+ -11.7892410342423
+ ]
+ ],
+ [
+ [
+ 67.8623118572194,
+ 22.3626187997331
+ ],
+ [
+ 67.8623118572194,
+ 24.8869308169273
+ ],
+ [
+ 71.4900144016907,
+ 24.8869308169273
+ ],
+ [
+ 71.4900144016907,
+ 22.3626187997331
+ ],
+ [
+ 67.8623118572194,
+ 22.3626187997331
+ ]
+ ],
+ [
+ [
+ -152.708729431479,
+ 62.3036424122946
+ ],
+ [
+ -152.708729431479,
+ 63.5464553885127
+ ],
+ [
+ -148.994366411548,
+ 63.5464553885127
+ ],
+ [
+ -148.994366411548,
+ 62.3036424122946
+ ],
+ [
+ -152.708729431479,
+ 62.3036424122946
+ ]
+ ],
+ [
+ [
+ 7.63567991501593,
+ 53.2802190281286
+ ],
+ [
+ 7.63567991501593,
+ 55.502457780526
+ ],
+ [
+ 9.20773166222509,
+ 55.502457780526
+ ],
+ [
+ 9.20773166222509,
+ 53.2802190281286
+ ],
+ [
+ 7.63567991501593,
+ 53.2802190281286
+ ]
+ ],
+ [
+ [
+ 7.63567991501593,
+ 53.2802190281286
+ ],
+ [
+ 7.63567991501593,
+ 55.502457780526
+ ],
+ [
+ 9.20773166222509,
+ 55.502457780526
+ ],
+ [
+ 9.20773166222509,
+ 53.2802190281286
+ ],
+ [
+ 7.63567991501593,
+ 53.2802190281286
+ ]
+ ],
+ [
+ [
+ -43.335169388775576,
+ 59.78884556778711
+ ],
+ [
+ -43.5940638938192,
+ 59.723921705576714
+ ],
+ [
+ -43.840898275878764,
+ 59.67490148496335
+ ],
+ [
+ -44.23515133460447,
+ 59.653417915878954
+ ],
+ [
+ -44.657213255061194,
+ 59.680989005977885
+ ],
+ [
+ -45.81015180316172,
+ 59.81951972989828
+ ],
+ [
+ -46.81057076187592,
+ 59.98139710469466
+ ],
+ [
+ -47.20837894817284,
+ 60.150960472742064
+ ],
+ [
+ -47.22064190066637,
+ 60.33805731472787
+ ],
+ [
+ -47.255916208498,
+ 60.42332684576548
+ ],
+ [
+ -47.34990349056956,
+ 60.446387835215525
+ ],
+ [
+ -47.51603887007207,
+ 60.45119769375011
+ ],
+ [
+ -47.65139646003081,
+ 60.48896403744677
+ ],
+ [
+ -47.79170835578903,
+ 60.52050863908786
+ ],
+ [
+ -49.10695022655055,
+ 60.73414367492607
+ ],
+ [
+ -49.52399924941209,
+ 60.97440124547532
+ ],
+ [
+ -50.493558334841985,
+ 61.089523147855694
+ ],
+ [
+ -51.1011476720755,
+ 61.3931538528416
+ ],
+ [
+ -51.226493283028084,
+ 61.8368218735183
+ ],
+ [
+ -51.66491000695862,
+ 62.06066494936552
+ ],
+ [
+ -51.98744899262875,
+ 62.355028063412306
+ ],
+ [
+ -52.04791761614332,
+ 62.676138274608135
+ ],
+ [
+ -52.68385390751712,
+ 62.89777335327022
+ ],
+ [
+ -53.00141158114564,
+ 63.22960936121321
+ ],
+ [
+ -52.98804591383922,
+ 63.665519960839994
+ ],
+ [
+ -53.37455124039754,
+ 63.88257990608798
+ ],
+ [
+ -53.462018437442744,
+ 64.21700667649995
+ ],
+ [
+ -53.625006563694996,
+ 64.39608940752123
+ ],
+ [
+ -53.62418230433685,
+ 64.87666336480167
+ ],
+ [
+ -53.92737410039694,
+ 65.14174166474336
+ ],
+ [
+ -54.58568916434171,
+ 65.51879633173807
+ ],
+ [
+ -55.020580045260964,
+ 66.04786962007503
+ ],
+ [
+ -54.974959716968506,
+ 66.43747058777413
+ ],
+ [
+ -55.04621700056885,
+ 66.81068389526814
+ ],
+ [
+ -55.18883177742317,
+ 67.07445292724583
+ ],
+ [
+ -55.295917291513724,
+ 67.2980754937805
+ ],
+ [
+ -55.49386806070968,
+ 67.62765205772878
+ ],
+ [
+ -55.58982586875712,
+ 67.74762927352513
+ ],
+ [
+ -55.800191618857184,
+ 68.05623485476666
+ ],
+ [
+ -56.166042896634444,
+ 68.44155152338232
+ ],
+ [
+ -56.086954623441976,
+ 68.68479069915158
+ ],
+ [
+ -55.692397350070934,
+ 69.09499941753234
+ ],
+ [
+ -55.78268862269791,
+ 69.35591450732602
+ ],
+ [
+ -55.97508469715559,
+ 69.51460160299163
+ ],
+ [
+ -56.22131441053026,
+ 69.61961934478276
+ ],
+ [
+ -56.28674985487528,
+ 69.75311038137812
+ ],
+ [
+ -56.27734150260429,
+ 69.86115681621736
+ ],
+ [
+ -56.47867255356253,
+ 69.98628865160101
+ ],
+ [
+ -56.729667549723445,
+ 70.20797294037203
+ ],
+ [
+ -56.780049018329095,
+ 70.4030123058809
+ ],
+ [
+ -56.66995480486827,
+ 70.53429026926025
+ ],
+ [
+ -56.76965573535976,
+ 70.59936425752305
+ ],
+ [
+ -56.750047814068225,
+ 70.67605894741244
+ ],
+ [
+ -56.630475021762926,
+ 70.75228057874938
+ ],
+ [
+ -56.63957096755714,
+ 70.79345598378389
+ ],
+ [
+ -56.95453022049966,
+ 70.92185386457368
+ ],
+ [
+ -57.682941688207656,
+ 71.10356260725686
+ ],
+ [
+ -57.9990573064922,
+ 71.18275256548473
+ ],
+ [
+ -58.06673093129251,
+ 71.31878823942327
+ ],
+ [
+ -57.73776694812512,
+ 71.73468567987527
+ ],
+ [
+ -57.688607830732714,
+ 71.96425305773354
+ ],
+ [
+ -57.29627634430133,
+ 72.25939767922573
+ ],
+ [
+ -57.027097307050845,
+ 72.49722993388094
+ ],
+ [
+ -57.22262816078322,
+ 72.61296218481311
+ ],
+ [
+ -57.61910829550675,
+ 72.72652221937263
+ ],
+ [
+ -58.05813139640902,
+ 73.01331566875426
+ ],
+ [
+ -58.76645057271363,
+ 73.2808359719379
+ ],
+ [
+ -59.14761885260487,
+ 73.53482225342569
+ ],
+ [
+ -59.03651118375505,
+ 73.80651043385626
+ ],
+ [
+ -58.8823279108656,
+ 74.19210040380365
+ ],
+ [
+ -59.24788269229215,
+ 74.4273495816669
+ ],
+ [
+ -59.99510425025614,
+ 74.65678100854564
+ ],
+ [
+ -60.806460490534164,
+ 74.7868931828055
+ ],
+ [
+ -61.54936387752781,
+ 74.99717139513008
+ ],
+ [
+ -62.44046860998914,
+ 75.00073689358435
+ ],
+ [
+ -62.985115364477565,
+ 75.11722591645595
+ ],
+ [
+ -63.51928606785155,
+ 75.31691397958907
+ ],
+ [
+ -63.64288486720879,
+ 75.52488932122031
+ ],
+ [
+ -64.1242392273263,
+ 75.5921799154749
+ ],
+ [
+ -64.58761243996756,
+ 75.53593567213079
+ ],
+ [
+ -65.31057987327657,
+ 75.42103306523184
+ ],
+ [
+ -65.99461388511591,
+ 75.4041967649632
+ ],
+ [
+ -66.28964875049822,
+ 75.41792163747078
+ ],
+ [
+ -68.76453492310549,
+ 75.13410011250316
+ ],
+ [
+ -71.04622564987365,
+ 74.79937286637706
+ ],
+ [
+ -73.5067977908339,
+ 75.97399646374085
+ ],
+ [
+ -74.5601685819203,
+ 76.43273848659732
+ ],
+ [
+ -74.5601685819203,
+ 82.6959322619224
+ ],
+ [
+ -12.86174239943403,
+ 82.6959322619224
+ ],
+ [
+ -11.878165975221727,
+ 82.54102593940235
+ ],
+ [
+ -10.7797834094343,
+ 82.51187042401891
+ ],
+ [
+ -10.7797834094343,
+ 78.34458993192563
+ ],
+ [
+ -10.838211677734567,
+ 78.32665786610472
+ ],
+ [
+ -12.549216515959552,
+ 77.9578508228317
+ ],
+ [
+ -12.803493182847879,
+ 77.85845362808246
+ ],
+ [
+ -12.916087338718654,
+ 77.65848905807152
+ ],
+ [
+ -13.070950321133406,
+ 77.52877948776312
+ ],
+ [
+ -13.47955419255021,
+ 77.40221679143431
+ ],
+ [
+ -14.13060832134256,
+ 77.30552053875587
+ ],
+ [
+ -14.69541342101231,
+ 77.14674387861214
+ ],
+ [
+ -14.882617750618206,
+ 76.84736003108713
+ ],
+ [
+ -14.323648701941867,
+ 76.53205658256601
+ ],
+ [
+ -12.810144796765599,
+ 76.24823964501138
+ ],
+ [
+ -12.151831546734856,
+ 75.86267532270129
+ ],
+ [
+ -12.987745033472448,
+ 75.38717284756257
+ ],
+ [
+ -14.066766809859267,
+ 74.8451997920592
+ ],
+ [
+ -15.423357647282502,
+ 74.4551642069618
+ ],
+ [
+ -17.28174157007599,
+ 74.24584688808936
+ ],
+ [
+ -19.113380020736102,
+ 73.72978765991853
+ ],
+ [
+ -20.062373344103577,
+ 73.11108267968514
+ ],
+ [
+ -20.162312506727517,
+ 72.6186060300425
+ ],
+ [
+ -19.85354831628143,
+ 72.0718529721276
+ ],
+ [
+ -19.943252248300748,
+ 71.55019790921727
+ ],
+ [
+ -20.918542646451737,
+ 70.67423312425346
+ ],
+ [
+ -21.379621573201593,
+ 70.27938590726379
+ ],
+ [
+ -21.725469254364587,
+ 70.05299977015657
+ ],
+ [
+ -21.93869730345768,
+ 69.92215619574657
+ ],
+ [
+ -22.463306498894173,
+ 69.6235894257334
+ ],
+ [
+ -23.059252433112615,
+ 69.5491649852365
+ ],
+ [
+ -23.860796144964162,
+ 69.34443527043162
+ ],
+ [
+ -24.74741743781591,
+ 68.93340370554307
+ ],
+ [
+ -25.481987646795183,
+ 68.76711754662492
+ ],
+ [
+ -25.815395630476477,
+ 68.51279831615729
+ ],
+ [
+ -26.344103298317982,
+ 68.32443780018751
+ ],
+ [
+ -27.449680541202035,
+ 68.19315579455328
+ ],
+ [
+ -28.42826258633533,
+ 67.66140945836786
+ ],
+ [
+ -29.237141834543507,
+ 67.60310787132272
+ ],
+ [
+ -30.062476147434136,
+ 67.41414423917192
+ ],
+ [
+ -31.96817868027385,
+ 66.21262359095492
+ ],
+ [
+ -33.33718066100074,
+ 65.93894291103432
+ ],
+ [
+ -33.86781919039464,
+ 65.7415652217968
+ ],
+ [
+ -34.94415141573626,
+ 65.29121928843726
+ ],
+ [
+ -36.438872573697054,
+ 65.22802281646563
+ ],
+ [
+ -36.716767002697864,
+ 65.14683055370199
+ ],
+ [
+ -36.97927615837815,
+ 64.90967633661491
+ ],
+ [
+ -37.473922616631825,
+ 64.38546237809376
+ ],
+ [
+ -38.95785728548117,
+ 62.7419538908273
+ ],
+ [
+ -39.61555442323402,
+ 61.96904156671025
+ ],
+ [
+ -40.549088272349444,
+ 60.92614046823071
+ ],
+ [
+ -41.17137829347243,
+ 60.43812852329213
+ ],
+ [
+ -42.07544989793619,
+ 60.311876129737485
+ ],
+ [
+ -42.734129957211564,
+ 60.001556976048406
+ ],
+ [
+ -43.335169388775576,
+ 59.78884556778711
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.imagico.de/#osmim",
+ "terms_text": "imagico.de OSM images for mapping",
+ "id": "osmim-imagicode"
+ },
+ {
+ "name": "Interspect ortofotó 2014",
+ "type": "tms",
+ "description": "Four districts of Budapest: III, XIII, XIV, XV",
+ "template": "http://geoserver.infobex.hu/Budapest2014/IST/{zoom}/{x}/{y}.jpg",
+ "scaleExtent": [
+ 10,
+ 21
+ ],
+ "polygon": [
+ [
+ [
+ 19.04642,
+ 47.61098
+ ],
+ [
+ 19.05375,
+ 47.60995
+ ],
+ [
+ 19.06033,
+ 47.61037
+ ],
+ [
+ 19.06022,
+ 47.61009
+ ],
+ [
+ 19.06091,
+ 47.61023
+ ],
+ [
+ 19.0755,
+ 47.60835
+ ],
+ [
+ 19.07796,
+ 47.60718
+ ],
+ [
+ 19.07773,
+ 47.60627
+ ],
+ [
+ 19.07599,
+ 47.60433
+ ],
+ [
+ 19.07337,
+ 47.59906
+ ],
+ [
+ 19.07232,
+ 47.59332
+ ],
+ [
+ 19.0723,
+ 47.58865
+ ],
+ [
+ 19.0693,
+ 47.5798
+ ],
+ [
+ 19.06891,
+ 47.57742
+ ],
+ [
+ 19.06949,
+ 47.57211
+ ],
+ [
+ 19.06623,
+ 47.56375
+ ],
+ [
+ 19.06717,
+ 47.56427
+ ],
+ [
+ 19.0692,
+ 47.56456
+ ],
+ [
+ 19.06992,
+ 47.56418
+ ],
+ [
+ 19.07011,
+ 47.56363
+ ],
+ [
+ 19.07785,
+ 47.56148
+ ],
+ [
+ 19.07986,
+ 47.56053
+ ],
+ [
+ 19.08359,
+ 47.55604
+ ],
+ [
+ 19.08516,
+ 47.5548
+ ],
+ [
+ 19.08601,
+ 47.5551
+ ],
+ [
+ 19.08703,
+ 47.55488
+ ],
+ [
+ 19.0984,
+ 47.54666
+ ],
+ [
+ 19.09974,
+ 47.54692
+ ],
+ [
+ 19.10094,
+ 47.54656
+ ],
+ [
+ 19.1015,
+ 47.54593
+ ],
+ [
+ 19.1015,
+ 47.54523
+ ],
+ [
+ 19.10255,
+ 47.54458
+ ],
+ [
+ 19.10939,
+ 47.56255
+ ],
+ [
+ 19.10917,
+ 47.56324
+ ],
+ [
+ 19.11193,
+ 47.57058
+ ],
+ [
+ 19.11235,
+ 47.57087
+ ],
+ [
+ 19.11271,
+ 47.57297
+ ],
+ [
+ 19.11382,
+ 47.57379
+ ],
+ [
+ 19.1144,
+ 47.57504
+ ],
+ [
+ 19.11779,
+ 47.58375
+ ],
+ [
+ 19.11774,
+ 47.5844
+ ],
+ [
+ 19.11844,
+ 47.58512
+ ],
+ [
+ 19.12,
+ 47.58924
+ ],
+ [
+ 19.12008,
+ 47.59563
+ ],
+ [
+ 19.1206,
+ 47.59856
+ ],
+ [
+ 19.12127,
+ 47.59952
+ ],
+ [
+ 19.12266,
+ 47.6004
+ ],
+ [
+ 19.12436,
+ 47.6008
+ ],
+ [
+ 19.1255,
+ 47.60048
+ ],
+ [
+ 19.12577,
+ 47.5997
+ ],
+ [
+ 19.128,
+ 47.59885
+ ],
+ [
+ 19.13058,
+ 47.59898
+ ],
+ [
+ 19.13768,
+ 47.60057
+ ],
+ [
+ 19.13874,
+ 47.60043
+ ],
+ [
+ 19.14144,
+ 47.59639
+ ],
+ [
+ 19.14122,
+ 47.59568
+ ],
+ [
+ 19.14023,
+ 47.59527
+ ],
+ [
+ 19.15557,
+ 47.58499
+ ],
+ [
+ 19.15413,
+ 47.58389
+ ],
+ [
+ 19.15329,
+ 47.58013
+ ],
+ [
+ 19.15344,
+ 47.57918
+ ],
+ [
+ 19.15499,
+ 47.57884
+ ],
+ [
+ 19.16043,
+ 47.57871
+ ],
+ [
+ 19.16043,
+ 47.57583
+ ],
+ [
+ 19.16213,
+ 47.57583
+ ],
+ [
+ 19.16196,
+ 47.57383
+ ],
+ [
+ 19.17573,
+ 47.56442
+ ],
+ [
+ 19.17511,
+ 47.56345
+ ],
+ [
+ 19.16356,
+ 47.55986
+ ],
+ [
+ 19.16295,
+ 47.5594
+ ],
+ [
+ 19.17589,
+ 47.55134
+ ],
+ [
+ 19.18156,
+ 47.54896
+ ],
+ [
+ 19.18205,
+ 47.5483
+ ],
+ [
+ 19.18165,
+ 47.54762
+ ],
+ [
+ 19.16905,
+ 47.53994
+ ],
+ [
+ 19.15316,
+ 47.52885
+ ],
+ [
+ 19.14747,
+ 47.52584
+ ],
+ [
+ 19.14691,
+ 47.52332
+ ],
+ [
+ 19.14947,
+ 47.52059
+ ],
+ [
+ 19.15581,
+ 47.51256
+ ],
+ [
+ 19.1572,
+ 47.51155
+ ],
+ [
+ 19.15697,
+ 47.51051
+ ],
+ [
+ 19.15885,
+ 47.50566
+ ],
+ [
+ 19.15866,
+ 47.50493
+ ],
+ [
+ 19.15793,
+ 47.50438
+ ],
+ [
+ 19.10292,
+ 47.49828
+ ],
+ [
+ 19.1016,
+ 47.49846
+ ],
+ [
+ 19.10057,
+ 47.49914
+ ],
+ [
+ 19.09185,
+ 47.5003
+ ],
+ [
+ 19.08953,
+ 47.50117
+ ],
+ [
+ 19.07138,
+ 47.51722
+ ],
+ [
+ 19.06794,
+ 47.51558
+ ],
+ [
+ 19.06631,
+ 47.51529
+ ],
+ [
+ 19.06522,
+ 47.51545
+ ],
+ [
+ 19.06347,
+ 47.51668
+ ],
+ [
+ 19.06072,
+ 47.51512
+ ],
+ [
+ 19.05709,
+ 47.51044
+ ],
+ [
+ 19.05567,
+ 47.50992
+ ],
+ [
+ 19.05417,
+ 47.50997
+ ],
+ [
+ 19.04318,
+ 47.51383
+ ],
+ [
+ 19.04093,
+ 47.51397
+ ],
+ [
+ 19.04045,
+ 47.51449
+ ],
+ [
+ 19.03916,
+ 47.51909
+ ],
+ [
+ 19.03898,
+ 47.52143
+ ],
+ [
+ 19.03938,
+ 47.52358
+ ],
+ [
+ 19.04081,
+ 47.52649
+ ],
+ [
+ 19.0408,
+ 47.53092
+ ],
+ [
+ 19.02088,
+ 47.53091
+ ],
+ [
+ 19.02088,
+ 47.529
+ ],
+ [
+ 19.0172,
+ 47.52866
+ ],
+ [
+ 19.01684,
+ 47.52876
+ ],
+ [
+ 19.01453,
+ 47.53356
+ ],
+ [
+ 19.01459,
+ 47.5347
+ ],
+ [
+ 19.01373,
+ 47.5348
+ ],
+ [
+ 19.01167,
+ 47.53786
+ ],
+ [
+ 19.01055,
+ 47.53839
+ ],
+ [
+ 19.0051,
+ 47.53978
+ ],
+ [
+ 19.00501,
+ 47.54075
+ ],
+ [
+ 19.00761,
+ 47.54245
+ ],
+ [
+ 19.00684,
+ 47.54297
+ ],
+ [
+ 19.00684,
+ 47.54385
+ ],
+ [
+ 19.00525,
+ 47.54499
+ ],
+ [
+ 19.0053,
+ 47.5455
+ ],
+ [
+ 19.00462,
+ 47.54557
+ ],
+ [
+ 19.00434,
+ 47.54599
+ ],
+ [
+ 19.00261,
+ 47.55075
+ ],
+ [
+ 18.99714,
+ 47.55468
+ ],
+ [
+ 18.99466,
+ 47.55877
+ ],
+ [
+ 18.99244,
+ 47.5605
+ ],
+ [
+ 18.99173,
+ 47.56266
+ ],
+ [
+ 18.99105,
+ 47.56278
+ ],
+ [
+ 18.986,
+ 47.56863
+ ],
+ [
+ 18.97914,
+ 47.57257
+ ],
+ [
+ 18.97675,
+ 47.57301
+ ],
+ [
+ 18.97622,
+ 47.57444
+ ],
+ [
+ 18.97677,
+ 47.57463
+ ],
+ [
+ 18.97641,
+ 47.57596
+ ],
+ [
+ 18.98247,
+ 47.58127
+ ],
+ [
+ 18.98227,
+ 47.58198
+ ],
+ [
+ 18.98276,
+ 47.58283
+ ],
+ [
+ 18.97695,
+ 47.58448
+ ],
+ [
+ 18.97645,
+ 47.58485
+ ],
+ [
+ 18.97639,
+ 47.58555
+ ],
+ [
+ 18.98285,
+ 47.58936
+ ],
+ [
+ 18.9841,
+ 47.58929
+ ],
+ [
+ 18.99076,
+ 47.58612
+ ],
+ [
+ 18.99375,
+ 47.58507
+ ],
+ [
+ 18.99618,
+ 47.58645
+ ],
+ [
+ 18.99727,
+ 47.58664
+ ],
+ [
+ 19.00068,
+ 47.58457
+ ],
+ [
+ 19.0016,
+ 47.58438
+ ],
+ [
+ 19.00892,
+ 47.58637
+ ],
+ [
+ 19.01088,
+ 47.58637
+ ],
+ [
+ 19.01088,
+ 47.5869
+ ],
+ [
+ 19.01264,
+ 47.58738
+ ],
+ [
+ 19.02151,
+ 47.58876
+ ],
+ [
+ 19.02593,
+ 47.58914
+ ],
+ [
+ 19.03271,
+ 47.5883
+ ],
+ [
+ 19.03199,
+ 47.59087
+ ],
+ [
+ 19.03113,
+ 47.59163
+ ],
+ [
+ 19.03125,
+ 47.59276
+ ],
+ [
+ 19.02883,
+ 47.59838
+ ],
+ [
+ 19.02808,
+ 47.59978
+ ],
+ [
+ 19.0239,
+ 47.60425
+ ],
+ [
+ 19.02393,
+ 47.60498
+ ],
+ [
+ 19.02531,
+ 47.60575
+ ],
+ [
+ 19.03768,
+ 47.6104
+ ],
+ [
+ 19.04642,
+ 47.61098
+ ]
+ ]
+ ],
+ "terms_url": "http://interspect.hu/",
+ "terms_text": "Interspect Kft.",
+ "best": true
+ },
+ {
+ "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
+ ],
+ [
+ -7.3221271,
+ 55.398605
+ ],
+ [
+ -7.2891331,
+ 55.4333162
+ ],
+ [
+ -7.2368042,
+ 55.4530757
+ ],
+ [
+ -7.18881,
+ 55.4497995
+ ],
+ [
+ -7.1528144,
+ 55.3968384
+ ],
+ [
+ -6.90561,
+ 55.394903
+ ],
+ [
+ -6.9047153,
+ 55.3842114
+ ],
+ [
+ -5.8485282,
+ 55.3922956
+ ],
+ [
+ -5.8378629,
+ 55.248676
+ ],
+ [
+ -5.3614762,
+ 55.2507024
+ ],
+ [
+ -5.3899172,
+ 53.8466464
+ ],
+ [
+ -5.8734141,
+ 53.8487436
+ ],
+ [
+ -5.8983,
+ 52.8256258
+ ],
+ [
+ -6.0191742,
+ 52.8256258
+ ],
+ [
+ -6.0262844,
+ 51.7712367
+ ],
+ [
+ -8.1131422,
+ 51.7712367
+ ],
+ [
+ -8.1273627,
+ 51.3268839
+ ],
+ [
+ -10.6052842,
+ 51.3091083
+ ],
+ [
+ -10.6271879,
+ 52.0328254
+ ],
+ [
+ -10.6469845,
+ 52.0322454
+ ],
+ [
+ -10.6469845,
+ 52.0440365
+ ],
+ [
+ -10.6271879,
+ 52.0448095
+ ],
+ [
+ -10.6290733,
+ 52.0745627
+ ],
+ [
+ -10.6699234,
+ 52.0743695
+ ],
+ [
+ -10.6702376,
+ 52.0876941
+ ],
+ [
+ -10.6312729,
+ 52.0898179
+ ],
+ [
+ -10.6393128,
+ 52.4147202
+ ],
+ [
+ -10.3137689,
+ 52.4185533
+ ],
+ [
+ -10.3166401,
+ 53.3341342
+ ],
+ [
+ -10.3699669,
+ 53.3330727
+ ],
+ [
+ -10.385965,
+ 54.3534472
+ ],
+ [
+ -8.8163777,
+ 54.3586265
+ ],
+ [
+ -8.8173427,
+ 54.6595721
+ ],
+ [
+ -8.8413398,
+ 54.6616284
+ ],
+ [
+ -8.8422286,
+ 54.6929749
+ ],
+ [
+ -8.8315632,
+ 54.7145436
+ ],
+ [
+ -8.8151208,
+ 54.7145436
+ ]
+ ]
+ ],
+ "terms_url": "http://geo.nls.uk/maps/",
+ "terms_text": "National Library of Scotland Historic Maps"
+ },
+ {
+ "name": "Ireland British War Office 1:25k GSGS 3906",
+ "type": "tms",
+ "template": "http://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 0,
+ 18
+ ],
+ "polygon": [
+ [
+ [
+ -10.71,
+ 51.32
+ ],
+ [
+ -10.71,
+ 55.46
+ ],
+ [
+ -5.37,
+ 55.46
+ ],
+ [
+ -5.37,
+ 51.32
+ ],
+ [
+ -10.71,
+ 51.32
+ ]
+ ]
+ ],
+ "terms_url": "http://wiki.openstreetmap.org/wiki/WikiProject_Ireland#Trinity_College_Dublin",
+ "terms_text": "Glucksman Map Library, Trinity College Dublin",
+ "id": "GSGS3906"
+ },
+ {
+ "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": [
+ [
+ [
+ -10.0847426,
+ 51.4147902
+ ],
+ [
+ -10.0906535,
+ 51.5064103
+ ],
+ [
+ -10.4564222,
+ 51.5003961
+ ],
+ [
+ -10.5005905,
+ 52.3043019
+ ],
+ [
+ -10.0837522,
+ 52.312741
+ ],
+ [
+ -10.0840973,
+ 52.3404698
+ ],
+ [
+ -10.055802,
+ 52.3408915
+ ],
+ [
+ -10.0768509,
+ 52.7628238
+ ],
+ [
+ -9.7780248,
+ 52.7684611
+ ],
+ [
+ -9.7818205,
+ 52.8577261
+ ],
+ [
+ -9.6337877,
+ 52.8596012
+ ],
+ [
+ -9.6449626,
+ 53.1294502
+ ],
+ [
+ -10.0919663,
+ 53.1227152
+ ],
+ [
+ -10.1051422,
+ 53.3912913
+ ],
+ [
+ -10.4052593,
+ 53.3866349
+ ],
+ [
+ -10.4530828,
+ 54.193502
+ ],
+ [
+ -10.2998523,
+ 54.1974988
+ ],
+ [
+ -10.3149801,
+ 54.4669592
+ ],
+ [
+ -8.9276095,
+ 54.4853897
+ ],
+ [
+ -8.9339534,
+ 54.7546562
+ ],
+ [
+ -8.7773069,
+ 54.755501
+ ],
+ [
+ -8.7826749,
+ 55.0252208
+ ],
+ [
+ -8.9402974,
+ 55.0238221
+ ],
+ [
+ -8.9451773,
+ 55.2934155
+ ],
+ [
+ -7.528039,
+ 55.2970274
+ ],
+ [
+ -7.525599,
+ 55.3874955
+ ],
+ [
+ -7.0541955,
+ 55.3841691
+ ],
+ [
+ -7.0556595,
+ 55.2939712
+ ],
+ [
+ -6.3241545,
+ 55.2859128
+ ],
+ [
+ -6.3217146,
+ 55.3253556
+ ],
+ [
+ -6.1035807,
+ 55.3223016
+ ],
+ [
+ -6.1045566,
+ 55.2828557
+ ],
+ [
+ -5.7985836,
+ 55.2772968
+ ],
+ [
+ -5.8117595,
+ 55.0087135
+ ],
+ [
+ -5.656577,
+ 55.0056351
+ ],
+ [
+ -5.6721928,
+ 54.7355021
+ ],
+ [
+ -5.3618278,
+ 54.729585
+ ],
+ [
+ -5.3964755,
+ 54.1917889
+ ],
+ [
+ -5.855679,
+ 54.2017807
+ ],
+ [
+ -5.9220464,
+ 52.8524504
+ ],
+ [
+ -6.070885,
+ 52.8551025
+ ],
+ [
+ -6.1030927,
+ 52.1373337
+ ],
+ [
+ -6.8331336,
+ 52.1463183
+ ],
+ [
+ -6.8355736,
+ 52.0578908
+ ],
+ [
+ -7.5641506,
+ 52.0617913
+ ],
+ [
+ -7.5661026,
+ 51.7921593
+ ],
+ [
+ -8.147305,
+ 51.792763
+ ],
+ [
+ -8.146329,
+ 51.7033331
+ ],
+ [
+ -8.2912636,
+ 51.7027283
+ ],
+ [
+ -8.2897996,
+ 51.5227274
+ ],
+ [
+ -9.1174397,
+ 51.516958
+ ],
+ [
+ -9.1179277,
+ 51.4625685
+ ],
+ [
+ -9.3692452,
+ 51.4616564
+ ],
+ [
+ -9.3672933,
+ 51.4254613
+ ]
+ ]
+ ],
+ "terms_url": "http://geo.nls.uk/maps/",
+ "terms_text": "National Library of Scotland Historic Maps",
+ "id": "GSGS4136"
+ },
+ {
+ "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
+ ],
+ [
+ -5.8341575,
+ 53.7633541
+ ],
+ [
+ -5.6267647,
+ 53.5383692
+ ],
+ [
+ -5.9648778,
+ 52.1631197
+ ],
+ [
+ -6.0453211,
+ 52.0527275
+ ],
+ [
+ -6.1823261,
+ 51.9699475
+ ],
+ [
+ -6.3960035,
+ 51.9234618
+ ],
+ [
+ -6.5945978,
+ 51.883911
+ ],
+ [
+ -7.2481994,
+ 51.9056295
+ ],
+ [
+ -7.341212,
+ 51.8148076
+ ],
+ [
+ -8.1971787,
+ 51.5037019
+ ],
+ [
+ -8.3191005,
+ 51.4167737
+ ],
+ [
+ -9.4478202,
+ 51.1991221
+ ],
+ [
+ -9.9015706,
+ 51.2266802
+ ],
+ [
+ -10.472215,
+ 51.4050139
+ ],
+ [
+ -10.8857437,
+ 51.6770619
+ ],
+ [
+ -11.035318,
+ 52.0620016
+ ],
+ [
+ -10.9950963,
+ 52.1831616
+ ],
+ [
+ -10.8178697,
+ 52.3139827
+ ],
+ [
+ -9.8839736,
+ 52.9032208
+ ],
+ [
+ -10.1165049,
+ 52.9676141
+ ],
+ [
+ -10.5514014,
+ 53.3317027
+ ],
+ [
+ -10.6896633,
+ 53.5854022
+ ],
+ [
+ -10.6444139,
+ 54.0100436
+ ],
+ [
+ -10.5501445,
+ 54.257482
+ ],
+ [
+ -10.2824192,
+ 54.4742405
+ ],
+ [
+ -9.8073011,
+ 54.5705346
+ ],
+ [
+ -9.196435,
+ 54.5486695
+ ],
+ [
+ -9.2253443,
+ 54.7000264
+ ],
+ [
+ -8.8985435,
+ 55.1363582
+ ],
+ [
+ -8.0476045,
+ 55.4711977
+ ],
+ [
+ -7.4367384,
+ 55.6191092
+ ],
+ [
+ -7.2205471,
+ 55.6205288
+ ],
+ [
+ -6.8258723,
+ 55.5608644
+ ],
+ [
+ -6.0679458,
+ 55.3727567
+ ],
+ [
+ -5.5639184,
+ 55.0759594
+ ],
+ [
+ -5.0649187,
+ 54.4640142
+ ],
+ [
+ -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
+ ],
+ [
+ -9.215509,
+ 52.8276933
+ ],
+ [
+ -9.1086618,
+ 52.9128016
+ ],
+ [
+ -9.0196831,
+ 52.8837107
+ ],
+ [
+ -8.8760649,
+ 52.8978445
+ ],
+ [
+ -8.8001797,
+ 52.8833558
+ ],
+ [
+ -8.7665597,
+ 52.9065354
+ ],
+ [
+ -8.5938079,
+ 52.9238592
+ ],
+ [
+ -8.5241972,
+ 52.8869724
+ ],
+ [
+ -8.4956786,
+ 52.9105906
+ ],
+ [
+ -8.3506448,
+ 52.9238592
+ ],
+ [
+ -8.2718204,
+ 52.9492401
+ ],
+ [
+ -8.2249679,
+ 52.8991338
+ ],
+ [
+ -8.1564001,
+ 52.9149986
+ ],
+ [
+ -8.0881237,
+ 52.7630417
+ ],
+ [
+ -8.1360092,
+ 52.7239783
+ ],
+ [
+ -8.1570652,
+ 52.6766443
+ ],
+ [
+ -8.2059695,
+ 52.6185385
+ ],
+ [
+ -8.2025734,
+ 52.5954396
+ ],
+ [
+ -8.2231242,
+ 52.5599691
+ ],
+ [
+ -8.2236294,
+ 52.5095371
+ ],
+ [
+ -8.2976651,
+ 52.5025088
+ ],
+ [
+ -8.3295888,
+ 52.4721087
+ ],
+ [
+ -8.3589695,
+ 52.4986072
+ ],
+ [
+ -8.3737385,
+ 52.4764529
+ ],
+ [
+ -8.432326,
+ 52.4342609
+ ],
+ [
+ -8.4754569,
+ 52.4216289
+ ],
+ [
+ -8.5017727,
+ 52.3870011
+ ],
+ [
+ -8.5476205,
+ 52.3681351
+ ],
+ [
+ -8.6444103,
+ 52.3376422
+ ],
+ [
+ -8.6841451,
+ 52.3660614
+ ],
+ [
+ -8.8154099,
+ 52.3721014
+ ],
+ [
+ -8.8614233,
+ 52.3521652
+ ],
+ [
+ -8.9074451,
+ 52.3824674
+ ],
+ [
+ -8.9388551,
+ 52.3789166
+ ],
+ [
+ -8.9782502,
+ 52.4093811
+ ],
+ [
+ -9.0298715,
+ 52.4104169
+ ],
+ [
+ -9.1059449,
+ 52.420981
+ ],
+ [
+ -9.1084962,
+ 52.4415071
+ ],
+ [
+ -9.140702,
+ 52.4650891
+ ],
+ [
+ -9.1315765,
+ 52.5136207
+ ],
+ [
+ -9.1739699,
+ 52.5620573
+ ],
+ [
+ -9.1426235,
+ 52.589645
+ ],
+ [
+ -9.1542382,
+ 52.610216
+ ],
+ [
+ -9.1426231,
+ 52.6387401
+ ],
+ [
+ -9.1776844,
+ 52.6447573
+ ],
+ [
+ -9.2012184,
+ 52.6526248
+ ],
+ [
+ -9.2036198,
+ 52.6686468
+ ],
+ [
+ -9.2238348,
+ 52.6706578
+ ],
+ [
+ -9.2161072,
+ 52.6919412
+ ],
+ [
+ -9.1882395,
+ 52.7057242
+ ],
+ [
+ -9.2750099,
+ 52.7350292
+ ],
+ [
+ -9.2601152,
+ 52.7616711
+ ]
+ ],
+ [
+ [
+ -7.307313219981238,
+ 53.81625879275365
+ ],
+ [
+ -7.245858447032101,
+ 53.78300449111207
+ ],
+ [
+ -7.15144468970801,
+ 53.81179938127503
+ ],
+ [
+ -7.086900011973722,
+ 53.784424420834
+ ],
+ [
+ -7.0347149533800435,
+ 53.77996162275688
+ ],
+ [
+ -6.975320116954343,
+ 53.788481098127924
+ ],
+ [
+ -6.928628222423156,
+ 53.81443454540607
+ ],
+ [
+ -6.992829577403537,
+ 53.86609081229548
+ ],
+ [
+ -6.975320116954343,
+ 53.87945028968944
+ ],
+ [
+ -6.949914233165313,
+ 53.87094929783329
+ ],
+ [
+ -6.9375546140247035,
+ 53.87540241385127
+ ],
+ [
+ -6.936867968516893,
+ 53.896649390754646
+ ],
+ [
+ -6.897042529063821,
+ 53.889770599553906
+ ],
+ [
+ -6.867516772227924,
+ 53.880259817835736
+ ],
+ [
+ -6.851037280040446,
+ 53.88450958346468
+ ],
+ [
+ -6.842454211192801,
+ 53.89786317755242
+ ],
+ [
+ -6.812928454356904,
+ 53.90069520963246
+ ],
+ [
+ -6.79850889869286,
+ 53.89280549994937
+ ],
+ [
+ -6.789925829845217,
+ 53.89462633440526
+ ],
+ [
+ -6.791985766368652,
+ 53.904538374710896
+ ],
+ [
+ -6.778939501720231,
+ 53.918087767078354
+ ],
+ [
+ -6.77001311011868,
+ 53.91505470292794
+ ],
+ [
+ -6.75868345923979,
+ 53.921727153244476
+ ],
+ [
+ -6.744263903575747,
+ 53.916065748791254
+ ],
+ [
+ -6.727441088634364,
+ 53.92334455637637
+ ],
+ [
+ -6.713021532970319,
+ 53.90777445003927
+ ],
+ [
+ -6.684182421642232,
+ 53.90292024303218
+ ],
+ [
+ -6.623757616954815,
+ 53.88187882710815
+ ],
+ [
+ -6.590455309825955,
+ 53.857789593974296
+ ],
+ [
+ -6.591141955333765,
+ 53.835509894663346
+ ],
+ [
+ -6.574319140392382,
+ 53.82254170362619
+ ],
+ [
+ -6.571572558361136,
+ 53.804703885117576
+ ],
+ [
+ -6.5533764524041285,
+ 53.79983770791046
+ ],
+ [
+ -6.541360156017425,
+ 53.78300449111207
+ ],
+ [
+ -6.511491076427622,
+ 53.76900546961285
+ ],
+ [
+ -6.472695605236269,
+ 53.77326653566421
+ ],
+ [
+ -6.443513171154276,
+ 53.76393220797015
+ ],
+ [
+ -6.44728972144724,
+ 53.75114486961979
+ ],
+ [
+ -6.4775021237909485,
+ 53.728199094666586
+ ],
+ [
+ -6.459649340587848,
+ 53.71682309412751
+ ],
+ [
+ -6.435616747814443,
+ 53.72230833571077
+ ],
+ [
+ -6.4198239011347775,
+ 53.72921465935537
+ ],
+ [
+ -6.4009411496699595,
+ 53.72169889975152
+ ],
+ [
+ -6.375878588634836,
+ 53.718042098526006
+ ],
+ [
+ -6.359055773693453,
+ 53.708695495259434
+ ],
+ [
+ -6.340173022228636,
+ 53.708085862042424
+ ],
+ [
+ -6.329873339611461,
+ 53.71296268045594
+ ],
+ [
+ -6.325753466564592,
+ 53.72210519137233
+ ],
+ [
+ -6.2938244504513525,
+ 53.72576163932632
+ ],
+ [
+ -6.265328661877173,
+ 53.7363229253304
+ ],
+ [
+ -6.240952746349864,
+ 53.734292114843086
+ ],
+ [
+ -6.180871264416349,
+ 53.632015710147016
+ ],
+ [
+ -6.092793818322125,
+ 53.588038288422446
+ ],
+ [
+ -5.985734079608837,
+ 53.49383447350347
+ ],
+ [
+ -6.0887447432153685,
+ 53.27174268379562
+ ],
+ [
+ -6.033272979232964,
+ 53.1191110041494
+ ],
+ [
+ -5.984663357119282,
+ 52.9651254915577
+ ],
+ [
+ -6.122679104189409,
+ 52.73207538466633
+ ],
+ [
+ -6.185163845400262,
+ 52.73706461957944
+ ],
+ [
+ -6.1899703639549415,
+ 52.76075568810044
+ ],
+ [
+ -6.319059719423517,
+ 52.782357357522855
+ ],
+ [
+ -6.393904079774976,
+ 52.7790347214105
+ ],
+ [
+ -6.465315212587381,
+ 52.6946379192593
+ ],
+ [
+ -6.534666408876349,
+ 52.673409093161446
+ ],
+ [
+ -6.612257351259057,
+ 52.69255711803012
+ ],
+ [
+ -6.6692489284074155,
+ 52.74745702505679
+ ],
+ [
+ -6.671308864930852,
+ 52.76948072949997
+ ],
+ [
+ -6.720747341493285,
+ 52.7748810695361
+ ],
+ [
+ -6.71456753192298,
+ 52.80311808637125
+ ],
+ [
+ -6.658949245790243,
+ 52.84709806982182
+ ],
+ [
+ -6.582044948915348,
+ 52.81349473557279
+ ],
+ [
+ -6.547712673524768,
+ 52.83133677935633
+ ],
+ [
+ -6.531233181337292,
+ 52.87404491274922
+ ],
+ [
+ -6.617750515321548,
+ 52.87528820923615
+ ],
+ [
+ -6.728987087587023,
+ 52.90635903963372
+ ],
+ [
+ -6.780485500672891,
+ 52.859122574848655
+ ],
+ [
+ -6.870436062196207,
+ 52.85165948109425
+ ],
+ [
+ -6.938413967469552,
+ 52.86658438536895
+ ],
+ [
+ -6.965879787782016,
+ 52.89766145203082
+ ],
+ [
+ -6.987852444031986,
+ 52.969260966642985
+ ],
+ [
+ -7.039350857117853,
+ 52.9560260536776
+ ],
+ [
+ -7.109388698914634,
+ 53.007288776633686
+ ],
+ [
+ -7.068876613953752,
+ 53.058078015357786
+ ],
+ [
+ -7.088789333680287,
+ 53.11869890949892
+ ],
+ [
+ -7.119688381531809,
+ 53.15000684568904
+ ],
+ [
+ -7.105955471375577,
+ 53.16112391039828
+ ],
+ [
+ -7.127928127625547,
+ 53.17223809655703
+ ],
+ [
+ -7.180113186219227,
+ 53.182526443342745
+ ],
+ [
+ -7.160887112000503,
+ 53.19898266621498
+ ],
+ [
+ -7.057890285828767,
+ 53.19898266621498
+ ],
+ [
+ -7.048963894227218,
+ 53.217077217179636
+ ],
+ [
+ -7.0915359157115345,
+ 53.235575105358386
+ ],
+ [
+ -7.0434707301647235,
+ 53.25735126035676
+ ],
+ [
+ -7.05102383075065,
+ 53.29717703664696
+ ],
+ [
+ -6.996778835633536,
+ 53.31112780504489
+ ],
+ [
+ -7.044157375672535,
+ 53.33368557548294
+ ],
+ [
+ -7.105955471375576,
+ 53.371801590024276
+ ],
+ [
+ -7.22050647653913,
+ 53.432465115081854
+ ],
+ [
+ -7.149441429887032,
+ 53.45731709817442
+ ],
+ [
+ -7.099891489102085,
+ 53.463915962572514
+ ],
+ [
+ -7.0744645458045445,
+ 53.48370640260363
+ ],
+ [
+ -7.079028356140001,
+ 53.504650927752664
+ ],
+ [
+ -7.047733656696876,
+ 53.515119311359335
+ ],
+ [
+ -7.029478415355053,
+ 53.54147267392419
+ ],
+ [
+ -7.054253385747527,
+ 53.56471202500164
+ ],
+ [
+ -7.009267255298033,
+ 53.58561652973758
+ ],
+ [
+ -6.992641946218873,
+ 53.602642188744426
+ ],
+ [
+ -6.989056095241016,
+ 53.62739453790707
+ ],
+ [
+ -6.9717788132567895,
+ 53.63686620586593
+ ],
+ [
+ -6.9633031654909425,
+ 53.650973114934644
+ ],
+ [
+ -6.9871001765258205,
+ 53.66623418009986
+ ],
+ [
+ -6.999813648174589,
+ 53.67086935885432
+ ],
+ [
+ -7.008289295940436,
+ 53.65908728051006
+ ],
+ [
+ -7.044473792171549,
+ 53.65367801032349
+ ],
+ [
+ -7.066640870943764,
+ 53.63918547390694
+ ],
+ [
+ -7.101847407817279,
+ 53.65870092708686
+ ],
+ [
+ -7.120754622064167,
+ 53.672993645380515
+ ],
+ [
+ -7.137379931143327,
+ 53.66893809633893
+ ],
+ [
+ -7.160850955725672,
+ 53.683034277255075
+ ],
+ [
+ -7.174216400279507,
+ 53.686316272406906
+ ],
+ [
+ -7.196057492599188,
+ 53.69017711570491
+ ],
+ [
+ -7.210726882963154,
+ 53.69480966037566
+ ],
+ [
+ -7.247237365646801,
+ 53.71661437518035
+ ],
+ [
+ -7.239413690786019,
+ 53.73223735177976
+ ],
+ [
+ -7.260276823748104,
+ 53.74361339729716
+ ],
+ [
+ -7.2814659431627184,
+ 53.75922634307083
+ ],
+ [
+ -7.289615604476034,
+ 53.77271433845693
+ ],
+ [
+ -7.3238441819919515,
+ 53.78465723043301
+ ],
+ [
+ -7.337209626545788,
+ 53.78658318504567
+ ],
+ [
+ -7.351227044004687,
+ 53.80141007448381
+ ],
+ [
+ -7.307313219981238,
+ 53.81625879275365
+ ]
+ ],
+ [
+ [
+ -5.685433013282673,
+ 54.77854496390836
+ ],
+ [
+ -5.696867084279401,
+ 54.73050346921268
+ ],
+ [
+ -5.8223689524230124,
+ 54.70033215177621
+ ],
+ [
+ -5.878760568989772,
+ 54.649492182564074
+ ],
+ [
+ -5.743404719024681,
+ 54.68128223623249
+ ],
+ [
+ -5.581196917402638,
+ 54.68781619319656
+ ],
+ [
+ -5.571488953592992,
+ 54.67074450064368
+ ],
+ [
+ -5.582915011231644,
+ 54.66440901595977
+ ],
+ [
+ -5.58291501123164,
+ 54.65085746679818
+ ],
+ [
+ -5.6086481910584185,
+ 54.63997082553691
+ ],
+ [
+ -5.6354970593650116,
+ 54.61551371292451
+ ],
+ [
+ -5.728732824433139,
+ 54.6184944610979
+ ],
+ [
+ -5.822612969913913,
+ 54.49193018941315
+ ],
+ [
+ -5.896754545381575,
+ 54.44975600798866
+ ],
+ [
+ -5.936834914186871,
+ 54.38213187386197
+ ],
+ [
+ -6.0187561190025445,
+ 54.36974944197913
+ ],
+ [
+ -6.059257912638059,
+ 54.38280030737259
+ ],
+ [
+ -6.101784280694663,
+ 54.41510088826871
+ ],
+ [
+ -6.1740201072375225,
+ 54.43476829635816
+ ],
+ [
+ -6.216261364689026,
+ 54.42827259213158
+ ],
+ [
+ -6.264329002478664,
+ 54.487825014814625
+ ],
+ [
+ -6.249277519938476,
+ 54.49741303545491
+ ],
+ [
+ -6.288340515296785,
+ 54.53143435197413
+ ],
+ [
+ -6.283750270272458,
+ 54.54447449434036
+ ],
+ [
+ -6.321445027854273,
+ 54.58928767713928
+ ],
+ [
+ -6.264329002478664,
+ 54.604982769755765
+ ],
+ [
+ -6.240052417736423,
+ 54.59541999854735
+ ],
+ [
+ -6.098762694536575,
+ 54.631690374598676
+ ],
+ [
+ -6.051950538018501,
+ 54.61314575326238
+ ],
+ [
+ -6.031509408441251,
+ 54.620921248201434
+ ],
+ [
+ -6.002995140908084,
+ 54.65571636730639
+ ],
+ [
+ -6.0647754758974335,
+ 54.6634355452454
+ ],
+ [
+ -6.059920158948984,
+ 54.704134188139534
+ ],
+ [
+ -6.047781866577864,
+ 54.71395188569398
+ ],
+ [
+ -6.120611620804591,
+ 54.801644524994515
+ ],
+ [
+ -6.002141887262449,
+ 54.80836072138932
+ ],
+ [
+ -5.984662746248036,
+ 54.78652900156178
+ ],
+ [
+ -5.685433013282673,
+ 54.77854496390836
+ ]
+ ],
+ [
+ [
+ -9.128658300749114,
+ 53.24759266864586
+ ],
+ [
+ -9.024510568479629,
+ 53.26744820137083
+ ],
+ [
+ -9.016360907166316,
+ 53.26364619217274
+ ],
+ [
+ -9.001854510028616,
+ 53.26588844362053
+ ],
+ [
+ -8.9951717877517,
+ 53.259258838409615
+ ],
+ [
+ -8.973493688658284,
+ 53.262378780650025
+ ],
+ [
+ -8.95230456924367,
+ 53.271444820907114
+ ],
+ [
+ -8.956705386352859,
+ 53.281580911863244
+ ],
+ [
+ -8.961106203462048,
+ 53.28119110665652
+ ],
+ [
+ -8.960780217009516,
+ 53.28908396911955
+ ],
+ [
+ -8.954260487958864,
+ 53.28927883616923
+ ],
+ [
+ -8.95230456924367,
+ 53.30155366854246
+ ],
+ [
+ -8.963714095082308,
+ 53.303793931840495
+ ],
+ [
+ -8.9811543702928,
+ 53.294734752711804
+ ],
+ [
+ -8.985718180628256,
+ 53.30174847871221
+ ],
+ [
+ -9.019946758144176,
+ 53.30768976199425
+ ],
+ [
+ -9.00837423907927,
+ 53.31596722087059
+ ],
+ [
+ -9.01880580556031,
+ 53.31625933715475
+ ],
+ [
+ -9.045862681120513,
+ 53.31275380979257
+ ],
+ [
+ -9.06444390891487,
+ 53.32122500810515
+ ],
+ [
+ -9.080906224767762,
+ 53.307397587062724
+ ],
+ [
+ -9.08106921799403,
+ 53.303404329274585
+ ],
+ [
+ -9.09019683866494,
+ 53.30574189135002
+ ],
+ [
+ -9.095901601584261,
+ 53.298826232852214
+ ],
+ [
+ -9.10128037805105,
+ 53.3008718259498
+ ],
+ [
+ -9.115623781962478,
+ 53.28450433758295
+ ],
+ [
+ -9.121491538108067,
+ 53.2832375443259
+ ],
+ [
+ -9.13273807072044,
+ 53.28557621023763
+ ],
+ [
+ -9.144636576237877,
+ 53.27865728614638
+ ],
+ [
+ -9.13876882009229,
+ 53.26345120822951
+ ],
+ [
+ -9.128658300749114,
+ 53.24759266864586
+ ]
+ ],
+ [
+ [
+ -8.595266214281438,
+ 51.69264788483154
+ ],
+ [
+ -8.55819409885298,
+ 51.69306638852667
+ ],
+ [
+ -8.566697711835303,
+ 51.682644706464686
+ ],
+ [
+ -8.579130708100188,
+ 51.67349700898941
+ ],
+ [
+ -8.544554623426079,
+ 51.66520531197343
+ ],
+ [
+ -8.494765061495364,
+ 51.667778759675976
+ ],
+ [
+ -8.30113898732036,
+ 51.7235009029955
+ ],
+ [
+ -8.268406960495541,
+ 51.784858633837544
+ ],
+ [
+ -8.154536388302146,
+ 51.7814362126791
+ ],
+ [
+ -8.115350159004825,
+ 51.809093351533164
+ ],
+ [
+ -8.068326683848039,
+ 51.870050153657075
+ ],
+ [
+ -8.10059769621054,
+ 51.89964422561186
+ ],
+ [
+ -8.08123508879304,
+ 51.918414974037226
+ ],
+ [
+ -8.09183842142643,
+ 51.95337589170907
+ ],
+ [
+ -8.124570448251253,
+ 51.95479649105758
+ ],
+ [
+ -8.132407694110718,
+ 51.970988142592034
+ ],
+ [
+ -8.099675667285895,
+ 51.978371865876596
+ ],
+ [
+ -8.144394070131078,
+ 52.02151390085561
+ ],
+ [
+ -8.159607547387685,
+ 52.064330945363764
+ ],
+ [
+ -8.140705954432507,
+ 52.07254939152303
+ ],
+ [
+ -8.165600735397863,
+ 52.09294727054506
+ ],
+ [
+ -8.18726841512697,
+ 52.0835993998731
+ ],
+ [
+ -8.2093971093184,
+ 52.10512489114057
+ ],
+ [
+ -8.207092037006792,
+ 52.12494181389489
+ ],
+ [
+ -8.227837687811258,
+ 52.143052434929714
+ ],
+ [
+ -8.222766528725723,
+ 52.16454923557058
+ ],
+ [
+ -8.30298304516965,
+ 52.1829264222872
+ ],
+ [
+ -8.427456949996438,
+ 52.17783811526099
+ ],
+ [
+ -8.46710419375608,
+ 52.169921813849676
+ ],
+ [
+ -8.509978538751975,
+ 52.18405707812542
+ ],
+ [
+ -8.530263175094117,
+ 52.16511480067495
+ ],
+ [
+ -8.574981577939297,
+ 52.18066502436804
+ ],
+ [
+ -8.587889982884295,
+ 52.16963906274442
+ ],
+ [
+ -8.642289689438227,
+ 52.18829678149147
+ ],
+ [
+ -8.719279104645906,
+ 52.15804472022032
+ ],
+ [
+ -8.698533453841442,
+ 52.13541291452849
+ ],
+ [
+ -8.740946784375014,
+ 52.10823956240069
+ ],
+ [
+ -8.77460084012448,
+ 52.05951253229793
+ ],
+ [
+ -8.803183736788409,
+ 52.03768144571248
+ ],
+ [
+ -8.86818677597573,
+ 52.03286015807593
+ ],
+ [
+ -8.870491848287335,
+ 52.01839317543363
+ ],
+ [
+ -8.844214023935015,
+ 51.991148511559096
+ ],
+ [
+ -8.79811257770287,
+ 51.964455373040394
+ ],
+ [
+ -8.782899100446263,
+ 51.931777239822054
+ ],
+ [
+ -8.835915763613228,
+ 51.9292188160068
+ ],
+ [
+ -8.838681850387156,
+ 51.90277322850554
+ ],
+ [
+ -8.802261707863764,
+ 51.89367006943167
+ ],
+ [
+ -8.792580404155013,
+ 51.85695425263326
+ ],
+ [
+ -8.765841565340368,
+ 51.82476769939557
+ ],
+ [
+ -8.758926348405547,
+ 51.80054140901511
+ ],
+ [
+ -8.79811257770287,
+ 51.78628456602828
+ ],
+ [
+ -8.832227647914657,
+ 51.79626482935233
+ ],
+ [
+ -8.836837792537873,
+ 51.77687258059678
+ ],
+ [
+ -8.885705325543944,
+ 51.746055989869106
+ ],
+ [
+ -8.859888515653944,
+ 51.72435763090916
+ ],
+ [
+ -8.807332866949299,
+ 51.71093369500414
+ ],
+ [
+ -8.678248817499297,
+ 51.693505197270746
+ ],
+ [
+ -8.60540853245251,
+ 51.67835695335278
+ ],
+ [
+ -8.595266214281438,
+ 51.69264788483154
+ ]
+ ],
+ [
+ [
+ -7.138279151048154,
+ 55.06131559970097
+ ],
+ [
+ -7.117994514706011,
+ 54.99631329558348
+ ],
+ [
+ -7.070049010624583,
+ 54.98784996056705
+ ],
+ [
+ -7.076503213097081,
+ 54.93332450204895
+ ],
+ [
+ -7.025791622241725,
+ 54.91159959910791
+ ],
+ [
+ -7.007351043748867,
+ 54.87872502112528
+ ],
+ [
+ -7.024869593317081,
+ 54.8511320998998
+ ],
+ [
+ -6.990754523105296,
+ 54.81661438893913
+ ],
+ [
+ -7.051608432131725,
+ 54.80598761598125
+ ],
+ [
+ -7.115228427932084,
+ 54.80651902101645
+ ],
+ [
+ -7.170550163410654,
+ 54.84847793920564
+ ],
+ [
+ -7.199133060074584,
+ 54.84316909395457
+ ],
+ [
+ -7.222183783190655,
+ 54.85803210052931
+ ],
+ [
+ -7.2111194360949415,
+ 54.862808332627324
+ ],
+ [
+ -7.212041465019584,
+ 54.882438010878076
+ ],
+ [
+ -7.279349576518514,
+ 54.880846771447125
+ ],
+ [
+ -7.273817402970655,
+ 54.91530955931841
+ ],
+ [
+ -7.3033223285592275,
+ 54.915839525718205
+ ],
+ [
+ -7.363254208661015,
+ 54.90894941815292
+ ],
+ [
+ -7.385382902852443,
+ 54.91636948513913
+ ],
+ [
+ -7.391837105324943,
+ 54.93438395336098
+ ],
+ [
+ -7.429640291235302,
+ 54.95291983389722
+ ],
+ [
+ -7.420420001988872,
+ 54.99208185118366
+ ],
+ [
+ -7.410277683817801,
+ 55.03437621938347
+ ],
+ [
+ -7.3577220351131585,
+ 55.057619110599035
+ ],
+ [
+ -7.265519142648871,
+ 55.07557028899173
+ ],
+ [
+ -7.138279151048154,
+ 55.06131559970097
+ ]
+ ],
+ [
+ [
+ -7.190498776293322,
+ 52.26144368927652
+ ],
+ [
+ -7.156844720543858,
+ 52.28443443581867
+ ],
+ [
+ -7.132871968503143,
+ 52.27343421670601
+ ],
+ [
+ -7.113278853854483,
+ 52.26779201951648
+ ],
+ [
+ -7.098295883829036,
+ 52.27230583471742
+ ],
+ [
+ -7.089767116276089,
+ 52.25509445009032
+ ],
+ [
+ -7.07109603055207,
+ 52.259186286149074
+ ],
+ [
+ -7.033984366335195,
+ 52.257352061495865
+ ],
+ [
+ -7.027530163862696,
+ 52.250720000975015
+ ],
+ [
+ -7.034675888028678,
+ 52.247756419376
+ ],
+ [
+ -7.031218279561267,
+ 52.24013487190721
+ ],
+ [
+ -7.034214873566356,
+ 52.23222966213934
+ ],
+ [
+ -7.050580886978767,
+ 52.2296884028405
+ ],
+ [
+ -7.062567262999124,
+ 52.21980434486687
+ ],
+ [
+ -7.076858711331088,
+ 52.216132562953725
+ ],
+ [
+ -7.084926464421715,
+ 52.22065163604718
+ ],
+ [
+ -7.084465449959392,
+ 52.22785295843095
+ ],
+ [
+ -7.101292477834124,
+ 52.221498911062525
+ ],
+ [
+ -7.105211100763858,
+ 52.21726237433474
+ ],
+ [
+ -7.111665303236357,
+ 52.21796849185403
+ ],
+ [
+ -7.107977187537785,
+ 52.21104805609072
+ ],
+ [
+ -7.117773744862115,
+ 52.20928246619701
+ ],
+ [
+ -7.129760120882472,
+ 52.21690931136535
+ ],
+ [
+ -7.14497359813908,
+ 52.21782726924826
+ ],
+ [
+ -7.150505771686938,
+ 52.22375823207553
+ ],
+ [
+ -7.158112510315241,
+ 52.22262858593765
+ ],
+ [
+ -7.158804032008724,
+ 52.22700580464912
+ ],
+ [
+ -7.158573524777563,
+ 52.23180612902503
+ ],
+ [
+ -7.167563306792832,
+ 52.23985256723076
+ ],
+ [
+ -7.16733279956167,
+ 52.244580933687786
+ ],
+ [
+ -7.172519212262786,
+ 52.24676851484933
+ ],
+ [
+ -7.177590371348324,
+ 52.25114335361416
+ ],
+ [
+ -7.190498776293322,
+ 52.26144368927652
+ ]
+ ]
+ ],
+ "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas",
+ "terms_text": "EEA GMES Urban Atlas"
+ },
+ {
+ "name": "Japan GSI ortho Imagery",
+ "type": "tms",
+ "template": "http://cyberjapandata.gsi.go.jp/xyz/ort/{z}/{x}/{y}.jpg",
+ "scaleExtent": [
+ 12,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ 141.85546875,
+ 44.64911632343077
+ ],
+ [
+ 140.2294921875,
+ 43.96909818325174
+ ],
+ [
+ 138.955078125,
+ 41.80407814427237
+ ],
+ [
+ 139.482421875,
+ 40.17887331434696
+ ],
+ [
+ 138.8671875,
+ 38.30718056188316
+ ],
+ [
+ 136.31835937499997,
+ 37.19533058280065
+ ],
+ [
+ 132.1435546875,
+ 35.137879119634185
+ ],
+ [
+ 128.935546875,
+ 33.35806161277885
+ ],
+ [
+ 129.5068359375,
+ 32.47269502206151
+ ],
+ [
+ 129.77050781249997,
+ 31.690781806136822
+ ],
+ [
+ 130.2099609375,
+ 30.90222470517144
+ ],
+ [
+ 131.220703125,
+ 30.78903675126116
+ ],
+ [
+ 131.66015625,
+ 32.32427558887655
+ ],
+ [
+ 132.71484375,
+ 32.879587173066305
+ ],
+ [
+ 133.76953125,
+ 33.17434155100208
+ ],
+ [
+ 136.7578125,
+ 33.87041555094183
+ ],
+ [
+ 139.306640625,
+ 35.06597313798418
+ ],
+ [
+ 140.888671875,
+ 35.17380831799959
+ ],
+ [
+ 141.15234374999997,
+ 36.56260003738548
+ ],
+ [
+ 142.11914062499997,
+ 39.9434364619742
+ ],
+ [
+ 141.767578125,
+ 42.68243539838623
+ ],
+ [
+ 141.85546875,
+ 44.64911632343077
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "Kanton Aargau 25cm (AGIS 2011)",
+ "type": "tms",
+ "template": "http://tiles.poole.ch/AGIS/OF2011/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 14,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ 7.7,
+ 47.12
+ ],
+ [
+ 7.7,
+ 47.63
+ ],
+ [
+ 8.5,
+ 47.63
+ ],
+ [
+ 8.5,
+ 47.12
+ ],
+ [
+ 7.7,
+ 47.12
+ ]
+ ]
+ ],
+ "terms_text": "AGIS OF2011"
+ },
+ {
+ "name": "Kanton Aargau 25cm (AGIS 2014)",
+ "type": "tms",
+ "template": "http://mapproxy.osm.ch:8080/tiles/AGIS2014/EPSG900913/{z}/{x}/{y}.png?origin=nw",
+ "scaleExtent": [
+ 8,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ 7.7,
+ 47.12
+ ],
+ [
+ 7.7,
+ 47.63
+ ],
+ [
+ 8.5,
+ 47.63
+ ],
+ [
+ 8.5,
+ 47.12
+ ],
+ [
+ 7.7,
+ 47.12
+ ]
+ ]
+ ],
+ "terms_text": "AGIS OF2014",
+ "best": true
+ },
+ {
+ "name": "Kanton Solothurn 25cm (SOGIS 2011-2014)",
+ "type": "tms",
+ "template": "http://mapproxy.osm.ch:8080/tiles/sogis2014/EPSG900913/{z}/{x}/{y}.png?origin=nw",
+ "scaleExtent": [
+ 12,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ 7.08,
+ 47.03
+ ],
+ [
+ 7.08,
+ 47.54
+ ],
+ [
+ 8.04,
+ 47.54
+ ],
+ [
+ 8.04,
+ 47.03
+ ],
+ [
+ 7.08,
+ 47.03
+ ]
+ ]
+ ],
+ "terms_text": "Orthofoto WMS Solothurn"
+ },
+ {
+ "name": "Katastrálna mapa Slovenska (KaPor, 2010-04)",
+ "type": "tms",
+ "template": "http://www.freemap.sk/tms/kapor2/{zoom}/{x}/{y}.jpg",
+ "polygon": [
+ [
+ [
+ 19.83682,
+ 49.25529
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 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
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 19.83682,
+ 49.25529
+ ]
+ ]
+ ],
+ "terms_url": "http://wiki.freemap.sk/KatasterPortal",
+ "terms_text": "Permisssion by UGKK"
+ },
+ {
+ "name": "Kelowna 2012",
+ "type": "tms",
+ "description": "High quality aerial imagery taken for the City of Kelowna",
+ "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna2012/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 9,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -119.5867318,
+ 49.7928087
+ ],
+ [
+ -119.5465655,
+ 49.7928097
+ ],
+ [
+ -119.5465661,
+ 49.8013837
+ ],
+ [
+ -119.5343374,
+ 49.8013841
+ ],
+ [
+ -119.5343376,
+ 49.8047321
+ ],
+ [
+ -119.5296211,
+ 49.8047322
+ ],
+ [
+ -119.5296216,
+ 49.8119555
+ ],
+ [
+ -119.5104463,
+ 49.811956
+ ],
+ [
+ -119.5115683,
+ 49.8744325
+ ],
+ [
+ -119.5108946,
+ 49.8744904
+ ],
+ [
+ -119.5114111,
+ 49.8843312
+ ],
+ [
+ -119.5114115,
+ 49.9221763
+ ],
+ [
+ -119.49386,
+ 49.9223477
+ ],
+ [
+ -119.4940505,
+ 49.9313031
+ ],
+ [
+ -119.4803936,
+ 49.9317529
+ ],
+ [
+ -119.4804572,
+ 49.9407474
+ ],
+ [
+ -119.4666732,
+ 49.9409927
+ ],
+ [
+ -119.4692775,
+ 49.9913717
+ ],
+ [
+ -119.4551337,
+ 49.9916078
+ ],
+ [
+ -119.4556736,
+ 50.0121242
+ ],
+ [
+ -119.4416673,
+ 50.0123895
+ ],
+ [
+ -119.4417308,
+ 50.0136345
+ ],
+ [
+ -119.4221492,
+ 50.0140377
+ ],
+ [
+ -119.4221042,
+ 50.0119306
+ ],
+ [
+ -119.4121303,
+ 50.012165
+ ],
+ [
+ -119.4126082,
+ 50.0216913
+ ],
+ [
+ -119.4123387,
+ 50.0216913
+ ],
+ [
+ -119.4124772,
+ 50.0250773
+ ],
+ [
+ -119.4120917,
+ 50.0250821
+ ],
+ [
+ -119.4121954,
+ 50.0270769
+ ],
+ [
+ -119.4126083,
+ 50.0270718
+ ],
+ [
+ -119.4128328,
+ 50.0321946
+ ],
+ [
+ -119.3936313,
+ 50.0326418
+ ],
+ [
+ -119.393529,
+ 50.0307781
+ ],
+ [
+ -119.3795727,
+ 50.0310116
+ ],
+ [
+ -119.3795377,
+ 50.0287584
+ ],
+ [
+ -119.3735764,
+ 50.0288621
+ ],
+ [
+ -119.371544,
+ 49.9793618
+ ],
+ [
+ -119.3573506,
+ 49.9793618
+ ],
+ [
+ -119.3548353,
+ 49.9256081
+ ],
+ [
+ -119.3268079,
+ 49.9257238
+ ],
+ [
+ -119.3256573,
+ 49.8804068
+ ],
+ [
+ -119.3138893,
+ 49.8806528
+ ],
+ [
+ -119.3137097,
+ 49.8771651
+ ],
+ [
+ -119.3132156,
+ 49.877223
+ ],
+ [
+ -119.3131482,
+ 49.8749652
+ ],
+ [
+ -119.312452,
+ 49.8749073
+ ],
+ [
+ -119.3122275,
+ 49.87236
+ ],
+ [
+ -119.3117558,
+ 49.872331
+ ],
+ [
+ -119.3115986,
+ 49.8696098
+ ],
+ [
+ -119.3112169,
+ 49.8694217
+ ],
+ [
+ -119.3109199,
+ 49.8632417
+ ],
+ [
+ -119.3103721,
+ 49.8632724
+ ],
+ [
+ -119.3095139,
+ 49.8512388
+ ],
+ [
+ -119.3106368,
+ 49.8512316
+ ],
+ [
+ -119.3103859,
+ 49.8462564
+ ],
+ [
+ -119.3245344,
+ 49.8459957
+ ],
+ [
+ -119.3246018,
+ 49.8450689
+ ],
+ [
+ -119.3367018,
+ 49.844875
+ ],
+ [
+ -119.3367467,
+ 49.8435136
+ ],
+ [
+ -119.337937,
+ 49.8434702
+ ],
+ [
+ -119.3378023,
+ 49.8382055
+ ],
+ [
+ -119.3383637,
+ 49.8381041
+ ],
+ [
+ -119.3383749,
+ 49.8351202
+ ],
+ [
+ -119.3390936,
+ 49.8351058
+ ],
+ [
+ -119.3388016,
+ 49.8321217
+ ],
+ [
+ -119.3391497,
+ 49.8320565
+ ],
+ [
+ -119.3391722,
+ 49.8293331
+ ],
+ [
+ -119.3394641,
+ 49.8293331
+ ],
+ [
+ -119.3395879,
+ 49.8267878
+ ],
+ [
+ -119.3500053,
+ 49.8265829
+ ],
+ [
+ -119.3493701,
+ 49.8180588
+ ],
+ [
+ -119.4046964,
+ 49.8163785
+ ],
+ [
+ -119.4045694,
+ 49.8099022
+ ],
+ [
+ -119.4101592,
+ 49.8099022
+ ],
+ [
+ -119.4102862,
+ 49.8072787
+ ],
+ [
+ -119.4319467,
+ 49.8069098
+ ],
+ [
+ -119.4322643,
+ 49.7907965
+ ],
+ [
+ -119.4459847,
+ 49.7905504
+ ],
+ [
+ -119.445286,
+ 49.7820201
+ ],
+ [
+ -119.4967376,
+ 49.7811587
+ ],
+ [
+ -119.4966105,
+ 49.7784927
+ ],
+ [
+ -119.5418371,
+ 49.7775082
+ ],
+ [
+ -119.5415892,
+ 49.7718277
+ ],
+ [
+ -119.5560296,
+ 49.7714941
+ ],
+ [
+ -119.5561194,
+ 49.7718422
+ ],
+ [
+ -119.5715704,
+ 49.7715086
+ ],
+ [
+ -119.5716153,
+ 49.7717262
+ ],
+ [
+ -119.5819235,
+ 49.7714941
+ ],
+ [
+ -119.5820133,
+ 49.7717697
+ ],
+ [
+ -119.5922991,
+ 49.7715231
+ ],
+ [
+ -119.592344,
+ 49.7718132
+ ],
+ [
+ -119.6003839,
+ 49.7715957
+ ],
+ [
+ -119.6011924,
+ 49.7839081
+ ],
+ [
+ -119.5864365,
+ 49.7843863
+ ]
+ ]
+ ],
+ "id": "kelowna_2012"
+ },
+ {
+ "name": "Kelowna Roads overlay",
+ "type": "tms",
+ "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna_overlay/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 9,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -119.5867318,
+ 49.7928087
+ ],
+ [
+ -119.5465655,
+ 49.7928097
+ ],
+ [
+ -119.5465661,
+ 49.8013837
+ ],
+ [
+ -119.5343374,
+ 49.8013841
+ ],
+ [
+ -119.5343376,
+ 49.8047321
+ ],
+ [
+ -119.5296211,
+ 49.8047322
+ ],
+ [
+ -119.5296216,
+ 49.8119555
+ ],
+ [
+ -119.5104463,
+ 49.811956
+ ],
+ [
+ -119.5115683,
+ 49.8744325
+ ],
+ [
+ -119.5108946,
+ 49.8744904
+ ],
+ [
+ -119.5114111,
+ 49.8843312
+ ],
+ [
+ -119.5114115,
+ 49.9221763
+ ],
+ [
+ -119.49386,
+ 49.9223477
+ ],
+ [
+ -119.4940505,
+ 49.9313031
+ ],
+ [
+ -119.4803936,
+ 49.9317529
+ ],
+ [
+ -119.4804572,
+ 49.9407474
+ ],
+ [
+ -119.4666732,
+ 49.9409927
+ ],
+ [
+ -119.4692775,
+ 49.9913717
+ ],
+ [
+ -119.4551337,
+ 49.9916078
+ ],
+ [
+ -119.4556736,
+ 50.0121242
+ ],
+ [
+ -119.4416673,
+ 50.0123895
+ ],
+ [
+ -119.4417308,
+ 50.0136345
+ ],
+ [
+ -119.4221492,
+ 50.0140377
+ ],
+ [
+ -119.4221042,
+ 50.0119306
+ ],
+ [
+ -119.4121303,
+ 50.012165
+ ],
+ [
+ -119.4126082,
+ 50.0216913
+ ],
+ [
+ -119.4123387,
+ 50.0216913
+ ],
+ [
+ -119.4124772,
+ 50.0250773
+ ],
+ [
+ -119.4120917,
+ 50.0250821
+ ],
+ [
+ -119.4121954,
+ 50.0270769
+ ],
+ [
+ -119.4126083,
+ 50.0270718
+ ],
+ [
+ -119.4128328,
+ 50.0321946
+ ],
+ [
+ -119.3936313,
+ 50.0326418
+ ],
+ [
+ -119.393529,
+ 50.0307781
+ ],
+ [
+ -119.3795727,
+ 50.0310116
+ ],
+ [
+ -119.3795377,
+ 50.0287584
+ ],
+ [
+ -119.3735764,
+ 50.0288621
+ ],
+ [
+ -119.371544,
+ 49.9793618
+ ],
+ [
+ -119.3573506,
+ 49.9793618
+ ],
+ [
+ -119.3548353,
+ 49.9256081
+ ],
+ [
+ -119.3268079,
+ 49.9257238
+ ],
+ [
+ -119.3256573,
+ 49.8804068
+ ],
+ [
+ -119.3138893,
+ 49.8806528
+ ],
+ [
+ -119.3137097,
+ 49.8771651
+ ],
+ [
+ -119.3132156,
+ 49.877223
+ ],
+ [
+ -119.3131482,
+ 49.8749652
+ ],
+ [
+ -119.312452,
+ 49.8749073
+ ],
+ [
+ -119.3122275,
+ 49.87236
+ ],
+ [
+ -119.3117558,
+ 49.872331
+ ],
+ [
+ -119.3115986,
+ 49.8696098
+ ],
+ [
+ -119.3112169,
+ 49.8694217
+ ],
+ [
+ -119.3109199,
+ 49.8632417
+ ],
+ [
+ -119.3103721,
+ 49.8632724
+ ],
+ [
+ -119.3095139,
+ 49.8512388
+ ],
+ [
+ -119.3106368,
+ 49.8512316
+ ],
+ [
+ -119.3103859,
+ 49.8462564
+ ],
+ [
+ -119.3245344,
+ 49.8459957
+ ],
+ [
+ -119.3246018,
+ 49.8450689
+ ],
+ [
+ -119.3367018,
+ 49.844875
+ ],
+ [
+ -119.3367467,
+ 49.8435136
+ ],
+ [
+ -119.337937,
+ 49.8434702
+ ],
+ [
+ -119.3378023,
+ 49.8382055
+ ],
+ [
+ -119.3383637,
+ 49.8381041
+ ],
+ [
+ -119.3383749,
+ 49.8351202
+ ],
+ [
+ -119.3390936,
+ 49.8351058
+ ],
+ [
+ -119.3388016,
+ 49.8321217
+ ],
+ [
+ -119.3391497,
+ 49.8320565
+ ],
+ [
+ -119.3391722,
+ 49.8293331
+ ],
+ [
+ -119.3394641,
+ 49.8293331
+ ],
+ [
+ -119.3395879,
+ 49.8267878
+ ],
+ [
+ -119.3500053,
+ 49.8265829
+ ],
+ [
+ -119.3493701,
+ 49.8180588
+ ],
+ [
+ -119.4046964,
+ 49.8163785
+ ],
+ [
+ -119.4045694,
+ 49.8099022
+ ],
+ [
+ -119.4101592,
+ 49.8099022
+ ],
+ [
+ -119.4102862,
+ 49.8072787
+ ],
+ [
+ -119.4319467,
+ 49.8069098
+ ],
+ [
+ -119.4322643,
+ 49.7907965
+ ],
+ [
+ -119.4459847,
+ 49.7905504
+ ],
+ [
+ -119.445286,
+ 49.7820201
+ ],
+ [
+ -119.4967376,
+ 49.7811587
+ ],
+ [
+ -119.4966105,
+ 49.7784927
+ ],
+ [
+ -119.5418371,
+ 49.7775082
+ ],
+ [
+ -119.5415892,
+ 49.7718277
+ ],
+ [
+ -119.5560296,
+ 49.7714941
+ ],
+ [
+ -119.5561194,
+ 49.7718422
+ ],
+ [
+ -119.5715704,
+ 49.7715086
+ ],
+ [
+ -119.5716153,
+ 49.7717262
+ ],
+ [
+ -119.5819235,
+ 49.7714941
+ ],
+ [
+ -119.5820133,
+ 49.7717697
+ ],
+ [
+ -119.5922991,
+ 49.7715231
+ ],
+ [
+ -119.592344,
+ 49.7718132
+ ],
+ [
+ -119.6003839,
+ 49.7715957
+ ],
+ [
+ -119.6011924,
+ 49.7839081
+ ],
+ [
+ -119.5864365,
+ 49.7843863
+ ]
+ ]
+ ],
+ "id": "kelowna_roads",
+ "overlay": true
+ },
+ {
+ "name": "Landsat 233055",
+ "type": "tms",
+ "description": "Recent Landsat imagery",
+ "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_233055/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 5,
+ 14
+ ],
+ "polygon": [
+ [
+ [
+ -60.8550011,
+ 6.1765004
+ ],
+ [
+ -60.4762612,
+ 7.9188291
+ ],
+ [
+ -62.161689,
+ 8.2778675
+ ],
+ [
+ -62.5322549,
+ 6.5375488
+ ]
+ ]
+ ],
+ "id": "landsat_233055"
+ },
+ {
+ "name": "Latest southwest British Columbia Landsat",
+ "type": "tms",
+ "description": "Recent lower-resolution landsat imagery for southwest British Columbia",
+ "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_047026/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 5,
+ 13
+ ],
+ "polygon": [
+ [
+ [
+ -121.9355512,
+ 47.7820648
+ ],
+ [
+ -121.5720582,
+ 48.6410125
+ ],
+ [
+ -121.2015461,
+ 49.4846247
+ ],
+ [
+ -121.8375516,
+ 49.6023246
+ ],
+ [
+ -122.4767046,
+ 49.7161735
+ ],
+ [
+ -123.118912,
+ 49.8268824
+ ],
+ [
+ -123.760228,
+ 49.9335836
+ ],
+ [
+ -124.0887706,
+ 49.0870469
+ ],
+ [
+ -124.4128889,
+ 48.2252567
+ ],
+ [
+ -123.792772,
+ 48.1197334
+ ],
+ [
+ -123.1727942,
+ 48.0109592
+ ],
+ [
+ -122.553553,
+ 47.8982299
+ ]
+ ]
+ ],
+ "id": "landsat_047026"
+ },
+ {
+ "name": "Lithuania - NŽT ORT10LT",
+ "type": "tms",
+ "template": "http://mapproxy.openmap.lt/ort10lt/g/{z}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 4,
+ 18
+ ],
+ "polygon": [
+ [
+ [
+ 21.4926054,
+ 56.3592046
+ ],
+ [
+ 21.8134688,
+ 56.4097144
+ ],
+ [
+ 21.9728753,
+ 56.4567587
+ ],
+ [
+ 22.2158294,
+ 56.4604404
+ ],
+ [
+ 22.2183922,
+ 56.4162361
+ ],
+ [
+ 23.3511527,
+ 56.4267251
+ ],
+ [
+ 23.3521778,
+ 56.3824815
+ ],
+ [
+ 23.9179035,
+ 56.383305
+ ],
+ [
+ 23.9176231,
+ 56.3392908
+ ],
+ [
+ 24.5649817,
+ 56.3382169
+ ],
+ [
+ 24.564933,
+ 56.3828587
+ ],
+ [
+ 24.6475683,
+ 56.4277798
+ ],
+ [
+ 24.8099394,
+ 56.470646
+ ],
+ [
+ 24.9733979,
+ 56.4698452
+ ],
+ [
+ 25.1299701,
+ 56.2890356
+ ],
+ [
+ 25.127433,
+ 56.1990144
+ ],
+ [
+ 25.6921076,
+ 56.1933684
+ ],
+ [
+ 26.0839005,
+ 56.0067879
+ ],
+ [
+ 26.4673573,
+ 55.7304232
+ ],
+ [
+ 26.5463565,
+ 55.7132705
+ ],
+ [
+ 26.5154447,
+ 55.2345969
+ ],
+ [
+ 25.7874641,
+ 54.8425656
+ ],
+ [
+ 25.7675259,
+ 54.6350898
+ ],
+ [
+ 25.6165253,
+ 54.4404007
+ ],
+ [
+ 24.4566043,
+ 53.9577649
+ ],
+ [
+ 23.6164786,
+ 53.9575517
+ ],
+ [
+ 23.5632006,
+ 54.048085
+ ],
+ [
+ 22.8462074,
+ 54.3563682
+ ],
+ [
+ 22.831944,
+ 54.9414849
+ ],
+ [
+ 22.4306085,
+ 55.1159913
+ ],
+ [
+ 21.9605898,
+ 55.1107144
+ ],
+ [
+ 21.7253241,
+ 55.1496885
+ ],
+ [
+ 21.5628422,
+ 55.2362913
+ ],
+ [
+ 21.2209638,
+ 55.2742668
+ ],
+ [
+ 21.1630444,
+ 55.2803979
+ ],
+ [
+ 20.9277788,
+ 55.3101641
+ ],
+ [
+ 20.9257285,
+ 55.3588507
+ ],
+ [
+ 20.9980451,
+ 55.4514157
+ ],
+ [
+ 21.0282249,
+ 56.0796297
+ ]
+ ]
+ ],
+ "terms_url": "http://www.geoportal.lt",
+ "terms_text": "NŽT ORT10LT"
+ },
+ {
+ "name": "Locator Overlay",
+ "type": "tms",
+ "description": "Shows major features to help orient you.",
+ "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh76ba2/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+ "scaleExtent": [
+ 0,
+ 16
+ ],
+ "overzoom": false,
+ "terms_url": "http://www.mapbox.com/about/maps/",
+ "terms_text": "Terms & Feedback",
+ "default": true,
+ "overlay": true
+ },
+ {
+ "name": "LPI NSW Base Map",
+ "type": "tms",
+ "template": "http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}",
+ "scaleExtent": [
+ 0,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ 140.9948644,
+ -28.952966
+ ],
+ [
+ 148.9611382,
+ -28.8997729
+ ],
+ [
+ 148.9870097,
+ -28.4862285
+ ],
+ [
+ 151.013609,
+ -28.4786485
+ ],
+ [
+ 151.1084711,
+ -28.7032909
+ ],
+ [
+ 151.8759917,
+ -28.683118
+ ],
+ [
+ 151.9334839,
+ -28.4078753
+ ],
+ [
+ 152.25544,
+ -28.2332683
+ ],
+ [
+ 153.0660798,
+ -28.2104723
+ ],
+ [
+ 153.1408196,
+ -28.1090981
+ ],
+ [
+ 153.4735137,
+ -28.1164808
+ ],
+ [
+ 153.3576523,
+ -27.693606
+ ],
+ [
+ 159.4938303,
+ -27.699252
+ ],
+ [
+ 159.4856997,
+ -37.8474137
+ ],
+ [
+ 149.5256879,
+ -37.8281502
+ ],
+ [
+ 149.9159578,
+ -37.4869999
+ ],
+ [
+ 148.0485886,
+ -36.8131741
+ ],
+ [
+ 147.9680996,
+ -36.1567945
+ ],
+ [
+ 146.7147701,
+ -36.2866613
+ ],
+ [
+ 145.3004625,
+ -36.1567945
+ ],
+ [
+ 144.5300673,
+ -36.1475101
+ ],
+ [
+ 142.8397973,
+ -35.0254303
+ ],
+ [
+ 142.356863,
+ -34.7802471
+ ],
+ [
+ 141.9774146,
+ -34.4016159
+ ],
+ [
+ 140.9950258,
+ -34.1371824
+ ],
+ [
+ 140.9948644,
+ -28.952966
+ ]
+ ]
+ ],
+ "terms_url": "http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services",
+ "terms_text": "© Land and Property Information 2015"
+ },
+ {
+ "name": "LPI NSW Imagery",
+ "type": "tms",
+ "template": "http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}",
+ "scaleExtent": [
+ 0,
+ 21
+ ],
+ "polygon": [
+ [
+ [
+ 140.9868688,
+ -28.9887829
+ ],
+ [
+ 148.9951472,
+ -28.9727491
+ ],
+ [
+ 148.9966717,
+ -28.4915066
+ ],
+ [
+ 151.0029027,
+ -28.4930697
+ ],
+ [
+ 151.0029027,
+ -28.7261663
+ ],
+ [
+ 151.4915093,
+ -28.7323921
+ ],
+ [
+ 151.4918687,
+ -28.7155337
+ ],
+ [
+ 151.9228213,
+ -28.719635
+ ],
+ [
+ 151.9251607,
+ -28.4897139
+ ],
+ [
+ 151.9955886,
+ -28.4898718
+ ],
+ [
+ 151.9989947,
+ -28.1192742
+ ],
+ [
+ 152.4967606,
+ -28.122091
+ ],
+ [
+ 152.4968241,
+ -28.1146398
+ ],
+ [
+ 153.0044563,
+ -28.1154389
+ ],
+ [
+ 153.0044563,
+ -28.120397
+ ],
+ [
+ 153.5038629,
+ -28.119345
+ ],
+ [
+ 153.5039264,
+ -28.1227063
+ ],
+ [
+ 153.5919395,
+ -28.1223619
+ ],
+ [
+ 153.5926582,
+ -28.1776872
+ ],
+ [
+ 153.6111186,
+ -28.1757867
+ ],
+ [
+ 153.6113881,
+ -28.1825173
+ ],
+ [
+ 153.7426846,
+ -28.2162084
+ ],
+ [
+ 153.7787253,
+ -28.710911
+ ],
+ [
+ 152.6237954,
+ -32.5877239
+ ],
+ [
+ 152.3123961,
+ -32.6328837
+ ],
+ [
+ 151.4141942,
+ -33.5790388
+ ],
+ [
+ 150.8929925,
+ -35.2648721
+ ],
+ [
+ 150.4620695,
+ -35.7777256
+ ],
+ [
+ 150.0156501,
+ -37.5103569
+ ],
+ [
+ 149.9918121,
+ -37.5126787
+ ],
+ [
+ 149.519778,
+ -37.5130704
+ ],
+ [
+ 149.5199577,
+ -37.5216919
+ ],
+ [
+ 149.4462958,
+ -37.5353701
+ ],
+ [
+ 149.063344,
+ -37.5357975
+ ],
+ [
+ 148.9836635,
+ -37.5217631
+ ],
+ [
+ 148.9816872,
+ -37.5191982
+ ],
+ [
+ 148.9863847,
+ -37.2584972
+ ],
+ [
+ 148.4875376,
+ -37.265846
+ ],
+ [
+ 148.4824774,
+ -37.0092669
+ ],
+ [
+ 147.994386,
+ -37.014339
+ ],
+ [
+ 147.988288,
+ -36.5332184
+ ],
+ [
+ 147.9529707,
+ -36.5260725
+ ],
+ [
+ 147.9486513,
+ -36.0685992
+ ],
+ [
+ 147.5034997,
+ -36.0716798
+ ],
+ [
+ 147.5047701,
+ -36.2651047
+ ],
+ [
+ 146.4919996,
+ -36.266129
+ ],
+ [
+ 146.4922536,
+ -36.2565
+ ],
+ [
+ 145.9929826,
+ -36.2534267
+ ],
+ [
+ 145.9965866,
+ -36.0188147
+ ],
+ [
+ 145.9831568,
+ -36.0187058
+ ],
+ [
+ 145.9624506,
+ -36.0219026
+ ],
+ [
+ 145.946236,
+ -36.0120936
+ ],
+ [
+ 145.9454275,
+ -36.0060259
+ ],
+ [
+ 145.5041534,
+ -36.0013564
+ ],
+ [
+ 145.5037941,
+ -36.0109125
+ ],
+ [
+ 145.0072008,
+ -36.0036213
+ ],
+ [
+ 145.0035404,
+ -36.1520424
+ ],
+ [
+ 144.4860806,
+ -36.1423149
+ ],
+ [
+ 144.4874127,
+ -36.0137522
+ ],
+ [
+ 143.9874676,
+ -36.0024134
+ ],
+ [
+ 143.9932853,
+ -35.5723753
+ ],
+ [
+ 143.4971691,
+ -35.5837101
+ ],
+ [
+ 143.4917967,
+ -35.4065648
+ ],
+ [
+ 143.4613438,
+ -35.3674934
+ ],
+ [
+ 143.4585591,
+ -35.3555888
+ ],
+ [
+ 143.4897755,
+ -35.3396522
+ ],
+ [
+ 143.4895509,
+ -35.332214
+ ],
+ [
+ 143.4316994,
+ -35.2570613
+ ],
+ [
+ 143.2505542,
+ -35.2606556
+ ],
+ [
+ 143.2438356,
+ -35.0132729
+ ],
+ [
+ 142.9933305,
+ -35.0177207
+ ],
+ [
+ 142.9919767,
+ -34.7961882
+ ],
+ [
+ 142.4971375,
+ -34.8032323
+ ],
+ [
+ 142.4973172,
+ -34.8007613
+ ],
+ [
+ 142.4211401,
+ -34.8017571
+ ],
+ [
+ 142.4209155,
+ -34.7838306
+ ],
+ [
+ 142.2330892,
+ -34.7859191
+ ],
+ [
+ 142.2307707,
+ -34.7807542
+ ],
+ [
+ 142.2269959,
+ -34.5061271
+ ],
+ [
+ 141.9975302,
+ -34.5083733
+ ],
+ [
+ 141.9945959,
+ -34.2526687
+ ],
+ [
+ 141.4982345,
+ -34.2556921
+ ],
+ [
+ 141.498171,
+ -34.2522794
+ ],
+ [
+ 140.9945397,
+ -34.2528411
+ ],
+ [
+ 140.9868688,
+ -28.9887829
+ ]
+ ]
+ ],
+ "terms_url": "http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services",
+ "terms_text": "© Land and Property Information 2015"
+ },
+ {
+ "name": "LPI NSW Topographic Map",
+ "type": "tms",
+ "template": "http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}",
+ "scaleExtent": [
+ 0,
+ 16
+ ],
+ "polygon": [
+ [
+ [
+ 140.9988422,
+ -28.9992444
+ ],
+ [
+ 148.9502438,
+ -28.9993736
+ ],
+ [
+ 148.9498845,
+ -28.9665265
+ ],
+ [
+ 148.9998308,
+ -28.9665265
+ ],
+ [
+ 149.0000917,
+ -28.8165829
+ ],
+ [
+ 149.1000729,
+ -28.8165829
+ ],
+ [
+ 149.0997046,
+ -28.7488533
+ ],
+ [
+ 148.9998504,
+ -28.7497444
+ ],
+ [
+ 148.9998169,
+ -28.5000304
+ ],
+ [
+ 151.0000514,
+ -28.5005192
+ ],
+ [
+ 151.0005904,
+ -28.7325849
+ ],
+ [
+ 151.0239466,
+ -28.7327424
+ ],
+ [
+ 151.0241262,
+ -28.7418794
+ ],
+ [
+ 151.0329297,
+ -28.7418794
+ ],
+ [
+ 151.033828,
+ -28.7505431
+ ],
+ [
+ 151.999984,
+ -28.7495314
+ ],
+ [
+ 151.999984,
+ -28.7164478
+ ],
+ [
+ 152.0334014,
+ -28.7166053
+ ],
+ [
+ 152.0332217,
+ -28.683196
+ ],
+ [
+ 152.0000739,
+ -28.6833537
+ ],
+ [
+ 151.9998769,
+ -28.6416273
+ ],
+ [
+ 151.9829886,
+ -28.6413908
+ ],
+ [
+ 151.9831683,
+ -28.624912
+ ],
+ [
+ 151.9331321,
+ -28.6247543
+ ],
+ [
+ 151.9334122,
+ -28.500071
+ ],
+ [
+ 151.9998875,
+ -28.5002289
+ ],
+ [
+ 151.9998556,
+ -28.3749591
+ ],
+ [
+ 152.2499739,
+ -28.3750718
+ ],
+ [
+ 152.2499356,
+ -28.2500066
+ ],
+ [
+ 152.9997192,
+ -28.2498563
+ ],
+ [
+ 152.9998989,
+ -28.2832447
+ ],
+ [
+ 153.1165002,
+ -28.2834029
+ ],
+ [
+ 153.11659,
+ -28.2498563
+ ],
+ [
+ 153.1666262,
+ -28.2500146
+ ],
+ [
+ 153.166716,
+ -28.2331582
+ ],
+ [
+ 153.2499898,
+ -28.2332373
+ ],
+ [
+ 153.2500265,
+ -28.1249689
+ ],
+ [
+ 153.6249628,
+ -28.1250833
+ ],
+ [
+ 153.6248398,
+ -28.4999134
+ ],
+ [
+ 153.7497955,
+ -28.4999924
+ ],
+ [
+ 153.7495877,
+ -28.7497976
+ ],
+ [
+ 153.6248117,
+ -28.7501127
+ ],
+ [
+ 153.6249745,
+ -28.9999333
+ ],
+ [
+ 153.4997672,
+ -29.0000612
+ ],
+ [
+ 153.4998417,
+ -29.4995077
+ ],
+ [
+ 153.3747962,
+ -29.500055
+ ],
+ [
+ 153.3754111,
+ -29.8750302
+ ],
+ [
+ 153.4999113,
+ -29.8751403
+ ],
+ [
+ 153.4999113,
+ -30.0000922
+ ],
+ [
+ 153.2498947,
+ -29.9997621
+ ],
+ [
+ 153.250025,
+ -30.1917704
+ ],
+ [
+ 153.2748185,
+ -30.1916151
+ ],
+ [
+ 153.2748185,
+ -30.2168467
+ ],
+ [
+ 153.2166077,
+ -30.2166139
+ ],
+ [
+ 153.2166077,
+ -30.250065
+ ],
+ [
+ 153.250025,
+ -30.250065
+ ],
+ [
+ 153.2497502,
+ -30.3751935
+ ],
+ [
+ 153.1243608,
+ -30.3749743
+ ],
+ [
+ 153.1246457,
+ -30.6250359
+ ],
+ [
+ 153.0331676,
+ -30.6250482
+ ],
+ [
+ 153.0333884,
+ -30.8750837
+ ],
+ [
+ 153.1249214,
+ -30.8750291
+ ],
+ [
+ 153.1249344,
+ -31.1250505
+ ],
+ [
+ 153.0082433,
+ -31.1249736
+ ],
+ [
+ 153.0082914,
+ -31.2499759
+ ],
+ [
+ 153.0000019,
+ -31.250003
+ ],
+ [
+ 152.9999392,
+ -31.6249919
+ ],
+ [
+ 152.8749386,
+ -31.6250491
+ ],
+ [
+ 152.8749572,
+ -31.749954
+ ],
+ [
+ 152.7832899,
+ -31.7500034
+ ],
+ [
+ 152.7831966,
+ -31.8748579
+ ],
+ [
+ 152.749914,
+ -31.8750105
+ ],
+ [
+ 152.7500397,
+ -32.0000207
+ ],
+ [
+ 152.6249044,
+ -31.9999446
+ ],
+ [
+ 152.6249078,
+ -32.5000047
+ ],
+ [
+ 152.4999757,
+ -32.4999569
+ ],
+ [
+ 152.5000336,
+ -32.5666443
+ ],
+ [
+ 152.4166699,
+ -32.5663415
+ ],
+ [
+ 152.4167598,
+ -32.6249954
+ ],
+ [
+ 152.3498477,
+ -32.624991
+ ],
+ [
+ 152.3498477,
+ -32.6332294
+ ],
+ [
+ 152.2830786,
+ -32.6332218
+ ],
+ [
+ 152.2832583,
+ -32.6249755
+ ],
+ [
+ 152.2494816,
+ -32.6249755
+ ],
+ [
+ 152.2498101,
+ -32.874906
+ ],
+ [
+ 151.8745693,
+ -32.8750443
+ ],
+ [
+ 151.8748535,
+ -33.0000091
+ ],
+ [
+ 151.7497706,
+ -33.0001533
+ ],
+ [
+ 151.7504669,
+ -33.2500398
+ ],
+ [
+ 151.6252418,
+ -33.2497393
+ ],
+ [
+ 151.6250828,
+ -33.3751621
+ ],
+ [
+ 151.499585,
+ -33.3751442
+ ],
+ [
+ 151.5003127,
+ -33.6249385
+ ],
+ [
+ 151.3741466,
+ -33.6243658
+ ],
+ [
+ 151.3727902,
+ -34.001962
+ ],
+ [
+ 151.2477819,
+ -34.0011194
+ ],
+ [
+ 151.2477819,
+ -34.2493114
+ ],
+ [
+ 150.9957327,
+ -34.2501515
+ ],
+ [
+ 151.0008143,
+ -34.62483
+ ],
+ [
+ 150.8717407,
+ -34.6265026
+ ],
+ [
+ 150.872757,
+ -35.1242738
+ ],
+ [
+ 150.7670589,
+ -35.1234425
+ ],
+ [
+ 150.7690916,
+ -35.2463774
+ ],
+ [
+ 150.6257894,
+ -35.2496974
+ ],
+ [
+ 150.6280314,
+ -35.3751485
+ ],
+ [
+ 150.4999742,
+ -35.3751485
+ ],
+ [
+ 150.4959088,
+ -35.6275034
+ ],
+ [
+ 150.3719169,
+ -35.6250251
+ ],
+ [
+ 150.3749658,
+ -35.7537957
+ ],
+ [
+ 150.2672351,
+ -35.7513213
+ ],
+ [
+ 150.2652024,
+ -35.8741232
+ ],
+ [
+ 150.2479249,
+ -35.870829
+ ],
+ [
+ 150.2458922,
+ -36.374885
+ ],
+ [
+ 150.1229166,
+ -36.374885
+ ],
+ [
+ 150.1259656,
+ -36.6224345
+ ],
+ [
+ 150.0253491,
+ -36.6240658
+ ],
+ [
+ 150.0283981,
+ -36.7471337
+ ],
+ [
+ 149.9928266,
+ -36.7495768
+ ],
+ [
+ 150.0040062,
+ -37.1224477
+ ],
+ [
+ 150.0588879,
+ -37.1273097
+ ],
+ [
+ 150.0568553,
+ -37.37809
+ ],
+ [
+ 149.9979083,
+ -37.3732441
+ ],
+ [
+ 149.9999409,
+ -37.4830073
+ ],
+ [
+ 149.987745,
+ -37.4846202
+ ],
+ [
+ 149.9857123,
+ -37.5080043
+ ],
+ [
+ 148.0684571,
+ -36.80624
+ ],
+ [
+ 147.9930603,
+ -36.1379955
+ ],
+ [
+ 147.8148345,
+ -36.0055567
+ ],
+ [
+ 147.3893924,
+ -36.0113701
+ ],
+ [
+ 147.3822059,
+ -36.1310306
+ ],
+ [
+ 146.9972549,
+ -36.1275479
+ ],
+ [
+ 146.9886311,
+ -36.2528271
+ ],
+ [
+ 146.4956356,
+ -36.2447132
+ ],
+ [
+ 146.5042595,
+ -36.126387
+ ],
+ [
+ 145.0011817,
+ -36.0079505
+ ],
+ [
+ 145.0154103,
+ -36.2542074
+ ],
+ [
+ 144.5072465,
+ -36.2476506
+ ],
+ [
+ 144.4991158,
+ -36.0211037
+ ],
+ [
+ 143.9965422,
+ -35.9810531
+ ],
+ [
+ 143.3382568,
+ -35.2331794
+ ],
+ [
+ 142.4097581,
+ -34.7669434
+ ],
+ [
+ 142.0361436,
+ -34.3758837
+ ],
+ [
+ 140.9965216,
+ -34.1385805
+ ],
+ [
+ 140.9988422,
+ -28.9992444
+ ]
+ ]
+ ],
+ "terms_url": "http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services",
+ "terms_text": "© Land and Property Information 2015"
+ },
+ {
+ "name": "Luxembourg Inspire Ortho 2010",
+ "type": "tms",
+ "template": "http://mapproxy.openstreetmap.lu/tiles/ortho2010/EPSG900913/{z}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 0,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ 5.961753,
+ 50.17631
+ ],
+ [
+ 6.026268,
+ 50.18496
+ ],
+ [
+ 6.033182,
+ 50.16395
+ ],
+ [
+ 6.060695,
+ 50.15536
+ ],
+ [
+ 6.07668,
+ 50.15913
+ ],
+ [
+ 6.078237,
+ 50.17255
+ ],
+ [
+ 6.101762,
+ 50.17199
+ ],
+ [
+ 6.122501,
+ 50.16437
+ ],
+ [
+ 6.120101,
+ 50.15594
+ ],
+ [
+ 6.127695,
+ 50.14993
+ ],
+ [
+ 6.113228,
+ 50.13739
+ ],
+ [
+ 6.123691,
+ 50.13719
+ ],
+ [
+ 6.140929,
+ 50.1305
+ ],
+ [
+ 6.135554,
+ 50.11899
+ ],
+ [
+ 6.138082,
+ 50.10263
+ ],
+ [
+ 6.131085,
+ 50.09964
+ ],
+ [
+ 6.135473,
+ 50.09119
+ ],
+ [
+ 6.121939,
+ 50.09059
+ ],
+ [
+ 6.126335,
+ 50.07817
+ ],
+ [
+ 6.131858,
+ 50.07348
+ ],
+ [
+ 6.121171,
+ 50.064
+ ],
+ [
+ 6.114444,
+ 50.06139
+ ],
+ [
+ 6.115631,
+ 50.05817
+ ],
+ [
+ 6.123611,
+ 50.06323
+ ],
+ [
+ 6.136608,
+ 50.04178
+ ],
+ [
+ 6.130343,
+ 50.02975
+ ],
+ [
+ 6.148207,
+ 50.02307
+ ],
+ [
+ 6.13868,
+ 50.01572
+ ],
+ [
+ 6.135938,
+ 50.01485
+ ],
+ [
+ 6.131384,
+ 50.01905
+ ],
+ [
+ 6.130243,
+ 50.01819
+ ],
+ [
+ 6.139343,
+ 50.01116
+ ],
+ [
+ 6.151702,
+ 50.01058
+ ],
+ [
+ 6.145464,
+ 49.99689
+ ],
+ [
+ 6.139657,
+ 49.9994
+ ],
+ [
+ 6.138524,
+ 49.99829
+ ],
+ [
+ 6.142178,
+ 49.99535
+ ],
+ [
+ 6.150227,
+ 49.99518
+ ],
+ [
+ 6.156247,
+ 49.98867
+ ],
+ [
+ 6.173045,
+ 49.98589
+ ],
+ [
+ 6.17348,
+ 49.98344
+ ],
+ [
+ 6.170353,
+ 49.98376
+ ],
+ [
+ 6.165487,
+ 49.97115
+ ],
+ [
+ 6.171512,
+ 49.96298
+ ],
+ [
+ 6.176298,
+ 49.962
+ ],
+ [
+ 6.179954,
+ 49.95386
+ ],
+ [
+ 6.183393,
+ 49.9548
+ ],
+ [
+ 6.179829,
+ 49.96307
+ ],
+ [
+ 6.183312,
+ 49.9686
+ ],
+ [
+ 6.192774,
+ 49.97158
+ ],
+ [
+ 6.199783,
+ 49.95352
+ ],
+ [
+ 6.207066,
+ 49.95672
+ ],
+ [
+ 6.212689,
+ 49.9514
+ ],
+ [
+ 6.225023,
+ 49.95039
+ ],
+ [
+ 6.22044,
+ 49.94369
+ ],
+ [
+ 6.228241,
+ 49.93726
+ ],
+ [
+ 6.22635,
+ 49.92766
+ ],
+ [
+ 6.219133,
+ 49.92354
+ ],
+ [
+ 6.229862,
+ 49.92125
+ ],
+ [
+ 6.236032,
+ 49.91355
+ ],
+ [
+ 6.231867,
+ 49.91064
+ ],
+ [
+ 6.227694,
+ 49.91062
+ ],
+ [
+ 6.232286,
+ 49.9072
+ ],
+ [
+ 6.23381,
+ 49.90028
+ ],
+ [
+ 6.246919,
+ 49.89535
+ ],
+ [
+ 6.257809,
+ 49.88724
+ ],
+ [
+ 6.263008,
+ 49.88101
+ ],
+ [
+ 6.276455,
+ 49.87725
+ ],
+ [
+ 6.281126,
+ 49.87957
+ ],
+ [
+ 6.291661,
+ 49.87548
+ ],
+ [
+ 6.297699,
+ 49.86673
+ ],
+ [
+ 6.309889,
+ 49.87107
+ ],
+ [
+ 6.315324,
+ 49.8673
+ ],
+ [
+ 6.314651,
+ 49.86057
+ ],
+ [
+ 6.323611,
+ 49.85188
+ ],
+ [
+ 6.321577,
+ 49.8409
+ ],
+ [
+ 6.327406,
+ 49.83673
+ ],
+ [
+ 6.336561,
+ 49.83998
+ ],
+ [
+ 6.339366,
+ 49.8507
+ ],
+ [
+ 6.364651,
+ 49.85164
+ ],
+ [
+ 6.402203,
+ 49.82098
+ ],
+ [
+ 6.426434,
+ 49.81629
+ ],
+ [
+ 6.428071,
+ 49.81186
+ ],
+ [
+ 6.43097,
+ 49.81129
+ ],
+ [
+ 6.441608,
+ 49.81547
+ ],
+ [
+ 6.443442,
+ 49.81233
+ ],
+ [
+ 6.45366,
+ 49.81275
+ ],
+ [
+ 6.464538,
+ 49.81975
+ ],
+ [
+ 6.47057,
+ 49.82385
+ ],
+ [
+ 6.496805,
+ 49.81277
+ ],
+ [
+ 6.50669,
+ 49.80993
+ ],
+ [
+ 6.511554,
+ 49.80238
+ ],
+ [
+ 6.51485,
+ 49.80513
+ ],
+ [
+ 6.519604,
+ 49.81446
+ ],
+ [
+ 6.529808,
+ 49.81048
+ ],
+ [
+ 6.532249,
+ 49.80686
+ ],
+ [
+ 6.530829,
+ 49.80116
+ ],
+ [
+ 6.506225,
+ 49.78899
+ ],
+ [
+ 6.519171,
+ 49.78344
+ ],
+ [
+ 6.511055,
+ 49.77422
+ ],
+ [
+ 6.520563,
+ 49.76818
+ ],
+ [
+ 6.520516,
+ 49.76134
+ ],
+ [
+ 6.503734,
+ 49.75086
+ ],
+ [
+ 6.502627,
+ 49.73298
+ ],
+ [
+ 6.507266,
+ 49.72938
+ ],
+ [
+ 6.518092,
+ 49.7242
+ ],
+ [
+ 6.516417,
+ 49.72129
+ ],
+ [
+ 6.511763,
+ 49.72016
+ ],
+ [
+ 6.504791,
+ 49.725
+ ],
+ [
+ 6.498913,
+ 49.72639
+ ],
+ [
+ 6.495576,
+ 49.72443
+ ],
+ [
+ 6.507122,
+ 49.71655
+ ],
+ [
+ 6.507884,
+ 49.71215
+ ],
+ [
+ 6.504598,
+ 49.71227
+ ],
+ [
+ 6.427139,
+ 49.66237
+ ],
+ [
+ 6.439899,
+ 49.66025
+ ],
+ [
+ 6.442511,
+ 49.65591
+ ],
+ [
+ 6.421781,
+ 49.61809
+ ],
+ [
+ 6.398978,
+ 49.60094
+ ],
+ [
+ 6.379408,
+ 49.59526
+ ],
+ [
+ 6.375507,
+ 49.58809
+ ],
+ [
+ 6.384426,
+ 49.5801
+ ],
+ [
+ 6.381188,
+ 49.57509
+ ],
+ [
+ 6.369093,
+ 49.5783
+ ],
+ [
+ 6.357913,
+ 49.57166
+ ],
+ [
+ 6.384902,
+ 49.55817
+ ],
+ [
+ 6.380095,
+ 49.54856
+ ],
+ [
+ 6.358555,
+ 49.53296
+ ],
+ [
+ 6.359322,
+ 49.52481
+ ],
+ [
+ 6.370763,
+ 49.50545
+ ],
+ [
+ 6.370562,
+ 49.45732
+ ],
+ [
+ 6.333403,
+ 49.46493
+ ],
+ [
+ 6.321894,
+ 49.47244
+ ],
+ [
+ 6.295034,
+ 49.47928
+ ],
+ [
+ 6.287889,
+ 49.48379
+ ],
+ [
+ 6.271912,
+ 49.49995
+ ],
+ [
+ 6.241327,
+ 49.50693
+ ],
+ [
+ 6.196692,
+ 49.50331
+ ],
+ [
+ 6.173373,
+ 49.50577
+ ],
+ [
+ 6.160858,
+ 49.50085
+ ],
+ [
+ 6.167099,
+ 49.49006
+ ],
+ [
+ 6.140179,
+ 49.48525
+ ],
+ [
+ 6.129367,
+ 49.48803
+ ],
+ [
+ 6.127247,
+ 49.47081
+ ],
+ [
+ 6.101403,
+ 49.46726
+ ],
+ [
+ 6.104826,
+ 49.45076
+ ],
+ [
+ 6.081667,
+ 49.45417
+ ],
+ [
+ 6.077222,
+ 49.46139
+ ],
+ [
+ 6.059167,
+ 49.46306
+ ],
+ [
+ 6.052222,
+ 49.46028
+ ],
+ [
+ 6.044213,
+ 49.44553
+ ],
+ [
+ 6.025294,
+ 49.44703
+ ],
+ [
+ 6.021545,
+ 49.45127
+ ],
+ [
+ 6.01574,
+ 49.44885
+ ],
+ [
+ 5.994123,
+ 49.45301
+ ],
+ [
+ 5.976569,
+ 49.44885
+ ],
+ [
+ 5.977725,
+ 49.45955
+ ],
+ [
+ 5.972317,
+ 49.46087
+ ],
+ [
+ 5.968912,
+ 49.48202
+ ],
+ [
+ 5.9616,
+ 49.49026
+ ],
+ [
+ 5.915781,
+ 49.49835
+ ],
+ [
+ 5.890334,
+ 49.4948
+ ],
+ [
+ 5.863321,
+ 49.50006
+ ],
+ [
+ 5.84897,
+ 49.50826
+ ],
+ [
+ 5.84828,
+ 49.51397
+ ],
+ [
+ 5.83641,
+ 49.51817
+ ],
+ [
+ 5.831868,
+ 49.52639
+ ],
+ [
+ 5.84308,
+ 49.53081
+ ],
+ [
+ 5.835622,
+ 49.54114
+ ],
+ [
+ 5.816251,
+ 49.53325
+ ],
+ [
+ 5.805201,
+ 49.54272
+ ],
+ [
+ 5.859432,
+ 49.57158
+ ],
+ [
+ 5.868663,
+ 49.587
+ ],
+ [
+ 5.862888,
+ 49.58525
+ ],
+ [
+ 5.851102,
+ 49.58379
+ ],
+ [
+ 5.847116,
+ 49.58961
+ ],
+ [
+ 5.845652,
+ 49.5981
+ ],
+ [
+ 5.869401,
+ 49.6106
+ ],
+ [
+ 5.881819,
+ 49.63815
+ ],
+ [
+ 5.899978,
+ 49.63907
+ ],
+ [
+ 5.899339,
+ 49.66239
+ ],
+ [
+ 5.856561,
+ 49.67628
+ ],
+ [
+ 5.856283,
+ 49.68211
+ ],
+ [
+ 5.875703,
+ 49.71118
+ ],
+ [
+ 5.864811,
+ 49.72331
+ ],
+ [
+ 5.843249,
+ 49.71822
+ ],
+ [
+ 5.82191,
+ 49.72128
+ ],
+ [
+ 5.824894,
+ 49.73767
+ ],
+ [
+ 5.820728,
+ 49.74878
+ ],
+ [
+ 5.786264,
+ 49.79079
+ ],
+ [
+ 5.765172,
+ 49.78961
+ ],
+ [
+ 5.750937,
+ 49.79094
+ ],
+ [
+ 5.741591,
+ 49.82126
+ ],
+ [
+ 5.745814,
+ 49.82435
+ ],
+ [
+ 5.737197,
+ 49.83353
+ ],
+ [
+ 5.740531,
+ 49.84142
+ ],
+ [
+ 5.747012,
+ 49.84048
+ ],
+ [
+ 5.746237,
+ 49.84783
+ ],
+ [
+ 5.753989,
+ 49.84878
+ ],
+ [
+ 5.740663,
+ 49.85152
+ ],
+ [
+ 5.752288,
+ 49.85922
+ ],
+ [
+ 5.749545,
+ 49.87554
+ ],
+ [
+ 5.775668,
+ 49.87438
+ ],
+ [
+ 5.775053,
+ 49.88057
+ ],
+ [
+ 5.734598,
+ 49.89341
+ ],
+ [
+ 5.733033,
+ 49.90285
+ ],
+ [
+ 5.757834,
+ 49.91737
+ ],
+ [
+ 5.760393,
+ 49.93252
+ ],
+ [
+ 5.770728,
+ 49.93711
+ ],
+ [
+ 5.768783,
+ 49.94239
+ ],
+ [
+ 5.768802,
+ 49.96104
+ ],
+ [
+ 5.786724,
+ 49.96816
+ ],
+ [
+ 5.80524,
+ 49.96677
+ ],
+ [
+ 5.806521,
+ 49.97321
+ ],
+ [
+ 5.831293,
+ 49.97995
+ ],
+ [
+ 5.834616,
+ 49.98656
+ ],
+ [
+ 5.818057,
+ 49.99936
+ ],
+ [
+ 5.815606,
+ 50.01437
+ ],
+ [
+ 5.847923,
+ 50.02809
+ ],
+ [
+ 5.861889,
+ 50.04581
+ ],
+ [
+ 5.850872,
+ 50.0563
+ ],
+ [
+ 5.857809,
+ 50.07186
+ ],
+ [
+ 5.880997,
+ 50.08069
+ ],
+ [
+ 5.891965,
+ 50.12041
+ ],
+ [
+ 5.952856,
+ 50.13384
+ ],
+ [
+ 5.961753,
+ 50.17631
+ ]
+ ]
+ ],
+ "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
+ "terms_text": "Administration du Cadastre et de la Topographie",
+ "id": "lu.geoportail.inspire.ortho2010",
+ "best": true
+ },
+ {
+ "name": "Luxembourg Inspire Ortho 2013",
+ "type": "tms",
+ "template": "http://mapproxy.openstreetmap.lu/tiles/ortho2013/EPSG900913/{z}/{x}/{y}.jpeg",
+ "scaleExtent": [
+ 0,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ 5.961753,
+ 50.17631
+ ],
+ [
+ 6.026268,
+ 50.18496
+ ],
+ [
+ 6.033182,
+ 50.16395
+ ],
+ [
+ 6.060695,
+ 50.15536
+ ],
+ [
+ 6.07668,
+ 50.15913
+ ],
+ [
+ 6.078237,
+ 50.17255
+ ],
+ [
+ 6.101762,
+ 50.17199
+ ],
+ [
+ 6.122501,
+ 50.16437
+ ],
+ [
+ 6.120101,
+ 50.15594
+ ],
+ [
+ 6.127695,
+ 50.14993
+ ],
+ [
+ 6.113228,
+ 50.13739
+ ],
+ [
+ 6.123691,
+ 50.13719
+ ],
+ [
+ 6.140929,
+ 50.1305
+ ],
+ [
+ 6.135554,
+ 50.11899
+ ],
+ [
+ 6.138082,
+ 50.10263
+ ],
+ [
+ 6.131085,
+ 50.09964
+ ],
+ [
+ 6.135473,
+ 50.09119
+ ],
+ [
+ 6.121939,
+ 50.09059
+ ],
+ [
+ 6.126335,
+ 50.07817
+ ],
+ [
+ 6.131858,
+ 50.07348
+ ],
+ [
+ 6.121171,
+ 50.064
+ ],
+ [
+ 6.114444,
+ 50.06139
+ ],
+ [
+ 6.115631,
+ 50.05817
+ ],
+ [
+ 6.123611,
+ 50.06323
+ ],
+ [
+ 6.136608,
+ 50.04178
+ ],
+ [
+ 6.130343,
+ 50.02975
+ ],
+ [
+ 6.148207,
+ 50.02307
+ ],
+ [
+ 6.13868,
+ 50.01572
+ ],
+ [
+ 6.135938,
+ 50.01485
+ ],
+ [
+ 6.131384,
+ 50.01905
+ ],
+ [
+ 6.130243,
+ 50.01819
+ ],
+ [
+ 6.139343,
+ 50.01116
+ ],
+ [
+ 6.151702,
+ 50.01058
+ ],
+ [
+ 6.145464,
+ 49.99689
+ ],
+ [
+ 6.139657,
+ 49.9994
+ ],
+ [
+ 6.138524,
+ 49.99829
+ ],
+ [
+ 6.142178,
+ 49.99535
+ ],
+ [
+ 6.150227,
+ 49.99518
+ ],
+ [
+ 6.156247,
+ 49.98867
+ ],
+ [
+ 6.173045,
+ 49.98589
+ ],
+ [
+ 6.17348,
+ 49.98344
+ ],
+ [
+ 6.170353,
+ 49.98376
+ ],
+ [
+ 6.165487,
+ 49.97115
+ ],
+ [
+ 6.171512,
+ 49.96298
+ ],
+ [
+ 6.176298,
+ 49.962
+ ],
+ [
+ 6.179954,
+ 49.95386
+ ],
+ [
+ 6.183393,
+ 49.9548
+ ],
+ [
+ 6.179829,
+ 49.96307
+ ],
+ [
+ 6.183312,
+ 49.9686
+ ],
+ [
+ 6.192774,
+ 49.97158
+ ],
+ [
+ 6.199783,
+ 49.95352
+ ],
+ [
+ 6.207066,
+ 49.95672
+ ],
+ [
+ 6.212689,
+ 49.9514
+ ],
+ [
+ 6.225023,
+ 49.95039
+ ],
+ [
+ 6.22044,
+ 49.94369
+ ],
+ [
+ 6.228241,
+ 49.93726
+ ],
+ [
+ 6.22635,
+ 49.92766
+ ],
+ [
+ 6.219133,
+ 49.92354
+ ],
+ [
+ 6.229862,
+ 49.92125
+ ],
+ [
+ 6.236032,
+ 49.91355
+ ],
+ [
+ 6.231867,
+ 49.91064
+ ],
+ [
+ 6.227694,
+ 49.91062
+ ],
+ [
+ 6.232286,
+ 49.9072
+ ],
+ [
+ 6.23381,
+ 49.90028
+ ],
+ [
+ 6.246919,
+ 49.89535
+ ],
+ [
+ 6.257809,
+ 49.88724
+ ],
+ [
+ 6.263008,
+ 49.88101
+ ],
+ [
+ 6.276455,
+ 49.87725
+ ],
+ [
+ 6.281126,
+ 49.87957
+ ],
+ [
+ 6.291661,
+ 49.87548
+ ],
+ [
+ 6.297699,
+ 49.86673
+ ],
+ [
+ 6.309889,
+ 49.87107
+ ],
+ [
+ 6.315324,
+ 49.8673
+ ],
+ [
+ 6.314651,
+ 49.86057
+ ],
+ [
+ 6.323611,
+ 49.85188
+ ],
+ [
+ 6.321577,
+ 49.8409
+ ],
+ [
+ 6.327406,
+ 49.83673
+ ],
+ [
+ 6.336561,
+ 49.83998
+ ],
+ [
+ 6.339366,
+ 49.8507
+ ],
+ [
+ 6.364651,
+ 49.85164
+ ],
+ [
+ 6.402203,
+ 49.82098
+ ],
+ [
+ 6.426434,
+ 49.81629
+ ],
+ [
+ 6.428071,
+ 49.81186
+ ],
+ [
+ 6.43097,
+ 49.81129
+ ],
+ [
+ 6.441608,
+ 49.81547
+ ],
+ [
+ 6.443442,
+ 49.81233
+ ],
+ [
+ 6.45366,
+ 49.81275
+ ],
+ [
+ 6.464538,
+ 49.81975
+ ],
+ [
+ 6.47057,
+ 49.82385
+ ],
+ [
+ 6.496805,
+ 49.81277
+ ],
+ [
+ 6.50669,
+ 49.80993
+ ],
+ [
+ 6.511554,
+ 49.80238
+ ],
+ [
+ 6.51485,
+ 49.80513
+ ],
+ [
+ 6.519604,
+ 49.81446
+ ],
+ [
+ 6.529808,
+ 49.81048
+ ],
+ [
+ 6.532249,
+ 49.80686
+ ],
+ [
+ 6.530829,
+ 49.80116
+ ],
+ [
+ 6.506225,
+ 49.78899
+ ],
+ [
+ 6.519171,
+ 49.78344
+ ],
+ [
+ 6.511055,
+ 49.77422
+ ],
+ [
+ 6.520563,
+ 49.76818
+ ],
+ [
+ 6.520516,
+ 49.76134
+ ],
+ [
+ 6.503734,
+ 49.75086
+ ],
+ [
+ 6.502627,
+ 49.73298
+ ],
+ [
+ 6.507266,
+ 49.72938
+ ],
+ [
+ 6.518092,
+ 49.7242
+ ],
+ [
+ 6.516417,
+ 49.72129
+ ],
+ [
+ 6.511763,
+ 49.72016
+ ],
+ [
+ 6.504791,
+ 49.725
+ ],
+ [
+ 6.498913,
+ 49.72639
+ ],
+ [
+ 6.495576,
+ 49.72443
+ ],
+ [
+ 6.507122,
+ 49.71655
+ ],
+ [
+ 6.507884,
+ 49.71215
+ ],
+ [
+ 6.504598,
+ 49.71227
+ ],
+ [
+ 6.427139,
+ 49.66237
+ ],
+ [
+ 6.439899,
+ 49.66025
+ ],
+ [
+ 6.442511,
+ 49.65591
+ ],
+ [
+ 6.421781,
+ 49.61809
+ ],
+ [
+ 6.398978,
+ 49.60094
+ ],
+ [
+ 6.379408,
+ 49.59526
+ ],
+ [
+ 6.375507,
+ 49.58809
+ ],
+ [
+ 6.384426,
+ 49.5801
+ ],
+ [
+ 6.381188,
+ 49.57509
+ ],
+ [
+ 6.369093,
+ 49.5783
+ ],
+ [
+ 6.357913,
+ 49.57166
+ ],
+ [
+ 6.384902,
+ 49.55817
+ ],
+ [
+ 6.380095,
+ 49.54856
+ ],
+ [
+ 6.358555,
+ 49.53296
+ ],
+ [
+ 6.359322,
+ 49.52481
+ ],
+ [
+ 6.370763,
+ 49.50545
+ ],
+ [
+ 6.370562,
+ 49.45732
+ ],
+ [
+ 6.333403,
+ 49.46493
+ ],
+ [
+ 6.321894,
+ 49.47244
+ ],
+ [
+ 6.295034,
+ 49.47928
+ ],
+ [
+ 6.287889,
+ 49.48379
+ ],
+ [
+ 6.271912,
+ 49.49995
+ ],
+ [
+ 6.241327,
+ 49.50693
+ ],
+ [
+ 6.196692,
+ 49.50331
+ ],
+ [
+ 6.173373,
+ 49.50577
+ ],
+ [
+ 6.160858,
+ 49.50085
+ ],
+ [
+ 6.167099,
+ 49.49006
+ ],
+ [
+ 6.140179,
+ 49.48525
+ ],
+ [
+ 6.129367,
+ 49.48803
+ ],
+ [
+ 6.127247,
+ 49.47081
+ ],
+ [
+ 6.101403,
+ 49.46726
+ ],
+ [
+ 6.104826,
+ 49.45076
+ ],
+ [
+ 6.081667,
+ 49.45417
+ ],
+ [
+ 6.077222,
+ 49.46139
+ ],
+ [
+ 6.059167,
+ 49.46306
+ ],
+ [
+ 6.052222,
+ 49.46028
+ ],
+ [
+ 6.044213,
+ 49.44553
+ ],
+ [
+ 6.025294,
+ 49.44703
+ ],
+ [
+ 6.021545,
+ 49.45127
+ ],
+ [
+ 6.01574,
+ 49.44885
+ ],
+ [
+ 5.994123,
+ 49.45301
+ ],
+ [
+ 5.976569,
+ 49.44885
+ ],
+ [
+ 5.977725,
+ 49.45955
+ ],
+ [
+ 5.972317,
+ 49.46087
+ ],
+ [
+ 5.968912,
+ 49.48202
+ ],
+ [
+ 5.9616,
+ 49.49026
+ ],
+ [
+ 5.915781,
+ 49.49835
+ ],
+ [
+ 5.890334,
+ 49.4948
+ ],
+ [
+ 5.863321,
+ 49.50006
+ ],
+ [
+ 5.84897,
+ 49.50826
+ ],
+ [
+ 5.84828,
+ 49.51397
+ ],
+ [
+ 5.83641,
+ 49.51817
+ ],
+ [
+ 5.831868,
+ 49.52639
+ ],
+ [
+ 5.84308,
+ 49.53081
+ ],
+ [
+ 5.835622,
+ 49.54114
+ ],
+ [
+ 5.816251,
+ 49.53325
+ ],
+ [
+ 5.805201,
+ 49.54272
+ ],
+ [
+ 5.859432,
+ 49.57158
+ ],
+ [
+ 5.868663,
+ 49.587
+ ],
+ [
+ 5.862888,
+ 49.58525
+ ],
+ [
+ 5.851102,
+ 49.58379
+ ],
+ [
+ 5.847116,
+ 49.58961
+ ],
+ [
+ 5.845652,
+ 49.5981
+ ],
+ [
+ 5.869401,
+ 49.6106
+ ],
+ [
+ 5.881819,
+ 49.63815
+ ],
+ [
+ 5.899978,
+ 49.63907
+ ],
+ [
+ 5.899339,
+ 49.66239
+ ],
+ [
+ 5.856561,
+ 49.67628
+ ],
+ [
+ 5.856283,
+ 49.68211
+ ],
+ [
+ 5.875703,
+ 49.71118
+ ],
+ [
+ 5.864811,
+ 49.72331
+ ],
+ [
+ 5.843249,
+ 49.71822
+ ],
+ [
+ 5.82191,
+ 49.72128
+ ],
+ [
+ 5.824894,
+ 49.73767
+ ],
+ [
+ 5.820728,
+ 49.74878
+ ],
+ [
+ 5.786264,
+ 49.79079
+ ],
+ [
+ 5.765172,
+ 49.78961
+ ],
+ [
+ 5.750937,
+ 49.79094
+ ],
+ [
+ 5.741591,
+ 49.82126
+ ],
+ [
+ 5.745814,
+ 49.82435
+ ],
+ [
+ 5.737197,
+ 49.83353
+ ],
+ [
+ 5.740531,
+ 49.84142
+ ],
+ [
+ 5.747012,
+ 49.84048
+ ],
+ [
+ 5.746237,
+ 49.84783
+ ],
+ [
+ 5.753989,
+ 49.84878
+ ],
+ [
+ 5.740663,
+ 49.85152
+ ],
+ [
+ 5.752288,
+ 49.85922
+ ],
+ [
+ 5.749545,
+ 49.87554
+ ],
+ [
+ 5.775668,
+ 49.87438
+ ],
+ [
+ 5.775053,
+ 49.88057
+ ],
+ [
+ 5.734598,
+ 49.89341
+ ],
+ [
+ 5.733033,
+ 49.90285
+ ],
+ [
+ 5.757834,
+ 49.91737
+ ],
+ [
+ 5.760393,
+ 49.93252
+ ],
+ [
+ 5.770728,
+ 49.93711
+ ],
+ [
+ 5.768783,
+ 49.94239
+ ],
+ [
+ 5.768802,
+ 49.96104
+ ],
+ [
+ 5.786724,
+ 49.96816
+ ],
+ [
+ 5.80524,
+ 49.96677
+ ],
+ [
+ 5.806521,
+ 49.97321
+ ],
+ [
+ 5.831293,
+ 49.97995
+ ],
+ [
+ 5.834616,
+ 49.98656
+ ],
+ [
+ 5.818057,
+ 49.99936
+ ],
+ [
+ 5.815606,
+ 50.01437
+ ],
+ [
+ 5.847923,
+ 50.02809
+ ],
+ [
+ 5.861889,
+ 50.04581
+ ],
+ [
+ 5.850872,
+ 50.0563
+ ],
+ [
+ 5.857809,
+ 50.07186
+ ],
+ [
+ 5.880997,
+ 50.08069
+ ],
+ [
+ 5.891965,
+ 50.12041
+ ],
+ [
+ 5.952856,
+ 50.13384
+ ],
+ [
+ 5.961753,
+ 50.17631
+ ]
+ ]
+ ],
+ "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
+ "terms_text": "Administration du Cadastre et de la Topographie",
+ "id": "lu.geoportail.inspire.ortho2013",
+ "best": true
+ },
+ {
+ "name": "Mapbox Satellite",
+ "type": "tms",
+ "description": "Satellite and aerial imagery.",
+ "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh7ifmo/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+ "scaleExtent": [
+ 0,
+ 19
+ ],
+ "terms_url": "http://www.mapbox.com/about/maps/",
+ "terms_text": "Terms & Feedback",
+ "id": "Mapbox",
+ "default": true
+ },
+ {
+ "name": "New & Misaligned TIGER Roads",
+ "type": "tms",
+ "description": "At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",
+ "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/enf.e0b8291e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJhNVlHd29ZIn0.ti6wATGDWOmCnCYen-Ip7Q",
+ "scaleExtent": [
+ 0,
+ 22
+ ],
+ "polygon": [
+ [
+ [
+ -124.7617886,
+ 48.4130148
+ ],
+ [
+ -124.6059492,
+ 45.90245
+ ],
+ [
+ -124.9934269,
+ 40.0557614
+ ],
+ [
+ -122.5369737,
+ 36.8566086
+ ],
+ [
+ -119.9775867,
+ 33.0064099
+ ],
+ [
+ -117.675935,
+ 32.4630223
+ ],
+ [
+ -114.8612307,
+ 32.4799891
+ ],
+ [
+ -111.0089311,
+ 31.336015
+ ],
+ [
+ -108.1992687,
+ 31.3260016
+ ],
+ [
+ -108.1871123,
+ 31.7755116
+ ],
+ [
+ -106.5307225,
+ 31.7820947
+ ],
+ [
+ -106.4842052,
+ 31.7464455
+ ],
+ [
+ -106.429317,
+ 31.7520583
+ ],
+ [
+ -106.2868855,
+ 31.5613291
+ ],
+ [
+ -106.205248,
+ 31.446704
+ ],
+ [
+ -105.0205259,
+ 30.5360988
+ ],
+ [
+ -104.5881916,
+ 29.6997856
+ ],
+ [
+ -103.2518856,
+ 28.8908685
+ ],
+ [
+ -102.7173632,
+ 29.3920567
+ ],
+ [
+ -102.1513983,
+ 29.7475702
+ ],
+ [
+ -101.2552871,
+ 29.4810523
+ ],
+ [
+ -100.0062436,
+ 28.0082173
+ ],
+ [
+ -99.2351068,
+ 26.4475962
+ ],
+ [
+ -98.0109067,
+ 25.9928035
+ ],
+ [
+ -97.435024,
+ 25.8266009
+ ],
+ [
+ -96.9555259,
+ 25.9821589
+ ],
+ [
+ -96.8061741,
+ 27.7978168
+ ],
+ [
+ -95.5563349,
+ 28.5876066
+ ],
+ [
+ -93.7405308,
+ 29.4742093
+ ],
+ [
+ -90.9028456,
+ 28.8564513
+ ],
+ [
+ -88.0156706,
+ 28.9944338
+ ],
+ [
+ -88.0162494,
+ 30.0038862
+ ],
+ [
+ -86.0277506,
+ 30.0047454
+ ],
+ [
+ -84.0187909,
+ 28.9961781
+ ],
+ [
+ -81.9971976,
+ 25.9826768
+ ],
+ [
+ -81.9966618,
+ 25.0134917
+ ],
+ [
+ -84.0165592,
+ 25.0125783
+ ],
+ [
+ -84.0160068,
+ 24.0052745
+ ],
+ [
+ -80.0199985,
+ 24.007096
+ ],
+ [
+ -79.8901116,
+ 26.8550713
+ ],
+ [
+ -80.0245309,
+ 32.0161282
+ ],
+ [
+ -75.4147385,
+ 35.0531894
+ ],
+ [
+ -74.0211163,
+ 39.5727927
+ ],
+ [
+ -72.002019,
+ 40.9912464
+ ],
+ [
+ -69.8797398,
+ 40.9920457
+ ],
+ [
+ -69.8489304,
+ 43.2619916
+ ],
+ [
+ -66.9452845,
+ 44.7104937
+ ],
+ [
+ -67.7596632,
+ 47.0990024
+ ],
+ [
+ -69.2505131,
+ 47.5122328
+ ],
+ [
+ -70.4614886,
+ 46.2176574
+ ],
+ [
+ -71.412273,
+ 45.254878
+ ],
+ [
+ -72.0222508,
+ 45.0059846
+ ],
+ [
+ -75.0798841,
+ 44.9802854
+ ],
+ [
+ -76.9023061,
+ 43.8024568
+ ],
+ [
+ -78.7623935,
+ 43.6249578
+ ],
+ [
+ -79.15798,
+ 43.4462589
+ ],
+ [
+ -79.0060087,
+ 42.8005317
+ ],
+ [
+ -82.662475,
+ 41.6889458
+ ],
+ [
+ -82.1761642,
+ 43.588535
+ ],
+ [
+ -83.2813977,
+ 46.138853
+ ],
+ [
+ -87.5064535,
+ 48.0142702
+ ],
+ [
+ -88.3492194,
+ 48.2963271
+ ],
+ [
+ -89.4353148,
+ 47.9837822
+ ],
+ [
+ -93.9981078,
+ 49.0067142
+ ],
+ [
+ -95.1105379,
+ 49.412004
+ ],
+ [
+ -96.0131199,
+ 49.0060547
+ ],
+ [
+ -123.3228926,
+ 49.0042878
+ ],
+ [
+ -123.2275233,
+ 48.1849927
+ ]
+ ],
+ [
+ [
+ -160.5787616,
+ 22.5062947
+ ],
+ [
+ -160.5782192,
+ 21.4984647
+ ],
+ [
+ -158.7470604,
+ 21.2439843
+ ],
+ [
+ -157.5083185,
+ 20.995803
+ ],
+ [
+ -155.9961942,
+ 18.7790194
+ ],
+ [
+ -154.6217803,
+ 18.7586966
+ ],
+ [
+ -154.6890176,
+ 19.8805722
+ ],
+ [
+ -156.2927622,
+ 21.2225888
+ ],
+ [
+ -157.5047384,
+ 21.9984962
+ ],
+ [
+ -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
+ ],
+ [
+ -162.5018149,
+ 58.0005815
+ ],
+ [
+ -160.0159024,
+ 58.0012389
+ ],
+ [
+ -160.0149725,
+ 57.000035
+ ],
+ [
+ -160.5054788,
+ 56.9999017
+ ],
+ [
+ -165.8092575,
+ 54.824847
+ ],
+ [
+ -178.000097,
+ 52.2446469
+ ],
+ [
+ -177.9992996,
+ 51.2554252
+ ],
+ [
+ -171.4689067,
+ 51.8215329
+ ],
+ [
+ -162.40251,
+ 53.956664
+ ],
+ [
+ -159.0075717,
+ 55.002502
+ ],
+ [
+ -158.0190709,
+ 55.0027849
+ ],
+ [
+ -151.9963213,
+ 55.9991902
+ ],
+ [
+ -151.500341,
+ 57.9987853
+ ],
+ [
+ -151.5012894,
+ 58.9919816
+ ],
+ [
+ -138.5159989,
+ 58.9953194
+ ],
+ [
+ -138.5150471,
+ 57.9986434
+ ],
+ [
+ -133.9948193,
+ 54.0031685
+ ],
+ [
+ -130.0044418,
+ 54.0043387
+ ],
+ [
+ -130.0070826,
+ 57.0000507
+ ],
+ [
+ -131.975877,
+ 56.9995156
+ ],
+ [
+ -135.1229873,
+ 59.756601
+ ],
+ [
+ -138.0071813,
+ 59.991805
+ ],
+ [
+ -139.1715881,
+ 60.4127229
+ ],
+ [
+ -140.9874011,
+ 61.0118551
+ ],
+ [
+ -140.9683975,
+ 69.9535069
+ ],
+ [
+ -156.176891,
+ 71.5633329
+ ],
+ [
+ -160.413634,
+ 70.7397728
+ ],
+ [
+ -163.0218273,
+ 69.9707435
+ ],
+ [
+ -164.9717003,
+ 68.994689
+ ]
+ ]
+ ],
+ "overlay": 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": [
+ [
+ [
+ -9,
+ 49.8
+ ],
+ [
+ -9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 49.8
+ ],
+ [
+ -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": [
+ [
+ [
+ -6.4585407,
+ 49.9044128
+ ],
+ [
+ -6.3872009,
+ 49.9841116
+ ],
+ [
+ -6.2296827,
+ 49.9896159
+ ],
+ [
+ -6.2171269,
+ 49.8680087
+ ],
+ [
+ -6.4551164,
+ 49.8591793
+ ]
+ ],
+ [
+ [
+ -1.4495137,
+ 60.8634056
+ ],
+ [
+ -0.7167114,
+ 60.8545122
+ ],
+ [
+ -0.7349744,
+ 60.4359756
+ ],
+ [
+ -0.6938826,
+ 60.4168218
+ ],
+ [
+ -0.7258429,
+ 60.3942735
+ ],
+ [
+ -0.7395401,
+ 60.0484714
+ ],
+ [
+ -0.9267357,
+ 60.0461918
+ ],
+ [
+ -0.9381501,
+ 59.8266157
+ ],
+ [
+ -1.4586452,
+ 59.831205
+ ],
+ [
+ -1.4455187,
+ 60.0535999
+ ],
+ [
+ -1.463211,
+ 60.0535999
+ ],
+ [
+ -1.4643524,
+ 60.0630002
+ ],
+ [
+ -1.5716475,
+ 60.0638546
+ ],
+ [
+ -1.5693646,
+ 60.1790005
+ ],
+ [
+ -1.643558,
+ 60.1807033
+ ],
+ [
+ -1.643558,
+ 60.1892162
+ ],
+ [
+ -1.8216221,
+ 60.1894999
+ ],
+ [
+ -1.8204807,
+ 60.3615507
+ ],
+ [
+ -1.8415973,
+ 60.3697345
+ ],
+ [
+ -1.8216221,
+ 60.3832755
+ ],
+ [
+ -1.8179852,
+ 60.5934321
+ ],
+ [
+ -1.453168,
+ 60.5934321
+ ]
+ ],
+ [
+ [
+ -4.9089213,
+ 54.4242078
+ ],
+ [
+ -4.282598,
+ 54.4429861
+ ],
+ [
+ -4.2535417,
+ 54.029769
+ ],
+ [
+ -4.8766366,
+ 54.0221831
+ ]
+ ],
+ [
+ [
+ -5.8667408,
+ 59.1444603
+ ],
+ [
+ -5.7759966,
+ 59.1470945
+ ],
+ [
+ -5.7720016,
+ 59.1014052
+ ],
+ [
+ -5.8621751,
+ 59.0990605
+ ]
+ ],
+ [
+ [
+ -1.7065887,
+ 59.5703599
+ ],
+ [
+ -1.5579165,
+ 59.5693481
+ ],
+ [
+ -1.5564897,
+ 59.4965695
+ ],
+ [
+ -1.7054472,
+ 59.4975834
+ ]
+ ],
+ [
+ [
+ -7.6865827,
+ 58.2940975
+ ],
+ [
+ -7.5330594,
+ 58.3006957
+ ],
+ [
+ -7.5256401,
+ 58.2646905
+ ],
+ [
+ -7.6797341,
+ 58.2577853
+ ]
+ ],
+ [
+ [
+ -4.5338281,
+ 59.0359871
+ ],
+ [
+ -4.481322,
+ 59.0371616
+ ],
+ [
+ -4.4796099,
+ 59.0186583
+ ],
+ [
+ -4.5332574,
+ 59.0180707
+ ]
+ ],
+ [
+ [
+ -8.6710698,
+ 57.8769896
+ ],
+ [
+ -8.4673234,
+ 57.8897332
+ ],
+ [
+ -8.4467775,
+ 57.7907
+ ],
+ [
+ -8.6510947,
+ 57.7779213
+ ]
+ ],
+ [
+ [
+ -5.2395519,
+ 50.3530581
+ ],
+ [
+ -5.7920073,
+ 50.3384899
+ ],
+ [
+ -5.760047,
+ 49.9317027
+ ],
+ [
+ -4.6551363,
+ 49.9581461
+ ],
+ [
+ -4.677965,
+ 50.2860073
+ ],
+ [
+ -4.244219,
+ 50.2801723
+ ],
+ [
+ -4.2487848,
+ 50.2042525
+ ],
+ [
+ -3.3812929,
+ 50.2042525
+ ],
+ [
+ -3.4223846,
+ 50.5188201
+ ],
+ [
+ -3.1164796,
+ 50.5246258
+ ],
+ [
+ -3.1210453,
+ 50.6579592
+ ],
+ [
+ -2.6736357,
+ 50.6619495
+ ],
+ [
+ -2.5953453,
+ 50.6394325
+ ],
+ [
+ -2.5905026,
+ 50.5728419
+ ],
+ [
+ -2.4791203,
+ 50.5733545
+ ],
+ [
+ -2.4758919,
+ 50.5066704
+ ],
+ [
+ -2.3967943,
+ 50.5056438
+ ],
+ [
+ -2.401637,
+ 50.5723293
+ ],
+ [
+ -1.0400296,
+ 50.5718167
+ ],
+ [
+ -1.0335726,
+ 50.7059289
+ ],
+ [
+ -0.549302,
+ 50.7038843
+ ],
+ [
+ -0.5460736,
+ 50.7886618
+ ],
+ [
+ -0.0924734,
+ 50.7856002
+ ],
+ [
+ -0.0876307,
+ 50.7181949
+ ],
+ [
+ 0.4789659,
+ 50.7120623
+ ],
+ [
+ 0.487037,
+ 50.8182467
+ ],
+ [
+ 0.9761503,
+ 50.8049868
+ ],
+ [
+ 0.9922927,
+ 51.0126311
+ ],
+ [
+ 1.4491213,
+ 51.0004424
+ ],
+ [
+ 1.4781775,
+ 51.4090372
+ ],
+ [
+ 1.0229632,
+ 51.4271576
+ ],
+ [
+ 1.035877,
+ 51.7640881
+ ],
+ [
+ 1.6105448,
+ 51.7500992
+ ],
+ [
+ 1.646058,
+ 52.1560003
+ ],
+ [
+ 1.7267698,
+ 52.1540195
+ ],
+ [
+ 1.749369,
+ 52.4481811
+ ],
+ [
+ 1.7870672,
+ 52.4811624
+ ],
+ [
+ 1.759102,
+ 52.522505
+ ],
+ [
+ 1.7933451,
+ 52.9602749
+ ],
+ [
+ 0.3798147,
+ 52.9958468
+ ],
+ [
+ 0.3895238,
+ 53.2511239
+ ],
+ [
+ 0.3478614,
+ 53.2511239
+ ],
+ [
+ 0.3238912,
+ 53.282186
+ ],
+ [
+ 0.3461492,
+ 53.6538501
+ ],
+ [
+ 0.128487,
+ 53.6575466
+ ],
+ [
+ 0.116582,
+ 53.6674703
+ ],
+ [
+ 0.1350586,
+ 54.0655731
+ ],
+ [
+ -0.0609831,
+ 54.065908
+ ],
+ [
+ -0.0414249,
+ 54.4709448
+ ],
+ [
+ -0.5662701,
+ 54.4771794
+ ],
+ [
+ -0.5592078,
+ 54.6565127
+ ],
+ [
+ -1.1665638,
+ 54.6623485
+ ],
+ [
+ -1.1637389,
+ 54.842611
+ ],
+ [
+ -1.3316194,
+ 54.843909
+ ],
+ [
+ -1.3257065,
+ 55.2470842
+ ],
+ [
+ -1.529453,
+ 55.2487108
+ ],
+ [
+ -1.524178,
+ 55.6540122
+ ],
+ [
+ -1.7638798,
+ 55.6540122
+ ],
+ [
+ -1.7733693,
+ 55.9719116
+ ],
+ [
+ -2.1607858,
+ 55.9682981
+ ],
+ [
+ -2.1543289,
+ 56.0621387
+ ],
+ [
+ -2.4578051,
+ 56.0585337
+ ],
+ [
+ -2.4190635,
+ 56.641717
+ ],
+ [
+ -2.0962164,
+ 56.641717
+ ],
+ [
+ -2.0833025,
+ 57.0021322
+ ],
+ [
+ -1.9283359,
+ 57.0126802
+ ],
+ [
+ -1.9180966,
+ 57.3590895
+ ],
+ [
+ -1.7502161,
+ 57.3625721
+ ],
+ [
+ -1.7695869,
+ 57.7608634
+ ],
+ [
+ -3.6937554,
+ 57.7574187
+ ],
+ [
+ -3.7066693,
+ 57.9806386
+ ],
+ [
+ -3.5969013,
+ 57.9772149
+ ],
+ [
+ -3.6033582,
+ 58.1207277
+ ],
+ [
+ -3.0222335,
+ 58.1309566
+ ],
+ [
+ -3.0286905,
+ 58.5410788
+ ],
+ [
+ -2.8478961,
+ 58.530968
+ ],
+ [
+ -2.86081,
+ 58.8430508
+ ],
+ [
+ -2.679624,
+ 58.8414991
+ ],
+ [
+ -2.6841897,
+ 58.885175
+ ],
+ [
+ -2.6339665,
+ 58.9052239
+ ],
+ [
+ -2.679624,
+ 58.9335083
+ ],
+ [
+ -2.6887555,
+ 59.0229231
+ ],
+ [
+ -2.3668703,
+ 59.0229231
+ ],
+ [
+ -2.3702946,
+ 59.2652861
+ ],
+ [
+ -2.3429001,
+ 59.2821989
+ ],
+ [
+ -2.3714361,
+ 59.2996861
+ ],
+ [
+ -2.3737189,
+ 59.3707083
+ ],
+ [
+ -2.3429001,
+ 59.385825
+ ],
+ [
+ -2.3725775,
+ 59.400354
+ ],
+ [
+ -2.3714361,
+ 59.4259098
+ ],
+ [
+ -3.0734196,
+ 59.4230067
+ ],
+ [
+ -3.0711368,
+ 59.3433649
+ ],
+ [
+ -3.103097,
+ 59.3311405
+ ],
+ [
+ -3.0745611,
+ 59.3136695
+ ],
+ [
+ -3.0722782,
+ 59.232603
+ ],
+ [
+ -3.3850319,
+ 59.1484167
+ ],
+ [
+ -3.3747589,
+ 58.9352753
+ ],
+ [
+ -3.5653789,
+ 58.9323303
+ ],
+ [
+ -3.554829,
+ 58.69759
+ ],
+ [
+ -5.2808579,
+ 58.6667732
+ ],
+ [
+ -5.2534159,
+ 58.3514125
+ ],
+ [
+ -5.5068508,
+ 58.3437887
+ ],
+ [
+ -5.4761804,
+ 58.0323557
+ ],
+ [
+ -5.8974958,
+ 58.0212436
+ ],
+ [
+ -5.8522972,
+ 57.6171758
+ ],
+ [
+ -6.1396311,
+ 57.6137174
+ ],
+ [
+ -6.1541592,
+ 57.7423183
+ ],
+ [
+ -6.2913692,
+ 57.7380102
+ ],
+ [
+ -6.3365678,
+ 58.1398784
+ ],
+ [
+ -6.1121891,
+ 58.1466944
+ ],
+ [
+ -6.1473778,
+ 58.5106285
+ ],
+ [
+ -6.2934817,
+ 58.5416182
+ ],
+ [
+ -6.8413713,
+ 58.2977321
+ ],
+ [
+ -7.0057382,
+ 58.2929331
+ ],
+ [
+ -7.1016189,
+ 58.2064403
+ ],
+ [
+ -7.2573132,
+ 58.1793148
+ ],
+ [
+ -7.2531092,
+ 58.1004928
+ ],
+ [
+ -7.4070698,
+ 58.0905566
+ ],
+ [
+ -7.391347,
+ 57.7911354
+ ],
+ [
+ -7.790991,
+ 57.7733151
+ ],
+ [
+ -7.7624215,
+ 57.5444165
+ ],
+ [
+ -7.698501,
+ 57.1453194
+ ],
+ [
+ -7.7943817,
+ 57.1304547
+ ],
+ [
+ -7.716764,
+ 56.7368628
+ ],
+ [
+ -7.0122067,
+ 56.7654359
+ ],
+ [
+ -6.979922,
+ 56.5453858
+ ],
+ [
+ -7.0638622,
+ 56.5453858
+ ],
+ [
+ -7.0444914,
+ 56.3562587
+ ],
+ [
+ -6.500676,
+ 56.3812917
+ ],
+ [
+ -6.4491433,
+ 55.9793649
+ ],
+ [
+ -6.563287,
+ 55.9691456
+ ],
+ [
+ -6.5393742,
+ 55.7030135
+ ],
+ [
+ -6.5595521,
+ 55.6907321
+ ],
+ [
+ -6.5345315,
+ 55.6761713
+ ],
+ [
+ -6.5216176,
+ 55.5704434
+ ],
+ [
+ -5.8912587,
+ 55.5923416
+ ],
+ [
+ -5.8560127,
+ 55.2320733
+ ],
+ [
+ -5.2293639,
+ 55.2515958
+ ],
+ [
+ -5.1837064,
+ 54.6254139
+ ],
+ [
+ -3.6655956,
+ 54.6518373
+ ],
+ [
+ -3.6496155,
+ 54.4320023
+ ],
+ [
+ -3.5400375,
+ 54.4306744
+ ],
+ [
+ -3.530906,
+ 54.0290181
+ ],
+ [
+ -3.0697656,
+ 54.030359
+ ],
+ [
+ -3.0675737,
+ 53.8221388
+ ],
+ [
+ -3.0804876,
+ 53.7739911
+ ],
+ [
+ -3.0619239,
+ 53.7477488
+ ],
+ [
+ -3.0611168,
+ 53.6737049
+ ],
+ [
+ -3.2144691,
+ 53.6708361
+ ],
+ [
+ -3.2057699,
+ 53.4226163
+ ],
+ [
+ -3.2799632,
+ 53.355224
+ ],
+ [
+ -3.2896655,
+ 53.3608441
+ ],
+ [
+ -3.3327547,
+ 53.364931
+ ],
+ [
+ -3.3761293,
+ 53.3540318
+ ],
+ [
+ -4.0888976,
+ 53.3433102
+ ],
+ [
+ -4.0945474,
+ 53.4612036
+ ],
+ [
+ -4.697412,
+ 53.4448624
+ ],
+ [
+ -4.6882805,
+ 53.3318598
+ ],
+ [
+ -4.7202407,
+ 53.2895771
+ ],
+ [
+ -4.6837148,
+ 53.2486184
+ ],
+ [
+ -4.6768661,
+ 53.1542644
+ ],
+ [
+ -4.8480816,
+ 53.1446807
+ ],
+ [
+ -4.8178336,
+ 52.7440299
+ ],
+ [
+ -4.2545751,
+ 52.7558939
+ ],
+ [
+ -4.228876,
+ 52.254876
+ ],
+ [
+ -4.2607571,
+ 52.2536408
+ ],
+ [
+ -4.2724603,
+ 52.2432637
+ ],
+ [
+ -4.8136263,
+ 52.230095
+ ],
+ [
+ -4.8079191,
+ 52.1138892
+ ],
+ [
+ -5.3889104,
+ 52.0991668
+ ],
+ [
+ -5.3717888,
+ 51.9129667
+ ],
+ [
+ -5.4208706,
+ 51.9101502
+ ],
+ [
+ -5.414022,
+ 51.8453218
+ ],
+ [
+ -5.3683645,
+ 51.8474373
+ ],
+ [
+ -5.3466772,
+ 51.5595332
+ ],
+ [
+ -4.773676,
+ 51.5758518
+ ],
+ [
+ -4.7656859,
+ 51.4885146
+ ],
+ [
+ -4.1915432,
+ 51.4970427
+ ],
+ [
+ -4.1869775,
+ 51.4344663
+ ],
+ [
+ -3.6151177,
+ 51.4444274
+ ],
+ [
+ -3.6105519,
+ 51.3746543
+ ],
+ [
+ -3.1494115,
+ 51.3789292
+ ],
+ [
+ -3.1494115,
+ 51.2919281
+ ],
+ [
+ -4.3038735,
+ 51.2745907
+ ],
+ [
+ -4.2861169,
+ 51.0508721
+ ],
+ [
+ -4.8543277,
+ 51.0366633
+ ],
+ [
+ -4.8372201,
+ 50.7212787
+ ],
+ [
+ -5.2618345,
+ 50.7082694
+ ]
+ ],
+ [
+ [
+ -2.1502671,
+ 60.171318
+ ],
+ [
+ -2.0030218,
+ 60.1696146
+ ],
+ [
+ -2.0013096,
+ 60.0997023
+ ],
+ [
+ -2.148555,
+ 60.1011247
+ ]
+ ],
+ [
+ [
+ -6.2086011,
+ 59.1163488
+ ],
+ [
+ -6.1229934,
+ 59.1166418
+ ],
+ [
+ -6.121852,
+ 59.0714985
+ ],
+ [
+ -6.2097426,
+ 59.0714985
+ ]
+ ],
+ [
+ [
+ -4.4159559,
+ 59.0889036
+ ],
+ [
+ -4.4212022,
+ 59.0770848
+ ],
+ [
+ -4.3971904,
+ 59.0779143
+ ],
+ [
+ -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": [
+ [
+ [
+ -4.7157244,
+ 54.6796556
+ ],
+ [
+ -4.6850662,
+ 54.6800268
+ ],
+ [
+ -4.6835779,
+ 54.6623245
+ ],
+ [
+ -4.7148782,
+ 54.6615818
+ ]
+ ],
+ [
+ [
+ -3.7085748,
+ 58.3371151
+ ],
+ [
+ -3.5405937,
+ 58.3380684
+ ],
+ [
+ -3.5315137,
+ 58.1608002
+ ],
+ [
+ -3.3608086,
+ 58.1622372
+ ],
+ [
+ -3.3653486,
+ 58.252173
+ ],
+ [
+ -3.1610473,
+ 58.2536063
+ ],
+ [
+ -3.1610473,
+ 58.3261509
+ ],
+ [
+ -3.0275704,
+ 58.3271045
+ ],
+ [
+ -3.0366505,
+ 58.6139001
+ ],
+ [
+ -3.0021463,
+ 58.614373
+ ],
+ [
+ -3.0030543,
+ 58.7036341
+ ],
+ [
+ -3.4180129,
+ 58.7003322
+ ],
+ [
+ -3.4171049,
+ 58.6290293
+ ],
+ [
+ -3.7240109,
+ 58.6266658
+ ],
+ [
+ -3.7231029,
+ 58.606806
+ ],
+ [
+ -4.2361262,
+ 58.5992374
+ ],
+ [
+ -4.2334022,
+ 58.5092347
+ ],
+ [
+ -3.88836,
+ 58.5144516
+ ],
+ [
+ -3.8829119,
+ 58.4261327
+ ],
+ [
+ -3.7158389,
+ 58.4270836
+ ]
+ ],
+ [
+ [
+ -6.46676,
+ 49.9943621
+ ],
+ [
+ -6.1889102,
+ 50.004868
+ ],
+ [
+ -6.1789222,
+ 49.8967815
+ ],
+ [
+ -6.3169391,
+ 49.8915171
+ ],
+ [
+ -6.312399,
+ 49.8200979
+ ],
+ [
+ -6.4504159,
+ 49.8159968
+ ]
+ ],
+ [
+ [
+ -5.6453263,
+ 50.2029809
+ ],
+ [
+ -5.7801329,
+ 50.2014076
+ ],
+ [
+ -5.7637888,
+ 50.0197267
+ ],
+ [
+ -5.3479221,
+ 50.0290604
+ ],
+ [
+ -5.3388421,
+ 49.9414854
+ ],
+ [
+ -5.024672,
+ 49.9473287
+ ],
+ [
+ -5.0355681,
+ 50.0383923
+ ],
+ [
+ -5.0010639,
+ 50.0453901
+ ],
+ [
+ -4.9974319,
+ 50.1304478
+ ],
+ [
+ -4.855783,
+ 50.13394
+ ],
+ [
+ -4.861231,
+ 50.206057
+ ],
+ [
+ -4.6546085,
+ 50.2140172
+ ],
+ [
+ -4.6558926,
+ 50.3018616
+ ],
+ [
+ -4.5184924,
+ 50.3026818
+ ],
+ [
+ -4.51464,
+ 50.325642
+ ],
+ [
+ -4.2488284,
+ 50.3264618
+ ],
+ [
+ -4.2488284,
+ 50.3100631
+ ],
+ [
+ -4.10886,
+ 50.3141633
+ ],
+ [
+ -4.1062917,
+ 50.2411267
+ ],
+ [
+ -3.9648088,
+ 50.2432047
+ ],
+ [
+ -3.9640778,
+ 50.2254158
+ ],
+ [
+ -3.8522287,
+ 50.2273626
+ ],
+ [
+ -3.8503757,
+ 50.1552563
+ ],
+ [
+ -3.6921809,
+ 50.1572487
+ ],
+ [
+ -3.5414602,
+ 50.1602198
+ ],
+ [
+ -3.5465781,
+ 50.3226814
+ ],
+ [
+ -3.4068012,
+ 50.3241013
+ ],
+ [
+ -3.4165761,
+ 50.5892711
+ ],
+ [
+ -3.2746691,
+ 50.5962721
+ ],
+ [
+ -3.2749172,
+ 50.6106323
+ ],
+ [
+ -2.9971742,
+ 50.613972
+ ],
+ [
+ -2.9896008,
+ 50.688537
+ ],
+ [
+ -2.7120266,
+ 50.690565
+ ],
+ [
+ -2.710908,
+ 50.6195964
+ ],
+ [
+ -2.5695473,
+ 50.6157538
+ ],
+ [
+ -2.5651019,
+ 50.5134083
+ ],
+ [
+ -2.4014463,
+ 50.513379
+ ],
+ [
+ -2.3940583,
+ 50.6160348
+ ],
+ [
+ -2.2894123,
+ 50.6147436
+ ],
+ [
+ -2.2876184,
+ 50.6008549
+ ],
+ [
+ -2.1477855,
+ 50.6048506
+ ],
+ [
+ -2.1451013,
+ 50.5325437
+ ],
+ [
+ -1.9335117,
+ 50.5347477
+ ],
+ [
+ -1.9362139,
+ 50.6170445
+ ],
+ [
+ -1.8573025,
+ 50.6228094
+ ],
+ [
+ -1.8554865,
+ 50.709139
+ ],
+ [
+ -1.6066929,
+ 50.709139
+ ],
+ [
+ -1.6085089,
+ 50.6239615
+ ],
+ [
+ -1.4450678,
+ 50.6228094
+ ],
+ [
+ -1.4432518,
+ 50.5317039
+ ],
+ [
+ -1.1545059,
+ 50.5293951
+ ],
+ [
+ -1.1472419,
+ 50.6170485
+ ],
+ [
+ -1.011041,
+ 50.6205051
+ ],
+ [
+ -1.011041,
+ 50.7056889
+ ],
+ [
+ -0.704135,
+ 50.7045388
+ ],
+ [
+ -0.700503,
+ 50.7769401
+ ],
+ [
+ -0.5860943,
+ 50.7723465
+ ],
+ [
+ -0.5879103,
+ 50.7907181
+ ],
+ [
+ -0.0149586,
+ 50.7798108
+ ],
+ [
+ -0.0185906,
+ 50.7625836
+ ],
+ [
+ 0.0967261,
+ 50.7620093
+ ],
+ [
+ 0.0921861,
+ 50.6913106
+ ],
+ [
+ 0.3046595,
+ 50.6890096
+ ],
+ [
+ 0.3101075,
+ 50.7757917
+ ],
+ [
+ 0.5511831,
+ 50.7726336
+ ],
+ [
+ 0.5529991,
+ 50.8432096
+ ],
+ [
+ 0.695556,
+ 50.8403428
+ ],
+ [
+ 0.696464,
+ 50.8592608
+ ],
+ [
+ 0.9852099,
+ 50.8523824
+ ],
+ [
+ 0.9906579,
+ 50.9417226
+ ],
+ [
+ 1.0160821,
+ 50.9411504
+ ],
+ [
+ 1.0215301,
+ 51.0303204
+ ],
+ [
+ 1.2812198,
+ 51.0240383
+ ],
+ [
+ 1.2848518,
+ 51.0948044
+ ],
+ [
+ 1.4277848,
+ 51.0948044
+ ],
+ [
+ 1.4386809,
+ 51.2882859
+ ],
+ [
+ 1.4713691,
+ 51.2871502
+ ],
+ [
+ 1.4804492,
+ 51.3994534
+ ],
+ [
+ 1.1590151,
+ 51.4073836
+ ],
+ [
+ 1.1590151,
+ 51.3869889
+ ],
+ [
+ 1.0191822,
+ 51.3903886
+ ],
+ [
+ 1.0228142,
+ 51.4798247
+ ],
+ [
+ 0.8793493,
+ 51.4843484
+ ],
+ [
+ 0.8829813,
+ 51.5566675
+ ],
+ [
+ 1.0264462,
+ 51.5544092
+ ],
+ [
+ 1.0373423,
+ 51.7493319
+ ],
+ [
+ 1.2607117,
+ 51.7482076
+ ],
+ [
+ 1.2661598,
+ 51.8279642
+ ],
+ [
+ 1.3351682,
+ 51.8335756
+ ],
+ [
+ 1.3478803,
+ 51.9199021
+ ],
+ [
+ 1.4840812,
+ 51.9199021
+ ],
+ [
+ 1.4986093,
+ 52.0038271
+ ],
+ [
+ 1.6438902,
+ 52.0027092
+ ],
+ [
+ 1.6656823,
+ 52.270221
+ ],
+ [
+ 1.7310588,
+ 52.270221
+ ],
+ [
+ 1.7528509,
+ 52.4465637
+ ],
+ [
+ 1.8254914,
+ 52.4476705
+ ],
+ [
+ 1.8345714,
+ 52.624408
+ ],
+ [
+ 1.7690346,
+ 52.6291402
+ ],
+ [
+ 1.7741711,
+ 52.717904
+ ],
+ [
+ 1.6996925,
+ 52.721793
+ ],
+ [
+ 1.706113,
+ 52.8103687
+ ],
+ [
+ 1.559724,
+ 52.8165777
+ ],
+ [
+ 1.5648605,
+ 52.9034116
+ ],
+ [
+ 1.4184715,
+ 52.9103818
+ ],
+ [
+ 1.4223238,
+ 52.9281894
+ ],
+ [
+ 1.3439928,
+ 52.9289635
+ ],
+ [
+ 1.3491293,
+ 53.0001194
+ ],
+ [
+ 0.4515789,
+ 53.022589
+ ],
+ [
+ 0.4497629,
+ 52.9351139
+ ],
+ [
+ 0.3789384,
+ 52.9351139
+ ],
+ [
+ 0.3716744,
+ 52.846365
+ ],
+ [
+ 0.2227614,
+ 52.8496552
+ ],
+ [
+ 0.2336575,
+ 52.9329248
+ ],
+ [
+ 0.3062979,
+ 52.9351139
+ ],
+ [
+ 0.308114,
+ 53.022589
+ ],
+ [
+ 0.3807544,
+ 53.0236813
+ ],
+ [
+ 0.3993708,
+ 53.2933729
+ ],
+ [
+ 0.3248922,
+ 53.2987454
+ ],
+ [
+ 0.3274604,
+ 53.3853782
+ ],
+ [
+ 0.2504136,
+ 53.38691
+ ],
+ [
+ 0.2581183,
+ 53.4748924
+ ],
+ [
+ 0.1862079,
+ 53.4779494
+ ],
+ [
+ 0.1913443,
+ 53.6548777
+ ],
+ [
+ 0.1502527,
+ 53.6594436
+ ],
+ [
+ 0.1528209,
+ 53.7666003
+ ],
+ [
+ 0.0012954,
+ 53.7734308
+ ],
+ [
+ 0.0025796,
+ 53.8424326
+ ],
+ [
+ -0.0282392,
+ 53.841675
+ ],
+ [
+ -0.0226575,
+ 53.9311501
+ ],
+ [
+ -0.1406983,
+ 53.9322193
+ ],
+ [
+ -0.1416063,
+ 54.0219323
+ ],
+ [
+ -0.1706625,
+ 54.0235326
+ ],
+ [
+ -0.1679384,
+ 54.0949482
+ ],
+ [
+ -0.0126694,
+ 54.0912206
+ ],
+ [
+ -0.0099454,
+ 54.1811226
+ ],
+ [
+ -0.1615824,
+ 54.1837795
+ ],
+ [
+ -0.1606744,
+ 54.2029038
+ ],
+ [
+ -0.2405789,
+ 54.2034349
+ ],
+ [
+ -0.2378549,
+ 54.2936234
+ ],
+ [
+ -0.3894919,
+ 54.2941533
+ ],
+ [
+ -0.3857497,
+ 54.3837321
+ ],
+ [
+ -0.461638,
+ 54.3856364
+ ],
+ [
+ -0.4571122,
+ 54.4939066
+ ],
+ [
+ -0.6105651,
+ 54.4965434
+ ],
+ [
+ -0.6096571,
+ 54.5676704
+ ],
+ [
+ -0.7667421,
+ 54.569776
+ ],
+ [
+ -0.7640181,
+ 54.5887213
+ ],
+ [
+ -0.9192871,
+ 54.5908258
+ ],
+ [
+ -0.9148116,
+ 54.6608348
+ ],
+ [
+ -1.1485204,
+ 54.6634343
+ ],
+ [
+ -1.1472363,
+ 54.7528316
+ ],
+ [
+ -1.2268514,
+ 54.7532021
+ ],
+ [
+ -1.2265398,
+ 54.8429879
+ ],
+ [
+ -1.2991803,
+ 54.8435107
+ ],
+ [
+ -1.2991803,
+ 54.9333391
+ ],
+ [
+ -1.3454886,
+ 54.9354258
+ ],
+ [
+ -1.3436726,
+ 55.0234878
+ ],
+ [
+ -1.3772688,
+ 55.0255698
+ ],
+ [
+ -1.3754528,
+ 55.1310877
+ ],
+ [
+ -1.4997441,
+ 55.1315727
+ ],
+ [
+ -1.4969272,
+ 55.2928323
+ ],
+ [
+ -1.5296721,
+ 55.2942946
+ ],
+ [
+ -1.5258198,
+ 55.6523803
+ ],
+ [
+ -1.7659492,
+ 55.6545537
+ ],
+ [
+ -1.7620968,
+ 55.7435626
+ ],
+ [
+ -1.9688392,
+ 55.7435626
+ ],
+ [
+ -1.9698023,
+ 55.8334505
+ ],
+ [
+ -2.0019051,
+ 55.8336308
+ ],
+ [
+ -2.0015841,
+ 55.9235526
+ ],
+ [
+ -2.1604851,
+ 55.9240613
+ ],
+ [
+ -2.1613931,
+ 55.9413549
+ ],
+ [
+ -2.3202942,
+ 55.9408463
+ ],
+ [
+ -2.3212022,
+ 56.0145126
+ ],
+ [
+ -2.5627317,
+ 56.0124824
+ ],
+ [
+ -2.5645477,
+ 56.1022207
+ ],
+ [
+ -2.9658863,
+ 56.0991822
+ ],
+ [
+ -2.9667943,
+ 56.1710304
+ ],
+ [
+ -2.4828272,
+ 56.1755797
+ ],
+ [
+ -2.4882752,
+ 56.2856078
+ ],
+ [
+ -2.5645477,
+ 56.2835918
+ ],
+ [
+ -2.5681798,
+ 56.3742075
+ ],
+ [
+ -2.7261728,
+ 56.3732019
+ ],
+ [
+ -2.7316208,
+ 56.4425301
+ ],
+ [
+ -2.6190281,
+ 56.4425301
+ ],
+ [
+ -2.6153961,
+ 56.5317671
+ ],
+ [
+ -2.453771,
+ 56.5347715
+ ],
+ [
+ -2.4534686,
+ 56.6420248
+ ],
+ [
+ -2.4062523,
+ 56.6440218
+ ],
+ [
+ -2.3953562,
+ 56.7297964
+ ],
+ [
+ -2.2936596,
+ 56.7337811
+ ],
+ [
+ -2.2972916,
+ 56.807423
+ ],
+ [
+ -2.1629067,
+ 56.8113995
+ ],
+ [
+ -2.1592747,
+ 56.9958425
+ ],
+ [
+ -1.9922016,
+ 57.0017771
+ ],
+ [
+ -2.0067297,
+ 57.2737477
+ ],
+ [
+ -1.9195612,
+ 57.2757112
+ ],
+ [
+ -1.9304572,
+ 57.3482876
+ ],
+ [
+ -1.8106005,
+ 57.3443682
+ ],
+ [
+ -1.7997044,
+ 57.4402728
+ ],
+ [
+ -1.6616875,
+ 57.4285429
+ ],
+ [
+ -1.6689516,
+ 57.5398256
+ ],
+ [
+ -1.7452241,
+ 57.5398256
+ ],
+ [
+ -1.7524881,
+ 57.6313302
+ ],
+ [
+ -1.8287606,
+ 57.6332746
+ ],
+ [
+ -1.8287606,
+ 57.7187255
+ ],
+ [
+ -3.1768526,
+ 57.7171219
+ ],
+ [
+ -3.1794208,
+ 57.734264
+ ],
+ [
+ -3.5134082,
+ 57.7292105
+ ],
+ [
+ -3.5129542,
+ 57.7112683
+ ],
+ [
+ -3.7635638,
+ 57.7076303
+ ],
+ [
+ -3.7598539,
+ 57.635713
+ ],
+ [
+ -3.8420372,
+ 57.6343382
+ ],
+ [
+ -3.8458895,
+ 57.6178365
+ ],
+ [
+ -3.9794374,
+ 57.6157733
+ ],
+ [
+ -3.9794374,
+ 57.686544
+ ],
+ [
+ -3.8150708,
+ 57.689976
+ ],
+ [
+ -3.817639,
+ 57.7968899
+ ],
+ [
+ -3.6853753,
+ 57.7989429
+ ],
+ [
+ -3.6892276,
+ 57.8891567
+ ],
+ [
+ -3.9383458,
+ 57.8877915
+ ],
+ [
+ -3.9421981,
+ 57.9750592
+ ],
+ [
+ -3.6943641,
+ 57.9784638
+ ],
+ [
+ -3.6969323,
+ 58.0695865
+ ],
+ [
+ -4.0372226,
+ 58.0641528
+ ],
+ [
+ -4.0346543,
+ 57.9730163
+ ],
+ [
+ -4.2003051,
+ 57.9702923
+ ],
+ [
+ -4.1832772,
+ 57.7012869
+ ],
+ [
+ -4.518752,
+ 57.6951111
+ ],
+ [
+ -4.5122925,
+ 57.6050682
+ ],
+ [
+ -4.6789116,
+ 57.6016628
+ ],
+ [
+ -4.666022,
+ 57.4218334
+ ],
+ [
+ -3.6677696,
+ 57.4394729
+ ],
+ [
+ -3.671282,
+ 57.5295384
+ ],
+ [
+ -3.3384979,
+ 57.5331943
+ ],
+ [
+ -3.3330498,
+ 57.4438859
+ ],
+ [
+ -2.8336466,
+ 57.4485275
+ ],
+ [
+ -2.8236396,
+ 56.9992706
+ ],
+ [
+ -2.3305398,
+ 57.0006693
+ ],
+ [
+ -2.3298977,
+ 56.9113932
+ ],
+ [
+ -2.6579889,
+ 56.9092901
+ ],
+ [
+ -2.6559637,
+ 56.8198406
+ ],
+ [
+ -2.8216747,
+ 56.8188467
+ ],
+ [
+ -2.8184967,
+ 56.7295397
+ ],
+ [
+ -3.1449248,
+ 56.7265508
+ ],
+ [
+ -3.1435628,
+ 56.6362749
+ ],
+ [
+ -3.4679089,
+ 56.6350265
+ ],
+ [
+ -3.474265,
+ 56.7238108
+ ],
+ [
+ -3.8011471,
+ 56.7188284
+ ],
+ [
+ -3.785711,
+ 56.4493026
+ ],
+ [
+ -3.946428,
+ 56.4457896
+ ],
+ [
+ -3.9428873,
+ 56.2659777
+ ],
+ [
+ -4.423146,
+ 56.2588459
+ ],
+ [
+ -4.4141572,
+ 56.0815506
+ ],
+ [
+ -4.8944159,
+ 56.0708008
+ ],
+ [
+ -4.8791072,
+ 55.8896994
+ ],
+ [
+ -5.1994158,
+ 55.8821374
+ ],
+ [
+ -5.1852906,
+ 55.7023791
+ ],
+ [
+ -5.0273445,
+ 55.7067203
+ ],
+ [
+ -5.0222081,
+ 55.6879046
+ ],
+ [
+ -4.897649,
+ 55.6907999
+ ],
+ [
+ -4.8880181,
+ 55.6002822
+ ],
+ [
+ -4.7339244,
+ 55.6046348
+ ],
+ [
+ -4.7275038,
+ 55.5342082
+ ],
+ [
+ -4.773732,
+ 55.5334815
+ ],
+ [
+ -4.7685955,
+ 55.4447227
+ ],
+ [
+ -4.8494947,
+ 55.4418092
+ ],
+ [
+ -4.8405059,
+ 55.3506535
+ ],
+ [
+ -4.8700405,
+ 55.3513836
+ ],
+ [
+ -4.8649041,
+ 55.2629462
+ ],
+ [
+ -4.9920314,
+ 55.2592875
+ ],
+ [
+ -4.9907473,
+ 55.1691779
+ ],
+ [
+ -5.0600894,
+ 55.1655105
+ ],
+ [
+ -5.0575212,
+ 55.0751884
+ ],
+ [
+ -5.2141831,
+ 55.0722477
+ ],
+ [
+ -5.1991766,
+ 54.8020337
+ ],
+ [
+ -5.0466316,
+ 54.8062205
+ ],
+ [
+ -5.0502636,
+ 54.7244996
+ ],
+ [
+ -4.9703591,
+ 54.7203043
+ ],
+ [
+ -4.9776232,
+ 54.6215905
+ ],
+ [
+ -4.796022,
+ 54.6342056
+ ],
+ [
+ -4.796022,
+ 54.7307917
+ ],
+ [
+ -4.8977186,
+ 54.7265971
+ ],
+ [
+ -4.9086147,
+ 54.8145928
+ ],
+ [
+ -4.8069181,
+ 54.8166856
+ ],
+ [
+ -4.8105501,
+ 54.7915648
+ ],
+ [
+ -4.6943253,
+ 54.7978465
+ ],
+ [
+ -4.6761652,
+ 54.7244996
+ ],
+ [
+ -4.5744686,
+ 54.7244996
+ ],
+ [
+ -4.5599405,
+ 54.6426135
+ ],
+ [
+ -4.3093309,
+ 54.6384098
+ ],
+ [
+ -4.3333262,
+ 54.8229889
+ ],
+ [
+ -4.2626999,
+ 54.8274274
+ ],
+ [
+ -4.2549952,
+ 54.7348587
+ ],
+ [
+ -3.8338058,
+ 54.7400481
+ ],
+ [
+ -3.836374,
+ 54.8141105
+ ],
+ [
+ -3.7118149,
+ 54.8133706
+ ],
+ [
+ -3.7143831,
+ 54.8318654
+ ],
+ [
+ -3.5346072,
+ 54.8355633
+ ],
+ [
+ -3.5271039,
+ 54.9066228
+ ],
+ [
+ -3.4808758,
+ 54.9084684
+ ],
+ [
+ -3.4776655,
+ 54.7457328
+ ],
+ [
+ -3.5874573,
+ 54.744621
+ ],
+ [
+ -3.5836049,
+ 54.6546166
+ ],
+ [
+ -3.7107322,
+ 54.6531308
+ ],
+ [
+ -3.6991752,
+ 54.4550407
+ ],
+ [
+ -3.5746161,
+ 54.4572801
+ ],
+ [
+ -3.5759002,
+ 54.3863042
+ ],
+ [
+ -3.539945,
+ 54.3855564
+ ],
+ [
+ -3.5386609,
+ 54.297224
+ ],
+ [
+ -3.46033,
+ 54.2957252
+ ],
+ [
+ -3.4590458,
+ 54.2079507
+ ],
+ [
+ -3.3807149,
+ 54.2102037
+ ],
+ [
+ -3.381999,
+ 54.1169788
+ ],
+ [
+ -3.302878,
+ 54.1160656
+ ],
+ [
+ -3.300154,
+ 54.0276224
+ ],
+ [
+ -3.1013007,
+ 54.0292224
+ ],
+ [
+ -3.093596,
+ 53.6062158
+ ],
+ [
+ -3.2065981,
+ 53.6016441
+ ],
+ [
+ -3.2091663,
+ 53.4917753
+ ],
+ [
+ -3.2451215,
+ 53.4887193
+ ],
+ [
+ -3.2348486,
+ 53.4045934
+ ],
+ [
+ -3.5276266,
+ 53.3999999
+ ],
+ [
+ -3.5343966,
+ 53.328481
+ ],
+ [
+ -3.6488053,
+ 53.3252272
+ ],
+ [
+ -3.6527308,
+ 53.3057716
+ ],
+ [
+ -3.7271873,
+ 53.3046865
+ ],
+ [
+ -3.7315003,
+ 53.3945257
+ ],
+ [
+ -3.9108315,
+ 53.3912769
+ ],
+ [
+ -3.9071995,
+ 53.3023804
+ ],
+ [
+ -3.9521457,
+ 53.3015665
+ ],
+ [
+ -3.9566724,
+ 53.3912183
+ ],
+ [
+ -4.1081979,
+ 53.3889209
+ ],
+ [
+ -4.1081979,
+ 53.4072967
+ ],
+ [
+ -4.2622916,
+ 53.4065312
+ ],
+ [
+ -4.2635757,
+ 53.4753707
+ ],
+ [
+ -4.638537,
+ 53.4677274
+ ],
+ [
+ -4.6346847,
+ 53.3812621
+ ],
+ [
+ -4.7091633,
+ 53.3774321
+ ],
+ [
+ -4.7001745,
+ 53.1954965
+ ],
+ [
+ -4.5499332,
+ 53.1962658
+ ],
+ [
+ -4.5435126,
+ 53.1092488
+ ],
+ [
+ -4.3919871,
+ 53.1100196
+ ],
+ [
+ -4.3855666,
+ 53.0236002
+ ],
+ [
+ -4.6115707,
+ 53.0205105
+ ],
+ [
+ -4.603866,
+ 52.9284932
+ ],
+ [
+ -4.7566756,
+ 52.9261709
+ ],
+ [
+ -4.7476868,
+ 52.8370555
+ ],
+ [
+ -4.8208813,
+ 52.8331768
+ ],
+ [
+ -4.8208813,
+ 52.7446476
+ ],
+ [
+ -4.3701572,
+ 52.7539749
+ ],
+ [
+ -4.3765778,
+ 52.8401583
+ ],
+ [
+ -4.2314728,
+ 52.8455875
+ ],
+ [
+ -4.2237682,
+ 52.7586379
+ ],
+ [
+ -4.1056297,
+ 52.7570836
+ ],
+ [
+ -4.1015192,
+ 52.6714874
+ ],
+ [
+ -4.1487355,
+ 52.6703862
+ ],
+ [
+ -4.1305754,
+ 52.4008596
+ ],
+ [
+ -4.1995838,
+ 52.3986435
+ ],
+ [
+ -4.2050319,
+ 52.3110195
+ ],
+ [
+ -4.3466808,
+ 52.303247
+ ],
+ [
+ -4.3484968,
+ 52.2365693
+ ],
+ [
+ -4.4901457,
+ 52.2332328
+ ],
+ [
+ -4.4883297,
+ 52.2098702
+ ],
+ [
+ -4.6572188,
+ 52.2098702
+ ],
+ [
+ -4.6590348,
+ 52.1385939
+ ],
+ [
+ -4.7788916,
+ 52.13525
+ ],
+ [
+ -4.7807076,
+ 52.1162967
+ ],
+ [
+ -4.9259885,
+ 52.1140663
+ ],
+ [
+ -4.9187245,
+ 52.0392855
+ ],
+ [
+ -5.2365265,
+ 52.0314653
+ ],
+ [
+ -5.2347105,
+ 51.9442339
+ ],
+ [
+ -5.3473032,
+ 51.9408755
+ ],
+ [
+ -5.3473032,
+ 51.9195995
+ ],
+ [
+ -5.4925842,
+ 51.9162392
+ ],
+ [
+ -5.4853201,
+ 51.8265386
+ ],
+ [
+ -5.1983903,
+ 51.8321501
+ ],
+ [
+ -5.1893102,
+ 51.7625177
+ ],
+ [
+ -5.335825,
+ 51.7589528
+ ],
+ [
+ -5.3281204,
+ 51.6686495
+ ],
+ [
+ -5.1836575,
+ 51.6730296
+ ],
+ [
+ -5.1836575,
+ 51.6539134
+ ],
+ [
+ -5.0674452,
+ 51.6578966
+ ],
+ [
+ -5.0603825,
+ 51.5677905
+ ],
+ [
+ -4.5974594,
+ 51.5809588
+ ],
+ [
+ -4.60388,
+ 51.6726314
+ ],
+ [
+ -4.345773,
+ 51.6726314
+ ],
+ [
+ -4.3355001,
+ 51.4962964
+ ],
+ [
+ -3.9528341,
+ 51.5106841
+ ],
+ [
+ -3.9425611,
+ 51.5905333
+ ],
+ [
+ -3.8809237,
+ 51.5953198
+ ],
+ [
+ -3.8706508,
+ 51.5074872
+ ],
+ [
+ -3.7679216,
+ 51.4978952
+ ],
+ [
+ -3.7550805,
+ 51.4242895
+ ],
+ [
+ -3.5855774,
+ 51.41468
+ ],
+ [
+ -3.5778727,
+ 51.3329177
+ ],
+ [
+ -3.0796364,
+ 51.3329177
+ ],
+ [
+ -3.0770682,
+ 51.2494018
+ ],
+ [
+ -3.7216935,
+ 51.2381477
+ ],
+ [
+ -3.7216935,
+ 51.2558315
+ ],
+ [
+ -3.8706508,
+ 51.2558315
+ ],
+ [
+ -3.8680825,
+ 51.2365398
+ ],
+ [
+ -4.2944084,
+ 51.2252825
+ ],
+ [
+ -4.289272,
+ 51.0496352
+ ],
+ [
+ -4.5692089,
+ 51.0431767
+ ],
+ [
+ -4.5624122,
+ 50.9497388
+ ],
+ [
+ -4.5905604,
+ 50.9520269
+ ],
+ [
+ -4.5896524,
+ 50.8627065
+ ],
+ [
+ -4.6296046,
+ 50.8592677
+ ],
+ [
+ -4.6226411,
+ 50.7691513
+ ],
+ [
+ -4.6952816,
+ 50.7680028
+ ],
+ [
+ -4.6934655,
+ 50.6967379
+ ],
+ [
+ -4.8342064,
+ 50.6938621
+ ],
+ [
+ -4.8296664,
+ 50.6046231
+ ],
+ [
+ -4.9676833,
+ 50.6000126
+ ],
+ [
+ -4.9685913,
+ 50.5821427
+ ],
+ [
+ -5.1084242,
+ 50.5786832
+ ],
+ [
+ -5.1029762,
+ 50.4892254
+ ],
+ [
+ -5.1311244,
+ 50.48807
+ ],
+ [
+ -5.1274923,
+ 50.4163798
+ ],
+ [
+ -5.2664172,
+ 50.4117509
+ ],
+ [
+ -5.2609692,
+ 50.3034214
+ ],
+ [
+ -5.5124868,
+ 50.2976214
+ ],
+ [
+ -5.5061308,
+ 50.2256428
+ ],
+ [
+ -5.6468717,
+ 50.2209953
+ ]
+ ],
+ [
+ [
+ -5.1336607,
+ 55.2630226
+ ],
+ [
+ -5.1021999,
+ 55.2639372
+ ],
+ [
+ -5.0999527,
+ 55.2458239
+ ],
+ [
+ -5.1322161,
+ 55.2446343
+ ]
+ ],
+ [
+ [
+ -5.6431878,
+ 55.5095745
+ ],
+ [
+ -5.4861028,
+ 55.5126594
+ ],
+ [
+ -5.4715747,
+ 55.3348829
+ ],
+ [
+ -5.6277517,
+ 55.3302345
+ ]
+ ],
+ [
+ [
+ -4.7213517,
+ 51.2180246
+ ],
+ [
+ -4.5804201,
+ 51.2212417
+ ],
+ [
+ -4.5746416,
+ 51.1306736
+ ],
+ [
+ -4.7174993,
+ 51.1280545
+ ]
+ ],
+ [
+ [
+ -5.1608796,
+ 55.4153626
+ ],
+ [
+ -5.0045387,
+ 55.4190069
+ ],
+ [
+ -5.0184798,
+ 55.6153521
+ ],
+ [
+ -5.1755648,
+ 55.6138137
+ ]
+ ]
+ ],
+ "terms_url": "http://geo.nls.uk/maps/",
+ "terms_text": "National Library of Scotland Historic Maps"
+ },
+ {
+ "name": "NLS - OS 25-inch (Scotland), 1892-1905",
+ "type": "tms",
+ "template": "http://geo.nls.uk/mapdata2/os/25_inch/scotland_1/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 0,
+ 18
+ ],
+ "polygon": [
+ [
+ [
+ -9.25,
+ 54.43
+ ],
+ [
+ -9.25,
+ 61.12
+ ],
+ [
+ 0.22,
+ 61.12
+ ],
+ [
+ 0.22,
+ 54.43
+ ],
+ [
+ -9.25,
+ 54.43
+ ]
+ ]
+ ],
+ "terms_url": "http://geo.nls.uk/maps/",
+ "terms_text": "National Library of Scotland Historic Maps"
+ },
+ {
+ "name": "NLS - OS 6-inch County Series, 1888-1913",
+ "type": "tms",
+ "template": "http://geo.nls.uk/mapdata3/os/6_inch_gb_1900/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 0,
+ 17
+ ],
+ "polygon": [
+ [
+ [
+ -9,
+ 49.8
+ ],
+ [
+ -9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 49.8
+ ],
+ [
+ -9,
+ 49.8
+ ]
+ ]
+ ],
+ "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
+ ],
+ [
+ -5.0642752,
+ 54.8026508
+ ],
+ [
+ -5.0560354,
+ 54.6305176
+ ],
+ [
+ -4.3158316,
+ 54.6297227
+ ],
+ [
+ -4.3117117,
+ 54.7448258
+ ],
+ [
+ -3.8530325,
+ 54.7464112
+ ],
+ [
+ -3.8530325,
+ 54.8034424
+ ],
+ [
+ -3.5522818,
+ 54.8034424
+ ],
+ [
+ -3.5522818,
+ 54.8374644
+ ],
+ [
+ -3.468511,
+ 54.8406277
+ ],
+ [
+ -3.4657644,
+ 54.8983158
+ ],
+ [
+ -3.3847403,
+ 54.8991055
+ ],
+ [
+ -3.3888601,
+ 54.9559214
+ ],
+ [
+ -3.0920786,
+ 54.9539468
+ ],
+ [
+ -3.0392359,
+ 54.9923274
+ ],
+ [
+ -3.0212713,
+ 55.0493881
+ ],
+ [
+ -2.9591232,
+ 55.0463283
+ ],
+ [
+ -2.9202807,
+ 55.0666294
+ ],
+ [
+ -2.7857081,
+ 55.068652
+ ],
+ [
+ -2.7852225,
+ 55.0914426
+ ],
+ [
+ -2.7337562,
+ 55.0922761
+ ],
+ [
+ -2.737616,
+ 55.151204
+ ],
+ [
+ -2.7648395,
+ 55.1510672
+ ],
+ [
+ -2.7013114,
+ 55.1722505
+ ],
+ [
+ -2.6635459,
+ 55.2192808
+ ],
+ [
+ -2.6460364,
+ 55.2188891
+ ],
+ [
+ -2.629042,
+ 55.2233933
+ ],
+ [
+ -2.6317886,
+ 55.2287781
+ ],
+ [
+ -2.6235488,
+ 55.2446345
+ ],
+ [
+ -2.6197723,
+ 55.2454663
+ ],
+ [
+ -2.6099017,
+ 55.2454174
+ ],
+ [
+ -2.6099876,
+ 55.2486466
+ ],
+ [
+ -2.6408121,
+ 55.2590039
+ ],
+ [
+ -2.6247896,
+ 55.2615631
+ ],
+ [
+ -2.6045186,
+ 55.2823081
+ ],
+ [
+ -2.5693176,
+ 55.296132
+ ],
+ [
+ -2.5479542,
+ 55.3121617
+ ],
+ [
+ -2.5091116,
+ 55.3234891
+ ],
+ [
+ -2.4780376,
+ 55.3494471
+ ],
+ [
+ -2.4421083,
+ 55.3533118
+ ],
+ [
+ -2.4052079,
+ 55.3439256
+ ],
+ [
+ -2.3726772,
+ 55.3447539
+ ],
+ [
+ -2.3221819,
+ 55.3687665
+ ],
+ [
+ -2.3241241,
+ 55.3999337
+ ],
+ [
+ -2.2576062,
+ 55.425015
+ ],
+ [
+ -2.1985547,
+ 55.4273529
+ ],
+ [
+ -2.1484296,
+ 55.4717466
+ ],
+ [
+ -2.1944348,
+ 55.484199
+ ],
+ [
+ -2.2040479,
+ 55.529306
+ ],
+ [
+ -2.2960584,
+ 55.6379722
+ ],
+ [
+ -2.2177808,
+ 55.6379722
+ ],
+ [
+ -2.1059266,
+ 55.7452498
+ ],
+ [
+ -1.9716874,
+ 55.7462161
+ ],
+ [
+ -1.9697453,
+ 55.9190951
+ ],
+ [
+ -2.1201694,
+ 55.9207115
+ ],
+ [
+ -2.1242893,
+ 55.9776133
+ ],
+ [
+ -2.3440159,
+ 55.9783817
+ ],
+ [
+ -2.3440159,
+ 56.0390349
+ ],
+ [
+ -2.5046909,
+ 56.0413363
+ ],
+ [
+ -2.500571,
+ 56.1003588
+ ],
+ [
+ -2.8823459,
+ 56.0957629
+ ],
+ [
+ -2.8823459,
+ 56.1722898
+ ],
+ [
+ -2.4126804,
+ 56.1692316
+ ],
+ [
+ -2.4181736,
+ 56.2334017
+ ],
+ [
+ -2.5857151,
+ 56.2303484
+ ],
+ [
+ -2.5719822,
+ 56.3416356
+ ],
+ [
+ -2.7257908,
+ 56.3462022
+ ],
+ [
+ -2.7312839,
+ 56.4343808
+ ],
+ [
+ -2.6928318,
+ 56.4343808
+ ],
+ [
+ -2.6928318,
+ 56.4859769
+ ],
+ [
+ -2.5307834,
+ 56.4935587
+ ],
+ [
+ -2.5307834,
+ 56.570806
+ ],
+ [
+ -2.5302878,
+ 56.6047947
+ ],
+ [
+ -2.3732428,
+ 56.6044452
+ ],
+ [
+ -2.3684363,
+ 56.7398824
+ ],
+ [
+ -2.3292975,
+ 56.7398824
+ ],
+ [
+ -2.3292975,
+ 56.7888065
+ ],
+ [
+ -2.3145346,
+ 56.7891826
+ ],
+ [
+ -2.3148779,
+ 56.7967036
+ ],
+ [
+ -2.171369,
+ 56.7967036
+ ],
+ [
+ -2.1703979,
+ 56.9710595
+ ],
+ [
+ -2.0101725,
+ 56.9694716
+ ],
+ [
+ -2.0101725,
+ 57.0846832
+ ],
+ [
+ -2.0817687,
+ 57.085349
+ ],
+ [
+ -2.0488097,
+ 57.1259963
+ ],
+ [
+ -2.0409133,
+ 57.126369
+ ],
+ [
+ -2.0383434,
+ 57.2411129
+ ],
+ [
+ -1.878118,
+ 57.2421638
+ ],
+ [
+ -1.8771469,
+ 57.2978175
+ ],
+ [
+ -1.9868771,
+ 57.2983422
+ ],
+ [
+ -1.9082209,
+ 57.3560063
+ ],
+ [
+ -1.8752048,
+ 57.3560063
+ ],
+ [
+ -1.8761758,
+ 57.3769527
+ ],
+ [
+ -1.8120857,
+ 57.4120111
+ ],
+ [
+ -1.7120661,
+ 57.4120111
+ ],
+ [
+ -1.7034646,
+ 57.6441388
+ ],
+ [
+ -1.8666032,
+ 57.6451781
+ ],
+ [
+ -1.8646611,
+ 57.7033351
+ ],
+ [
+ -3.1204292,
+ 57.7064705
+ ],
+ [
+ -3.1218025,
+ 57.7504652
+ ],
+ [
+ -3.4445259,
+ 57.7526635
+ ],
+ [
+ -3.4472724,
+ 57.7138067
+ ],
+ [
+ -3.5145637,
+ 57.7094052
+ ],
+ [
+ -3.5118171,
+ 57.6939956
+ ],
+ [
+ -3.7645027,
+ 57.6917938
+ ],
+ [
+ -3.7672492,
+ 57.6344975
+ ],
+ [
+ -3.842378,
+ 57.6288312
+ ],
+ [
+ -3.8438346,
+ 57.5965825
+ ],
+ [
+ -3.9414265,
+ 57.5916386
+ ],
+ [
+ -3.9404554,
+ 57.6537782
+ ],
+ [
+ -3.8894746,
+ 57.6529989
+ ],
+ [
+ -3.8826772,
+ 57.7676408
+ ],
+ [
+ -3.7224517,
+ 57.766087
+ ],
+ [
+ -3.7195385,
+ 57.8819201
+ ],
+ [
+ -3.9146888,
+ 57.8853352
+ ],
+ [
+ -3.916062,
+ 57.9546243
+ ],
+ [
+ -3.745774,
+ 57.9538956
+ ],
+ [
+ -3.7471473,
+ 58.0688409
+ ],
+ [
+ -3.5837256,
+ 58.0695672
+ ],
+ [
+ -3.5837256,
+ 58.1116689
+ ],
+ [
+ -3.4560096,
+ 58.1138452
+ ],
+ [
+ -3.4544646,
+ 58.228503
+ ],
+ [
+ -3.4379851,
+ 58.2283222
+ ],
+ [
+ -3.4243233,
+ 58.2427725
+ ],
+ [
+ -3.412307,
+ 58.2438567
+ ],
+ [
+ -3.3735115,
+ 58.2695057
+ ],
+ [
+ -3.3063919,
+ 58.2862038
+ ],
+ [
+ -3.1229154,
+ 58.2859395
+ ],
+ [
+ -3.123602,
+ 58.3443661
+ ],
+ [
+ -2.9574338,
+ 58.3447264
+ ],
+ [
+ -2.951254,
+ 58.6422011
+ ],
+ [
+ -2.8812162,
+ 58.6429157
+ ],
+ [
+ -2.8851004,
+ 58.8112825
+ ],
+ [
+ -2.7180775,
+ 58.8142997
+ ],
+ [
+ -2.7161354,
+ 58.8715749
+ ],
+ [
+ -2.556881,
+ 58.8775984
+ ],
+ [
+ -2.5544533,
+ 58.9923453
+ ],
+ [
+ -2.5567617,
+ 59.0483775
+ ],
+ [
+ -2.391893,
+ 59.0485996
+ ],
+ [
+ -2.3918002,
+ 59.1106996
+ ],
+ [
+ -2.4733695,
+ 59.1106996
+ ],
+ [
+ -2.5591563,
+ 59.1783028
+ ],
+ [
+ -2.5630406,
+ 59.2210646
+ ],
+ [
+ -2.3921334,
+ 59.224046
+ ],
+ [
+ -2.3911409,
+ 59.2740075
+ ],
+ [
+ -2.3639512,
+ 59.2745036
+ ],
+ [
+ -2.3658933,
+ 59.285417
+ ],
+ [
+ -2.3911409,
+ 59.284921
+ ],
+ [
+ -2.3911409,
+ 59.3379505
+ ],
+ [
+ -2.2221759,
+ 59.3381981
+ ],
+ [
+ -2.2233897,
+ 59.395965
+ ],
+ [
+ -2.3758467,
+ 59.396583
+ ],
+ [
+ -2.3899271,
+ 59.4026383
+ ],
+ [
+ -2.4008516,
+ 59.3962122
+ ],
+ [
+ -2.5637882,
+ 59.3952604
+ ],
+ [
+ -2.5637882,
+ 59.3385811
+ ],
+ [
+ -2.7320164,
+ 59.3375306
+ ],
+ [
+ -2.7333896,
+ 59.3952604
+ ],
+ [
+ -3.0726511,
+ 59.3931174
+ ],
+ [
+ -3.0703404,
+ 59.3354759
+ ],
+ [
+ -3.0753186,
+ 59.3355634
+ ],
+ [
+ -3.0749753,
+ 59.3292593
+ ],
+ [
+ -3.0698254,
+ 59.3289091
+ ],
+ [
+ -3.069801,
+ 59.2196159
+ ],
+ [
+ -3.2363384,
+ 59.2166341
+ ],
+ [
+ -3.2336751,
+ 59.1606496
+ ],
+ [
+ -3.4032766,
+ 59.1588895
+ ],
+ [
+ -3.394086,
+ 58.9279316
+ ],
+ [
+ -3.5664497,
+ 58.9259268
+ ],
+ [
+ -3.5611089,
+ 58.8679885
+ ],
+ [
+ -3.392508,
+ 58.8699339
+ ],
+ [
+ -3.3894734,
+ 58.8698711
+ ],
+ [
+ -3.3891093,
+ 58.8684905
+ ],
+ [
+ -3.3912942,
+ 58.868616
+ ],
+ [
+ -3.3884161,
+ 58.7543084
+ ],
+ [
+ -3.2238208,
+ 58.7555677
+ ],
+ [
+ -3.2189655,
+ 58.691289
+ ],
+ [
+ -3.4634113,
+ 58.6905753
+ ],
+ [
+ -3.4551716,
+ 58.6341518
+ ],
+ [
+ -3.787508,
+ 58.6341518
+ ],
+ [
+ -3.7861347,
+ 58.5769211
+ ],
+ [
+ -3.9028645,
+ 58.5733411
+ ],
+ [
+ -3.9028645,
+ 58.6477304
+ ],
+ [
+ -4.0690327,
+ 58.6491594
+ ],
+ [
+ -4.0690327,
+ 58.5912376
+ ],
+ [
+ -4.7364521,
+ 58.5933845
+ ],
+ [
+ -4.7364521,
+ 58.6505884
+ ],
+ [
+ -5.0715351,
+ 58.6520173
+ ],
+ [
+ -5.0654779,
+ 58.5325854
+ ],
+ [
+ -5.2332047,
+ 58.5316087
+ ],
+ [
+ -5.2283494,
+ 58.4719947
+ ],
+ [
+ -5.2424298,
+ 58.4719947
+ ],
+ [
+ -5.2366034,
+ 58.4089731
+ ],
+ [
+ -5.2283494,
+ 58.4094818
+ ],
+ [
+ -5.2210664,
+ 58.3005859
+ ],
+ [
+ -5.5657939,
+ 58.2959933
+ ],
+ [
+ -5.5580254,
+ 58.2372573
+ ],
+ [
+ -5.4146722,
+ 58.2401326
+ ],
+ [
+ -5.4141866,
+ 58.2267768
+ ],
+ [
+ -5.3885749,
+ 58.2272242
+ ],
+ [
+ -5.382714,
+ 58.1198615
+ ],
+ [
+ -5.51043,
+ 58.1191362
+ ],
+ [
+ -5.5114011,
+ 58.006214
+ ],
+ [
+ -5.6745397,
+ 58.0041559
+ ],
+ [
+ -5.6716266,
+ 57.9449366
+ ],
+ [
+ -5.6716266,
+ 57.8887166
+ ],
+ [
+ -5.8347652,
+ 57.8856193
+ ],
+ [
+ -5.8277052,
+ 57.5988958
+ ],
+ [
+ -6.0384259,
+ 57.5986357
+ ],
+ [
+ -6.0389115,
+ 57.6459559
+ ],
+ [
+ -6.1981658,
+ 57.6456961
+ ],
+ [
+ -6.2076123,
+ 57.7600132
+ ],
+ [
+ -6.537067,
+ 57.7544033
+ ],
+ [
+ -6.5312406,
+ 57.6402392
+ ],
+ [
+ -6.7002056,
+ 57.6360809
+ ],
+ [
+ -6.6807844,
+ 57.5236293
+ ],
+ [
+ -6.8516915,
+ 57.5152857
+ ],
+ [
+ -6.8361545,
+ 57.3385811
+ ],
+ [
+ -6.6730158,
+ 57.3438213
+ ],
+ [
+ -6.674958,
+ 57.2850883
+ ],
+ [
+ -6.5098772,
+ 57.2850883
+ ],
+ [
+ -6.4982244,
+ 57.1757637
+ ],
+ [
+ -6.3506228,
+ 57.1820797
+ ],
+ [
+ -6.3312015,
+ 57.1251969
+ ],
+ [
+ -6.1797156,
+ 57.1230884
+ ],
+ [
+ -6.1719471,
+ 57.0682265
+ ],
+ [
+ -6.4593819,
+ 57.059779
+ ],
+ [
+ -6.4564687,
+ 57.1093806
+ ],
+ [
+ -6.6671895,
+ 57.1062165
+ ],
+ [
+ -6.6730158,
+ 57.002708
+ ],
+ [
+ -6.5021087,
+ 57.0048233
+ ],
+ [
+ -6.4836097,
+ 56.8917522
+ ],
+ [
+ -6.3266104,
+ 56.8894062
+ ],
+ [
+ -6.3156645,
+ 56.7799312
+ ],
+ [
+ -6.2146739,
+ 56.775675
+ ],
+ [
+ -6.2146739,
+ 56.7234965
+ ],
+ [
+ -6.6866107,
+ 56.7224309
+ ],
+ [
+ -6.6769001,
+ 56.6114413
+ ],
+ [
+ -6.8419809,
+ 56.607166
+ ],
+ [
+ -6.8400387,
+ 56.5483307
+ ],
+ [
+ -7.1546633,
+ 56.5461895
+ ],
+ [
+ -7.1488369,
+ 56.4872592
+ ],
+ [
+ -6.9915246,
+ 56.490476
+ ],
+ [
+ -6.9876404,
+ 56.4325329
+ ],
+ [
+ -6.6827265,
+ 56.4314591
+ ],
+ [
+ -6.6769001,
+ 56.5472601
+ ],
+ [
+ -6.5292985,
+ 56.5504717
+ ],
+ [
+ -6.5234721,
+ 56.4379018
+ ],
+ [
+ -6.3661598,
+ 56.4368281
+ ],
+ [
+ -6.3642177,
+ 56.3766524
+ ],
+ [
+ -6.5273563,
+ 56.3712749
+ ],
+ [
+ -6.5171745,
+ 56.2428427
+ ],
+ [
+ -6.4869621,
+ 56.247421
+ ],
+ [
+ -6.4869621,
+ 56.1893882
+ ],
+ [
+ -6.3001945,
+ 56.1985572
+ ],
+ [
+ -6.3029411,
+ 56.2581017
+ ],
+ [
+ -5.9019401,
+ 56.256576
+ ],
+ [
+ -5.8964469,
+ 56.0960466
+ ],
+ [
+ -6.0282829,
+ 56.0883855
+ ],
+ [
+ -6.0392692,
+ 56.1557502
+ ],
+ [
+ -6.3853385,
+ 56.1542205
+ ],
+ [
+ -6.3606193,
+ 55.96099
+ ],
+ [
+ -6.2123039,
+ 55.9640647
+ ],
+ [
+ -6.2047508,
+ 55.9202269
+ ],
+ [
+ -6.5185478,
+ 55.9129158
+ ],
+ [
+ -6.5061881,
+ 55.7501763
+ ],
+ [
+ -6.6764762,
+ 55.7409005
+ ],
+ [
+ -6.6599967,
+ 55.6263176
+ ],
+ [
+ -6.3551261,
+ 55.6232161
+ ],
+ [
+ -6.3578727,
+ 55.5689002
+ ],
+ [
+ -6.0392692,
+ 55.5720059
+ ],
+ [
+ -6.0310294,
+ 55.6247669
+ ],
+ [
+ -5.7398917,
+ 55.6309694
+ ],
+ [
+ -5.7371452,
+ 55.4569279
+ ],
+ [
+ -5.8964469,
+ 55.4600426
+ ],
+ [
+ -5.8964469,
+ 55.2789864
+ ],
+ [
+ -5.4350211,
+ 55.2821151
+ ],
+ [
+ -5.4405143,
+ 55.4506979
+ ],
+ [
+ -5.2867057,
+ 55.4569279
+ ],
+ [
+ -5.3086784,
+ 55.4070602
+ ],
+ [
+ -4.9735954,
+ 55.4008223
+ ],
+ [
+ -4.9845817,
+ 55.2038242
+ ],
+ [
+ -5.1493766,
+ 55.2038242
+ ],
+ [
+ -5.1411369,
+ 55.037337
+ ],
+ [
+ -5.2152946,
+ 55.0341891
+ ]
+ ],
+ [
+ [
+ -2.1646559,
+ 60.1622059
+ ],
+ [
+ -1.9930299,
+ 60.1609801
+ ],
+ [
+ -1.9946862,
+ 60.1035151
+ ],
+ [
+ -2.1663122,
+ 60.104743
+ ]
+ ],
+ [
+ [
+ -1.5360658,
+ 59.8570831
+ ],
+ [
+ -1.3653566,
+ 59.8559841
+ ],
+ [
+ -1.366847,
+ 59.7975565
+ ],
+ [
+ -1.190628,
+ 59.7964199
+ ],
+ [
+ -1.1862046,
+ 59.9695391
+ ],
+ [
+ -1.0078652,
+ 59.9683948
+ ],
+ [
+ -1.0041233,
+ 60.114145
+ ],
+ [
+ -0.8360832,
+ 60.1130715
+ ],
+ [
+ -0.834574,
+ 60.1716772
+ ],
+ [
+ -1.0074262,
+ 60.1727795
+ ],
+ [
+ -1.0052165,
+ 60.2583924
+ ],
+ [
+ -0.8299659,
+ 60.2572778
+ ],
+ [
+ -0.826979,
+ 60.3726551
+ ],
+ [
+ -0.6507514,
+ 60.3715381
+ ],
+ [
+ -0.6477198,
+ 60.4882292
+ ],
+ [
+ -0.9984896,
+ 60.4904445
+ ],
+ [
+ -0.9970279,
+ 60.546555
+ ],
+ [
+ -0.6425288,
+ 60.5443201
+ ],
+ [
+ -0.6394896,
+ 60.6606792
+ ],
+ [
+ -0.8148133,
+ 60.6617806
+ ],
+ [
+ -0.8132987,
+ 60.7196112
+ ],
+ [
+ -0.6383298,
+ 60.7185141
+ ],
+ [
+ -0.635467,
+ 60.8275393
+ ],
+ [
+ -0.797568,
+ 60.8285523
+ ],
+ [
+ -0.9941426,
+ 60.8297807
+ ],
+ [
+ -0.9954966,
+ 60.7782667
+ ],
+ [
+ -1.1670282,
+ 60.7793403
+ ],
+ [
+ -1.1700357,
+ 60.6646181
+ ],
+ [
+ -1.5222599,
+ 60.6668304
+ ],
+ [
+ -1.5237866,
+ 60.6084426
+ ],
+ [
+ -1.6975673,
+ 60.609536
+ ],
+ [
+ -1.7021271,
+ 60.4345249
+ ],
+ [
+ -1.5260578,
+ 60.4334111
+ ],
+ [
+ -1.5275203,
+ 60.3770719
+ ],
+ [
+ -1.8751127,
+ 60.3792746
+ ],
+ [
+ -1.8781372,
+ 60.2624647
+ ],
+ [
+ -1.7019645,
+ 60.2613443
+ ],
+ [
+ -1.7049134,
+ 60.1470532
+ ],
+ [
+ -1.528659,
+ 60.1459283
+ ]
+ ],
+ [
+ [
+ -0.9847667,
+ 60.8943762
+ ],
+ [
+ -0.9860347,
+ 60.8361105
+ ],
+ [
+ -0.8078362,
+ 60.8351904
+ ],
+ [
+ -0.8065683,
+ 60.8934578
+ ]
+ ],
+ [
+ [
+ -7.7696901,
+ 56.8788231
+ ],
+ [
+ -7.7614504,
+ 56.7608274
+ ],
+ [
+ -7.6009049,
+ 56.7641903
+ ],
+ [
+ -7.5972473,
+ 56.819332
+ ],
+ [
+ -7.4479894,
+ 56.8203948
+ ],
+ [
+ -7.4489319,
+ 56.8794098
+ ],
+ [
+ -7.2841369,
+ 56.8794098
+ ],
+ [
+ -7.2813904,
+ 57.0471152
+ ],
+ [
+ -7.1303283,
+ 57.0515969
+ ],
+ [
+ -7.1330749,
+ 57.511801
+ ],
+ [
+ -6.96828,
+ 57.5147514
+ ],
+ [
+ -6.9765198,
+ 57.6854668
+ ],
+ [
+ -6.8062317,
+ 57.6913392
+ ],
+ [
+ -6.8089782,
+ 57.8041985
+ ],
+ [
+ -6.6496765,
+ 57.8071252
+ ],
+ [
+ -6.6441833,
+ 57.8612267
+ ],
+ [
+ -6.3200866,
+ 57.8626878
+ ],
+ [
+ -6.3200866,
+ 58.1551617
+ ],
+ [
+ -6.1607849,
+ 58.1522633
+ ],
+ [
+ -6.1552917,
+ 58.20874
+ ],
+ [
+ -5.9850036,
+ 58.2101869
+ ],
+ [
+ -5.9904968,
+ 58.2680163
+ ],
+ [
+ -6.1497986,
+ 58.2665717
+ ],
+ [
+ -6.1415588,
+ 58.5557514
+ ],
+ [
+ -6.3173401,
+ 58.5557514
+ ],
+ [
+ -6.3091003,
+ 58.4983923
+ ],
+ [
+ -6.4876282,
+ 58.4955218
+ ],
+ [
+ -6.4876282,
+ 58.4423768
+ ],
+ [
+ -6.6606628,
+ 58.4395018
+ ],
+ [
+ -6.6469299,
+ 58.3819525
+ ],
+ [
+ -6.8117248,
+ 58.3805125
+ ],
+ [
+ -6.8117248,
+ 58.3286357
+ ],
+ [
+ -6.9792663,
+ 58.3286357
+ ],
+ [
+ -6.9710266,
+ 58.2694608
+ ],
+ [
+ -7.1413147,
+ 58.2680163
+ ],
+ [
+ -7.1403816,
+ 58.0358742
+ ],
+ [
+ -7.3020636,
+ 58.0351031
+ ],
+ [
+ -7.3030347,
+ 57.9774797
+ ],
+ [
+ -7.1379539,
+ 57.9777372
+ ],
+ [
+ -7.1413526,
+ 57.9202792
+ ],
+ [
+ -7.1398961,
+ 57.8640206
+ ],
+ [
+ -7.3020636,
+ 57.862471
+ ],
+ [
+ -7.298484,
+ 57.7442293
+ ],
+ [
+ -7.4509193,
+ 57.7456951
+ ],
+ [
+ -7.4550392,
+ 57.6899522
+ ],
+ [
+ -7.6186131,
+ 57.6906048
+ ],
+ [
+ -7.6198341,
+ 57.7456951
+ ],
+ [
+ -7.7901222,
+ 57.7442293
+ ],
+ [
+ -7.7873756,
+ 57.6855477
+ ],
+ [
+ -7.6222332,
+ 57.6853817
+ ],
+ [
+ -7.6173779,
+ 57.5712602
+ ],
+ [
+ -7.788285,
+ 57.5709998
+ ],
+ [
+ -7.7892561,
+ 57.512109
+ ],
+ [
+ -7.7038025,
+ 57.5115874
+ ],
+ [
+ -7.6999183,
+ 57.4546902
+ ],
+ [
+ -7.5367796,
+ 57.4552126
+ ],
+ [
+ -7.5348375,
+ 57.5126306
+ ],
+ [
+ -7.4581235,
+ 57.5131521
+ ],
+ [
+ -7.4552103,
+ 57.2824165
+ ],
+ [
+ -7.6115515,
+ 57.2845158
+ ],
+ [
+ -7.6144647,
+ 57.2272651
+ ],
+ [
+ -7.451326,
+ 57.2256881
+ ],
+ [
+ -7.451326,
+ 57.1103873
+ ],
+ [
+ -7.6164068,
+ 57.1088053
+ ],
+ [
+ -7.603783,
+ 56.8792358
+ ]
+ ],
+ [
+ [
+ -1.7106618,
+ 59.5626284
+ ],
+ [
+ -1.5417509,
+ 59.562215
+ ],
+ [
+ -1.5423082,
+ 59.5037224
+ ],
+ [
+ -1.7112191,
+ 59.5041365
+ ]
+ ]
+ ],
+ "terms_url": "http://geo.nls.uk/maps/",
+ "terms_text": "National Library of Scotland Historic Maps"
+ },
+ {
+ "name": "OpenStreetMap (Standard)",
+ "type": "tms",
+ "description": "The default OpenStreetMap layer.",
+ "template": "http://{switch:a,b,c}.tile.openstreetmap.org/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 0,
+ 19
+ ],
+ "terms_url": "http://openstreetmap.org/",
+ "terms_text": "© OpenStreetMap contributors, CC-BY-SA",
+ "id": "MAPNIK",
+ "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": "OS 1:25k historic (OSM)",
+ "type": "tms",
+ "template": "http://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg",
+ "scaleExtent": [
+ 6,
+ 17
+ ],
+ "polygon": [
+ [
+ [
+ -9,
+ 49.8
+ ],
+ [
+ -9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 49.8
+ ],
+ [
+ -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.8,
+ 55.8
+ ],
+ [
+ 1.9,
+ 55.8
+ ],
+ [
+ 1.9,
+ 49.8
+ ],
+ [
+ -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
+ ],
+ [
+ -9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 61.1
+ ],
+ [
+ 1.9,
+ 49.8
+ ],
+ [
+ -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.8292886,
+ 50.254819
+ ],
+ [
+ -5.373356,
+ 50.254819
+ ],
+ [
+ -5.373356,
+ 50.3530588
+ ],
+ [
+ -5.1756021,
+ 50.3530588
+ ],
+ [
+ -5.1756021,
+ 50.5925406
+ ],
+ [
+ -4.9970743,
+ 50.5925406
+ ],
+ [
+ -4.9970743,
+ 50.6935617
+ ],
+ [
+ -4.7965738,
+ 50.6935617
+ ],
+ [
+ -4.7965738,
+ 50.7822112
+ ],
+ [
+ -4.6949503,
+ 50.7822112
+ ],
+ [
+ -4.6949503,
+ 50.9607371
+ ],
+ [
+ -4.6043131,
+ 50.9607371
+ ],
+ [
+ -4.6043131,
+ 51.0692066
+ ],
+ [
+ -4.3792215,
+ 51.0692066
+ ],
+ [
+ -4.3792215,
+ 51.2521782
+ ],
+ [
+ -3.9039346,
+ 51.2521782
+ ],
+ [
+ -3.9039346,
+ 51.2916998
+ ],
+ [
+ -3.7171671,
+ 51.2916998
+ ],
+ [
+ -3.7171671,
+ 51.2453014
+ ],
+ [
+ -3.1486246,
+ 51.2453014
+ ],
+ [
+ -3.1486246,
+ 51.362067
+ ],
+ [
+ -3.7446329,
+ 51.362067
+ ],
+ [
+ -3.7446329,
+ 51.4340386
+ ],
+ [
+ -3.8297769,
+ 51.4340386
+ ],
+ [
+ -3.8297769,
+ 51.5298246
+ ],
+ [
+ -4.0852091,
+ 51.5298246
+ ],
+ [
+ -4.0852091,
+ 51.4939284
+ ],
+ [
+ -4.3792215,
+ 51.4939284
+ ],
+ [
+ -4.3792215,
+ 51.5427168
+ ],
+ [
+ -5.1444195,
+ 51.5427168
+ ],
+ [
+ -5.1444195,
+ 51.6296003
+ ],
+ [
+ -5.7387103,
+ 51.6296003
+ ],
+ [
+ -5.7387103,
+ 51.774037
+ ],
+ [
+ -5.5095393,
+ 51.774037
+ ],
+ [
+ -5.5095393,
+ 51.9802596
+ ],
+ [
+ -5.198799,
+ 51.9802596
+ ],
+ [
+ -5.198799,
+ 52.0973358
+ ],
+ [
+ -4.8880588,
+ 52.0973358
+ ],
+ [
+ -4.8880588,
+ 52.1831557
+ ],
+ [
+ -4.4957492,
+ 52.1831557
+ ],
+ [
+ -4.4957492,
+ 52.2925739
+ ],
+ [
+ -4.3015365,
+ 52.2925739
+ ],
+ [
+ -4.3015365,
+ 52.3685318
+ ],
+ [
+ -4.1811246,
+ 52.3685318
+ ],
+ [
+ -4.1811246,
+ 52.7933685
+ ],
+ [
+ -4.4413696,
+ 52.7933685
+ ],
+ [
+ -4.4413696,
+ 52.7369614
+ ],
+ [
+ -4.8569847,
+ 52.7369614
+ ],
+ [
+ -4.8569847,
+ 52.9317255
+ ],
+ [
+ -4.7288044,
+ 52.9317255
+ ],
+ [
+ -4.7288044,
+ 53.5038599
+ ],
+ [
+ -4.1578191,
+ 53.5038599
+ ],
+ [
+ -4.1578191,
+ 53.4113498
+ ],
+ [
+ -3.3110518,
+ 53.4113498
+ ],
+ [
+ -3.3110518,
+ 53.5038599
+ ],
+ [
+ -3.2333667,
+ 53.5038599
+ ],
+ [
+ -3.2333667,
+ 54.0159169
+ ],
+ [
+ -3.3926211,
+ 54.0159169
+ ],
+ [
+ -3.3926211,
+ 54.1980953
+ ],
+ [
+ -3.559644,
+ 54.1980953
+ ],
+ [
+ -3.559644,
+ 54.433732
+ ],
+ [
+ -3.7188984,
+ 54.433732
+ ],
+ [
+ -3.7188984,
+ 54.721897
+ ],
+ [
+ -4.3015365,
+ 54.721897
+ ],
+ [
+ -4.3015365,
+ 54.6140739
+ ],
+ [
+ -5.0473132,
+ 54.6140739
+ ],
+ [
+ -5.0473132,
+ 54.7532915
+ ],
+ [
+ -5.2298731,
+ 54.7532915
+ ],
+ [
+ -5.2298731,
+ 55.2190799
+ ],
+ [
+ -5.6532567,
+ 55.2190799
+ ],
+ [
+ -5.6532567,
+ 55.250088
+ ],
+ [
+ -5.8979647,
+ 55.250088
+ ],
+ [
+ -5.8979647,
+ 55.4822462
+ ],
+ [
+ -6.5933212,
+ 55.4822462
+ ],
+ [
+ -6.5933212,
+ 56.3013441
+ ],
+ [
+ -7.1727691,
+ 56.3013441
+ ],
+ [
+ -7.1727691,
+ 56.5601822
+ ],
+ [
+ -6.8171722,
+ 56.5601822
+ ],
+ [
+ -6.8171722,
+ 56.6991713
+ ],
+ [
+ -6.5315276,
+ 56.6991713
+ ],
+ [
+ -6.5315276,
+ 56.9066964
+ ],
+ [
+ -6.811679,
+ 56.9066964
+ ],
+ [
+ -6.811679,
+ 57.3716613
+ ],
+ [
+ -6.8721038,
+ 57.3716613
+ ],
+ [
+ -6.8721038,
+ 57.5518893
+ ],
+ [
+ -7.0973235,
+ 57.5518893
+ ],
+ [
+ -7.0973235,
+ 57.2411085
+ ],
+ [
+ -7.1742278,
+ 57.2411085
+ ],
+ [
+ -7.1742278,
+ 56.9066964
+ ],
+ [
+ -7.3719817,
+ 56.9066964
+ ],
+ [
+ -7.3719817,
+ 56.8075885
+ ],
+ [
+ -7.5202972,
+ 56.8075885
+ ],
+ [
+ -7.5202972,
+ 56.7142479
+ ],
+ [
+ -7.8306806,
+ 56.7142479
+ ],
+ [
+ -7.8306806,
+ 56.8994605
+ ],
+ [
+ -7.6494061,
+ 56.8994605
+ ],
+ [
+ -7.6494061,
+ 57.4739617
+ ],
+ [
+ -7.8306806,
+ 57.4739617
+ ],
+ [
+ -7.8306806,
+ 57.7915584
+ ],
+ [
+ -7.4736249,
+ 57.7915584
+ ],
+ [
+ -7.4736249,
+ 58.086063
+ ],
+ [
+ -7.1879804,
+ 58.086063
+ ],
+ [
+ -7.1879804,
+ 58.367197
+ ],
+ [
+ -6.8034589,
+ 58.367197
+ ],
+ [
+ -6.8034589,
+ 58.4155786
+ ],
+ [
+ -6.638664,
+ 58.4155786
+ ],
+ [
+ -6.638664,
+ 58.4673277
+ ],
+ [
+ -6.5178143,
+ 58.4673277
+ ],
+ [
+ -6.5178143,
+ 58.5625632
+ ],
+ [
+ -6.0536224,
+ 58.5625632
+ ],
+ [
+ -6.0536224,
+ 58.1568843
+ ],
+ [
+ -6.1470062,
+ 58.1568843
+ ],
+ [
+ -6.1470062,
+ 58.1105865
+ ],
+ [
+ -6.2799798,
+ 58.1105865
+ ],
+ [
+ -6.2799798,
+ 57.7122664
+ ],
+ [
+ -6.1591302,
+ 57.7122664
+ ],
+ [
+ -6.1591302,
+ 57.6667563
+ ],
+ [
+ -5.9339104,
+ 57.6667563
+ ],
+ [
+ -5.9339104,
+ 57.8892524
+ ],
+ [
+ -5.80643,
+ 57.8892524
+ ],
+ [
+ -5.80643,
+ 57.9621767
+ ],
+ [
+ -5.6141692,
+ 57.9621767
+ ],
+ [
+ -5.6141692,
+ 58.0911236
+ ],
+ [
+ -5.490819,
+ 58.0911236
+ ],
+ [
+ -5.490819,
+ 58.3733281
+ ],
+ [
+ -5.3199118,
+ 58.3733281
+ ],
+ [
+ -5.3199118,
+ 58.75015
+ ],
+ [
+ -3.5719977,
+ 58.75015
+ ],
+ [
+ -3.5719977,
+ 59.2091788
+ ],
+ [
+ -3.1944501,
+ 59.2091788
+ ],
+ [
+ -3.1944501,
+ 59.4759216
+ ],
+ [
+ -2.243583,
+ 59.4759216
+ ],
+ [
+ -2.243583,
+ 59.1388749
+ ],
+ [
+ -2.4611012,
+ 59.1388749
+ ],
+ [
+ -2.4611012,
+ 58.8185938
+ ],
+ [
+ -2.7407675,
+ 58.8185938
+ ],
+ [
+ -2.7407675,
+ 58.5804743
+ ],
+ [
+ -2.9116746,
+ 58.5804743
+ ],
+ [
+ -2.9116746,
+ 58.1157523
+ ],
+ [
+ -3.4865441,
+ 58.1157523
+ ],
+ [
+ -3.4865441,
+ 57.740386
+ ],
+ [
+ -1.7153245,
+ 57.740386
+ ],
+ [
+ -1.7153245,
+ 57.2225558
+ ],
+ [
+ -1.9794538,
+ 57.2225558
+ ],
+ [
+ -1.9794538,
+ 56.8760742
+ ],
+ [
+ -2.1658979,
+ 56.8760742
+ ],
+ [
+ -2.1658979,
+ 56.6333186
+ ],
+ [
+ -2.3601106,
+ 56.6333186
+ ],
+ [
+ -2.3601106,
+ 56.0477521
+ ],
+ [
+ -1.9794538,
+ 56.0477521
+ ],
+ [
+ -1.9794538,
+ 55.8650949
+ ],
+ [
+ -1.4745008,
+ 55.8650949
+ ],
+ [
+ -1.4745008,
+ 55.2499926
+ ],
+ [
+ -1.3221997,
+ 55.2499926
+ ],
+ [
+ -1.3221997,
+ 54.8221737
+ ],
+ [
+ -1.0550014,
+ 54.8221737
+ ],
+ [
+ -1.0550014,
+ 54.6746628
+ ],
+ [
+ -0.6618765,
+ 54.6746628
+ ],
+ [
+ -0.6618765,
+ 54.5527463
+ ],
+ [
+ -0.3247617,
+ 54.5527463
+ ],
+ [
+ -0.3247617,
+ 54.2865195
+ ],
+ [
+ 0.0092841,
+ 54.2865195
+ ],
+ [
+ 0.0092841,
+ 53.7938518
+ ],
+ [
+ 0.2081962,
+ 53.7938518
+ ],
+ [
+ 0.2081962,
+ 53.5217726
+ ],
+ [
+ 0.4163548,
+ 53.5217726
+ ],
+ [
+ 0.4163548,
+ 53.0298851
+ ],
+ [
+ 1.4273388,
+ 53.0298851
+ ],
+ [
+ 1.4273388,
+ 52.92021
+ ],
+ [
+ 1.8333912,
+ 52.92021
+ ],
+ [
+ 1.8333912,
+ 52.042488
+ ],
+ [
+ 1.5235504,
+ 52.042488
+ ],
+ [
+ 1.5235504,
+ 51.8261335
+ ],
+ [
+ 1.2697049,
+ 51.8261335
+ ],
+ [
+ 1.2697049,
+ 51.6967453
+ ],
+ [
+ 1.116651,
+ 51.6967453
+ ],
+ [
+ 1.116651,
+ 51.440346
+ ],
+ [
+ 1.5235504,
+ 51.440346
+ ],
+ [
+ 1.5235504,
+ 51.3331831
+ ],
+ [
+ 1.4507565,
+ 51.3331831
+ ],
+ [
+ 1.4507565,
+ 51.0207553
+ ],
+ [
+ 1.0699883,
+ 51.0207553
+ ],
+ [
+ 1.0699883,
+ 50.9008416
+ ],
+ [
+ 0.7788126,
+ 50.9008416
+ ],
+ [
+ 0.7788126,
+ 50.729843
+ ],
+ [
+ -0.7255952,
+ 50.729843
+ ],
+ [
+ -0.7255952,
+ 50.7038437
+ ],
+ [
+ -1.0074383,
+ 50.7038437
+ ],
+ [
+ -1.0074383,
+ 50.5736307
+ ],
+ [
+ -2.3625252,
+ 50.5736307
+ ],
+ [
+ -2.3625252,
+ 50.4846421
+ ],
+ [
+ -2.4987805,
+ 50.4846421
+ ],
+ [
+ -2.4987805,
+ 50.5736307
+ ],
+ [
+ -3.4096378,
+ 50.5736307
+ ],
+ [
+ -3.4096378,
+ 50.2057837
+ ],
+ [
+ -3.6922446,
+ 50.2057837
+ ],
+ [
+ -3.6922446,
+ 50.1347737
+ ],
+ [
+ -5.005468,
+ 50.1347737
+ ],
+ [
+ -5.005468,
+ 49.9474456
+ ],
+ [
+ -5.2839506,
+ 49.9474456
+ ],
+ [
+ -5.2839506,
+ 50.0229734
+ ]
+ ],
+ [
+ [
+ -6.4580707,
+ 49.8673563
+ ],
+ [
+ -6.4580707,
+ 49.9499935
+ ],
+ [
+ -6.3978807,
+ 49.9499935
+ ],
+ [
+ -6.3978807,
+ 50.0053797
+ ],
+ [
+ -6.1799606,
+ 50.0053797
+ ],
+ [
+ -6.1799606,
+ 49.9168614
+ ],
+ [
+ -6.2540201,
+ 49.9168614
+ ],
+ [
+ -6.2540201,
+ 49.8673563
+ ]
+ ],
+ [
+ [
+ -5.8343165,
+ 49.932156
+ ],
+ [
+ -5.8343165,
+ 49.9754641
+ ],
+ [
+ -5.7683254,
+ 49.9754641
+ ],
+ [
+ -5.7683254,
+ 49.932156
+ ]
+ ],
+ [
+ [
+ -1.9483797,
+ 60.6885737
+ ],
+ [
+ -1.9483797,
+ 60.3058841
+ ],
+ [
+ -1.7543149,
+ 60.3058841
+ ],
+ [
+ -1.7543149,
+ 60.1284428
+ ],
+ [
+ -1.5754914,
+ 60.1284428
+ ],
+ [
+ -1.5754914,
+ 59.797917
+ ],
+ [
+ -1.0316959,
+ 59.797917
+ ],
+ [
+ -1.0316959,
+ 60.0354518
+ ],
+ [
+ -0.6626918,
+ 60.0354518
+ ],
+ [
+ -0.6626918,
+ 60.9103862
+ ],
+ [
+ -1.1034395,
+ 60.9103862
+ ],
+ [
+ -1.1034395,
+ 60.8040022
+ ],
+ [
+ -1.3506319,
+ 60.8040022
+ ],
+ [
+ -1.3506319,
+ 60.6885737
+ ]
+ ],
+ [
+ [
+ -2.203381,
+ 60.1968568
+ ],
+ [
+ -2.203381,
+ 60.0929443
+ ],
+ [
+ -1.9864011,
+ 60.0929443
+ ],
+ [
+ -1.9864011,
+ 60.1968568
+ ]
+ ],
+ [
+ [
+ -1.7543149,
+ 59.5698289
+ ],
+ [
+ -1.7543149,
+ 59.4639383
+ ],
+ [
+ -1.5373349,
+ 59.4639383
+ ],
+ [
+ -1.5373349,
+ 59.5698289
+ ]
+ ],
+ [
+ [
+ -4.5585981,
+ 59.1370518
+ ],
+ [
+ -4.5585981,
+ 58.9569099
+ ],
+ [
+ -4.2867004,
+ 58.9569099
+ ],
+ [
+ -4.2867004,
+ 59.1370518
+ ]
+ ],
+ [
+ [
+ -6.2787732,
+ 59.2025744
+ ],
+ [
+ -6.2787732,
+ 59.0227769
+ ],
+ [
+ -5.6650612,
+ 59.0227769
+ ],
+ [
+ -5.6650612,
+ 59.2025744
+ ]
+ ],
+ [
+ [
+ -8.7163482,
+ 57.9440556
+ ],
+ [
+ -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
+ ]
+ ]
+ ]
+ },
+ {
+ "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
+ ],
+ [
+ -7.8,
+ 61.1
+ ],
+ [
+ -1.1,
+ 61.1
+ ],
+ [
+ -1.1,
+ 54.5
+ ],
+ [
+ -7.8,
+ 54.5
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "OS Town Plans, Aberdeen 1866-1867 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Aberdeen 1866-1867, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/aberdeen/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.14039404,
+ 57.11218789
+ ],
+ [
+ -2.14064752,
+ 57.17894161
+ ],
+ [
+ -2.04501987,
+ 57.17901252
+ ],
+ [
+ -2.04493842,
+ 57.11225862
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/aberdeen.html",
+ "terms_text": "National Library of Scotland - Aberdeen 1866-1867"
+ },
+ {
+ "name": "OS Town Plans, Airdrie 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Airdrie 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/airdrie/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.99291738,
+ 55.86408041
+ ],
+ [
+ -3.99338933,
+ 55.87329115
+ ],
+ [
+ -3.9691085,
+ 55.87368212
+ ],
+ [
+ -3.9686423,
+ 55.86447124
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/airdrie.html",
+ "terms_text": "National Library of Scotland - Airdrie 1858"
+ },
+ {
+ "name": "OS Town Plans, Alexandria 1859 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Alexandria 1859, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/alexandria/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.58973571,
+ 55.97536707
+ ],
+ [
+ -4.59104461,
+ 55.99493153
+ ],
+ [
+ -4.55985072,
+ 55.99558348
+ ],
+ [
+ -4.55855754,
+ 55.97601855
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/alexandria.html",
+ "terms_text": "National Library of Scotland - Alexandria 1859"
+ },
+ {
+ "name": "OS Town Plans, Alloa 1861-1862 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Alloa 1861-1862, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/alloa/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.81166061,
+ 56.09864363
+ ],
+ [
+ -3.81274448,
+ 56.12169929
+ ],
+ [
+ -3.7804609,
+ 56.12216898
+ ],
+ [
+ -3.77939631,
+ 56.09911292
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/alloa.html",
+ "terms_text": "National Library of Scotland - Alloa 1861-1862"
+ },
+ {
+ "name": "OS Town Plans, Annan 1859 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Annan 1859, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/annan/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.27921439,
+ 54.98252155
+ ],
+ [
+ -3.27960062,
+ 54.9946601
+ ],
+ [
+ -3.24866331,
+ 54.99498165
+ ],
+ [
+ -3.24828642,
+ 54.98284297
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/annan.html",
+ "terms_text": "National Library of Scotland - Annan 1859"
+ },
+ {
+ "name": "OS Town Plans, Arbroath 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Arbroath 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/arbroath/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.60716469,
+ 56.53995105
+ ],
+ [
+ -2.60764981,
+ 56.57022426
+ ],
+ [
+ -2.56498708,
+ 56.57042549
+ ],
+ [
+ -2.564536,
+ 56.54015206
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/arbroath.html",
+ "terms_text": "National Library of Scotland - Arbroath 1858"
+ },
+ {
+ "name": "OS Town Plans, Ayr 1855 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Ayr 1855, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/ayr/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.66768105,
+ 55.43748864
+ ],
+ [
+ -4.67080057,
+ 55.48363961
+ ],
+ [
+ -4.60609844,
+ 55.48503484
+ ],
+ [
+ -4.60305426,
+ 55.43888149
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/ayr.html",
+ "terms_text": "National Library of Scotland - Ayr 1855"
+ },
+ {
+ "name": "OS Town Plans, Berwick-upon-Tweed 1852 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Berwick-upon-Tweed 1852, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/berwick/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.02117487,
+ 55.75577627
+ ],
+ [
+ -2.02118763,
+ 55.77904118
+ ],
+ [
+ -1.98976956,
+ 55.77904265
+ ],
+ [
+ -1.9897755,
+ 55.75577774
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/berwick.html",
+ "terms_text": "National Library of Scotland - Berwick-upon-Tweed 1852"
+ },
+ {
+ "name": "OS Town Plans, Brechin 1862 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Brechin 1862, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/brechin/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.67480248,
+ 56.71456775
+ ],
+ [
+ -2.67521172,
+ 56.73739937
+ ],
+ [
+ -2.64319679,
+ 56.73756872
+ ],
+ [
+ -2.64280695,
+ 56.71473694
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/brechin.html",
+ "terms_text": "National Library of Scotland - Brechin 1862"
+ },
+ {
+ "name": "OS Town Plans, Burntisland 1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Burntisland 1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/burntisland/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.24879624,
+ 56.04240046
+ ],
+ [
+ -3.2495182,
+ 56.06472996
+ ],
+ [
+ -3.21830572,
+ 56.06504207
+ ],
+ [
+ -3.21760179,
+ 56.0427123
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/burntisland.html",
+ "terms_text": "National Library of Scotland - Burntisland 1894"
+ },
+ {
+ "name": "OS Town Plans, Campbelton 1865 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Campbelton 1865, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/campbeltown/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -5.62345307,
+ 55.40255998
+ ],
+ [
+ -5.62631353,
+ 55.43375303
+ ],
+ [
+ -5.58276654,
+ 55.43503753
+ ],
+ [
+ -5.57994024,
+ 55.40384299
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/campbelton.html",
+ "terms_text": "National Library of Scotland - Campbelton 1865"
+ },
+ {
+ "name": "OS Town Plans, Coatbridge 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Coatbridge 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/coatbridge/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.05035921,
+ 55.84648689
+ ],
+ [
+ -4.05157062,
+ 55.86947193
+ ],
+ [
+ -4.01953905,
+ 55.87000186
+ ],
+ [
+ -4.01834651,
+ 55.84701638
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/coatbridge.html",
+ "terms_text": "National Library of Scotland - Coatbridge 1858"
+ },
+ {
+ "name": "OS Town Plans, Cupar 1854 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Cupar 1854, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/cupar1854/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.04765872,
+ 56.28653177
+ ],
+ [
+ -3.04890965,
+ 56.332192
+ ],
+ [
+ -2.98498515,
+ 56.33271677
+ ],
+ [
+ -2.98381041,
+ 56.28705563
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/cupar_1.html",
+ "terms_text": "National Library of Scotland - Cupar 1854"
+ },
+ {
+ "name": "OS Town Plans, Cupar 1893-1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Cupar 1893-1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/cupar1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.0327697,
+ 56.30243657
+ ],
+ [
+ -3.03338443,
+ 56.32520139
+ ],
+ [
+ -3.00146629,
+ 56.32546356
+ ],
+ [
+ -3.00087054,
+ 56.30269852
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/cupar_2.html",
+ "terms_text": "National Library of Scotland - Cupar 1893-1894"
+ },
+ {
+ "name": "OS Town Plans, Dalkeith 1852 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dalkeith 1852, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dalkeith1852/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.07862465,
+ 55.88900264
+ ],
+ [
+ -3.0790381,
+ 55.90389729
+ ],
+ [
+ -3.05835611,
+ 55.90407681
+ ],
+ [
+ -3.05795059,
+ 55.88918206
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dalkeith_1.html",
+ "terms_text": "National Library of Scotland - Dalkeith 1852"
+ },
+ {
+ "name": "OS Town Plans, Dalkeith 1893 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dalkeith 1893, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dalkeith1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.08600192,
+ 55.87936087
+ ],
+ [
+ -3.08658588,
+ 55.90025926
+ ],
+ [
+ -3.0436473,
+ 55.90063074
+ ],
+ [
+ -3.04308639,
+ 55.87973206
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dalkeith_2.html",
+ "terms_text": "National Library of Scotland - Dalkeith 1893"
+ },
+ {
+ "name": "OS Town Plans, Dumbarton 1859 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dumbarton 1859, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dumbarton/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.58559982,
+ 55.92742578
+ ],
+ [
+ -4.58714245,
+ 55.95056014
+ ],
+ [
+ -4.55463269,
+ 55.95123882
+ ],
+ [
+ -4.55310939,
+ 55.92810387
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dumbarton.html",
+ "terms_text": "National Library of Scotland - Dumbarton 1859"
+ },
+ {
+ "name": "OS Town Plans, Dumfries 1850 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dumfries 1850, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dumfries1850/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.63928076,
+ 55.03715991
+ ],
+ [
+ -3.64116352,
+ 55.08319002
+ ],
+ [
+ -3.57823183,
+ 55.08402202
+ ],
+ [
+ -3.57642118,
+ 55.0379905
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dumfries_1.html",
+ "terms_text": "National Library of Scotland - Dumfries 1850"
+ },
+ {
+ "name": "OS Town Plans, Dumfries 1893 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dumfries 1893, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dumfries1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.63179081,
+ 55.04150111
+ ],
+ [
+ -3.63330662,
+ 55.07873429
+ ],
+ [
+ -3.58259012,
+ 55.07940411
+ ],
+ [
+ -3.58112132,
+ 55.04217001
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dumfries_2.html",
+ "terms_text": "National Library of Scotland - Dumfries 1893"
+ },
+ {
+ "name": "OS Town Plans, Dundee 1857-1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dundee 1857-1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dundee1857/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.02584468,
+ 56.44879161
+ ],
+ [
+ -3.02656969,
+ 56.47566815
+ ],
+ [
+ -2.94710317,
+ 56.47629984
+ ],
+ [
+ -2.94643424,
+ 56.44942266
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dundee_1.html",
+ "terms_text": "National Library of Scotland - Dundee 1857-1858"
+ },
+ {
+ "name": "OS Town Plans, Dundee 1870-1872 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dundee 1870-1872, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dundee1870/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.03399945,
+ 56.448497
+ ],
+ [
+ -3.03497463,
+ 56.48435238
+ ],
+ [
+ -2.92352705,
+ 56.48523137
+ ],
+ [
+ -2.92265681,
+ 56.4493748
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dundee_2.html",
+ "terms_text": "National Library of Scotland - Dundee 1870-1872"
+ },
+ {
+ "name": "OS Town Plans, Dunfermline 1854 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dunfermline 1854, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dunfermline1854/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.49045481,
+ 56.0605979
+ ],
+ [
+ -3.49116489,
+ 56.07898822
+ ],
+ [
+ -3.44374075,
+ 56.07955208
+ ],
+ [
+ -3.44305323,
+ 56.06116138
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dunfermline_1.html",
+ "terms_text": "National Library of Scotland - Dunfermline 1854"
+ },
+ {
+ "name": "OS Town Plans, Dunfermline 1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Dunfermline 1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/dunfermline1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.48284159,
+ 56.05198219
+ ],
+ [
+ -3.48399434,
+ 56.08198924
+ ],
+ [
+ -3.44209721,
+ 56.08248587
+ ],
+ [
+ -3.44097697,
+ 56.05247826
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/dunfermline_2.html",
+ "terms_text": "National Library of Scotland - Dunfermline 1894"
+ },
+ {
+ "name": "OS Town Plans, Edinburgh 1849-1851 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Edinburgh 1849-1851, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/edinburgh1849/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.2361048,
+ 55.921366
+ ],
+ [
+ -3.23836397,
+ 55.99217223
+ ],
+ [
+ -3.14197035,
+ 55.99310288
+ ],
+ [
+ -3.13988689,
+ 55.92229419
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/edinburgh1056_1.html",
+ "terms_text": "National Library of Scotland - Edinburgh 1849-1851"
+ },
+ {
+ "name": "OS Town Plans, Edinburgh 1876-1877 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Edinburgh 1876-1877, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/edinburgh1876/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.24740498,
+ 55.92116518
+ ],
+ [
+ -3.24989581,
+ 55.99850896
+ ],
+ [
+ -3.13061127,
+ 55.99966059
+ ],
+ [
+ -3.12835798,
+ 55.92231348
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/edinburgh1056_2.html",
+ "terms_text": "National Library of Scotland - Edinburgh 1876-1877"
+ },
+ {
+ "name": "OS Town Plans, Edinburgh 1893-1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Edinburgh 1893-1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/edinburgh1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.26111081,
+ 55.89555387
+ ],
+ [
+ -3.26450423,
+ 55.9997912
+ ],
+ [
+ -3.11970824,
+ 56.00119128
+ ],
+ [
+ -3.1167031,
+ 55.89694851
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/edinburgh500.html",
+ "terms_text": "National Library of Scotland - Edinburgh 1893-1894"
+ },
+ {
+ "name": "OS Town Plans, Elgin 1868 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Elgin 1868, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/elgin/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.33665196,
+ 57.62879017
+ ],
+ [
+ -3.33776583,
+ 57.65907381
+ ],
+ [
+ -3.29380859,
+ 57.65953111
+ ],
+ [
+ -3.29273129,
+ 57.62924695
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/elgin.html",
+ "terms_text": "National Library of Scotland - Elgin 1868"
+ },
+ {
+ "name": "OS Town Plans, Falkirk 1858-1859 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Falkirk 1858-1859, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/falkirk/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.79587441,
+ 55.99343101
+ ],
+ [
+ -3.79697783,
+ 56.01720281
+ ],
+ [
+ -3.76648151,
+ 56.01764348
+ ],
+ [
+ -3.76539679,
+ 55.99387129
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/falkirk.html",
+ "terms_text": "National Library of Scotland - Falkirk 1858-1859"
+ },
+ {
+ "name": "OS Town Plans, Forfar 1860-1861 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Forfar 1860-1861, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/forfar/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.90326183,
+ 56.6289471
+ ],
+ [
+ -2.90378797,
+ 56.65095013
+ ],
+ [
+ -2.87228457,
+ 56.65117489
+ ],
+ [
+ -2.87177676,
+ 56.62917168
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/forfar.html",
+ "terms_text": "National Library of Scotland - Forfar 1860-1861"
+ },
+ {
+ "name": "OS Town Plans, Forres 1868 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Forres 1868, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/forres/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.63516795,
+ 57.58887872
+ ],
+ [
+ -3.63647637,
+ 57.618002
+ ],
+ [
+ -3.57751453,
+ 57.61875171
+ ],
+ [
+ -3.5762532,
+ 57.58962759
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/forres.html",
+ "terms_text": "National Library of Scotland - Forres 1868"
+ },
+ {
+ "name": "OS Town Plans, Galashiels 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Galashiels 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/galashiels/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.82918609,
+ 55.59586303
+ ],
+ [
+ -2.82981273,
+ 55.62554026
+ ],
+ [
+ -2.78895254,
+ 55.62580992
+ ],
+ [
+ -2.78835674,
+ 55.59613239
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/galashiels.html",
+ "terms_text": "National Library of Scotland - Galashiels 1858"
+ },
+ {
+ "name": "OS Town Plans, Girvan 1857 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Girvan 1857, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/girvan/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.87424251,
+ 55.22679729
+ ],
+ [
+ -4.87587895,
+ 55.24945946
+ ],
+ [
+ -4.84447382,
+ 55.25019598
+ ],
+ [
+ -4.84285519,
+ 55.22753318
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/girvan.html",
+ "terms_text": "National Library of Scotland - Girvan 1857"
+ },
+ {
+ "name": "OS Town Plans, Glasgow 1857-1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Glasgow 1857-1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/glasgow1857/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.31575491,
+ 55.82072009
+ ],
+ [
+ -4.319683,
+ 55.88667625
+ ],
+ [
+ -4.1771319,
+ 55.88928081
+ ],
+ [
+ -4.1734447,
+ 55.82331825
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/glasgow_1.html",
+ "terms_text": "National Library of Scotland - Glasgow 1857-1858"
+ },
+ {
+ "name": "OS Town Plans, Glasgow 1892-1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Glasgow 1892-1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/glasgow1894/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.3465357,
+ 55.81456228
+ ],
+ [
+ -4.35157646,
+ 55.89806268
+ ],
+ [
+ -4.17788765,
+ 55.9012587
+ ],
+ [
+ -4.17321842,
+ 55.81774834
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/glasgow_2.html",
+ "terms_text": "National Library of Scotland - Glasgow 1892-1894"
+ },
+ {
+ "name": "OS Town Plans, Greenock 1857 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Greenock 1857, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/greenock/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.78108857,
+ 55.92617865
+ ],
+ [
+ -4.78382957,
+ 55.96437481
+ ],
+ [
+ -4.7302257,
+ 55.96557475
+ ],
+ [
+ -4.72753731,
+ 55.92737687
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/greenock.html",
+ "terms_text": "National Library of Scotland - Greenock 1857"
+ },
+ {
+ "name": "OS Town Plans, Haddington 1853 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Haddington 1853, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/haddington1853/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.78855542,
+ 55.9451862
+ ],
+ [
+ -2.78888196,
+ 55.96124194
+ ],
+ [
+ -2.76674325,
+ 55.9613817
+ ],
+ [
+ -2.76642588,
+ 55.94532587
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/haddington_1.html",
+ "terms_text": "National Library of Scotland - Haddington 1853"
+ },
+ {
+ "name": "OS Town Plans, Haddington 1893 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Haddington 1893, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/haddington1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.80152293,
+ 55.93428734
+ ],
+ [
+ -2.80214693,
+ 55.96447189
+ ],
+ [
+ -2.76038069,
+ 55.9647367
+ ],
+ [
+ -2.75978916,
+ 55.93455185
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/haddington_2.html",
+ "terms_text": "National Library of Scotland - Haddington 1893"
+ },
+ {
+ "name": "OS Town Plans, Hamilton 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Hamilton 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/hamilton/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.06721642,
+ 55.74877265
+ ],
+ [
+ -4.06924047,
+ 55.78698508
+ ],
+ [
+ -4.01679233,
+ 55.78785698
+ ],
+ [
+ -4.01481949,
+ 55.74964331
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/hamilton.html",
+ "terms_text": "National Library of Scotland - Hamilton 1858"
+ },
+ {
+ "name": "OS Town Plans, Hawick 1857-1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Hawick 1857-1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/hawick/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.80130149,
+ 55.4102516
+ ],
+ [
+ -2.80176329,
+ 55.43304638
+ ],
+ [
+ -2.7708832,
+ 55.43324489
+ ],
+ [
+ -2.77043917,
+ 55.41044995
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/hawick.html",
+ "terms_text": "National Library of Scotland - Hawick 1857-1858"
+ },
+ {
+ "name": "OS Town Plans, Inverness 1867-1868 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Inverness 1867-1868, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/inverness/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.25481758,
+ 57.45916363
+ ],
+ [
+ -4.25752308,
+ 57.50302387
+ ],
+ [
+ -4.19713638,
+ 57.50409032
+ ],
+ [
+ -4.1945031,
+ 57.46022829
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/inverness.html",
+ "terms_text": "National Library of Scotland - Inverness 1867-1868"
+ },
+ {
+ "name": "OS Town Plans, Irvine 1859 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Irvine 1859, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/irvine/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.67540402,
+ 55.60649957
+ ],
+ [
+ -4.67643252,
+ 55.62159024
+ ],
+ [
+ -4.65537888,
+ 55.62204812
+ ],
+ [
+ -4.65435844,
+ 55.60695719
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/irvine.html",
+ "terms_text": "National Library of Scotland - Irvine 1859"
+ },
+ {
+ "name": "OS Town Plans, Jedburgh 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Jedburgh 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/jedburgh/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.56332521,
+ 55.47105448
+ ],
+ [
+ -2.56355503,
+ 55.48715562
+ ],
+ [
+ -2.54168193,
+ 55.48725438
+ ],
+ [
+ -2.54146103,
+ 55.47115318
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/jedburgh.html",
+ "terms_text": "National Library of Scotland - Jedburgh 1858"
+ },
+ {
+ "name": "OS Town Plans, Kelso 1857 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kelso 1857, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kelso/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.44924544,
+ 55.58390848
+ ],
+ [
+ -2.44949757,
+ 55.6059582
+ ],
+ [
+ -2.41902085,
+ 55.60606617
+ ],
+ [
+ -2.41878581,
+ 55.58401636
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kelso.html",
+ "terms_text": "National Library of Scotland - Kelso 1857"
+ },
+ {
+ "name": "OS Town Plans, Kilmarnock 1857-1859 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kilmarnock 1857-1859, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kilmarnock/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.51746876,
+ 55.58950933
+ ],
+ [
+ -4.5194347,
+ 55.62017114
+ ],
+ [
+ -4.47675652,
+ 55.62104083
+ ],
+ [
+ -4.4748238,
+ 55.59037802
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kilmarnock.html",
+ "terms_text": "National Library of Scotland - Kilmarnock 1857-1859"
+ },
+ {
+ "name": "OS Town Plans, Kirkcaldy 1855 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kirkcaldy 1855, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kirkcaldy1855/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.17455285,
+ 56.09518942
+ ],
+ [
+ -3.17554995,
+ 56.12790251
+ ],
+ [
+ -3.12991402,
+ 56.12832843
+ ],
+ [
+ -3.12895559,
+ 56.09561481
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kirkcaldy_1.html",
+ "terms_text": "National Library of Scotland - Kirkcaldy 1855"
+ },
+ {
+ "name": "OS Town Plans, Kirkcaldy 1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kirkcaldy 1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kirkcaldy1894/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.17460426,
+ 56.09513375
+ ],
+ [
+ -3.17560428,
+ 56.12794116
+ ],
+ [
+ -3.12989512,
+ 56.12836777
+ ],
+ [
+ -3.12893395,
+ 56.09555983
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kirkcaldy_2.html",
+ "terms_text": "National Library of Scotland - Kirkcaldy 1894"
+ },
+ {
+ "name": "OS Town Plans, Kirkcudbright 1850 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kirkcudbright 1850, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kirkcudbright1850/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.06154334,
+ 54.82586314
+ ],
+ [
+ -4.0623081,
+ 54.84086061
+ ],
+ [
+ -4.0420219,
+ 54.84120364
+ ],
+ [
+ -4.04126464,
+ 54.82620598
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kirkcudbright_1.html",
+ "terms_text": "National Library of Scotland - Kirkcudbright 1850"
+ },
+ {
+ "name": "OS Town Plans, Kirkcudbright 1893 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kirkcudbright 1893, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kirkcudbright1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.06001868,
+ 54.82720122
+ ],
+ [
+ -4.06079036,
+ 54.84234455
+ ],
+ [
+ -4.04025067,
+ 54.84269158
+ ],
+ [
+ -4.03948667,
+ 54.82754805
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kirkcudbright_2.html",
+ "terms_text": "National Library of Scotland - Kirkcudbright 1893"
+ },
+ {
+ "name": "OS Town Plans, Kirkintilloch 1859 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kirkintilloch 1859, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kirkintilloch/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.16664222,
+ 55.93124287
+ ],
+ [
+ -4.16748402,
+ 55.94631265
+ ],
+ [
+ -4.14637318,
+ 55.94668235
+ ],
+ [
+ -4.14553956,
+ 55.93161237
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kirkintilloch.html",
+ "terms_text": "National Library of Scotland - Kirkintilloch 1859"
+ },
+ {
+ "name": "OS Town Plans, Kirriemuir 1861 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Kirriemuir 1861, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/kirriemuir/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.01255744,
+ 56.65896044
+ ],
+ [
+ -3.01302683,
+ 56.67645382
+ ],
+ [
+ -2.98815879,
+ 56.67665366
+ ],
+ [
+ -2.98770092,
+ 56.65916014
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/kirriemuir.html",
+ "terms_text": "National Library of Scotland - Kirriemuir 1861"
+ },
+ {
+ "name": "OS Town Plans, Lanark 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Lanark 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/lanark/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.78642584,
+ 55.66308804
+ ],
+ [
+ -3.78710605,
+ 55.67800854
+ ],
+ [
+ -3.76632876,
+ 55.67830935
+ ],
+ [
+ -3.76565645,
+ 55.66338868
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/lanark.html",
+ "terms_text": "National Library of Scotland - Lanark 1858"
+ },
+ {
+ "name": "OS Town Plans, Linlithgow 1856 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Linlithgow 1856, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/linlithgow/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.61908334,
+ 55.95549561
+ ],
+ [
+ -3.62033259,
+ 55.98538615
+ ],
+ [
+ -3.57838447,
+ 55.98593047
+ ],
+ [
+ -3.57716753,
+ 55.95603932
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/linlithgow.html",
+ "terms_text": "National Library of Scotland - Linlithgow 1856"
+ },
+ {
+ "name": "OS Town Plans, Mayole 1856-1857 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Mayole 1856-1857, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/maybole/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.69086378,
+ 55.34340178
+ ],
+ [
+ -4.6918884,
+ 55.35849731
+ ],
+ [
+ -4.67089656,
+ 55.35895813
+ ],
+ [
+ -4.6698799,
+ 55.34386234
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/maybole.html",
+ "terms_text": "National Library of Scotland - Mayole 1856-1857"
+ },
+ {
+ "name": "OS Town Plans, Montrose 1861-1862 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Montrose 1861-1862, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/montrose/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.4859324,
+ 56.69645192
+ ],
+ [
+ -2.4862257,
+ 56.71918799
+ ],
+ [
+ -2.45405417,
+ 56.71930941
+ ],
+ [
+ -2.45378027,
+ 56.69657324
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/montrose.html",
+ "terms_text": "National Library of Scotland - Montrose 1861-1862"
+ },
+ {
+ "name": "OS Town Plans, Musselburgh 1853 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Musselburgh 1853, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/musselburgh1853/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.07888558,
+ 55.93371953
+ ],
+ [
+ -3.07954151,
+ 55.95729781
+ ],
+ [
+ -3.03240684,
+ 55.95770177
+ ],
+ [
+ -3.03177952,
+ 55.93412313
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/musselburgh_1.html",
+ "terms_text": "National Library of Scotland - Musselburgh 1853"
+ },
+ {
+ "name": "OS Town Plans, Musselburgh 1893 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Musselburgh 1893, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/musselburgh1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.07017621,
+ 55.92694102
+ ],
+ [
+ -3.07078961,
+ 55.94917624
+ ],
+ [
+ -3.03988228,
+ 55.94944099
+ ],
+ [
+ -3.03928658,
+ 55.92720556
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/musselburgh_2.html",
+ "terms_text": "National Library of Scotland - Musselburgh 1893"
+ },
+ {
+ "name": "OS Town Plans, Nairn 1867-1868 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Nairn 1867-1868, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/nairn/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.88433907,
+ 57.57899149
+ ],
+ [
+ -3.88509905,
+ 57.5936822
+ ],
+ [
+ -3.85931017,
+ 57.59406441
+ ],
+ [
+ -3.85856057,
+ 57.57937348
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/nairn.html",
+ "terms_text": "National Library of Scotland - Nairn 1867-1868"
+ },
+ {
+ "name": "OS Town Plans, Oban 1867-1868 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Oban 1867-1868, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/oban/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -5.49548449,
+ 56.39080407
+ ],
+ [
+ -5.49836627,
+ 56.42219039
+ ],
+ [
+ -5.45383984,
+ 56.42343933
+ ],
+ [
+ -5.45099456,
+ 56.39205153
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/oban.html",
+ "terms_text": "National Library of Scotland - Oban 1867-1868"
+ },
+ {
+ "name": "OS Town Plans, Paisley 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Paisley 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/paisley/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.45144945,
+ 55.85448259
+ ],
+ [
+ -4.4036847,
+ 55.85420972
+ ],
+ [
+ -4.40371385,
+ 55.83065193
+ ],
+ [
+ -4.4514497,
+ 55.83092507
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/paisley.html",
+ "terms_text": "National Library of Scotland - Paisley 1858"
+ },
+ {
+ "name": "OS Town Plans, Peebles 1856 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Peebles 1856, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/peebles/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.20921287,
+ 55.63635834
+ ],
+ [
+ -3.20990288,
+ 55.65873817
+ ],
+ [
+ -3.17896372,
+ 55.65903935
+ ],
+ [
+ -3.17829135,
+ 55.63665927
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/peebles.html",
+ "terms_text": "National Library of Scotland - Peebles 1856"
+ },
+ {
+ "name": "OS Town Plans, Perth 1860 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Perth 1860, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/perth/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.45302495,
+ 56.37794226
+ ],
+ [
+ -3.45416664,
+ 56.40789908
+ ],
+ [
+ -3.41187528,
+ 56.40838777
+ ],
+ [
+ -3.41076676,
+ 56.3784304
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/perth.html",
+ "terms_text": "National Library of Scotland - Perth 1860"
+ },
+ {
+ "name": "OS Town Plans, Peterhead 1868 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Peterhead 1868, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/peterhead/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -1.80513747,
+ 57.48046916
+ ],
+ [
+ -1.80494005,
+ 57.51755411
+ ],
+ [
+ -1.75135366,
+ 57.51746003
+ ],
+ [
+ -1.75160539,
+ 57.48037522
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/peterhead",
+ "terms_text": "National Library of Scotland - Peterhead 1868"
+ },
+ {
+ "name": "OS Town Plans, Port Glasgow 1856-1857 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Port Glasgow 1856-1857, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/portglasgow/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.70063209,
+ 55.91995983
+ ],
+ [
+ -4.70222026,
+ 55.9427679
+ ],
+ [
+ -4.67084958,
+ 55.94345237
+ ],
+ [
+ -4.6692798,
+ 55.92064372
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/port-glasgow.html",
+ "terms_text": "National Library of Scotland - Port Glasgow 1856-1857"
+ },
+ {
+ "name": "OS Town Plans, Portobello 1893-1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Portobello 1893-1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/portobello/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.12437919,
+ 55.93846889
+ ],
+ [
+ -3.1250234,
+ 55.96068605
+ ],
+ [
+ -3.09394827,
+ 55.96096586
+ ],
+ [
+ -3.09332184,
+ 55.93874847
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/portobello.html",
+ "terms_text": "National Library of Scotland - Portobello 1893-1894"
+ },
+ {
+ "name": "OS Town Plans, Rothesay 1862-1863 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Rothesay 1862-1863, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/rothesay/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -5.06449893,
+ 55.82864114
+ ],
+ [
+ -5.06569719,
+ 55.84385927
+ ],
+ [
+ -5.04413114,
+ 55.84439519
+ ],
+ [
+ -5.04294127,
+ 55.82917676
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/rothesay.html",
+ "terms_text": "National Library of Scotland - Rothesay 1862-1863"
+ },
+ {
+ "name": "OS Town Plans, Selkirk 1865 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Selkirk 1865, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/selkirk/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.85998582,
+ 55.53499576
+ ],
+ [
+ -2.86063259,
+ 55.56459732
+ ],
+ [
+ -2.82003242,
+ 55.56487574
+ ],
+ [
+ -2.81941615,
+ 55.53527387
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/selkirk.html",
+ "terms_text": "National Library of Scotland - Selkirk 1865"
+ },
+ {
+ "name": "OS Town Plans, St Andrews 1854 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of St Andrews 1854, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/standrews1854/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.81342686,
+ 56.32097352
+ ],
+ [
+ -2.81405804,
+ 56.3506222
+ ],
+ [
+ -2.77243712,
+ 56.35088865
+ ],
+ [
+ -2.77183819,
+ 56.32123967
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/st-andrews_1.html",
+ "terms_text": "National Library of Scotland - St Andrews 1854"
+ },
+ {
+ "name": "OS Town Plans, St Andrews 1893 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of St Andrews 1893, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/standrews1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.81545583,
+ 56.31861733
+ ],
+ [
+ -2.81609919,
+ 56.3487653
+ ],
+ [
+ -2.77387785,
+ 56.34903619
+ ],
+ [
+ -2.77326775,
+ 56.31888792
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/st-andrews_2.html",
+ "terms_text": "National Library of Scotland - St Andrews 1893"
+ },
+ {
+ "name": "OS Town Plans, Stirling 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Stirling 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/stirling/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.95768489,
+ 56.10754239
+ ],
+ [
+ -3.95882978,
+ 56.13007142
+ ],
+ [
+ -3.92711024,
+ 56.13057046
+ ],
+ [
+ -3.92598386,
+ 56.10804101
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/stirling.html",
+ "terms_text": "National Library of Scotland - Stirling 1858"
+ },
+ {
+ "name": "OS Town Plans, Stonehaven 1864 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Stonehaven 1864, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/stonehaven/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -2.220167,
+ 56.9565098
+ ],
+ [
+ -2.2202543,
+ 56.97129283
+ ],
+ [
+ -2.19924399,
+ 56.9713281
+ ],
+ [
+ -2.19916501,
+ 56.95654504
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/stonehaven.html",
+ "terms_text": "National Library of Scotland - Stonehaven 1864"
+ },
+ {
+ "name": "OS Town Plans, Stranraer 1847 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Stranraer 1847, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/stranraer1847/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -5.04859743,
+ 54.8822997
+ ],
+ [
+ -5.0508954,
+ 54.91268061
+ ],
+ [
+ -5.0095373,
+ 54.91371278
+ ],
+ [
+ -5.00727037,
+ 54.88333071
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/stranraer_1.html",
+ "terms_text": "National Library of Scotland - Stranraer 1847"
+ },
+ {
+ "name": "OS Town Plans, Stranraer 1863-1877 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Stranraer 1863-1877, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/stranraer1867/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -5.04877289,
+ 54.88228699
+ ],
+ [
+ -5.05107324,
+ 54.9126976
+ ],
+ [
+ -5.00947337,
+ 54.91373582
+ ],
+ [
+ -5.00720427,
+ 54.88332405
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/stranraer_1a.html",
+ "terms_text": "National Library of Scotland - Stranraer 1863-1877"
+ },
+ {
+ "name": "OS Town Plans, Stranraer 1893 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Stranraer 1893, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/stranraer1893/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -5.04418424,
+ 54.89773858
+ ],
+ [
+ -5.04511026,
+ 54.90999885
+ ],
+ [
+ -5.0140499,
+ 54.91077389
+ ],
+ [
+ -5.0131333,
+ 54.89851327
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/stranraer_2.html",
+ "terms_text": "National Library of Scotland - Stranraer 1893"
+ },
+ {
+ "name": "OS Town Plans, Strathaven 1858 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Strathaven 1858, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/strathaven/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.06914872,
+ 55.67242091
+ ],
+ [
+ -4.06954357,
+ 55.67989707
+ ],
+ [
+ -4.05917487,
+ 55.6800715
+ ],
+ [
+ -4.05878199,
+ 55.67259529
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/strathaven.html",
+ "terms_text": "National Library of Scotland - Strathaven 1858"
+ },
+ {
+ "name": "OS Town Plans, Wick 1872 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Wick 1872, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/wick/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -3.11470001,
+ 58.41344839
+ ],
+ [
+ -3.11588837,
+ 58.45101446
+ ],
+ [
+ -3.05949843,
+ 58.45149284
+ ],
+ [
+ -3.05837008,
+ 58.41392606
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/wick.html",
+ "terms_text": "National Library of Scotland - Wick 1872"
+ },
+ {
+ "name": "OS Town Plans, Wigtown 1848 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Wigtown 1848, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/wigtown1848/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.45235587,
+ 54.8572296
+ ],
+ [
+ -4.45327284,
+ 54.87232603
+ ],
+ [
+ -4.43254469,
+ 54.87274317
+ ],
+ [
+ -4.43163545,
+ 54.85764651
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/wigtown_1.html",
+ "terms_text": "National Library of Scotland - Wigtown 1848"
+ },
+ {
+ "name": "OS Town Plans, Wigtown 1894 (NLS)",
+ "type": "tms",
+ "description": "Detailed town plan of Wigtown 1894, courtesy of National Library of Scotland.",
+ "template": "http://geo.nls.uk/maps/towns/wigtown1894/{zoom}/{x}/{-y}.png",
+ "scaleExtent": [
+ 13,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ -4.45233361,
+ 54.85721131
+ ],
+ [
+ -4.45325423,
+ 54.87236807
+ ],
+ [
+ -4.43257837,
+ 54.87278416
+ ],
+ [
+ -4.43166549,
+ 54.85762716
+ ]
+ ]
+ ],
+ "terms_url": "http://maps.nls.uk/townplans/wigtown_2.html",
+ "terms_text": "National Library of Scotland - Wigtown 1894"
+ },
+ {
+ "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
+ ],
+ [
+ 120.445995,
+ 15.984
+ ],
+ [
+ 120.446134,
+ 15.974459
+ ],
+ [
+ 120.476464,
+ 15.974592
+ ],
+ [
+ 120.594247,
+ 15.946832
+ ],
+ [
+ 120.598064,
+ 16.090795
+ ],
+ [
+ 120.596537,
+ 16.197999
+ ],
+ [
+ 120.368537,
+ 16.218527
+ ],
+ [
+ 120.347576,
+ 16.042308
+ ],
+ [
+ 120.336593,
+ 15.985768
+ ]
+ ],
+ [
+ [
+ 120.8268,
+ 15.3658
+ ],
+ [
+ 121.2684,
+ 15.2602
+ ],
+ [
+ 121.2699,
+ 14.7025
+ ],
+ [
+ 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
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 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
+ ],
+ [
+ 19.80075,
+ 49.42385
+ ],
+ [
+ 19.60437,
+ 49.48058
+ ],
+ [
+ 19.49179,
+ 49.63961
+ ],
+ [
+ 19.21831,
+ 49.52604
+ ],
+ [
+ 19.16778,
+ 49.42521
+ ],
+ [
+ 19.00308,
+ 49.42236
+ ],
+ [
+ 18.97611,
+ 49.5308
+ ],
+ [
+ 18.54685,
+ 49.51425
+ ],
+ [
+ 18.31432,
+ 49.33818
+ ],
+ [
+ 18.15913,
+ 49.2961
+ ],
+ [
+ 18.05564,
+ 49.11134
+ ],
+ [
+ 17.56396,
+ 48.84938
+ ],
+ [
+ 17.17929,
+ 48.88816
+ ],
+ [
+ 17.058,
+ 48.81105
+ ],
+ [
+ 16.90426,
+ 48.61947
+ ],
+ [
+ 16.79685,
+ 48.38561
+ ],
+ [
+ 17.06762,
+ 48.01116
+ ],
+ [
+ 17.32787,
+ 47.97749
+ ],
+ [
+ 17.51699,
+ 47.82535
+ ],
+ [
+ 17.74776,
+ 47.73093
+ ],
+ [
+ 18.29515,
+ 47.72075
+ ],
+ [
+ 18.67959,
+ 47.75541
+ ],
+ [
+ 18.89755,
+ 47.81203
+ ],
+ [
+ 18.79463,
+ 47.88245
+ ],
+ [
+ 18.84318,
+ 48.04046
+ ],
+ [
+ 19.46212,
+ 48.05333
+ ],
+ [
+ 19.62064,
+ 48.22938
+ ],
+ [
+ 19.89585,
+ 48.09387
+ ],
+ [
+ 20.33766,
+ 48.2643
+ ],
+ [
+ 20.55395,
+ 48.52358
+ ],
+ [
+ 20.82335,
+ 48.55714
+ ],
+ [
+ 21.10271,
+ 48.47096
+ ],
+ [
+ 21.45863,
+ 48.55513
+ ],
+ [
+ 21.74536,
+ 48.31435
+ ],
+ [
+ 22.15293,
+ 48.37179
+ ],
+ [
+ 22.61255,
+ 49.08914
+ ],
+ [
+ 22.09997,
+ 49.23814
+ ],
+ [
+ 21.9686,
+ 49.36363
+ ],
+ [
+ 21.6244,
+ 49.46989
+ ],
+ [
+ 21.06873,
+ 49.46402
+ ],
+ [
+ 20.94336,
+ 49.31088
+ ],
+ [
+ 20.73052,
+ 49.44006
+ ],
+ [
+ 20.22804,
+ 49.41714
+ ],
+ [
+ 20.05234,
+ 49.23052
+ ],
+ [
+ 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
+ ],
+ [
+ 16.8196949,
+ 49.5030322
+ ],
+ [
+ 22.8388318,
+ 49.5030322
+ ],
+ [
+ 22.8388318,
+ 47.4927236
+ ],
+ [
+ 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
+ ],
+ [
+ 17.8893509,
+ -32.6972835
+ ],
+ [
+ 18.00364,
+ -32.6982187
+ ],
+ [
+ 18.0991679,
+ -32.7485251
+ ],
+ [
+ 18.2898747,
+ -32.5526645
+ ],
+ [
+ 18.2930182,
+ -32.0487089
+ ],
+ [
+ 18.105455,
+ -31.6454966
+ ],
+ [
+ 17.8529257,
+ -31.3443951
+ ],
+ [
+ 17.5480046,
+ -30.902171
+ ],
+ [
+ 17.4044506,
+ -30.6374731
+ ],
+ [
+ 17.2493704,
+ -30.3991663
+ ],
+ [
+ 16.9936977,
+ -29.6543552
+ ],
+ [
+ 16.7987996,
+ -29.19437
+ ],
+ [
+ 16.5494139,
+ -28.8415949
+ ],
+ [
+ 16.4498691,
+ -28.691876
+ ],
+ [
+ 16.4491046,
+ -28.5515766
+ ],
+ [
+ 16.6002551,
+ -28.4825663
+ ],
+ [
+ 16.7514057,
+ -28.4486958
+ ],
+ [
+ 16.7462192,
+ -28.2458973
+ ],
+ [
+ 16.8855148,
+ -28.04729
+ ],
+ [
+ 16.9929502,
+ -28.0244005
+ ],
+ [
+ 17.0529659,
+ -28.0257086
+ ],
+ [
+ 17.1007562,
+ -28.0338839
+ ],
+ [
+ 17.2011527,
+ -28.0930546
+ ],
+ [
+ 17.2026346,
+ -28.2328424
+ ],
+ [
+ 17.2474611,
+ -28.2338215
+ ],
+ [
+ 17.2507953,
+ -28.198892
+ ],
+ [
+ 17.3511919,
+ -28.1975861
+ ],
+ [
+ 17.3515624,
+ -28.2442655
+ ],
+ [
+ 17.4015754,
+ -28.2452446
+ ],
+ [
+ 17.4149122,
+ -28.3489751
+ ],
+ [
+ 17.4008345,
+ -28.547997
+ ],
+ [
+ 17.4526999,
+ -28.5489733
+ ],
+ [
+ 17.4512071,
+ -28.6495106
+ ],
+ [
+ 17.4983599,
+ -28.6872054
+ ],
+ [
+ 17.6028204,
+ -28.6830048
+ ],
+ [
+ 17.6499732,
+ -28.6967928
+ ],
+ [
+ 17.6525928,
+ -28.7381457
+ ],
+ [
+ 17.801386,
+ -28.7381457
+ ],
+ [
+ 17.9994276,
+ -28.7560602
+ ],
+ [
+ 18.0002748,
+ -28.7956172
+ ],
+ [
+ 18.1574507,
+ -28.8718055
+ ],
+ [
+ 18.5063811,
+ -28.8718055
+ ],
+ [
+ 18.6153564,
+ -28.8295875
+ ],
+ [
+ 18.9087513,
+ -28.8277516
+ ],
+ [
+ 19.1046973,
+ -28.9488548
+ ],
+ [
+ 19.1969071,
+ -28.9378513
+ ],
+ [
+ 19.243012,
+ -28.8516164
+ ],
+ [
+ 19.2314858,
+ -28.802963
+ ],
+ [
+ 19.2587296,
+ -28.7009928
+ ],
+ [
+ 19.4431493,
+ -28.6973163
+ ],
+ [
+ 19.5500289,
+ -28.4958332
+ ],
+ [
+ 19.6967264,
+ -28.4939914
+ ],
+ [
+ 19.698822,
+ -28.4479358
+ ],
+ [
+ 19.8507587,
+ -28.4433291
+ ],
+ [
+ 19.8497109,
+ -28.4027818
+ ],
+ [
+ 19.9953605,
+ -28.399095
+ ],
+ [
+ 19.9893671,
+ -24.7497859
+ ],
+ [
+ 20.2916682,
+ -24.9192346
+ ],
+ [
+ 20.4724562,
+ -25.1501701
+ ],
+ [
+ 20.6532441,
+ -25.4529449
+ ],
+ [
+ 20.733265,
+ -25.6801957
+ ],
+ [
+ 20.8281046,
+ -25.8963498
+ ],
+ [
+ 20.8429232,
+ -26.215851
+ ],
+ [
+ 20.6502804,
+ -26.4840868
+ ],
+ [
+ 20.6532441,
+ -26.8204869
+ ],
+ [
+ 21.0889134,
+ -26.846933
+ ],
+ [
+ 21.6727695,
+ -26.8389998
+ ],
+ [
+ 21.7765003,
+ -26.6696268
+ ],
+ [
+ 21.9721069,
+ -26.6431395
+ ],
+ [
+ 22.2803355,
+ -26.3274702
+ ],
+ [
+ 22.5707817,
+ -26.1333967
+ ],
+ [
+ 22.7752795,
+ -25.6775246
+ ],
+ [
+ 23.0005235,
+ -25.2761948
+ ],
+ [
+ 23.4658301,
+ -25.2735148
+ ],
+ [
+ 23.883717,
+ -25.597366
+ ],
+ [
+ 24.2364017,
+ -25.613402
+ ],
+ [
+ 24.603905,
+ -25.7896563
+ ],
+ [
+ 25.110704,
+ -25.7389432
+ ],
+ [
+ 25.5078447,
+ -25.6855376
+ ],
+ [
+ 25.6441766,
+ -25.4823781
+ ],
+ [
+ 25.8419267,
+ -24.7805437
+ ],
+ [
+ 25.846641,
+ -24.7538456
+ ],
+ [
+ 26.3928487,
+ -24.6332894
+ ],
+ [
+ 26.4739066,
+ -24.5653312
+ ],
+ [
+ 26.5089966,
+ -24.4842437
+ ],
+ [
+ 26.5861946,
+ -24.4075775
+ ],
+ [
+ 26.7300635,
+ -24.3014458
+ ],
+ [
+ 26.8567384,
+ -24.2499463
+ ],
+ [
+ 26.8574402,
+ -24.1026901
+ ],
+ [
+ 26.9215471,
+ -23.8990957
+ ],
+ [
+ 26.931831,
+ -23.8461891
+ ],
+ [
+ 26.9714827,
+ -23.6994344
+ ],
+ [
+ 27.0006074,
+ -23.6367644
+ ],
+ [
+ 27.0578041,
+ -23.6052574
+ ],
+ [
+ 27.1360547,
+ -23.5203437
+ ],
+ [
+ 27.3339623,
+ -23.3973792
+ ],
+ [
+ 27.5144057,
+ -23.3593929
+ ],
+ [
+ 27.5958145,
+ -23.2085465
+ ],
+ [
+ 27.8098634,
+ -23.0994957
+ ],
+ [
+ 27.8828506,
+ -23.0620496
+ ],
+ [
+ 27.9382928,
+ -22.9496487
+ ],
+ [
+ 28.0407556,
+ -22.8255118
+ ],
+ [
+ 28.2056786,
+ -22.6552861
+ ],
+ [
+ 28.3397223,
+ -22.5639374
+ ],
+ [
+ 28.4906093,
+ -22.560697
+ ],
+ [
+ 28.6108769,
+ -22.5400248
+ ],
+ [
+ 28.828175,
+ -22.4550173
+ ],
+ [
+ 28.9285324,
+ -22.4232328
+ ],
+ [
+ 28.9594116,
+ -22.3090081
+ ],
+ [
+ 29.0162574,
+ -22.208335
+ ],
+ [
+ 29.2324117,
+ -22.1693453
+ ],
+ [
+ 29.3531213,
+ -22.1842926
+ ],
+ [
+ 29.6548952,
+ -22.1186426
+ ],
+ [
+ 29.7777102,
+ -22.1361956
+ ],
+ [
+ 29.9292989,
+ -22.1849425
+ ],
+ [
+ 30.1166795,
+ -22.2830348
+ ],
+ [
+ 30.2563377,
+ -22.2914767
+ ],
+ [
+ 30.3033582,
+ -22.3395204
+ ],
+ [
+ 30.5061784,
+ -22.3057617
+ ],
+ [
+ 30.8374279,
+ -22.284983
+ ],
+ [
+ 31.0058599,
+ -22.3077095
+ ],
+ [
+ 31.1834152,
+ -22.3232913
+ ],
+ [
+ 31.2930586,
+ -22.3674647
+ ],
+ [
+ 31.5680579,
+ -23.1903385
+ ],
+ [
+ 31.5568311,
+ -23.4430809
+ ],
+ [
+ 31.6931122,
+ -23.6175209
+ ],
+ [
+ 31.7119696,
+ -23.741136
+ ],
+ [
+ 31.7774743,
+ -23.8800628
+ ],
+ [
+ 31.8886337,
+ -23.9481098
+ ],
+ [
+ 31.9144386,
+ -24.1746736
+ ],
+ [
+ 31.9948307,
+ -24.3040878
+ ],
+ [
+ 32.0166656,
+ -24.4405988
+ ],
+ [
+ 32.0077331,
+ -24.6536578
+ ],
+ [
+ 32.019643,
+ -24.9140701
+ ],
+ [
+ 32.035523,
+ -25.0849767
+ ],
+ [
+ 32.019643,
+ -25.3821442
+ ],
+ [
+ 31.9928457,
+ -25.4493771
+ ],
+ [
+ 31.9997931,
+ -25.5165725
+ ],
+ [
+ 32.0057481,
+ -25.6078978
+ ],
+ [
+ 32.0057481,
+ -25.6624806
+ ],
+ [
+ 31.9362735,
+ -25.8403721
+ ],
+ [
+ 31.9809357,
+ -25.9546537
+ ],
+ [
+ 31.8687838,
+ -26.0037251
+ ],
+ [
+ 31.4162062,
+ -25.7277683
+ ],
+ [
+ 31.3229117,
+ -25.7438611
+ ],
+ [
+ 31.2504595,
+ -25.8296526
+ ],
+ [
+ 31.1393001,
+ -25.9162746
+ ],
+ [
+ 31.1164727,
+ -25.9912361
+ ],
+ [
+ 30.9656135,
+ -26.2665756
+ ],
+ [
+ 30.8921689,
+ -26.3279703
+ ],
+ [
+ 30.8534616,
+ -26.4035568
+ ],
+ [
+ 30.8226943,
+ -26.4488849
+ ],
+ [
+ 30.8022583,
+ -26.5240694
+ ],
+ [
+ 30.8038369,
+ -26.8082089
+ ],
+ [
+ 30.9020939,
+ -26.7807451
+ ],
+ [
+ 30.9100338,
+ -26.8489495
+ ],
+ [
+ 30.9824859,
+ -26.9082627
+ ],
+ [
+ 30.976531,
+ -27.0029222
+ ],
+ [
+ 31.0034434,
+ -27.0441587
+ ],
+ [
+ 31.1543322,
+ -27.1980416
+ ],
+ [
+ 31.5015607,
+ -27.311117
+ ],
+ [
+ 31.9700183,
+ -27.311117
+ ],
+ [
+ 31.9700183,
+ -27.120472
+ ],
+ [
+ 31.9769658,
+ -27.050664
+ ],
+ [
+ 32.0002464,
+ -26.7983892
+ ],
+ [
+ 32.1069826,
+ -26.7984645
+ ],
+ [
+ 32.3114546,
+ -26.8479493
+ ],
+ [
+ 32.899986,
+ -26.8516059
+ ],
+ [
+ 32.886091,
+ -26.9816971
+ ],
+ [
+ 32.709427,
+ -27.4785436
+ ],
+ [
+ 32.6240724,
+ -27.7775144
+ ],
+ [
+ 32.5813951,
+ -28.07479
+ ],
+ [
+ 32.5387178,
+ -28.2288046
+ ],
+ [
+ 32.4275584,
+ -28.5021568
+ ],
+ [
+ 32.3640388,
+ -28.5945699
+ ],
+ [
+ 32.0702603,
+ -28.8469827
+ ],
+ [
+ 31.9878832,
+ -28.9069497
+ ],
+ [
+ 31.7764818,
+ -28.969487
+ ],
+ [
+ 31.4638459,
+ -29.2859343
+ ],
+ [
+ 31.359634,
+ -29.3854348
+ ],
+ [
+ 31.1680825,
+ -29.6307408
+ ],
+ [
+ 31.064863,
+ -29.7893535
+ ],
+ [
+ 31.0534493,
+ -29.8470469
+ ],
+ [
+ 31.0669933,
+ -29.8640319
+ ],
+ [
+ 31.0455459,
+ -29.9502017
+ ],
+ [
+ 30.9518556,
+ -30.0033946
+ ],
+ [
+ 30.8651833,
+ -30.1024093
+ ],
+ [
+ 30.7244725,
+ -30.392502
+ ],
+ [
+ 30.3556256,
+ -30.9308873
+ ],
+ [
+ 30.0972364,
+ -31.2458274
+ ],
+ [
+ 29.8673136,
+ -31.4304296
+ ],
+ [
+ 29.7409393,
+ -31.5014699
+ ],
+ [
+ 29.481312,
+ -31.6978686
+ ],
+ [
+ 28.8943171,
+ -32.2898903
+ ],
+ [
+ 28.5497137,
+ -32.5894641
+ ],
+ [
+ 28.1436499,
+ -32.8320732
+ ],
+ [
+ 28.0748735,
+ -32.941689
+ ],
+ [
+ 27.8450942,
+ -33.082869
+ ],
+ [
+ 27.3757956,
+ -33.3860685
+ ],
+ [
+ 26.8805407,
+ -33.6458951
+ ],
+ [
+ 26.5916871,
+ -33.7480756
+ ],
+ [
+ 26.4527308,
+ -33.7935795
+ ],
+ [
+ 26.206754,
+ -33.7548943
+ ],
+ [
+ 26.0077897,
+ -33.7223961
+ ],
+ [
+ 25.8055494,
+ -33.7524272
+ ],
+ [
+ 25.7511073,
+ -33.8006512
+ ],
+ [
+ 25.6529079,
+ -33.8543597
+ ],
+ [
+ 25.6529079,
+ -33.9469768
+ ],
+ [
+ 25.7195789,
+ -34.0040115
+ ],
+ [
+ 25.7202807,
+ -34.0511235
+ ],
+ [
+ 25.5508915,
+ -34.063151
+ ],
+ [
+ 25.3504571,
+ -34.0502627
+ ],
+ [
+ 25.2810609,
+ -34.0020322
+ ],
+ [
+ 25.0476316,
+ -33.9994588
+ ],
+ [
+ 24.954724,
+ -34.0043594
+ ],
+ [
+ 24.9496586,
+ -34.1010363
+ ],
+ [
+ 24.8770358,
+ -34.1506456
+ ],
+ [
+ 24.8762914,
+ -34.2005281
+ ],
+ [
+ 24.8532574,
+ -34.2189562
+ ],
+ [
+ 24.7645287,
+ -34.2017946
+ ],
+ [
+ 24.5001356,
+ -34.2003254
+ ],
+ [
+ 24.3486733,
+ -34.1163824
+ ],
+ [
+ 24.1988819,
+ -34.1019039
+ ],
+ [
+ 23.9963377,
+ -34.0514443
+ ],
+ [
+ 23.8017509,
+ -34.0524332
+ ],
+ [
+ 23.7493589,
+ -34.0111855
+ ],
+ [
+ 23.4973536,
+ -34.009014
+ ],
+ [
+ 23.4155191,
+ -34.0434586
+ ],
+ [
+ 23.4154284,
+ -34.1140433
+ ],
+ [
+ 22.9000853,
+ -34.0993009
+ ],
+ [
+ 22.8412418,
+ -34.0547911
+ ],
+ [
+ 22.6470321,
+ -34.0502627
+ ],
+ [
+ 22.6459843,
+ -34.0072768
+ ],
+ [
+ 22.570016,
+ -34.0064081
+ ],
+ [
+ 22.5050499,
+ -34.0645866
+ ],
+ [
+ 22.2519968,
+ -34.0645866
+ ],
+ [
+ 22.2221334,
+ -34.1014701
+ ],
+ [
+ 22.1621197,
+ -34.1057019
+ ],
+ [
+ 22.1712431,
+ -34.1521766
+ ],
+ [
+ 22.1576913,
+ -34.2180897
+ ],
+ [
+ 22.0015632,
+ -34.2172232
+ ],
+ [
+ 21.9496952,
+ -34.3220009
+ ],
+ [
+ 21.8611528,
+ -34.4007145
+ ],
+ [
+ 21.5614708,
+ -34.4020114
+ ],
+ [
+ 21.5468011,
+ -34.3661242
+ ],
+ [
+ 21.501744,
+ -34.3669892
+ ],
+ [
+ 21.5006961,
+ -34.4020114
+ ],
+ [
+ 21.4194886,
+ -34.4465247
+ ],
+ [
+ 21.1978706,
+ -34.4478208
+ ],
+ [
+ 21.0988193,
+ -34.3991325
+ ],
+ [
+ 21.0033746,
+ -34.3753872
+ ],
+ [
+ 20.893192,
+ -34.3997115
+ ],
+ [
+ 20.8976647,
+ -34.4854003
+ ],
+ [
+ 20.7446802,
+ -34.4828092
+ ],
+ [
+ 20.5042011,
+ -34.486264
+ ],
+ [
+ 20.2527197,
+ -34.701477
+ ],
+ [
+ 20.0803502,
+ -34.8361855
+ ],
+ [
+ 19.9923317,
+ -34.8379056
+ ],
+ [
+ 19.899074,
+ -34.8275845
+ ],
+ [
+ 19.8938348,
+ -34.7936018
+ ],
+ [
+ 19.5972963,
+ -34.7961833
+ ],
+ [
+ 19.3929677,
+ -34.642015
+ ],
+ [
+ 19.2877095,
+ -34.6404784
+ ],
+ [
+ 19.2861377,
+ -34.5986563
+ ],
+ [
+ 19.3474363,
+ -34.5244458
+ ],
+ [
+ 19.3285256,
+ -34.4534372
+ ],
+ [
+ 19.098001,
+ -34.449981
+ ],
+ [
+ 19.0725583,
+ -34.3802371
+ ],
+ [
+ 19.0023531,
+ -34.3525593
+ ],
+ [
+ 18.9520568,
+ -34.3949373
+ ],
+ [
+ 18.7975006,
+ -34.3936403
+ ],
+ [
+ 18.7984174,
+ -34.1016376
+ ],
+ [
+ 18.501748,
+ -34.1015292
+ ],
+ [
+ 18.4999545,
+ -34.3616945
+ ],
+ [
+ 18.4477325,
+ -34.3620007
+ ],
+ [
+ 18.4479944,
+ -34.3522691
+ ],
+ [
+ 18.3974362,
+ -34.3514041
+ ],
+ [
+ 18.3971742,
+ -34.3022959
+ ],
+ [
+ 18.3565705,
+ -34.3005647
+ ],
+ [
+ 18.3479258,
+ -34.2020436
+ ],
+ [
+ 18.2972095,
+ -34.1950274
+ ],
+ [
+ 18.2951139,
+ -33.9937138
+ ],
+ [
+ 18.3374474,
+ -33.9914079
+ ],
+ [
+ 18.3476638,
+ -33.8492427
+ ],
+ [
+ 18.3479258,
+ -33.781555
+ ],
+ [
+ 18.4124718,
+ -33.7448849
+ ],
+ [
+ 18.3615477,
+ -33.6501624
+ ],
+ [
+ 18.2992013,
+ -33.585591
+ ],
+ [
+ 18.2166839,
+ -33.448872
+ ],
+ [
+ 18.1389858,
+ -33.3974083
+ ],
+ [
+ 17.9473472,
+ -33.1602647
+ ],
+ [
+ 17.8855247,
+ -33.0575732
+ ],
+ [
+ 17.8485884,
+ -32.9668505
+ ],
+ [
+ 17.8396817,
+ -32.8507302
+ ]
+ ]
+ ],
+ "best": true
+ },
+ {
+ "name": "South Tyrol Orthofoto 2011",
+ "type": "tms",
+ "description": "Orthophoto of South Tyrol from 2011",
+ "template": "http://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_OF_2011_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg",
+ "scaleExtent": [
+ 0,
+ 18
+ ],
+ "polygon": [
+ [
+ [
+ 10.38615,
+ 46.68821
+ ],
+ [
+ 10.39201,
+ 46.69016
+ ],
+ [
+ 10.40215,
+ 46.70624
+ ],
+ [
+ 10.41274,
+ 46.70821
+ ],
+ [
+ 10.41622,
+ 46.71479
+ ],
+ [
+ 10.4168,
+ 46.71847
+ ],
+ [
+ 10.39934,
+ 46.73435
+ ],
+ [
+ 10.43464,
+ 46.75356
+ ],
+ [
+ 10.44107,
+ 46.75413
+ ],
+ [
+ 10.44011,
+ 46.77149
+ ],
+ [
+ 10.42123,
+ 46.78861
+ ],
+ [
+ 10.42845,
+ 46.79755
+ ],
+ [
+ 10.43851,
+ 46.79869
+ ],
+ [
+ 10.44925,
+ 46.80462
+ ],
+ [
+ 10.45602,
+ 46.81635
+ ],
+ [
+ 10.45438,
+ 46.82221
+ ],
+ [
+ 10.4583,
+ 46.82478
+ ],
+ [
+ 10.45513,
+ 46.83059
+ ],
+ [
+ 10.45906,
+ 46.83548
+ ],
+ [
+ 10.46483,
+ 46.83624
+ ],
+ [
+ 10.46229,
+ 46.8413
+ ],
+ [
+ 10.46987,
+ 46.84933
+ ],
+ [
+ 10.46819,
+ 46.8553
+ ],
+ [
+ 10.47838,
+ 46.86013
+ ],
+ [
+ 10.48372,
+ 46.85543
+ ],
+ [
+ 10.49628,
+ 46.85305
+ ],
+ [
+ 10.49931,
+ 46.84857
+ ],
+ [
+ 10.52124,
+ 46.84653
+ ],
+ [
+ 10.5527,
+ 46.8511
+ ],
+ [
+ 10.55795,
+ 46.84695
+ ],
+ [
+ 10.55264,
+ 46.8408
+ ],
+ [
+ 10.55536,
+ 46.84087
+ ],
+ [
+ 10.58883,
+ 46.85125
+ ],
+ [
+ 10.59502,
+ 46.85829
+ ],
+ [
+ 10.60936,
+ 46.8597
+ ],
+ [
+ 10.62441,
+ 46.86558
+ ],
+ [
+ 10.64858,
+ 46.86655
+ ],
+ [
+ 10.66787,
+ 46.87651
+ ],
+ [
+ 10.67297,
+ 46.87138
+ ],
+ [
+ 10.69112,
+ 46.86861
+ ],
+ [
+ 10.69786,
+ 46.86339
+ ],
+ [
+ 10.69508,
+ 46.85308
+ ],
+ [
+ 10.70594,
+ 46.84786
+ ],
+ [
+ 10.71763,
+ 46.84795
+ ],
+ [
+ 10.72333,
+ 46.83892
+ ],
+ [
+ 10.75621,
+ 46.83383
+ ],
+ [
+ 10.76481,
+ 46.82409
+ ],
+ [
+ 10.76387,
+ 46.81971
+ ],
+ [
+ 10.75239,
+ 46.81387
+ ],
+ [
+ 10.74506,
+ 46.80223
+ ],
+ [
+ 10.7276,
+ 46.79709
+ ],
+ [
+ 10.73122,
+ 46.78925
+ ],
+ [
+ 10.75722,
+ 46.78624
+ ],
+ [
+ 10.77744,
+ 46.79149
+ ],
+ [
+ 10.78678,
+ 46.79735
+ ],
+ [
+ 10.81439,
+ 46.77662
+ ],
+ [
+ 10.82479,
+ 46.77472
+ ],
+ [
+ 10.83129,
+ 46.78138
+ ],
+ [
+ 10.84112,
+ 46.78282
+ ],
+ [
+ 10.85354,
+ 46.77506
+ ],
+ [
+ 10.86845,
+ 46.77313
+ ],
+ [
+ 10.86993,
+ 46.7669
+ ],
+ [
+ 10.88294,
+ 46.76393
+ ],
+ [
+ 10.88962,
+ 46.76529
+ ],
+ [
+ 10.8951,
+ 46.77092
+ ],
+ [
+ 10.90527,
+ 46.76911
+ ],
+ [
+ 10.92299,
+ 46.7764
+ ],
+ [
+ 10.92821,
+ 46.77408
+ ],
+ [
+ 10.94388,
+ 46.77648
+ ],
+ [
+ 10.97522,
+ 46.77361
+ ],
+ [
+ 10.97932,
+ 46.77014
+ ],
+ [
+ 10.99475,
+ 46.76804
+ ],
+ [
+ 11.01397,
+ 46.77317
+ ],
+ [
+ 11.02328,
+ 46.76715
+ ],
+ [
+ 11.0346,
+ 46.79428
+ ],
+ [
+ 11.04234,
+ 46.801
+ ],
+ [
+ 11.03792,
+ 46.80562
+ ],
+ [
+ 11.05633,
+ 46.80928
+ ],
+ [
+ 11.07279,
+ 46.82092
+ ],
+ [
+ 11.08171,
+ 46.82252
+ ],
+ [
+ 11.0762,
+ 46.83384
+ ],
+ [
+ 11.06887,
+ 46.83793
+ ],
+ [
+ 11.07303,
+ 46.84345
+ ],
+ [
+ 11.06988,
+ 46.85348
+ ],
+ [
+ 11.08742,
+ 46.87927
+ ],
+ [
+ 11.09961,
+ 46.88922
+ ],
+ [
+ 11.09538,
+ 46.89178
+ ],
+ [
+ 11.09795,
+ 46.89844
+ ],
+ [
+ 11.0946,
+ 46.91247
+ ],
+ [
+ 11.10792,
+ 46.91706
+ ],
+ [
+ 11.10804,
+ 46.92632
+ ],
+ [
+ 11.11418,
+ 46.93234
+ ],
+ [
+ 11.13851,
+ 46.92865
+ ],
+ [
+ 11.16322,
+ 46.94091
+ ],
+ [
+ 11.16642,
+ 46.94479
+ ],
+ [
+ 11.16114,
+ 46.94979
+ ],
+ [
+ 11.1637,
+ 46.96677
+ ],
+ [
+ 11.17598,
+ 46.96367
+ ],
+ [
+ 11.18658,
+ 46.97062
+ ],
+ [
+ 11.19527,
+ 46.97152
+ ],
+ [
+ 11.20418,
+ 46.96877
+ ],
+ [
+ 11.20688,
+ 46.96403
+ ],
+ [
+ 11.22047,
+ 46.97025
+ ],
+ [
+ 11.24139,
+ 46.9708
+ ],
+ [
+ 11.24865,
+ 46.97517
+ ],
+ [
+ 11.25582,
+ 46.97535
+ ],
+ [
+ 11.26272,
+ 46.98169
+ ],
+ [
+ 11.27662,
+ 46.98168
+ ],
+ [
+ 11.28762,
+ 46.98699
+ ],
+ [
+ 11.30709,
+ 46.98525
+ ],
+ [
+ 11.3205,
+ 46.99345
+ ],
+ [
+ 11.33765,
+ 46.98606
+ ],
+ [
+ 11.34516,
+ 46.99169
+ ],
+ [
+ 11.35932,
+ 46.99154
+ ],
+ [
+ 11.37697,
+ 46.98025
+ ],
+ [
+ 11.38324,
+ 46.97168
+ ],
+ [
+ 11.40465,
+ 46.96609
+ ],
+ [
+ 11.43929,
+ 46.97601
+ ],
+ [
+ 11.45134,
+ 46.99294
+ ],
+ [
+ 11.46803,
+ 46.99582
+ ],
+ [
+ 11.46859,
+ 47.003
+ ],
+ [
+ 11.47831,
+ 47.01201
+ ],
+ [
+ 11.50238,
+ 47.01073
+ ],
+ [
+ 11.50313,
+ 47.00808
+ ],
+ [
+ 11.51366,
+ 47.00595
+ ],
+ [
+ 11.51679,
+ 47.00091
+ ],
+ [
+ 11.53381,
+ 46.99233
+ ],
+ [
+ 11.53846,
+ 46.98519
+ ],
+ [
+ 11.55297,
+ 46.99149
+ ],
+ [
+ 11.57663,
+ 46.99657
+ ],
+ [
+ 11.58,
+ 47.00277
+ ],
+ [
+ 11.58879,
+ 47.00641
+ ],
+ [
+ 11.59901,
+ 47.00657
+ ],
+ [
+ 11.60944,
+ 47.01207
+ ],
+ [
+ 11.62697,
+ 47.01437
+ ],
+ [
+ 11.63629,
+ 47.00383
+ ],
+ [
+ 11.66542,
+ 46.99304
+ ],
+ [
+ 11.6885,
+ 46.99658
+ ],
+ [
+ 11.71226,
+ 46.99416
+ ],
+ [
+ 11.72897,
+ 46.97322
+ ],
+ [
+ 11.74698,
+ 46.97013
+ ],
+ [
+ 11.76411,
+ 46.97412
+ ],
+ [
+ 11.78106,
+ 46.99342
+ ],
+ [
+ 11.81526,
+ 46.991
+ ],
+ [
+ 11.83564,
+ 46.99417
+ ],
+ [
+ 11.84396,
+ 47.0025
+ ],
+ [
+ 11.85192,
+ 47.0014
+ ],
+ [
+ 11.86722,
+ 47.01252
+ ],
+ [
+ 11.87393,
+ 47.01136
+ ],
+ [
+ 11.8794,
+ 47.01714
+ ],
+ [
+ 11.89137,
+ 47.01728
+ ],
+ [
+ 11.91627,
+ 47.03422
+ ],
+ [
+ 11.9329,
+ 47.03864
+ ],
+ [
+ 11.94688,
+ 47.03464
+ ],
+ [
+ 11.95457,
+ 47.04374
+ ],
+ [
+ 11.96773,
+ 47.04158
+ ],
+ [
+ 11.97912,
+ 47.0511
+ ],
+ [
+ 11.98587,
+ 47.04815
+ ],
+ [
+ 11.99534,
+ 47.05064
+ ],
+ [
+ 12.02037,
+ 47.04821
+ ],
+ [
+ 12.02968,
+ 47.05127
+ ],
+ [
+ 12.03353,
+ 47.0583
+ ],
+ [
+ 12.04276,
+ 47.06228
+ ],
+ [
+ 12.07543,
+ 47.0605
+ ],
+ [
+ 12.08035,
+ 47.06951
+ ],
+ [
+ 12.09308,
+ 47.07791
+ ],
+ [
+ 12.10329,
+ 47.07931
+ ],
+ [
+ 12.11867,
+ 47.07445
+ ],
+ [
+ 12.13561,
+ 47.08171
+ ],
+ [
+ 12.15125,
+ 47.08049
+ ],
+ [
+ 12.15997,
+ 47.08267
+ ],
+ [
+ 12.18589,
+ 47.09322
+ ],
+ [
+ 12.2278,
+ 47.08302
+ ],
+ [
+ 12.24228,
+ 47.06892
+ ],
+ [
+ 12.23786,
+ 47.0644
+ ],
+ [
+ 12.21821,
+ 47.05795
+ ],
+ [
+ 12.2182,
+ 47.04483
+ ],
+ [
+ 12.20552,
+ 47.02595
+ ],
+ [
+ 12.18048,
+ 47.02414
+ ],
+ [
+ 12.16423,
+ 47.01782
+ ],
+ [
+ 12.14786,
+ 47.02357
+ ],
+ [
+ 12.12723,
+ 47.01218
+ ],
+ [
+ 12.12285,
+ 47.00662
+ ],
+ [
+ 12.1322,
+ 46.99339
+ ],
+ [
+ 12.12974,
+ 46.98593
+ ],
+ [
+ 12.13977,
+ 46.982
+ ],
+ [
+ 12.13808,
+ 46.96514
+ ],
+ [
+ 12.13328,
+ 46.96292
+ ],
+ [
+ 12.13882,
+ 46.95764
+ ],
+ [
+ 12.15927,
+ 46.95133
+ ],
+ [
+ 12.1702,
+ 46.93758
+ ],
+ [
+ 12.15414,
+ 46.91654
+ ],
+ [
+ 12.14675,
+ 46.91413
+ ],
+ [
+ 12.16205,
+ 46.908
+ ],
+ [
+ 12.16959,
+ 46.91121
+ ],
+ [
+ 12.19154,
+ 46.90682
+ ],
+ [
+ 12.20106,
+ 46.8965
+ ],
+ [
+ 12.2022,
+ 46.88806
+ ],
+ [
+ 12.21663,
+ 46.87517
+ ],
+ [
+ 12.22147,
+ 46.88084
+ ],
+ [
+ 12.23125,
+ 46.88146
+ ],
+ [
+ 12.2345,
+ 46.88919
+ ],
+ [
+ 12.24162,
+ 46.89192
+ ],
+ [
+ 12.27486,
+ 46.88512
+ ],
+ [
+ 12.27979,
+ 46.87921
+ ],
+ [
+ 12.27736,
+ 46.87319
+ ],
+ [
+ 12.29326,
+ 46.86566
+ ],
+ [
+ 12.2912,
+ 46.85704
+ ],
+ [
+ 12.29733,
+ 46.84455
+ ],
+ [
+ 12.30833,
+ 46.84137
+ ],
+ [
+ 12.30726,
+ 46.83271
+ ],
+ [
+ 12.285,
+ 46.81503
+ ],
+ [
+ 12.29383,
+ 46.8027
+ ],
+ [
+ 12.28905,
+ 46.79948
+ ],
+ [
+ 12.28889,
+ 46.79427
+ ],
+ [
+ 12.28232,
+ 46.79153
+ ],
+ [
+ 12.28539,
+ 46.7839
+ ],
+ [
+ 12.30943,
+ 46.78603
+ ],
+ [
+ 12.35837,
+ 46.77583
+ ],
+ [
+ 12.37036,
+ 46.74163
+ ],
+ [
+ 12.38475,
+ 46.71745
+ ],
+ [
+ 12.40283,
+ 46.70811
+ ],
+ [
+ 12.41103,
+ 46.70701
+ ],
+ [
+ 12.41522,
+ 46.70163
+ ],
+ [
+ 12.42862,
+ 46.6997
+ ],
+ [
+ 12.42943,
+ 46.69567
+ ],
+ [
+ 12.44268,
+ 46.68979
+ ],
+ [
+ 12.47501,
+ 46.68756
+ ],
+ [
+ 12.4795,
+ 46.67969
+ ],
+ [
+ 12.43473,
+ 46.66714
+ ],
+ [
+ 12.40648,
+ 46.64167
+ ],
+ [
+ 12.38115,
+ 46.64183
+ ],
+ [
+ 12.37944,
+ 46.63733
+ ],
+ [
+ 12.3915,
+ 46.62765
+ ],
+ [
+ 12.38577,
+ 46.62154
+ ],
+ [
+ 12.35939,
+ 46.61829
+ ],
+ [
+ 12.34465,
+ 46.62376
+ ],
+ [
+ 12.34034,
+ 46.63022
+ ],
+ [
+ 12.33578,
+ 46.62732
+ ],
+ [
+ 12.3172,
+ 46.62876
+ ],
+ [
+ 12.31785,
+ 46.62355
+ ],
+ [
+ 12.30802,
+ 46.61811
+ ],
+ [
+ 12.28413,
+ 46.61623
+ ],
+ [
+ 12.26982,
+ 46.62003
+ ],
+ [
+ 12.25931,
+ 46.62809
+ ],
+ [
+ 12.24502,
+ 46.62326
+ ],
+ [
+ 12.24198,
+ 46.61586
+ ],
+ [
+ 12.21241,
+ 46.60918
+ ],
+ [
+ 12.20444,
+ 46.59836
+ ],
+ [
+ 12.19228,
+ 46.59321
+ ],
+ [
+ 12.19261,
+ 46.62059
+ ],
+ [
+ 12.1818,
+ 46.6192
+ ],
+ [
+ 12.17117,
+ 46.63275
+ ],
+ [
+ 12.16062,
+ 46.63574
+ ],
+ [
+ 12.1511,
+ 46.63215
+ ],
+ [
+ 12.1436,
+ 46.6327
+ ],
+ [
+ 12.13739,
+ 46.64122
+ ],
+ [
+ 12.12342,
+ 46.64475
+ ],
+ [
+ 12.10949,
+ 46.65204
+ ],
+ [
+ 12.10609,
+ 46.65783
+ ],
+ [
+ 12.09345,
+ 46.66123
+ ],
+ [
+ 12.08826,
+ 46.66638
+ ],
+ [
+ 12.07985,
+ 46.66686
+ ],
+ [
+ 12.07038,
+ 46.67386
+ ],
+ [
+ 12.07173,
+ 46.66064
+ ],
+ [
+ 12.06686,
+ 46.65364
+ ],
+ [
+ 12.07479,
+ 46.64329
+ ],
+ [
+ 12.06837,
+ 46.63997
+ ],
+ [
+ 12.06495,
+ 46.62121
+ ],
+ [
+ 12.05448,
+ 46.61778
+ ],
+ [
+ 12.05318,
+ 46.60989
+ ],
+ [
+ 12.04613,
+ 46.60716
+ ],
+ [
+ 12.05043,
+ 46.60016
+ ],
+ [
+ 12.04763,
+ 46.58357
+ ],
+ [
+ 12.03665,
+ 46.57668
+ ],
+ [
+ 12.0266,
+ 46.55871
+ ],
+ [
+ 12.02189,
+ 46.55791
+ ],
+ [
+ 11.99941,
+ 46.53208
+ ],
+ [
+ 11.99411,
+ 46.53345
+ ],
+ [
+ 11.98704,
+ 46.54417
+ ],
+ [
+ 11.96633,
+ 46.54363
+ ],
+ [
+ 11.95094,
+ 46.53869
+ ],
+ [
+ 11.94719,
+ 46.52879
+ ],
+ [
+ 11.94147,
+ 46.52689
+ ],
+ [
+ 11.93294,
+ 46.52631
+ ],
+ [
+ 11.9121,
+ 46.532
+ ],
+ [
+ 11.8904,
+ 46.52175
+ ],
+ [
+ 11.85192,
+ 46.51682
+ ],
+ [
+ 11.82849,
+ 46.50783
+ ],
+ [
+ 11.82334,
+ 46.51315
+ ],
+ [
+ 11.82391,
+ 46.52141
+ ],
+ [
+ 11.81086,
+ 46.53146
+ ],
+ [
+ 11.79385,
+ 46.52023
+ ],
+ [
+ 11.79189,
+ 46.51322
+ ],
+ [
+ 11.76157,
+ 46.50503
+ ],
+ [
+ 11.74317,
+ 46.50391
+ ],
+ [
+ 11.73202,
+ 46.50877
+ ],
+ [
+ 11.71935,
+ 46.50916
+ ],
+ [
+ 11.71524,
+ 46.51245
+ ],
+ [
+ 11.69889,
+ 46.50218
+ ],
+ [
+ 11.6672,
+ 46.49647
+ ],
+ [
+ 11.64515,
+ 46.49743
+ ],
+ [
+ 11.63849,
+ 46.50051
+ ],
+ [
+ 11.63495,
+ 46.49486
+ ],
+ [
+ 11.64297,
+ 46.49346
+ ],
+ [
+ 11.65174,
+ 46.48271
+ ],
+ [
+ 11.64536,
+ 46.47189
+ ],
+ [
+ 11.64179,
+ 46.47439
+ ],
+ [
+ 11.62679,
+ 46.4708
+ ],
+ [
+ 11.62987,
+ 46.46377
+ ],
+ [
+ 11.61882,
+ 46.44325
+ ],
+ [
+ 11.62143,
+ 46.42539
+ ],
+ [
+ 11.60161,
+ 46.39731
+ ],
+ [
+ 11.60307,
+ 46.38924
+ ],
+ [
+ 11.5932,
+ 46.38265
+ ],
+ [
+ 11.56489,
+ 46.38018
+ ],
+ [
+ 11.55878,
+ 46.35076
+ ],
+ [
+ 11.55249,
+ 46.34418
+ ],
+ [
+ 11.54423,
+ 46.34483
+ ],
+ [
+ 11.53837,
+ 46.35015
+ ],
+ [
+ 11.52445,
+ 46.35502
+ ],
+ [
+ 11.47969,
+ 46.36277
+ ],
+ [
+ 11.48052,
+ 46.3551
+ ],
+ [
+ 11.46322,
+ 46.34922
+ ],
+ [
+ 11.45556,
+ 46.33396
+ ],
+ [
+ 11.42105,
+ 46.32441
+ ],
+ [
+ 11.40517,
+ 46.32387
+ ],
+ [
+ 11.39865,
+ 46.31426
+ ],
+ [
+ 11.39994,
+ 46.30709
+ ],
+ [
+ 11.39569,
+ 46.3083
+ ],
+ [
+ 11.38188,
+ 46.30052
+ ],
+ [
+ 11.36088,
+ 46.29906
+ ],
+ [
+ 11.36078,
+ 46.29682
+ ],
+ [
+ 11.38256,
+ 46.29177
+ ],
+ [
+ 11.3871,
+ 46.28143
+ ],
+ [
+ 11.39609,
+ 46.27423
+ ],
+ [
+ 11.39862,
+ 46.264
+ ],
+ [
+ 11.38756,
+ 46.26029
+ ],
+ [
+ 11.37347,
+ 46.2629
+ ],
+ [
+ 11.36836,
+ 46.26135
+ ],
+ [
+ 11.35783,
+ 46.26481
+ ],
+ [
+ 11.35495,
+ 46.27564
+ ],
+ [
+ 11.33912,
+ 46.28306
+ ],
+ [
+ 11.33379,
+ 46.29049
+ ],
+ [
+ 11.33471,
+ 46.2962
+ ],
+ [
+ 11.3129,
+ 46.28256
+ ],
+ [
+ 11.31737,
+ 46.27303
+ ],
+ [
+ 11.30645,
+ 46.25786
+ ],
+ [
+ 11.29124,
+ 46.2604
+ ],
+ [
+ 11.24743,
+ 46.22933
+ ],
+ [
+ 11.20622,
+ 46.2187
+ ],
+ [
+ 11.18267,
+ 46.22496
+ ],
+ [
+ 11.17077,
+ 46.23806
+ ],
+ [
+ 11.17994,
+ 46.24434
+ ],
+ [
+ 11.18351,
+ 46.25269
+ ],
+ [
+ 11.18935,
+ 46.25354
+ ],
+ [
+ 11.19448,
+ 46.2461
+ ],
+ [
+ 11.20029,
+ 46.25566
+ ],
+ [
+ 11.16604,
+ 46.26129
+ ],
+ [
+ 11.14885,
+ 46.27904
+ ],
+ [
+ 11.13725,
+ 46.28336
+ ],
+ [
+ 11.14293,
+ 46.28934
+ ],
+ [
+ 11.15847,
+ 46.29059
+ ],
+ [
+ 11.16439,
+ 46.2986
+ ],
+ [
+ 11.1761,
+ 46.30346
+ ],
+ [
+ 11.1847,
+ 46.32104
+ ],
+ [
+ 11.18894,
+ 46.32151
+ ],
+ [
+ 11.18696,
+ 46.32673
+ ],
+ [
+ 11.1942,
+ 46.33016
+ ],
+ [
+ 11.20204,
+ 46.34212
+ ],
+ [
+ 11.19001,
+ 46.35984
+ ],
+ [
+ 11.19263,
+ 46.36578
+ ],
+ [
+ 11.20393,
+ 46.36765
+ ],
+ [
+ 11.19792,
+ 46.37232
+ ],
+ [
+ 11.21275,
+ 46.39804
+ ],
+ [
+ 11.21345,
+ 46.40675
+ ],
+ [
+ 11.20565,
+ 46.4166
+ ],
+ [
+ 11.21026,
+ 46.4206
+ ],
+ [
+ 11.20347,
+ 46.42682
+ ],
+ [
+ 11.21416,
+ 46.43556
+ ],
+ [
+ 11.21634,
+ 46.44255
+ ],
+ [
+ 11.20903,
+ 46.45293
+ ],
+ [
+ 11.21419,
+ 46.45807
+ ],
+ [
+ 11.21736,
+ 46.45731
+ ],
+ [
+ 11.21886,
+ 46.46199
+ ],
+ [
+ 11.21626,
+ 46.47277
+ ],
+ [
+ 11.20939,
+ 46.481
+ ],
+ [
+ 11.20876,
+ 46.49346
+ ],
+ [
+ 11.19608,
+ 46.50241
+ ],
+ [
+ 11.1924,
+ 46.501
+ ],
+ [
+ 11.18686,
+ 46.50734
+ ],
+ [
+ 11.18002,
+ 46.49823
+ ],
+ [
+ 11.17014,
+ 46.49635
+ ],
+ [
+ 11.16095,
+ 46.4878
+ ],
+ [
+ 11.12934,
+ 46.48058
+ ],
+ [
+ 11.1103,
+ 46.49643
+ ],
+ [
+ 11.10449,
+ 46.4948
+ ],
+ [
+ 11.08812,
+ 46.50128
+ ],
+ [
+ 11.08173,
+ 46.53021
+ ],
+ [
+ 11.05915,
+ 46.51508
+ ],
+ [
+ 11.03795,
+ 46.51357
+ ],
+ [
+ 11.05006,
+ 46.50784
+ ],
+ [
+ 11.05773,
+ 46.49235
+ ],
+ [
+ 11.06278,
+ 46.4894
+ ],
+ [
+ 11.06894,
+ 46.46619
+ ],
+ [
+ 11.07625,
+ 46.45487
+ ],
+ [
+ 11.0778,
+ 46.44569
+ ],
+ [
+ 11.07301,
+ 46.44042
+ ],
+ [
+ 11.05394,
+ 46.44849
+ ],
+ [
+ 11.0414,
+ 46.44569
+ ],
+ [
+ 11.02817,
+ 46.46116
+ ],
+ [
+ 11.00952,
+ 46.46917
+ ],
+ [
+ 11.00462,
+ 46.47607
+ ],
+ [
+ 10.98695,
+ 46.48289
+ ],
+ [
+ 10.96543,
+ 46.48103
+ ],
+ [
+ 10.95791,
+ 46.46983
+ ],
+ [
+ 10.93819,
+ 46.46578
+ ],
+ [
+ 10.9325,
+ 46.45831
+ ],
+ [
+ 10.93332,
+ 46.4528
+ ],
+ [
+ 10.91305,
+ 46.44284
+ ],
+ [
+ 10.89161,
+ 46.44366
+ ],
+ [
+ 10.88324,
+ 46.44995
+ ],
+ [
+ 10.88093,
+ 46.44579
+ ],
+ [
+ 10.87162,
+ 46.4438
+ ],
+ [
+ 10.86174,
+ 46.43509
+ ],
+ [
+ 10.85113,
+ 46.43817
+ ],
+ [
+ 10.80034,
+ 46.44185
+ ],
+ [
+ 10.78906,
+ 46.45164
+ ],
+ [
+ 10.77835,
+ 46.47112
+ ],
+ [
+ 10.76934,
+ 46.47609
+ ],
+ [
+ 10.76463,
+ 46.4848
+ ],
+ [
+ 10.75906,
+ 46.48547
+ ],
+ [
+ 10.74422,
+ 46.48333
+ ],
+ [
+ 10.71753,
+ 46.46022
+ ],
+ [
+ 10.69667,
+ 46.4573
+ ],
+ [
+ 10.68293,
+ 46.44846
+ ],
+ [
+ 10.66821,
+ 46.45122
+ ],
+ [
+ 10.63303,
+ 46.44309
+ ],
+ [
+ 10.61439,
+ 46.45098
+ ],
+ [
+ 10.60128,
+ 46.46139
+ ],
+ [
+ 10.59995,
+ 46.46766
+ ],
+ [
+ 10.57672,
+ 46.47237
+ ],
+ [
+ 10.55875,
+ 46.48187
+ ],
+ [
+ 10.54986,
+ 46.49123
+ ],
+ [
+ 10.53685,
+ 46.49062
+ ],
+ [
+ 10.52657,
+ 46.49425
+ ],
+ [
+ 10.49366,
+ 46.49719
+ ],
+ [
+ 10.48141,
+ 46.49337
+ ],
+ [
+ 10.45714,
+ 46.5096
+ ],
+ [
+ 10.45124,
+ 46.53083
+ ],
+ [
+ 10.45814,
+ 46.54215
+ ],
+ [
+ 10.47056,
+ 46.54377
+ ],
+ [
+ 10.46954,
+ 46.54856
+ ],
+ [
+ 10.47617,
+ 46.55749
+ ],
+ [
+ 10.47321,
+ 46.56701
+ ],
+ [
+ 10.48305,
+ 46.5777
+ ],
+ [
+ 10.48575,
+ 46.58921
+ ],
+ [
+ 10.48221,
+ 46.59199
+ ],
+ [
+ 10.48576,
+ 46.59805
+ ],
+ [
+ 10.48291,
+ 46.60512
+ ],
+ [
+ 10.49055,
+ 46.61394
+ ],
+ [
+ 10.44632,
+ 46.63989
+ ],
+ [
+ 10.40935,
+ 46.63389
+ ],
+ [
+ 10.40011,
+ 46.63648
+ ],
+ [
+ 10.39873,
+ 46.6455
+ ],
+ [
+ 10.38946,
+ 46.65862
+ ],
+ [
+ 10.39057,
+ 46.67089
+ ],
+ [
+ 10.3803,
+ 46.68399
+ ],
+ [
+ 10.38615,
+ 46.68821
+ ]
+ ]
+ ],
+ "terms_url": "http://geoservices.buergernetz.bz.it/geokatalog/",
+ "terms_text": "© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.0",
+ "id": "South-Tyrol-Orthofoto2011"
+ },
+ {
+ "name": "South Tyrol Topomap",
+ "type": "tms",
+ "description": "Topographical basemap of South Tyrol",
+ "template": "http://sdi.provincia.bz.it/geoserver/gwc/service/tms/1.0.0/WMTS_TOPOMAP_APB-PAB@GoogleMapsCompatible@png8/{z}/{x}/{-y}.png",
+ "scaleExtent": [
+ 0,
+ 20
+ ],
+ "polygon": [
+ [
+ [
+ 10.38615,
+ 46.68821
+ ],
+ [
+ 10.39201,
+ 46.69016
+ ],
+ [
+ 10.40215,
+ 46.70624
+ ],
+ [
+ 10.41274,
+ 46.70821
+ ],
+ [
+ 10.41622,
+ 46.71479
+ ],
+ [
+ 10.4168,
+ 46.71847
+ ],
+ [
+ 10.39934,
+ 46.73435
+ ],
+ [
+ 10.43464,
+ 46.75356
+ ],
+ [
+ 10.44107,
+ 46.75413
+ ],
+ [
+ 10.44011,
+ 46.77149
+ ],
+ [
+ 10.42123,
+ 46.78861
+ ],
+ [
+ 10.42845,
+ 46.79755
+ ],
+ [
+ 10.43851,
+ 46.79869
+ ],
+ [
+ 10.44925,
+ 46.80462
+ ],
+ [
+ 10.45602,
+ 46.81635
+ ],
+ [
+ 10.45438,
+ 46.82221
+ ],
+ [
+ 10.4583,
+ 46.82478
+ ],
+ [
+ 10.45513,
+ 46.83059
+ ],
+ [
+ 10.45906,
+ 46.83548
+ ],
+ [
+ 10.46483,
+ 46.83624
+ ],
+ [
+ 10.46229,
+ 46.8413
+ ],
+ [
+ 10.46987,
+ 46.84933
+ ],
+ [
+ 10.46819,
+ 46.8553
+ ],
+ [
+ 10.47838,
+ 46.86013
+ ],
+ [
+ 10.48372,
+ 46.85543
+ ],
+ [
+ 10.49628,
+ 46.85305
+ ],
+ [
+ 10.49931,
+ 46.84857
+ ],
+ [
+ 10.52124,
+ 46.84653
+ ],
+ [
+ 10.5527,
+ 46.8511
+ ],
+ [
+ 10.55795,
+ 46.84695
+ ],
+ [
+ 10.55264,
+ 46.8408
+ ],
+ [
+ 10.55536,
+ 46.84087
+ ],
+ [
+ 10.58883,
+ 46.85125
+ ],
+ [
+ 10.59502,
+ 46.85829
+ ],
+ [
+ 10.60936,
+ 46.8597
+ ],
+ [
+ 10.62441,
+ 46.86558
+ ],
+ [
+ 10.64858,
+ 46.86655
+ ],
+ [
+ 10.66787,
+ 46.87651
+ ],
+ [
+ 10.67297,
+ 46.87138
+ ],
+ [
+ 10.69112,
+ 46.86861
+ ],
+ [
+ 10.69786,
+ 46.86339
+ ],
+ [
+ 10.69508,
+ 46.85308
+ ],
+ [
+ 10.70594,
+ 46.84786
+ ],
+ [
+ 10.71763,
+ 46.84795
+ ],
+ [
+ 10.72333,
+ 46.83892
+ ],
+ [
+ 10.75621,
+ 46.83383
+ ],
+ [
+ 10.76481,
+ 46.82409
+ ],
+ [
+ 10.76387,
+ 46.81971
+ ],
+ [
+ 10.75239,
+ 46.81387
+ ],
+ [
+ 10.74506,
+ 46.80223
+ ],
+ [
+ 10.7276,
+ 46.79709
+ ],
+ [
+ 10.73122,
+ 46.78925
+ ],
+ [
+ 10.75722,
+ 46.78624
+ ],
+ [
+ 10.77744,
+ 46.79149
+ ],
+ [
+ 10.78678,
+ 46.79735
+ ],
+ [
+ 10.81439,
+ 46.77662
+ ],
+ [
+ 10.82479,
+ 46.77472
+ ],
+ [
+ 10.83129,
+ 46.78138
+ ],
+ [
+ 10.84112,
+ 46.78282
+ ],
+ [
+ 10.85354,
+ 46.77506
+ ],
+ [
+ 10.86845,
+ 46.77313
+ ],
+ [
+ 10.86993,
+ 46.7669
+ ],
+ [
+ 10.88294,
+ 46.76393
+ ],
+ [
+ 10.88962,
+ 46.76529
+ ],
+ [
+ 10.8951,
+ 46.77092
+ ],
+ [
+ 10.90527,
+ 46.76911
+ ],
+ [
+ 10.92299,
+ 46.7764
+ ],
+ [
+ 10.92821,
+ 46.77408
+ ],
+ [
+ 10.94388,
+ 46.77648
+ ],
+ [
+ 10.97522,
+ 46.77361
+ ],
+ [
+ 10.97932,
+ 46.77014
+ ],
+ [
+ 10.99475,
+ 46.76804
+ ],
+ [
+ 11.01397,
+ 46.77317
+ ],
+ [
+ 11.02328,
+ 46.76715
+ ],
+ [
+ 11.0346,
+ 46.79428
+ ],
+ [
+ 11.04234,
+ 46.801
+ ],
+ [
+ 11.03792,
+ 46.80562
+ ],
+ [
+ 11.05633,
+ 46.80928
+ ],
+ [
+ 11.07279,
+ 46.82092
+ ],
+ [
+ 11.08171,
+ 46.82252
+ ],
+ [
+ 11.0762,
+ 46.83384
+ ],
+ [
+ 11.06887,
+ 46.83793
+ ],
+ [
+ 11.07303,
+ 46.84345
+ ],
+ [
+ 11.06988,
+ 46.85348
+ ],
+ [
+ 11.08742,
+ 46.87927
+ ],
+ [
+ 11.09961,
+ 46.88922
+ ],
+ [
+ 11.09538,
+ 46.89178
+ ],
+ [
+ 11.09795,
+ 46.89844
+ ],
+ [
+ 11.0946,
+ 46.91247
+ ],
+ [
+ 11.10792,
+ 46.91706
+ ],
+ [
+ 11.10804,
+ 46.92632
+ ],
+ [
+ 11.11418,
+ 46.93234
+ ],
+ [
+ 11.13851,
+ 46.92865
+ ],
+ [
+ 11.16322,
+ 46.94091
+ ],
+ [
+ 11.16642,
+ 46.94479
+ ],
+ [
+ 11.16114,
+ 46.94979
+ ],
+ [
+ 11.1637,
+ 46.96677
+ ],
+ [
+ 11.17598,
+ 46.96367
+ ],
+ [
+ 11.18658,
+ 46.97062
+ ],
+ [
+ 11.19527,
+ 46.97152
+ ],
+ [
+ 11.20418,
+ 46.96877
+ ],
+ [
+ 11.20688,
+ 46.96403
+ ],
+ [
+ 11.22047,
+ 46.97025
+ ],
+ [
+ 11.24139,
+ 46.9708
+ ],
+ [
+ 11.24865,
+ 46.97517
+ ],
+ [
+ 11.25582,
+ 46.97535
+ ],
+ [
+ 11.26272,
+ 46.98169
+ ],
+ [
+ 11.27662,
+ 46.98168
+ ],
+ [
+ 11.28762,
+ 46.98699
+ ],
+ [
+ 11.30709,
+ 46.98525
+ ],
+ [
+ 11.3205,
+ 46.99345
+ ],
+ [
+ 11.33765,
+ 46.98606
+ ],
+ [
+ 11.34516,
+ 46.99169
+ ],
+ [
+ 11.35932,
+ 46.99154
+ ],
+ [
+ 11.37697,
+ 46.98025
+ ],
+ [
+ 11.38324,
+ 46.97168
+ ],
+ [
+ 11.40465,
+ 46.96609
+ ],
+ [
+ 11.43929,
+ 46.97601
+ ],
+ [
+ 11.45134,
+ 46.99294
+ ],
+ [
+ 11.46803,
+ 46.99582
+ ],
+ [
+ 11.46859,
+ 47.003
+ ],
+ [
+ 11.47831,
+ 47.01201
+ ],
+ [
+ 11.50238,
+ 47.01073
+ ],
+ [
+ 11.50313,
+ 47.00808
+ ],
+ [
+ 11.51366,
+ 47.00595
+ ],
+ [
+ 11.51679,
+ 47.00091
+ ],
+ [
+ 11.53381,
+ 46.99233
+ ],
+ [
+ 11.53846,
+ 46.98519
+ ],
+ [
+ 11.55297,
+ 46.99149
+ ],
+ [
+ 11.57663,
+ 46.99657
+ ],
+ [
+ 11.58,
+ 47.00277
+ ],
+ [
+ 11.58879,
+ 47.00641
+ ],
+ [
+ 11.59901,
+ 47.00657
+ ],
+ [
+ 11.60944,
+ 47.01207
+ ],
+ [
+ 11.62697,
+ 47.01437
+ ],
+ [
+ 11.63629,
+ 47.00383
+ ],
+ [
+ 11.66542,
+ 46.99304
+ ],
+ [
+ 11.6885,
+ 46.99658
+ ],
+ [
+ 11.71226,
+ 46.99416
+ ],
+ [
+ 11.72897,
+ 46.97322
+ ],
+ [
+ 11.74698,
+ 46.97013
+ ],
+ [
+ 11.76411,
+ 46.97412
+ ],
+ [
+ 11.78106,
+ 46.99342
+ ],
+ [
+ 11.81526,
+ 46.991
+ ],
+ [
+ 11.83564,
+ 46.99417
+ ],
+ [
+ 11.84396,
+ 47.0025
+ ],
+ [
+ 11.85192,
+ 47.0014
+ ],
+ [
+ 11.86722,
+ 47.01252
+ ],
+ [
+ 11.87393,
+ 47.01136
+ ],
+ [
+ 11.8794,
+ 47.01714
+ ],
+ [
+ 11.89137,
+ 47.01728
+ ],
+ [
+ 11.91627,
+ 47.03422
+ ],
+ [
+ 11.9329,
+ 47.03864
+ ],
+ [
+ 11.94688,
+ 47.03464
+ ],
+ [
+ 11.95457,
+ 47.04374
+ ],
+ [
+ 11.96773,
+ 47.04158
+ ],
+ [
+ 11.97912,
+ 47.0511
+ ],
+ [
+ 11.98587,
+ 47.04815
+ ],
+ [
+ 11.99534,
+ 47.05064
+ ],
+ [
+ 12.02037,
+ 47.04821
+ ],
+ [
+ 12.02968,
+ 47.05127
+ ],
+ [
+ 12.03353,
+ 47.0583
+ ],
+ [
+ 12.04276,
+ 47.06228
+ ],
+ [
+ 12.07543,
+ 47.0605
+ ],
+ [
+ 12.08035,
+ 47.06951
+ ],
+ [
+ 12.09308,
+ 47.07791
+ ],
+ [
+ 12.10329,
+ 47.07931
+ ],
+ [
+ 12.11867,
+ 47.07445
+ ],
+ [
+ 12.13561,
+ 47.08171
+ ],
+ [
+ 12.15125,
+ 47.08049
+ ],
+ [
+ 12.15997,
+ 47.08267
+ ],
+ [
+ 12.18589,
+ 47.09322
+ ],
+ [
+ 12.2278,
+ 47.08302
+ ],
+ [
+ 12.24228,
+ 47.06892
+ ],
+ [
+ 12.23786,
+ 47.0644
+ ],
+ [
+ 12.21821,
+ 47.05795
+ ],
+ [
+ 12.2182,
+ 47.04483
+ ],
+ [
+ 12.20552,
+ 47.02595
+ ],
+ [
+ 12.18048,
+ 47.02414
+ ],
+ [
+ 12.16423,
+ 47.01782
+ ],
+ [
+ 12.14786,
+ 47.02357
+ ],
+ [
+ 12.12723,
+ 47.01218
+ ],
+ [
+ 12.12285,
+ 47.00662
+ ],
+ [
+ 12.1322,
+ 46.99339
+ ],
+ [
+ 12.12974,
+ 46.98593
+ ],
+ [
+ 12.13977,
+ 46.982
+ ],
+ [
+ 12.13808,
+ 46.96514
+ ],
+ [
+ 12.13328,
+ 46.96292
+ ],
+ [
+ 12.13882,
+ 46.95764
+ ],
+ [
+ 12.15927,
+ 46.95133
+ ],
+ [
+ 12.1702,
+ 46.93758
+ ],
+ [
+ 12.15414,
+ 46.91654
+ ],
+ [
+ 12.14675,
+ 46.91413
+ ],
+ [
+ 12.16205,
+ 46.908
+ ],
+ [
+ 12.16959,
+ 46.91121
+ ],
+ [
+ 12.19154,
+ 46.90682
+ ],
+ [
+ 12.20106,
+ 46.8965
+ ],
+ [
+ 12.2022,
+ 46.88806
+ ],
+ [
+ 12.21663,
+ 46.87517
+ ],
+ [
+ 12.22147,
+ 46.88084
+ ],
+ [
+ 12.23125,
+ 46.88146
+ ],
+ [
+ 12.2345,
+ 46.88919
+ ],
+ [
+ 12.24162,
+ 46.89192
+ ],
+ [
+ 12.27486,
+ 46.88512
+ ],
+ [
+ 12.27979,
+ 46.87921
+ ],
+ [
+ 12.27736,
+ 46.87319
+ ],
+ [
+ 12.29326,
+ 46.86566
+ ],
+ [
+ 12.2912,
+ 46.85704
+ ],
+ [
+ 12.29733,
+ 46.84455
+ ],
+ [
+ 12.30833,
+ 46.84137
+ ],
+ [
+ 12.30726,
+ 46.83271
+ ],
+ [
+ 12.285,
+ 46.81503
+ ],
+ [
+ 12.29383,
+ 46.8027
+ ],
+ [
+ 12.28905,
+ 46.79948
+ ],
+ [
+ 12.28889,
+ 46.79427
+ ],
+ [
+ 12.28232,
+ 46.79153
+ ],
+ [
+ 12.28539,
+ 46.7839
+ ],
+ [
+ 12.30943,
+ 46.78603
+ ],
+ [
+ 12.35837,
+ 46.77583
+ ],
+ [
+ 12.37036,
+ 46.74163
+ ],
+ [
+ 12.38475,
+ 46.71745
+ ],
+ [
+ 12.40283,
+ 46.70811
+ ],
+ [
+ 12.41103,
+ 46.70701
+ ],
+ [
+ 12.41522,
+ 46.70163
+ ],
+ [
+ 12.42862,
+ 46.6997
+ ],
+ [
+ 12.42943,
+ 46.69567
+ ],
+ [
+ 12.44268,
+ 46.68979
+ ],
+ [
+ 12.47501,
+ 46.68756
+ ],
+ [
+ 12.4795,
+ 46.67969
+ ],
+ [
+ 12.43473,
+ 46.66714
+ ],
+ [
+ 12.40648,
+ 46.64167
+ ],
+ [
+ 12.38115,
+ 46.64183
+ ],
+ [
+ 12.37944,
+ 46.63733
+ ],
+ [
+ 12.3915,
+ 46.62765
+ ],
+ [
+ 12.38577,
+ 46.62154
+ ],
+ [
+ 12.35939,
+ 46.61829
+ ],
+ [
+ 12.34465,
+ 46.62376
+ ],
+ [
+ 12.34034,
+ 46.63022
+ ],
+ [
+ 12.33578,
+ 46.62732
+ ],
+ [
+ 12.3172,
+ 46.62876
+ ],
+ [
+ 12.31785,
+ 46.62355
+ ],
+ [
+ 12.30802,
+ 46.61811
+ ],
+ [
+ 12.28413,
+ 46.61623
+ ],
+ [
+ 12.26982,
+ 46.62003
+ ],
+ [
+ 12.25931,
+ 46.62809
+ ],
+ [
+ 12.24502,
+ 46.62326
+ ],
+ [
+ 12.24198,
+ 46.61586
+ ],
+ [
+ 12.21241,
+ 46.60918
+ ],
+ [
+ 12.20444,
+ 46.59836
+ ],
+ [
+ 12.19228,
+ 46.59321
+ ],
+ [
+ 12.19261,
+ 46.62059
+ ],
+ [
+ 12.1818,
+ 46.6192
+ ],
+ [
+ 12.17117,
+ 46.63275
+ ],
+ [
+ 12.16062,
+ 46.63574
+ ],
+ [
+ 12.1511,
+ 46.63215
+ ],
+ [
+ 12.1436,
+ 46.6327
+ ],
+ [
+ 12.13739,
+ 46.64122
+ ],
+ [
+ 12.12342,
+ 46.64475
+ ],
+ [
+ 12.10949,
+ 46.65204
+ ],
+ [
+ 12.10609,
+ 46.65783
+ ],
+ [
+ 12.09345,
+ 46.66123
+ ],
+ [
+ 12.08826,
+ 46.66638
+ ],
+ [
+ 12.07985,
+ 46.66686
+ ],
+ [
+ 12.07038,
+ 46.67386
+ ],
+ [
+ 12.07173,
+ 46.66064
+ ],
+ [
+ 12.06686,
+ 46.65364
+ ],
+ [
+ 12.07479,
+ 46.64329
+ ],
+ [
+ 12.06837,
+ 46.63997
+ ],
+ [
+ 12.06495,
+ 46.62121
+ ],
+ [
+ 12.05448,
+ 46.61778
+ ],
+ [
+ 12.05318,
+ 46.60989
+ ],
+ [
+ 12.04613,
+ 46.60716
+ ],
+ [
+ 12.05043,
+ 46.60016
+ ],
+ [
+ 12.04763,
+ 46.58357
+ ],
+ [
+ 12.03665,
+ 46.57668
+ ],
+ [
+ 12.0266,
+ 46.55871
+ ],
+ [
+ 12.02189,
+ 46.55791
+ ],
+ [
+ 11.99941,
+ 46.53208
+ ],
+ [
+ 11.99411,
+ 46.53345
+ ],
+ [
+ 11.98704,
+ 46.54417
+ ],
+ [
+ 11.96633,
+ 46.54363
+ ],
+ [
+ 11.95094,
+ 46.53869
+ ],
+ [
+ 11.94719,
+ 46.52879
+ ],
+ [
+ 11.94147,
+ 46.52689
+ ],
+ [
+ 11.93294,
+ 46.52631
+ ],
+ [
+ 11.9121,
+ 46.532
+ ],
+ [
+ 11.8904,
+ 46.52175
+ ],
+ [
+ 11.85192,
+ 46.51682
+ ],
+ [
+ 11.82849,
+ 46.50783
+ ],
+ [
+ 11.82334,
+ 46.51315
+ ],
+ [
+ 11.82391,
+ 46.52141
+ ],
+ [
+ 11.81086,
+ 46.53146
+ ],
+ [
+ 11.79385,
+ 46.52023
+ ],
+ [
+ 11.79189,
+ 46.51322
+ ],
+ [
+ 11.76157,
+ 46.50503
+ ],
+ [
+ 11.74317,
+ 46.50391
+ ],
+ [
+ 11.73202,
+ 46.50877
+ ],
+ [
+ 11.71935,
+ 46.50916
+ ],
+ [
+ 11.71524,
+ 46.51245
+ ],
+ [
+ 11.69889,
+ 46.50218
+ ],
+ [
+ 11.6672,
+ 46.49647
+ ],
+ [
+ 11.64515,
+ 46.49743
+ ],
+ [
+ 11.63849,
+ 46.50051
+ ],
+ [
+ 11.63495,
+ 46.49486
+ ],
+ [
+ 11.64297,
+ 46.49346
+ ],
+ [
+ 11.65174,
+ 46.48271
+ ],
+ [
+ 11.64536,
+ 46.47189
+ ],
+ [
+ 11.64179,
+ 46.47439
+ ],
+ [
+ 11.62679,
+ 46.4708
+ ],
+ [
+ 11.62987,
+ 46.46377
+ ],
+ [
+ 11.61882,
+ 46.44325
+ ],
+ [
+ 11.62143,
+ 46.42539
+ ],
+ [
+ 11.60161,
+ 46.39731
+ ],
+ [
+ 11.60307,
+ 46.38924
+ ],
+ [
+ 11.5932,
+ 46.38265
+ ],
+ [
+ 11.56489,
+ 46.38018
+ ],
+ [
+ 11.55878,
+ 46.35076
+ ],
+ [
+ 11.55249,
+ 46.34418
+ ],
+ [
+ 11.54423,
+ 46.34483
+ ],
+ [
+ 11.53837,
+ 46.35015
+ ],
+ [
+ 11.52445,
+ 46.35502
+ ],
+ [
+ 11.47969,
+ 46.36277
+ ],
+ [
+ 11.48052,
+ 46.3551
+ ],
+ [
+ 11.46322,
+ 46.34922
+ ],
+ [
+ 11.45556,
+ 46.33396
+ ],
+ [
+ 11.42105,
+ 46.32441
+ ],
+ [
+ 11.40517,
+ 46.32387
+ ],
+ [
+ 11.39865,
+ 46.31426
+ ],
+ [
+ 11.39994,
+ 46.30709
+ ],
+ [
+ 11.39569,
+ 46.3083
+ ],
+ [
+ 11.38188,
+ 46.30052
+ ],
+ [
+ 11.36088,
+ 46.29906
+ ],
+ [
+ 11.36078,
+ 46.29682
+ ],
+ [
+ 11.38256,
+ 46.29177
+ ],
+ [
+ 11.3871,
+ 46.28143
+ ],
+ [
+ 11.39609,
+ 46.27423
+ ],
+ [
+ 11.39862,
+ 46.264
+ ],
+ [
+ 11.38756,
+ 46.26029
+ ],
+ [
+ 11.37347,
+ 46.2629
+ ],
+ [
+ 11.36836,
+ 46.26135
+ ],
+ [
+ 11.35783,
+ 46.26481
+ ],
+ [
+ 11.35495,
+ 46.27564
+ ],
+ [
+ 11.33912,
+ 46.28306
+ ],
+ [
+ 11.33379,
+ 46.29049
+ ],
+ [
+ 11.33471,
+ 46.2962
+ ],
+ [
+ 11.3129,
+ 46.28256
+ ],
+ [
+ 11.31737,
+ 46.27303
+ ],
+ [
+ 11.30645,
+ 46.25786
+ ],
+ [
+ 11.29124,
+ 46.2604
+ ],
+ [
+ 11.24743,
+ 46.22933
+ ],
+ [
+ 11.20622,
+ 46.2187
+ ],
+ [
+ 11.18267,
+ 46.22496
+ ],
+ [
+ 11.17077,
+ 46.23806
+ ],
+ [
+ 11.17994,
+ 46.24434
+ ],
+ [
+ 11.18351,
+ 46.25269
+ ],
+ [
+ 11.18935,
+ 46.25354
+ ],
+ [
+ 11.19448,
+ 46.2461
+ ],
+ [
+ 11.20029,
+ 46.25566
+ ],
+ [
+ 11.16604,
+ 46.26129
+ ],
+ [
+ 11.14885,
+ 46.27904
+ ],
+ [
+ 11.13725,
+ 46.28336
+ ],
+ [
+ 11.14293,
+ 46.28934
+ ],
+ [
+ 11.15847,
+ 46.29059
+ ],
+ [
+ 11.16439,
+ 46.2986
+ ],
+ [
+ 11.1761,
+ 46.30346
+ ],
+ [
+ 11.1847,
+ 46.32104
+ ],
+ [
+ 11.18894,
+ 46.32151
+ ],
+ [
+ 11.18696,
+ 46.32673
+ ],
+ [
+ 11.1942,
+ 46.33016
+ ],
+ [
+ 11.20204,
+ 46.34212
+ ],
+ [
+ 11.19001,
+ 46.35984
+ ],
+ [
+ 11.19263,
+ 46.36578
+ ],
+ [
+ 11.20393,
+ 46.36765
+ ],
+ [
+ 11.19792,
+ 46.37232
+ ],
+ [
+ 11.21275,
+ 46.39804
+ ],
+ [
+ 11.21345,
+ 46.40675
+ ],
+ [
+ 11.20565,
+ 46.4166
+ ],
+ [
+ 11.21026,
+ 46.4206
+ ],
+ [
+ 11.20347,
+ 46.42682
+ ],
+ [
+ 11.21416,
+ 46.43556
+ ],
+ [
+ 11.21634,
+ 46.44255
+ ],
+ [
+ 11.20903,
+ 46.45293
+ ],
+ [
+ 11.21419,
+ 46.45807
+ ],
+ [
+ 11.21736,
+ 46.45731
+ ],
+ [
+ 11.21886,
+ 46.46199
+ ],
+ [
+ 11.21626,
+ 46.47277
+ ],
+ [
+ 11.20939,
+ 46.481
+ ],
+ [
+ 11.20876,
+ 46.49346
+ ],
+ [
+ 11.19608,
+ 46.50241
+ ],
+ [
+ 11.1924,
+ 46.501
+ ],
+ [
+ 11.18686,
+ 46.50734
+ ],
+ [
+ 11.18002,
+ 46.49823
+ ],
+ [
+ 11.17014,
+ 46.49635
+ ],
+ [
+ 11.16095,
+ 46.4878
+ ],
+ [
+ 11.12934,
+ 46.48058
+ ],
+ [
+ 11.1103,
+ 46.49643
+ ],
+ [
+ 11.10449,
+ 46.4948
+ ],
+ [
+ 11.08812,
+ 46.50128
+ ],
+ [
+ 11.08173,
+ 46.53021
+ ],
+ [
+ 11.05915,
+ 46.51508
+ ],
+ [
+ 11.03795,
+ 46.51357
+ ],
+ [
+ 11.05006,
+ 46.50784
+ ],
+ [
+ 11.05773,
+ 46.49235
+ ],
+ [
+ 11.06278,
+ 46.4894
+ ],
+ [
+ 11.06894,
+ 46.46619
+ ],
+ [
+ 11.07625,
+ 46.45487
+ ],
+ [
+ 11.0778,
+ 46.44569
+ ],
+ [
+ 11.07301,
+ 46.44042
+ ],
+ [
+ 11.05394,
+ 46.44849
+ ],
+ [
+ 11.0414,
+ 46.44569
+ ],
+ [
+ 11.02817,
+ 46.46116
+ ],
+ [
+ 11.00952,
+ 46.46917
+ ],
+ [
+ 11.00462,
+ 46.47607
+ ],
+ [
+ 10.98695,
+ 46.48289
+ ],
+ [
+ 10.96543,
+ 46.48103
+ ],
+ [
+ 10.95791,
+ 46.46983
+ ],
+ [
+ 10.93819,
+ 46.46578
+ ],
+ [
+ 10.9325,
+ 46.45831
+ ],
+ [
+ 10.93332,
+ 46.4528
+ ],
+ [
+ 10.91305,
+ 46.44284
+ ],
+ [
+ 10.89161,
+ 46.44366
+ ],
+ [
+ 10.88324,
+ 46.44995
+ ],
+ [
+ 10.88093,
+ 46.44579
+ ],
+ [
+ 10.87162,
+ 46.4438
+ ],
+ [
+ 10.86174,
+ 46.43509
+ ],
+ [
+ 10.85113,
+ 46.43817
+ ],
+ [
+ 10.80034,
+ 46.44185
+ ],
+ [
+ 10.78906,
+ 46.45164
+ ],
+ [
+ 10.77835,
+ 46.47112
+ ],
+ [
+ 10.76934,
+ 46.47609
+ ],
+ [
+ 10.76463,
+ 46.4848
+ ],
+ [
+ 10.75906,
+ 46.48547
+ ],
+ [
+ 10.74422,
+ 46.48333
+ ],
+ [
+ 10.71753,
+ 46.46022
+ ],
+ [
+ 10.69667,
+ 46.4573
+ ],
+ [
+ 10.68293,
+ 46.44846
+ ],
+ [
+ 10.66821,
+ 46.45122
+ ],
+ [
+ 10.63303,
+ 46.44309
+ ],
+ [
+ 10.61439,
+ 46.45098
+ ],
+ [
+ 10.60128,
+ 46.46139
+ ],
+ [
+ 10.59995,
+ 46.46766
+ ],
+ [
+ 10.57672,
+ 46.47237
+ ],
+ [
+ 10.55875,
+ 46.48187
+ ],
+ [
+ 10.54986,
+ 46.49123
+ ],
+ [
+ 10.53685,
+ 46.49062
+ ],
+ [
+ 10.52657,
+ 46.49425
+ ],
+ [
+ 10.49366,
+ 46.49719
+ ],
+ [
+ 10.48141,
+ 46.49337
+ ],
+ [
+ 10.45714,
+ 46.5096
+ ],
+ [
+ 10.45124,
+ 46.53083
+ ],
+ [
+ 10.45814,
+ 46.54215
+ ],
+ [
+ 10.47056,
+ 46.54377
+ ],
+ [
+ 10.46954,
+ 46.54856
+ ],
+ [
+ 10.47617,
+ 46.55749
+ ],
+ [
+ 10.47321,
+ 46.56701
+ ],
+ [
+ 10.48305,
+ 46.5777
+ ],
+ [
+ 10.48575,
+ 46.58921
+ ],
+ [
+ 10.48221,
+ 46.59199
+ ],
+ [
+ 10.48576,
+ 46.59805
+ ],
+ [
+ 10.48291,
+ 46.60512
+ ],
+ [
+ 10.49055,
+ 46.61394
+ ],
+ [
+ 10.44632,
+ 46.63989
+ ],
+ [
+ 10.40935,
+ 46.63389
+ ],
+ [
+ 10.40011,
+ 46.63648
+ ],
+ [
+ 10.39873,
+ 46.6455
+ ],
+ [
+ 10.38946,
+ 46.65862
+ ],
+ [
+ 10.39057,
+ 46.67089
+ ],
+ [
+ 10.3803,
+ 46.68399
+ ],
+ [
+ 10.38615,
+ 46.68821
+ ]
+ ]
+ ],
+ "terms_url": "http://geoservices.buergernetz.bz.it/geokatalog/",
+ "terms_text": "© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano",
+ "id": "South-Tyrol-Topomap"
+ },
+ {
+ "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
+ ],
+ [
+ 8.6,
+ 47.39
+ ],
+ [
+ 8.77,
+ 47.39
+ ],
+ [
+ 8.77,
+ 47.31
+ ],
+ [
+ 8.6,
+ 47.31
+ ]
+ ]
+ ],
+ "terms_text": "Stadt Uster Vermessung Orthophoto 2008"
+ },
+ {
+ "name": "Stadt Zürich Luftbild 2011",
+ "type": "tms",
+ "template": "http://mapproxy.sosm.ch:8080/tiles/zh_luftbild2011/EPSG900913/{z}/{x}/{y}.png?origin=nw",
+ "polygon": [
+ [
+ [
+ 8.4441,
+ 47.3141
+ ],
+ [
+ 8.4441,
+ 47.4411
+ ],
+ [
+ 8.6284,
+ 47.4411
+ ],
+ [
+ 8.6284,
+ 47.3141
+ ],
+ [
+ 8.4441,
+ 47.3141
+ ]
+ ]
+ ],
+ "terms_text": "Stadt Zürich Luftbild 2011",
+ "best": true
+ },
+ {
+ "name": "Stadtplan Zürich",
+ "type": "tms",
+ "template": "http://mapproxy.sosm.ch:8080/tiles/zh_stadtplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",
+ "polygon": [
+ [
+ [
+ 8.4482,
+ 47.321
+ ],
+ [
+ 8.4482,
+ 47.4339
+ ],
+ [
+ 8.6248,
+ 47.4339
+ ],
+ [
+ 8.6248,
+ 47.321
+ ],
+ [
+ 8.4482,
+ 47.321
+ ]
+ ]
+ ],
+ "terms_text": "Stadt Zürich Open Government Data"
+ },
+ {
+ "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
+ ],
+ [
+ 12.0943104,
+ 55.3842256
+ ],
+ [
+ 12.1573875,
+ 55.3833103
+ ],
+ [
+ 12.1587287,
+ 55.4013326
+ ],
+ [
+ 12.1903468,
+ 55.400558
+ ],
+ [
+ 12.1931411,
+ 55.4364665
+ ],
+ [
+ 12.2564251,
+ 55.4347995
+ ],
+ [
+ 12.2547073,
+ 55.4168882
+ ],
+ [
+ 12.3822489,
+ 55.4134349
+ ],
+ [
+ 12.3795942,
+ 55.3954143
+ ],
+ [
+ 12.4109213,
+ 55.3946958
+ ],
+ [
+ 12.409403,
+ 55.3766417
+ ],
+ [
+ 12.4407807,
+ 55.375779
+ ],
+ [
+ 12.4394142,
+ 55.3578314
+ ],
+ [
+ 12.4707413,
+ 55.3569971
+ ],
+ [
+ 12.4629475,
+ 55.2672214
+ ],
+ [
+ 12.4315633,
+ 55.2681491
+ ],
+ [
+ 12.430045,
+ 55.2502103
+ ],
+ [
+ 12.3672011,
+ 55.2519673
+ ],
+ [
+ 12.3656858,
+ 55.2340267
+ ],
+ [
+ 12.2714604,
+ 55.2366031
+ ],
+ [
+ 12.2744467,
+ 55.272476
+ ],
+ [
+ 12.2115654,
+ 55.2741475
+ ],
+ [
+ 12.2130078,
+ 55.2920322
+ ],
+ [
+ 12.1815665,
+ 55.2928638
+ ],
+ [
+ 12.183141,
+ 55.3107091
+ ],
+ [
+ 12.2144897,
+ 55.3100981
+ ],
+ [
+ 12.2159927,
+ 55.3279764
+ ],
+ [
+ 12.1214458,
+ 55.3303379
+ ],
+ [
+ 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",
+ "scaleExtent": [
+ 8,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ -0.752478,
+ 51.0821941
+ ],
+ [
+ -0.7595183,
+ 51.0856254
+ ],
+ [
+ -0.8014342,
+ 51.1457917
+ ],
+ [
+ -0.8398864,
+ 51.1440686
+ ],
+ [
+ -0.8357665,
+ 51.1802397
+ ],
+ [
+ -0.8529549,
+ 51.2011266
+ ],
+ [
+ -0.8522683,
+ 51.2096231
+ ],
+ [
+ -0.8495217,
+ 51.217903
+ ],
+ [
+ -0.8266907,
+ 51.2403696
+ ],
+ [
+ -0.8120995,
+ 51.2469248
+ ],
+ [
+ -0.7736474,
+ 51.2459577
+ ],
+ [
+ -0.7544213,
+ 51.2381127
+ ],
+ [
+ -0.754078,
+ 51.233921
+ ],
+ [
+ -0.7446366,
+ 51.2333836
+ ],
+ [
+ -0.7430693,
+ 51.2847178
+ ],
+ [
+ -0.751503,
+ 51.3069524
+ ],
+ [
+ -0.7664376,
+ 51.3121032
+ ],
+ [
+ -0.7820588,
+ 51.3270157
+ ],
+ [
+ -0.7815438,
+ 51.3388135
+ ],
+ [
+ -0.7374268,
+ 51.3720456
+ ],
+ [
+ -0.7192307,
+ 51.3769748
+ ],
+ [
+ -0.6795769,
+ 51.3847961
+ ],
+ [
+ -0.6807786,
+ 51.3901523
+ ],
+ [
+ -0.6531411,
+ 51.3917591
+ ],
+ [
+ -0.6301385,
+ 51.3905808
+ ],
+ [
+ -0.6291085,
+ 51.3970074
+ ],
+ [
+ -0.6234437,
+ 51.3977572
+ ],
+ [
+ -0.613144,
+ 51.4295552
+ ],
+ [
+ -0.6002471,
+ 51.4459121
+ ],
+ [
+ -0.5867081,
+ 51.4445365
+ ],
+ [
+ -0.5762368,
+ 51.453202
+ ],
+ [
+ -0.5626755,
+ 51.4523462
+ ],
+ [
+ -0.547741,
+ 51.4469972
+ ],
+ [
+ -0.5372697,
+ 51.4448575
+ ],
+ [
+ -0.537098,
+ 51.4526671
+ ],
+ [
+ -0.5439644,
+ 51.4545926
+ ],
+ [
+ -0.5405312,
+ 51.4698865
+ ],
+ [
+ -0.5309182,
+ 51.4760881
+ ],
+ [
+ -0.5091172,
+ 51.4744843
+ ],
+ [
+ -0.5086022,
+ 51.4695657
+ ],
+ [
+ -0.4900628,
+ 51.4682825
+ ],
+ [
+ -0.4526406,
+ 51.4606894
+ ],
+ [
+ -0.4486924,
+ 51.4429316
+ ],
+ [
+ -0.4414826,
+ 51.4418616
+ ],
+ [
+ -0.4418259,
+ 51.4369394
+ ],
+ [
+ -0.4112702,
+ 51.4380095
+ ],
+ [
+ -0.4014855,
+ 51.4279498
+ ],
+ [
+ -0.3807145,
+ 51.4262372
+ ],
+ [
+ -0.3805428,
+ 51.4161749
+ ],
+ [
+ -0.3491288,
+ 51.4138195
+ ],
+ [
+ -0.3274994,
+ 51.4037544
+ ],
+ [
+ -0.3039818,
+ 51.3990424
+ ],
+ [
+ -0.3019219,
+ 51.3754747
+ ],
+ [
+ -0.309475,
+ 51.369688
+ ],
+ [
+ -0.3111916,
+ 51.3529669
+ ],
+ [
+ -0.2955704,
+ 51.3541462
+ ],
+ [
+ -0.2923089,
+ 51.3673303
+ ],
+ [
+ -0.2850991,
+ 51.3680805
+ ],
+ [
+ -0.2787476,
+ 51.3771891
+ ],
+ [
+ -0.2655297,
+ 51.3837247
+ ],
+ [
+ -0.2411538,
+ 51.3847961
+ ],
+ [
+ -0.2123147,
+ 51.3628288
+ ],
+ [
+ -0.2107697,
+ 51.3498578
+ ],
+ [
+ -0.190857,
+ 51.3502867
+ ],
+ [
+ -0.1542931,
+ 51.3338802
+ ],
+ [
+ -0.1496583,
+ 51.3057719
+ ],
+ [
+ -0.1074296,
+ 51.2966491
+ ],
+ [
+ -0.0887185,
+ 51.3099571
+ ],
+ [
+ -0.0878602,
+ 51.3220811
+ ],
+ [
+ -0.0652009,
+ 51.3215448
+ ],
+ [
+ -0.0641709,
+ 51.3264793
+ ],
+ [
+ -0.0519829,
+ 51.3263721
+ ],
+ [
+ -0.0528412,
+ 51.334631
+ ],
+ [
+ -0.0330779,
+ 51.3430876
+ ],
+ [
+ 0.0019187,
+ 51.3376339
+ ],
+ [
+ 0.0118751,
+ 51.3281956
+ ],
+ [
+ 0.013935,
+ 51.2994398
+ ],
+ [
+ 0.0202865,
+ 51.2994398
+ ],
+ [
+ 0.0240631,
+ 51.3072743
+ ],
+ [
+ 0.0331611,
+ 51.3086694
+ ],
+ [
+ 0.0455207,
+ 51.30545
+ ],
+ [
+ 0.0523872,
+ 51.2877392
+ ],
+ [
+ 0.0616569,
+ 51.2577764
+ ],
+ [
+ 0.0640602,
+ 51.2415518
+ ],
+ [
+ 0.0462074,
+ 51.2126342
+ ],
+ [
+ 0.0407142,
+ 51.2109136
+ ],
+ [
+ 0.0448341,
+ 51.1989753
+ ],
+ [
+ 0.0494689,
+ 51.1997283
+ ],
+ [
+ 0.0558204,
+ 51.1944573
+ ],
+ [
+ 0.0611419,
+ 51.1790713
+ ],
+ [
+ 0.0623435,
+ 51.1542061
+ ],
+ [
+ 0.0577087,
+ 51.1417146
+ ],
+ [
+ 0.0204582,
+ 51.1365447
+ ],
+ [
+ -0.0446015,
+ 51.1336364
+ ],
+ [
+ -0.1566964,
+ 51.1352522
+ ],
+ [
+ -0.1572114,
+ 51.1290043
+ ],
+ [
+ -0.2287942,
+ 51.1183379
+ ],
+ [
+ -0.2473336,
+ 51.1183379
+ ],
+ [
+ -0.2500802,
+ 51.1211394
+ ],
+ [
+ -0.299347,
+ 51.1137042
+ ],
+ [
+ -0.3221779,
+ 51.1119799
+ ],
+ [
+ -0.3223496,
+ 51.1058367
+ ],
+ [
+ -0.3596001,
+ 51.1019563
+ ],
+ [
+ -0.3589135,
+ 51.1113333
+ ],
+ [
+ -0.3863793,
+ 51.1117644
+ ],
+ [
+ -0.3869014,
+ 51.1062516
+ ],
+ [
+ -0.4281001,
+ 51.0947174
+ ],
+ [
+ -0.4856784,
+ 51.0951554
+ ],
+ [
+ -0.487135,
+ 51.0872266
+ ],
+ [
+ -0.5297404,
+ 51.0865404
+ ],
+ [
+ -0.5302259,
+ 51.0789914
+ ],
+ [
+ -0.61046,
+ 51.076551
+ ],
+ [
+ -0.6099745,
+ 51.080669
+ ],
+ [
+ -0.6577994,
+ 51.0792202
+ ],
+ [
+ -0.6582849,
+ 51.0743394
+ ],
+ [
+ -0.6836539,
+ 51.0707547
+ ],
+ [
+ -0.6997979,
+ 51.070831
+ ],
+ [
+ -0.7296581,
+ 51.0744919
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "Szeged ortophoto 2011",
+ "type": "tms",
+ "template": "http://e.tile.openstreetmap.hu/szeged-2011-10cm/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 10,
+ 22
+ ],
+ "polygon": [
+ [
+ [
+ 20.1103390994,
+ 46.226038352
+ ],
+ [
+ 20.1103390994,
+ 46.2791486357
+ ],
+ [
+ 20.1989636982,
+ 46.2791486357
+ ],
+ [
+ 20.1989636982,
+ 46.226038352
+ ],
+ [
+ 20.1103390994,
+ 46.226038352
+ ]
+ ]
+ ],
+ "terms_url": "http://www.geo.u-szeged.hu",
+ "terms_text": "SZTE TFGT - University of Szeged"
+ },
+ {
+ "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
+ ],
+ [
+ 1.2015377,
+ 43.6329729
+ ],
+ [
+ 1.2011107,
+ 43.6554932
+ ],
+ [
+ 1.2227985,
+ 43.6557029
+ ],
+ [
+ 1.2226231,
+ 43.6653353
+ ],
+ [
+ 1.2275341,
+ 43.6653849
+ ],
+ [
+ 1.2275417,
+ 43.6656387
+ ],
+ [
+ 1.2337568,
+ 43.6656883
+ ],
+ [
+ 1.2337644,
+ 43.6650153
+ ],
+ [
+ 1.2351218,
+ 43.6650319
+ ],
+ [
+ 1.2350913,
+ 43.6670729
+ ],
+ [
+ 1.2443566,
+ 43.6671556
+ ],
+ [
+ 1.2441584,
+ 43.6743925
+ ],
+ [
+ 1.2493973,
+ 43.6744256
+ ],
+ [
+ 1.2493973,
+ 43.6746628
+ ],
+ [
+ 1.2555666,
+ 43.6747234
+ ],
+ [
+ 1.2555742,
+ 43.6744532
+ ],
+ [
+ 1.2569545,
+ 43.6744697
+ ],
+ [
+ 1.2568782,
+ 43.678529
+ ],
+ [
+ 1.2874873,
+ 43.6788257
+ ],
+ [
+ 1.2870803,
+ 43.7013229
+ ],
+ [
+ 1.3088219,
+ 43.7014632
+ ],
+ [
+ 1.3086493,
+ 43.7127673
+ ],
+ [
+ 1.3303262,
+ 43.7129544
+ ],
+ [
+ 1.3300242,
+ 43.7305221
+ ],
+ [
+ 1.3367106,
+ 43.7305845
+ ],
+ [
+ 1.3367322,
+ 43.7312235
+ ],
+ [
+ 1.3734338,
+ 43.7310456
+ ],
+ [
+ 1.3735848,
+ 43.7245772
+ ],
+ [
+ 1.4604504,
+ 43.7252947
+ ],
+ [
+ 1.4607783,
+ 43.7028034
+ ],
+ [
+ 1.4824875,
+ 43.7029516
+ ],
+ [
+ 1.4829828,
+ 43.6692071
+ ],
+ [
+ 1.5046832,
+ 43.6693616
+ ],
+ [
+ 1.5048383,
+ 43.6581174
+ ],
+ [
+ 1.5265475,
+ 43.6582656
+ ],
+ [
+ 1.5266945,
+ 43.6470298
+ ],
+ [
+ 1.548368,
+ 43.6471633
+ ],
+ [
+ 1.5485357,
+ 43.6359385
+ ],
+ [
+ 1.5702172,
+ 43.636082
+ ],
+ [
+ 1.5705123,
+ 43.6135777
+ ],
+ [
+ 1.5488166,
+ 43.6134276
+ ],
+ [
+ 1.549097,
+ 43.5909479
+ ],
+ [
+ 1.5707695,
+ 43.5910694
+ ],
+ [
+ 1.5709373,
+ 43.5798341
+ ],
+ [
+ 1.5793714,
+ 43.5798894
+ ],
+ [
+ 1.5794782,
+ 43.5737682
+ ],
+ [
+ 1.5809119,
+ 43.5737792
+ ],
+ [
+ 1.5810859,
+ 43.5573794
+ ],
+ [
+ 1.5712334,
+ 43.5573131
+ ],
+ [
+ 1.5716504,
+ 43.5235497
+ ],
+ [
+ 1.3984804,
+ 43.5222618
+ ],
+ [
+ 1.3986509,
+ 43.5110113
+ ],
+ [
+ 1.3120959,
+ 43.5102543
+ ],
+ [
+ 1.3118968,
+ 43.5215192
+ ],
+ [
+ 1.2902569,
+ 43.5213126
+ ],
+ [
+ 1.2898637,
+ 43.5438168
+ ],
+ [
+ 1.311517,
+ 43.5440133
+ ],
+ [
+ 1.3113271,
+ 43.5552596
+ ],
+ [
+ 1.3036924,
+ 43.5551924
+ ],
+ [
+ 1.3036117,
+ 43.5595099
+ ],
+ [
+ 1.2955449,
+ 43.5594317
+ ],
+ [
+ 1.2955449,
+ 43.5595489
+ ],
+ [
+ 1.2895595,
+ 43.5594473
+ ],
+ [
+ 1.2892899,
+ 43.5775366
+ ],
+ [
+ 1.2675698,
+ 43.5773647
+ ],
+ [
+ 1.2673973,
+ 43.5886141
+ ],
+ [
+ 1.25355,
+ 43.5885047
+ ],
+ [
+ 1.2533774,
+ 43.5956282
+ ],
+ [
+ 1.2518029,
+ 43.5956282
+ ],
+ [
+ 1.2518029,
+ 43.5949409
+ ],
+ [
+ 1.2350437,
+ 43.5947847
+ ],
+ [
+ 1.2350437,
+ 43.5945972
+ ],
+ [
+ 1.2239572,
+ 43.5945972
+ ],
+ [
+ 1.2239357,
+ 43.5994708
+ ],
+ [
+ 1.2139708,
+ 43.599299
+ ],
+ [
+ 1.2138845,
+ 43.6046408
+ ],
+ [
+ 1.2020647,
+ 43.6044846
+ ],
+ [
+ 1.2019464,
+ 43.61048
+ ],
+ [
+ 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
+ ],
+ [
+ 1.1351836,
+ 43.6870842
+ ],
+ [
+ 1.1348907,
+ 43.6983471
+ ],
+ [
+ 1.1782867,
+ 43.6990338
+ ],
+ [
+ 1.1779903,
+ 43.7102786
+ ],
+ [
+ 1.1996591,
+ 43.7106144
+ ],
+ [
+ 1.1993387,
+ 43.7218722
+ ],
+ [
+ 1.2427356,
+ 43.7225269
+ ],
+ [
+ 1.2424336,
+ 43.7337491
+ ],
+ [
+ 1.2641536,
+ 43.734092
+ ],
+ [
+ 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": "Toulouse - Orthophotoplan 2013",
+ "type": "tms",
+ "template": "http://wms.openstreetmap.fr/tms/1.0.0/toulouse_2013/{zoom}/{x}/{y}",
+ "scaleExtent": [
+ 0,
+ 22
+ ],
+ "polygon": [
+ [
+ [
+ 1.1135067,
+ 43.6867566
+ ],
+ [
+ 1.1351836,
+ 43.6870842
+ ],
+ [
+ 1.1348907,
+ 43.6983471
+ ],
+ [
+ 1.1782867,
+ 43.6990338
+ ],
+ [
+ 1.1779903,
+ 43.7102786
+ ],
+ [
+ 1.1996591,
+ 43.7106144
+ ],
+ [
+ 1.1993387,
+ 43.7218722
+ ],
+ [
+ 1.2427356,
+ 43.7225269
+ ],
+ [
+ 1.2424336,
+ 43.7337491
+ ],
+ [
+ 1.2641536,
+ 43.734092
+ ],
+ [
+ 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": "Toulouse - Orthophotoplan 2015",
+ "type": "tms",
+ "template": "http://wms.openstreetmap.fr/tms/1.0.0/toulouse_2015/{zoom}/{x}/{y}",
+ "scaleExtent": [
+ 0,
+ 22
+ ],
+ "polygon": [
+ [
+ [
+ 1.1135067,
+ 43.6867566
+ ],
+ [
+ 1.1351836,
+ 43.6870842
+ ],
+ [
+ 1.1348907,
+ 43.6983471
+ ],
+ [
+ 1.1782867,
+ 43.6990338
+ ],
+ [
+ 1.1779903,
+ 43.7102786
+ ],
+ [
+ 1.1996591,
+ 43.7106144
+ ],
+ [
+ 1.1993387,
+ 43.7218722
+ ],
+ [
+ 1.2427356,
+ 43.7225269
+ ],
+ [
+ 1.2424336,
+ 43.7337491
+ ],
+ [
+ 1.2641536,
+ 43.734092
+ ],
+ [
+ 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-2010",
+ "type": "tms",
+ "template": "http://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}",
+ "scaleExtent": [
+ 0,
+ 20
+ ],
+ "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.4829611,
+ 47.3608321
+ ],
+ [
+ 0.4763543,
+ 47.360743
+ ],
+ [
+ 0.476654,
+ 47.3517263
+ ],
+ [
+ 0.4700497,
+ 47.3516186
+ ],
+ [
+ 0.4701971,
+ 47.3471313
+ ],
+ [
+ 0.4637503,
+ 47.3470104
+ ],
+ [
+ 0.4571425,
+ 47.3424146
+ ],
+ [
+ 0.4572922,
+ 47.3379061
+ ],
+ [
+ 0.4506741,
+ 47.3378081
+ ],
+ [
+ 0.4508379,
+ 47.3333051
+ ],
+ [
+ 0.4442212,
+ 47.3332032
+ ],
+ [
+ 0.4443809,
+ 47.328711
+ ],
+ [
+ 0.4311392,
+ 47.3284977
+ ],
+ [
+ 0.4316262,
+ 47.3150004
+ ],
+ [
+ 0.4382432,
+ 47.3151136
+ ],
+ [
+ 0.4383815,
+ 47.3106174
+ ],
+ [
+ 0.4714487,
+ 47.3111374
+ ],
+ [
+ 0.4713096,
+ 47.3156565
+ ],
+ [
+ 0.477888,
+ 47.3157542
+ ],
+ [
+ 0.4780733,
+ 47.3112802
+ ],
+ [
+ 0.4846826,
+ 47.3113639
+ ],
+ [
+ 0.4848576,
+ 47.3068686
+ ],
+ [
+ 0.4914359,
+ 47.3069803
+ ],
+ [
+ 0.491745,
+ 47.2979733
+ ],
+ [
+ 0.4851578,
+ 47.2978722
+ ],
+ [
+ 0.4854269,
+ 47.2888744
+ ],
+ [
+ 0.4788485,
+ 47.2887697
+ ],
+ [
+ 0.4791574,
+ 47.2797818
+ ],
+ [
+ 0.4857769,
+ 47.2799005
+ ],
+ [
+ 0.4859107,
+ 47.2753885
+ ],
+ [
+ 0.492539,
+ 47.2755029
+ ],
+ [
+ 0.4926669,
+ 47.2710127
+ ],
+ [
+ 0.4992986,
+ 47.2711066
+ ],
+ [
+ 0.4994296,
+ 47.2666116
+ ],
+ [
+ 0.5192658,
+ 47.2669245
+ ],
+ [
+ 0.5194225,
+ 47.2624231
+ ],
+ [
+ 0.5260186,
+ 47.2625205
+ ],
+ [
+ 0.5258735,
+ 47.2670183
+ ],
+ [
+ 0.5456972,
+ 47.2673383
+ ],
+ [
+ 0.5455537,
+ 47.2718283
+ ],
+ [
+ 0.5587737,
+ 47.2720366
+ ],
+ [
+ 0.5586259,
+ 47.2765185
+ ],
+ [
+ 0.5652252,
+ 47.2766278
+ ],
+ [
+ 0.5650848,
+ 47.2811206
+ ],
+ [
+ 0.5716753,
+ 47.2812285
+ ],
+ [
+ 0.5715223,
+ 47.2857217
+ ],
+ [
+ 0.5781436,
+ 47.2858299
+ ],
+ [
+ 0.5779914,
+ 47.2903294
+ ],
+ [
+ 0.5846023,
+ 47.2904263
+ ],
+ [
+ 0.5843076,
+ 47.2994231
+ ],
+ [
+ 0.597499,
+ 47.2996094
+ ],
+ [
+ 0.5976637,
+ 47.2951375
+ ],
+ [
+ 0.6571596,
+ 47.2960036
+ ],
+ [
+ 0.6572988,
+ 47.2915091
+ ],
+ [
+ 0.6705019,
+ 47.2917186
+ ],
+ [
+ 0.6703475,
+ 47.2962082
+ ],
+ [
+ 0.6836175,
+ 47.2963688
+ ],
+ [
+ 0.6834322,
+ 47.3008929
+ ],
+ [
+ 0.690062,
+ 47.3009558
+ ],
+ [
+ 0.6899241,
+ 47.3054703
+ ],
+ [
+ 0.7362019,
+ 47.3061157
+ ],
+ [
+ 0.7360848,
+ 47.3106063
+ ],
+ [
+ 0.7559022,
+ 47.3108935
+ ],
+ [
+ 0.7557718,
+ 47.315392
+ ],
+ [
+ 0.7623755,
+ 47.3154716
+ ],
+ [
+ 0.7622314,
+ 47.3199941
+ ],
+ [
+ 0.7754911,
+ 47.3201546
+ ],
+ [
+ 0.77497,
+ 47.3388218
+ ],
+ [
+ 0.7745786,
+ 47.351628
+ ],
+ [
+ 0.7680363,
+ 47.3515901
+ ],
+ [
+ 0.767589,
+ 47.3605298
+ ],
+ [
+ 0.7742443,
+ 47.3606238
+ ],
+ [
+ 0.7733465,
+ 47.3921266
+ ],
+ [
+ 0.7667434,
+ 47.3920195
+ ],
+ [
+ 0.7664411,
+ 47.4010837
+ ],
+ [
+ 0.7730647,
+ 47.4011115
+ ],
+ [
+ 0.7728868,
+ 47.4101297
+ ],
+ [
+ 0.7661849,
+ 47.4100226
+ ],
+ [
+ 0.7660267,
+ 47.4145044
+ ],
+ [
+ 0.7527613,
+ 47.4143038
+ ],
+ [
+ 0.7529788,
+ 47.4098086
+ ],
+ [
+ 0.7462373,
+ 47.4097016
+ ],
+ [
+ 0.7459424,
+ 47.4232208
+ ],
+ [
+ 0.7392324,
+ 47.4231451
+ ],
+ [
+ 0.738869,
+ 47.4366116
+ ],
+ [
+ 0.7323267,
+ 47.4365171
+ ],
+ [
+ 0.7321869,
+ 47.4410556
+ ],
+ [
+ 0.7255048,
+ 47.44098
+ ],
+ [
+ 0.7254209,
+ 47.4453479
+ ],
+ [
+ 0.7318793,
+ 47.4454803
+ ],
+ [
+ 0.7318514,
+ 47.4501126
+ ],
+ [
+ 0.7384496,
+ 47.450226
+ ],
+ [
+ 0.7383098,
+ 47.454631
+ ],
+ [
+ 0.7449359,
+ 47.4547444
+ ],
+ [
+ 0.7443209,
+ 47.4771985
+ ],
+ [
+ 0.7310685,
+ 47.4769717
+ ],
+ [
+ 0.7309008,
+ 47.4815445
+ ],
+ [
+ 0.7176205,
+ 47.4812611
+ ],
+ [
+ 0.7177883,
+ 47.4768394
+ ],
+ [
+ 0.69777,
+ 47.4764993
+ ],
+ [
+ 0.6980496,
+ 47.4719827
+ ],
+ [
+ 0.6914514,
+ 47.4718882
+ ],
+ [
+ 0.6917309,
+ 47.4630241
+ ],
+ [
+ 0.6851048,
+ 47.4629295
+ ],
+ [
+ 0.684937,
+ 47.4673524
+ ],
+ [
+ 0.678255,
+ 47.4673335
+ ],
+ [
+ 0.6779754,
+ 47.4762158
+ ],
+ [
+ 0.6714051,
+ 47.4761592
+ ],
+ [
+ 0.6710417,
+ 47.4881952
+ ],
+ [
+ 0.6577334,
+ 47.4879685
+ ],
+ [
+ 0.6578173,
+ 47.48504
+ ],
+ [
+ 0.6511911,
+ 47.4848322
+ ],
+ [
+ 0.6514707,
+ 47.4758568
+ ],
+ [
+ 0.6448166,
+ 47.4757245
+ ],
+ [
+ 0.6449284,
+ 47.4712646
+ ],
+ [
+ 0.6117976,
+ 47.4707543
+ ],
+ [
+ 0.6118815,
+ 47.4663129
+ ],
+ [
+ 0.6052833,
+ 47.4661239
+ ],
+ [
+ 0.6054231,
+ 47.4616631
+ ],
+ [
+ 0.5988808,
+ 47.4615497
+ ],
+ [
+ 0.5990206,
+ 47.4570886
+ ],
+ [
+ 0.572488,
+ 47.4566916
+ ],
+ [
+ 0.5721805,
+ 47.4656513
+ ]
+ ]
+ ],
+ "terms_url": "http://wiki.openstreetmap.org/wiki/Tours/Orthophoto",
+ "terms_text": "Orthophoto Tour(s) Plus 2008"
+ },
+ {
+ "name": "Tours - Orthophotos 2013",
+ "type": "tms",
+ "template": "http://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}",
+ "scaleExtent": [
+ 0,
+ 22
+ ],
+ "polygon": [
+ [
+ [
+ 0.427093505859375,
+ 47.26199018174824
+ ],
+ [
+ 0.427093505859375,
+ 47.50096732311069
+ ],
+ [
+ 0.814361572265625,
+ 47.50096732311069
+ ],
+ [
+ 0.814361572265625,
+ 47.26199018174824
+ ],
+ [
+ 0.427093505859375,
+ 47.26199018174824
+ ]
+ ]
+ ],
+ "terms_url": "http://wiki.openstreetmap.org/wiki/Tours/Orthophoto",
+ "terms_text": "Orthophoto Tour(s)plus 2013"
+ },
+ {
+ "name": "U.S. Forest Service roads",
+ "type": "tms",
+ "template": "http://osm.cycle.travel/forest/{zoom}/{x}/{y}.png",
+ "scaleExtent": [
+ 0,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ -124.7617886,
+ 48.4130148
+ ],
+ [
+ -124.6059492,
+ 45.90245
+ ],
+ [
+ -124.9934269,
+ 40.0557614
+ ],
+ [
+ -122.5369737,
+ 36.8566086
+ ],
+ [
+ -119.9775867,
+ 33.0064099
+ ],
+ [
+ -117.675935,
+ 32.4630223
+ ],
+ [
+ -114.8612307,
+ 32.4799891
+ ],
+ [
+ -111.0089311,
+ 31.336015
+ ],
+ [
+ -108.1992687,
+ 31.3260016
+ ],
+ [
+ -108.1871123,
+ 31.7755116
+ ],
+ [
+ -106.5307225,
+ 31.7820947
+ ],
+ [
+ -106.4842052,
+ 31.7464455
+ ],
+ [
+ -106.429317,
+ 31.7520583
+ ],
+ [
+ -106.2868855,
+ 31.5613291
+ ],
+ [
+ -106.205248,
+ 31.446704
+ ],
+ [
+ -105.0205259,
+ 30.5360988
+ ],
+ [
+ -104.5881916,
+ 29.6997856
+ ],
+ [
+ -103.2518856,
+ 28.8908685
+ ],
+ [
+ -102.7173632,
+ 29.3920567
+ ],
+ [
+ -102.1513983,
+ 29.7475702
+ ],
+ [
+ -101.2552871,
+ 29.4810523
+ ],
+ [
+ -100.0062436,
+ 28.0082173
+ ],
+ [
+ -99.2351068,
+ 26.4475962
+ ],
+ [
+ -98.0109067,
+ 25.9928035
+ ],
+ [
+ -97.435024,
+ 25.8266009
+ ],
+ [
+ -96.9555259,
+ 25.9821589
+ ],
+ [
+ -96.8061741,
+ 27.7978168
+ ],
+ [
+ -95.5563349,
+ 28.5876066
+ ],
+ [
+ -93.7405308,
+ 29.4742093
+ ],
+ [
+ -90.9028456,
+ 28.8564513
+ ],
+ [
+ -88.0156706,
+ 28.9944338
+ ],
+ [
+ -88.0162494,
+ 30.0038862
+ ],
+ [
+ -86.0277506,
+ 30.0047454
+ ],
+ [
+ -84.0187909,
+ 28.9961781
+ ],
+ [
+ -81.9971976,
+ 25.9826768
+ ],
+ [
+ -81.9966618,
+ 25.0134917
+ ],
+ [
+ -84.0165592,
+ 25.0125783
+ ],
+ [
+ -84.0160068,
+ 24.0052745
+ ],
+ [
+ -80.0199985,
+ 24.007096
+ ],
+ [
+ -79.8901116,
+ 26.8550713
+ ],
+ [
+ -80.0245309,
+ 32.0161282
+ ],
+ [
+ -75.4147385,
+ 35.0531894
+ ],
+ [
+ -74.0211163,
+ 39.5727927
+ ],
+ [
+ -72.002019,
+ 40.9912464
+ ],
+ [
+ -69.8797398,
+ 40.9920457
+ ],
+ [
+ -69.8489304,
+ 43.2619916
+ ],
+ [
+ -66.9452845,
+ 44.7104937
+ ],
+ [
+ -67.7596632,
+ 47.0990024
+ ],
+ [
+ -69.2505131,
+ 47.5122328
+ ],
+ [
+ -70.4614886,
+ 46.2176574
+ ],
+ [
+ -71.412273,
+ 45.254878
+ ],
+ [
+ -72.0222508,
+ 45.0059846
+ ],
+ [
+ -75.0798841,
+ 44.9802854
+ ],
+ [
+ -76.9023061,
+ 43.8024568
+ ],
+ [
+ -78.7623935,
+ 43.6249578
+ ],
+ [
+ -79.15798,
+ 43.4462589
+ ],
+ [
+ -79.0060087,
+ 42.8005317
+ ],
+ [
+ -82.662475,
+ 41.6889458
+ ],
+ [
+ -82.1761642,
+ 43.588535
+ ],
+ [
+ -83.2813977,
+ 46.138853
+ ],
+ [
+ -87.5064535,
+ 48.0142702
+ ],
+ [
+ -88.3492194,
+ 48.2963271
+ ],
+ [
+ -89.4353148,
+ 47.9837822
+ ],
+ [
+ -93.9981078,
+ 49.0067142
+ ],
+ [
+ -95.1105379,
+ 49.412004
+ ],
+ [
+ -96.0131199,
+ 49.0060547
+ ],
+ [
+ -123.3228926,
+ 49.0042878
+ ],
+ [
+ -123.2275233,
+ 48.1849927
+ ]
+ ],
+ [
+ [
+ -160.5787616,
+ 22.5062947
+ ],
+ [
+ -160.5782192,
+ 21.4984647
+ ],
+ [
+ -158.7470604,
+ 21.2439843
+ ],
+ [
+ -157.5083185,
+ 20.995803
+ ],
+ [
+ -155.9961942,
+ 18.7790194
+ ],
+ [
+ -154.6217803,
+ 18.7586966
+ ],
+ [
+ -154.6890176,
+ 19.8805722
+ ],
+ [
+ -156.2927622,
+ 21.2225888
+ ],
+ [
+ -157.5047384,
+ 21.9984962
+ ],
+ [
+ -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
+ ],
+ [
+ -162.5018149,
+ 58.0005815
+ ],
+ [
+ -160.0159024,
+ 58.0012389
+ ],
+ [
+ -160.0149725,
+ 57.000035
+ ],
+ [
+ -160.5054788,
+ 56.9999017
+ ],
+ [
+ -165.8092575,
+ 54.824847
+ ],
+ [
+ -178.000097,
+ 52.2446469
+ ],
+ [
+ -177.9992996,
+ 51.2554252
+ ],
+ [
+ -171.4689067,
+ 51.8215329
+ ],
+ [
+ -162.40251,
+ 53.956664
+ ],
+ [
+ -159.0075717,
+ 55.002502
+ ],
+ [
+ -158.0190709,
+ 55.0027849
+ ],
+ [
+ -151.9963213,
+ 55.9991902
+ ],
+ [
+ -151.500341,
+ 57.9987853
+ ],
+ [
+ -151.5012894,
+ 58.9919816
+ ],
+ [
+ -138.5159989,
+ 58.9953194
+ ],
+ [
+ -138.5150471,
+ 57.9986434
+ ],
+ [
+ -133.9948193,
+ 54.0031685
+ ],
+ [
+ -130.0044418,
+ 54.0043387
+ ],
+ [
+ -130.0070826,
+ 57.0000507
+ ],
+ [
+ -131.975877,
+ 56.9995156
+ ],
+ [
+ -135.1229873,
+ 59.756601
+ ],
+ [
+ -138.0071813,
+ 59.991805
+ ],
+ [
+ -139.1715881,
+ 60.4127229
+ ],
+ [
+ -140.9874011,
+ 61.0118551
+ ],
+ [
+ -140.9683975,
+ 69.9535069
+ ],
+ [
+ -156.176891,
+ 71.5633329
+ ],
+ [
+ -160.413634,
+ 70.7397728
+ ],
+ [
+ -163.0218273,
+ 69.9707435
+ ],
+ [
+ -164.9717003,
+ 68.994689
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "Übersichtsplan Zürich",
+ "type": "tms",
+ "template": "http://mapproxy.sosm.ch:8080/tiles/zh_uebersichtsplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw",
+ "scaleExtent": [
+ 0,
+ 21
+ ],
+ "polygon": [
+ [
+ [
+ 8.4482,
+ 47.321
+ ],
+ [
+ 8.4482,
+ 47.4339
+ ],
+ [
+ 8.6248,
+ 47.4339
+ ],
+ [
+ 8.6248,
+ 47.321
+ ],
+ [
+ 8.4482,
+ 47.321
+ ]
+ ]
+ ],
+ "terms_text": "Stadt Zürich Open Government Data"
+ },
+ {
+ "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
+ ],
+ [
+ -123.2549305,
+ 48.5592263
+ ],
+ [
+ -123.192224,
+ 48.5592263
+ ],
+ [
+ -123.192224,
+ 48.4348366
+ ],
+ [
+ -122.9419646,
+ 48.4348366
+ ],
+ [
+ -122.9419646,
+ 48.3720812
+ ],
+ [
+ -122.8806229,
+ 48.3720812
+ ],
+ [
+ -122.8806229,
+ 48.3094763
+ ],
+ [
+ -122.8167566,
+ 48.3094763
+ ],
+ [
+ -122.8167566,
+ 48.1904587
+ ],
+ [
+ -123.0041133,
+ 48.1904587
+ ],
+ [
+ -123.0041133,
+ 48.1275918
+ ],
+ [
+ -123.058416,
+ 48.1275918
+ ],
+ [
+ -123.058416,
+ 48.190514
+ ],
+ [
+ -123.254113,
+ 48.190514
+ ],
+ [
+ -123.254113,
+ 48.1274982
+ ],
+ [
+ -123.3706593,
+ 48.1274982
+ ],
+ [
+ -123.3706593,
+ 48.1908403
+ ],
+ [
+ -124.0582632,
+ 48.1908403
+ ],
+ [
+ -124.0582632,
+ 48.253442
+ ],
+ [
+ -124.1815163,
+ 48.253442
+ ],
+ [
+ -124.1815163,
+ 48.3164666
+ ],
+ [
+ -124.4319117,
+ 48.3164666
+ ],
+ [
+ -124.4319117,
+ 48.3782613
+ ],
+ [
+ -124.5564618,
+ 48.3782613
+ ],
+ [
+ -124.5564618,
+ 48.4408305
+ ],
+ [
+ -124.7555107,
+ 48.4408305
+ ],
+ [
+ -124.7555107,
+ 48.1914986
+ ],
+ [
+ -124.8185282,
+ 48.1914986
+ ],
+ [
+ -124.8185282,
+ 48.1228381
+ ],
+ [
+ -124.7552951,
+ 48.1228381
+ ],
+ [
+ -124.7552951,
+ 47.5535253
+ ],
+ [
+ -124.3812108,
+ 47.5535253
+ ],
+ [
+ -124.3812108,
+ 47.1218696
+ ],
+ [
+ -124.1928897,
+ 47.1218696
+ ],
+ [
+ -124.1928897,
+ 43.7569431
+ ],
+ [
+ -124.4443382,
+ 43.7569431
+ ],
+ [
+ -124.4443382,
+ 43.1425556
+ ],
+ [
+ -124.6398855,
+ 43.1425556
+ ],
+ [
+ -124.6398855,
+ 42.6194503
+ ],
+ [
+ -124.4438525,
+ 42.6194503
+ ],
+ [
+ -124.4438525,
+ 39.8080662
+ ],
+ [
+ -123.8815685,
+ 39.8080662
+ ],
+ [
+ -123.8815685,
+ 39.1102825
+ ],
+ [
+ -123.75805,
+ 39.1102825
+ ],
+ [
+ -123.75805,
+ 38.4968799
+ ],
+ [
+ -123.2702803,
+ 38.4968799
+ ],
+ [
+ -123.2702803,
+ 37.9331905
+ ],
+ [
+ -122.8148084,
+ 37.9331905
+ ],
+ [
+ -122.8148084,
+ 37.8019606
+ ],
+ [
+ -122.5664316,
+ 37.8019606
+ ],
+ [
+ -122.5664316,
+ 36.9319611
+ ],
+ [
+ -121.8784026,
+ 36.9319611
+ ],
+ [
+ -121.8784026,
+ 36.6897596
+ ],
+ [
+ -122.0034748,
+ 36.6897596
+ ],
+ [
+ -122.0034748,
+ 36.4341056
+ ],
+ [
+ -121.9414159,
+ 36.4341056
+ ],
+ [
+ -121.9414159,
+ 35.9297636
+ ],
+ [
+ -121.5040977,
+ 35.9297636
+ ],
+ [
+ -121.5040977,
+ 35.8100273
+ ],
+ [
+ -121.3790276,
+ 35.8100273
+ ],
+ [
+ -121.3790276,
+ 35.4239164
+ ],
+ [
+ -120.9426515,
+ 35.4239164
+ ],
+ [
+ -120.9426515,
+ 35.1849683
+ ],
+ [
+ -120.8171978,
+ 35.1849683
+ ],
+ [
+ -120.8171978,
+ 35.1219894
+ ],
+ [
+ -120.6918447,
+ 35.1219894
+ ],
+ [
+ -120.6918447,
+ 34.4966794
+ ],
+ [
+ -120.5045898,
+ 34.4966794
+ ],
+ [
+ -120.5045898,
+ 34.4339651
+ ],
+ [
+ -120.0078775,
+ 34.4339651
+ ],
+ [
+ -120.0078775,
+ 34.3682626
+ ],
+ [
+ -119.5283517,
+ 34.3682626
+ ],
+ [
+ -119.5283517,
+ 34.0576434
+ ],
+ [
+ -119.0060985,
+ 34.0576434
+ ],
+ [
+ -119.0060985,
+ 33.9975267
+ ],
+ [
+ -118.5046259,
+ 33.9975267
+ ],
+ [
+ -118.5046259,
+ 33.8694631
+ ],
+ [
+ -118.4413209,
+ 33.8694631
+ ],
+ [
+ -118.4413209,
+ 33.6865253
+ ],
+ [
+ -118.066912,
+ 33.6865253
+ ],
+ [
+ -118.066912,
+ 33.3063832
+ ],
+ [
+ -117.5030045,
+ 33.3063832
+ ],
+ [
+ -117.5030045,
+ 33.0500337
+ ],
+ [
+ -117.3188195,
+ 33.0500337
+ ],
+ [
+ -117.3188195,
+ 32.6205888
+ ],
+ [
+ -117.1917023,
+ 32.6205888
+ ],
+ [
+ -117.1917023,
+ 32.4974566
+ ],
+ [
+ -116.746496,
+ 32.4974566
+ ],
+ [
+ -116.746496,
+ 32.5609161
+ ],
+ [
+ -115.9970138,
+ 32.5609161
+ ],
+ [
+ -115.9970138,
+ 32.6264942
+ ],
+ [
+ -114.8808125,
+ 32.6264942
+ ],
+ [
+ -114.8808125,
+ 32.4340796
+ ],
+ [
+ -114.6294474,
+ 32.4340796
+ ],
+ [
+ -114.6294474,
+ 32.3731636
+ ],
+ [
+ -114.4447437,
+ 32.3731636
+ ],
+ [
+ -114.4447437,
+ 32.3075418
+ ],
+ [
+ -114.2557628,
+ 32.3075418
+ ],
+ [
+ -114.2557628,
+ 32.2444561
+ ],
+ [
+ -114.0680274,
+ 32.2444561
+ ],
+ [
+ -114.0680274,
+ 32.1829113
+ ],
+ [
+ -113.8166499,
+ 32.1829113
+ ],
+ [
+ -113.8166499,
+ 32.1207622
+ ],
+ [
+ -113.6307421,
+ 32.1207622
+ ],
+ [
+ -113.6307421,
+ 32.0565099
+ ],
+ [
+ -113.4417495,
+ 32.0565099
+ ],
+ [
+ -113.4417495,
+ 31.9984372
+ ],
+ [
+ -113.2546027,
+ 31.9984372
+ ],
+ [
+ -113.2546027,
+ 31.9325434
+ ],
+ [
+ -113.068072,
+ 31.9325434
+ ],
+ [
+ -113.068072,
+ 31.8718062
+ ],
+ [
+ -112.8161105,
+ 31.8718062
+ ],
+ [
+ -112.8161105,
+ 31.8104171
+ ],
+ [
+ -112.6308756,
+ 31.8104171
+ ],
+ [
+ -112.6308756,
+ 31.7464723
+ ],
+ [
+ -112.4418918,
+ 31.7464723
+ ],
+ [
+ -112.4418918,
+ 31.6856001
+ ],
+ [
+ -112.257192,
+ 31.6856001
+ ],
+ [
+ -112.257192,
+ 31.6210352
+ ],
+ [
+ -112.0033787,
+ 31.6210352
+ ],
+ [
+ -112.0033787,
+ 31.559584
+ ],
+ [
+ -111.815619,
+ 31.559584
+ ],
+ [
+ -111.815619,
+ 31.4970238
+ ],
+ [
+ -111.6278586,
+ 31.4970238
+ ],
+ [
+ -111.6278586,
+ 31.4339867
+ ],
+ [
+ -111.4418978,
+ 31.4339867
+ ],
+ [
+ -111.4418978,
+ 31.3733859
+ ],
+ [
+ -111.2559708,
+ 31.3733859
+ ],
+ [
+ -111.2559708,
+ 31.3113225
+ ],
+ [
+ -108.1845822,
+ 31.3113225
+ ],
+ [
+ -108.1845822,
+ 31.7459502
+ ],
+ [
+ -106.5065055,
+ 31.7459502
+ ],
+ [
+ -106.5065055,
+ 31.6842308
+ ],
+ [
+ -106.3797265,
+ 31.6842308
+ ],
+ [
+ -106.3797265,
+ 31.621752
+ ],
+ [
+ -106.317434,
+ 31.621752
+ ],
+ [
+ -106.317434,
+ 31.4968167
+ ],
+ [
+ -106.2551769,
+ 31.4968167
+ ],
+ [
+ -106.2551769,
+ 31.4344889
+ ],
+ [
+ -106.1924698,
+ 31.4344889
+ ],
+ [
+ -106.1924698,
+ 31.3721296
+ ],
+ [
+ -106.0039212,
+ 31.3721296
+ ],
+ [
+ -106.0039212,
+ 31.309328
+ ],
+ [
+ -105.9416582,
+ 31.309328
+ ],
+ [
+ -105.9416582,
+ 31.2457547
+ ],
+ [
+ -105.8798174,
+ 31.2457547
+ ],
+ [
+ -105.8798174,
+ 31.1836194
+ ],
+ [
+ -105.8162349,
+ 31.1836194
+ ],
+ [
+ -105.8162349,
+ 31.1207155
+ ],
+ [
+ -105.6921198,
+ 31.1207155
+ ],
+ [
+ -105.6921198,
+ 31.0584835
+ ],
+ [
+ -105.6302881,
+ 31.0584835
+ ],
+ [
+ -105.6302881,
+ 30.9328271
+ ],
+ [
+ -105.5044418,
+ 30.9328271
+ ],
+ [
+ -105.5044418,
+ 30.8715864
+ ],
+ [
+ -105.4412973,
+ 30.8715864
+ ],
+ [
+ -105.4412973,
+ 30.808463
+ ],
+ [
+ -105.3781497,
+ 30.808463
+ ],
+ [
+ -105.3781497,
+ 30.7471828
+ ],
+ [
+ -105.1904658,
+ 30.7471828
+ ],
+ [
+ -105.1904658,
+ 30.6843231
+ ],
+ [
+ -105.1286244,
+ 30.6843231
+ ],
+ [
+ -105.1286244,
+ 30.6199737
+ ],
+ [
+ -105.0036504,
+ 30.6199737
+ ],
+ [
+ -105.0036504,
+ 30.5589058
+ ],
+ [
+ -104.9417962,
+ 30.5589058
+ ],
+ [
+ -104.9417962,
+ 30.4963236
+ ],
+ [
+ -104.8782018,
+ 30.4963236
+ ],
+ [
+ -104.8782018,
+ 30.3098261
+ ],
+ [
+ -104.8155257,
+ 30.3098261
+ ],
+ [
+ -104.8155257,
+ 30.2478305
+ ],
+ [
+ -104.7536079,
+ 30.2478305
+ ],
+ [
+ -104.7536079,
+ 29.9353916
+ ],
+ [
+ -104.690949,
+ 29.9353916
+ ],
+ [
+ -104.690949,
+ 29.8090156
+ ],
+ [
+ -104.6291301,
+ 29.8090156
+ ],
+ [
+ -104.6291301,
+ 29.6843577
+ ],
+ [
+ -104.5659869,
+ 29.6843577
+ ],
+ [
+ -104.5659869,
+ 29.6223459
+ ],
+ [
+ -104.5037188,
+ 29.6223459
+ ],
+ [
+ -104.5037188,
+ 29.5595436
+ ],
+ [
+ -104.4410072,
+ 29.5595436
+ ],
+ [
+ -104.4410072,
+ 29.4974832
+ ],
+ [
+ -104.2537551,
+ 29.4974832
+ ],
+ [
+ -104.2537551,
+ 29.3716718
+ ],
+ [
+ -104.1291984,
+ 29.3716718
+ ],
+ [
+ -104.1291984,
+ 29.3091621
+ ],
+ [
+ -104.0688737,
+ 29.3091621
+ ],
+ [
+ -104.0688737,
+ 29.2467276
+ ],
+ [
+ -103.8187309,
+ 29.2467276
+ ],
+ [
+ -103.8187309,
+ 29.1843076
+ ],
+ [
+ -103.755736,
+ 29.1843076
+ ],
+ [
+ -103.755736,
+ 29.1223174
+ ],
+ [
+ -103.5667542,
+ 29.1223174
+ ],
+ [
+ -103.5667542,
+ 29.0598119
+ ],
+ [
+ -103.5049819,
+ 29.0598119
+ ],
+ [
+ -103.5049819,
+ 28.9967506
+ ],
+ [
+ -103.3165753,
+ 28.9967506
+ ],
+ [
+ -103.3165753,
+ 28.9346923
+ ],
+ [
+ -103.0597572,
+ 28.9346923
+ ],
+ [
+ -103.0597572,
+ 29.0592965
+ ],
+ [
+ -102.9979694,
+ 29.0592965
+ ],
+ [
+ -102.9979694,
+ 29.1212855
+ ],
+ [
+ -102.9331397,
+ 29.1212855
+ ],
+ [
+ -102.9331397,
+ 29.1848575
+ ],
+ [
+ -102.8095989,
+ 29.1848575
+ ],
+ [
+ -102.8095989,
+ 29.2526154
+ ],
+ [
+ -102.8701345,
+ 29.2526154
+ ],
+ [
+ -102.8701345,
+ 29.308096
+ ],
+ [
+ -102.8096681,
+ 29.308096
+ ],
+ [
+ -102.8096681,
+ 29.3715484
+ ],
+ [
+ -102.7475655,
+ 29.3715484
+ ],
+ [
+ -102.7475655,
+ 29.5581899
+ ],
+ [
+ -102.684554,
+ 29.5581899
+ ],
+ [
+ -102.684554,
+ 29.6847655
+ ],
+ [
+ -102.4967764,
+ 29.6847655
+ ],
+ [
+ -102.4967764,
+ 29.7457694
+ ],
+ [
+ -102.3086647,
+ 29.7457694
+ ],
+ [
+ -102.3086647,
+ 29.8086627
+ ],
+ [
+ -102.1909323,
+ 29.8086627
+ ],
+ [
+ -102.1909323,
+ 29.7460097
+ ],
+ [
+ -101.5049914,
+ 29.7460097
+ ],
+ [
+ -101.5049914,
+ 29.6846777
+ ],
+ [
+ -101.3805796,
+ 29.6846777
+ ],
+ [
+ -101.3805796,
+ 29.5594459
+ ],
+ [
+ -101.3175057,
+ 29.5594459
+ ],
+ [
+ -101.3175057,
+ 29.4958934
+ ],
+ [
+ -101.1910075,
+ 29.4958934
+ ],
+ [
+ -101.1910075,
+ 29.4326115
+ ],
+ [
+ -101.067501,
+ 29.4326115
+ ],
+ [
+ -101.067501,
+ 29.308808
+ ],
+ [
+ -100.9418897,
+ 29.308808
+ ],
+ [
+ -100.9418897,
+ 29.2456231
+ ],
+ [
+ -100.8167271,
+ 29.2456231
+ ],
+ [
+ -100.8167271,
+ 29.1190449
+ ],
+ [
+ -100.7522672,
+ 29.1190449
+ ],
+ [
+ -100.7522672,
+ 29.0578214
+ ],
+ [
+ -100.6925358,
+ 29.0578214
+ ],
+ [
+ -100.6925358,
+ 28.8720431
+ ],
+ [
+ -100.6290158,
+ 28.8720431
+ ],
+ [
+ -100.6290158,
+ 28.8095363
+ ],
+ [
+ -100.5679901,
+ 28.8095363
+ ],
+ [
+ -100.5679901,
+ 28.622554
+ ],
+ [
+ -100.5040411,
+ 28.622554
+ ],
+ [
+ -100.5040411,
+ 28.5583804
+ ],
+ [
+ -100.4421832,
+ 28.5583804
+ ],
+ [
+ -100.4421832,
+ 28.4968266
+ ],
+ [
+ -100.379434,
+ 28.4968266
+ ],
+ [
+ -100.379434,
+ 28.3092865
+ ],
+ [
+ -100.3171942,
+ 28.3092865
+ ],
+ [
+ -100.3171942,
+ 28.1835681
+ ],
+ [
+ -100.254483,
+ 28.1835681
+ ],
+ [
+ -100.254483,
+ 28.1213885
+ ],
+ [
+ -100.1282282,
+ 28.1213885
+ ],
+ [
+ -100.1282282,
+ 28.059215
+ ],
+ [
+ -100.0659537,
+ 28.059215
+ ],
+ [
+ -100.0659537,
+ 27.9966087
+ ],
+ [
+ -100.0023855,
+ 27.9966087
+ ],
+ [
+ -100.0023855,
+ 27.9332152
+ ],
+ [
+ -99.9426497,
+ 27.9332152
+ ],
+ [
+ -99.9426497,
+ 27.7454658
+ ],
+ [
+ -99.816851,
+ 27.7454658
+ ],
+ [
+ -99.816851,
+ 27.6834301
+ ],
+ [
+ -99.7541346,
+ 27.6834301
+ ],
+ [
+ -99.7541346,
+ 27.6221543
+ ],
+ [
+ -99.6291629,
+ 27.6221543
+ ],
+ [
+ -99.6291629,
+ 27.5588977
+ ],
+ [
+ -99.5672838,
+ 27.5588977
+ ],
+ [
+ -99.5672838,
+ 27.4353752
+ ],
+ [
+ -99.5041798,
+ 27.4353752
+ ],
+ [
+ -99.5041798,
+ 27.3774021
+ ],
+ [
+ -99.5671796,
+ 27.3774021
+ ],
+ [
+ -99.5671796,
+ 27.2463726
+ ],
+ [
+ -99.504975,
+ 27.2463726
+ ],
+ [
+ -99.504975,
+ 26.9965649
+ ],
+ [
+ -99.4427427,
+ 26.9965649
+ ],
+ [
+ -99.4427427,
+ 26.872803
+ ],
+ [
+ -99.3800633,
+ 26.872803
+ ],
+ [
+ -99.3800633,
+ 26.8068179
+ ],
+ [
+ -99.3190684,
+ 26.8068179
+ ],
+ [
+ -99.3190684,
+ 26.7473614
+ ],
+ [
+ -99.2537541,
+ 26.7473614
+ ],
+ [
+ -99.2537541,
+ 26.6210068
+ ],
+ [
+ -99.1910617,
+ 26.6210068
+ ],
+ [
+ -99.1910617,
+ 26.4956737
+ ],
+ [
+ -99.1300639,
+ 26.4956737
+ ],
+ [
+ -99.1300639,
+ 26.3713808
+ ],
+ [
+ -99.0029473,
+ 26.3713808
+ ],
+ [
+ -99.0029473,
+ 26.3093836
+ ],
+ [
+ -98.816572,
+ 26.3093836
+ ],
+ [
+ -98.816572,
+ 26.2457762
+ ],
+ [
+ -98.6920082,
+ 26.2457762
+ ],
+ [
+ -98.6920082,
+ 26.1837096
+ ],
+ [
+ -98.4440896,
+ 26.1837096
+ ],
+ [
+ -98.4440896,
+ 26.1217217
+ ],
+ [
+ -98.3823181,
+ 26.1217217
+ ],
+ [
+ -98.3823181,
+ 26.0596488
+ ],
+ [
+ -98.2532707,
+ 26.0596488
+ ],
+ [
+ -98.2532707,
+ 25.9986871
+ ],
+ [
+ -98.0109084,
+ 25.9986871
+ ],
+ [
+ -98.0109084,
+ 25.9932255
+ ],
+ [
+ -97.6932319,
+ 25.9932255
+ ],
+ [
+ -97.6932319,
+ 25.9334103
+ ],
+ [
+ -97.6313904,
+ 25.9334103
+ ],
+ [
+ -97.6313904,
+ 25.8695893
+ ],
+ [
+ -97.5046779,
+ 25.8695893
+ ],
+ [
+ -97.5046779,
+ 25.8073488
+ ],
+ [
+ -97.3083401,
+ 25.8073488
+ ],
+ [
+ -97.3083401,
+ 25.8731159
+ ],
+ [
+ -97.2456326,
+ 25.8731159
+ ],
+ [
+ -97.2456326,
+ 25.9353731
+ ],
+ [
+ -97.1138939,
+ 25.9353731
+ ],
+ [
+ -97.1138939,
+ 27.6809179
+ ],
+ [
+ -97.0571035,
+ 27.6809179
+ ],
+ [
+ -97.0571035,
+ 27.8108242
+ ],
+ [
+ -95.5810766,
+ 27.8108242
+ ],
+ [
+ -95.5810766,
+ 28.7468827
+ ],
+ [
+ -94.271041,
+ 28.7468827
+ ],
+ [
+ -94.271041,
+ 29.5594076
+ ],
+ [
+ -92.5029947,
+ 29.5594076
+ ],
+ [
+ -92.5029947,
+ 29.4974754
+ ],
+ [
+ -91.8776216,
+ 29.4974754
+ ],
+ [
+ -91.8776216,
+ 29.3727013
+ ],
+ [
+ -91.378418,
+ 29.3727013
+ ],
+ [
+ -91.378418,
+ 29.2468326
+ ],
+ [
+ -91.3153953,
+ 29.2468326
+ ],
+ [
+ -91.3153953,
+ 29.1844301
+ ],
+ [
+ -91.1294702,
+ 29.1844301
+ ],
+ [
+ -91.1294702,
+ 29.1232559
+ ],
+ [
+ -91.0052632,
+ 29.1232559
+ ],
+ [
+ -91.0052632,
+ 28.9968437
+ ],
+ [
+ -89.4500159,
+ 28.9968437
+ ],
+ [
+ -89.4500159,
+ 28.8677422
+ ],
+ [
+ -88.8104309,
+ 28.8677422
+ ],
+ [
+ -88.8104309,
+ 30.1841864
+ ],
+ [
+ -85.8791527,
+ 30.1841864
+ ],
+ [
+ -85.8791527,
+ 29.5455038
+ ],
+ [
+ -84.8368083,
+ 29.5455038
+ ],
+ [
+ -84.8368083,
+ 29.6225158
+ ],
+ [
+ -84.7482786,
+ 29.6225158
+ ],
+ [
+ -84.7482786,
+ 29.683624
+ ],
+ [
+ -84.685894,
+ 29.683624
+ ],
+ [
+ -84.685894,
+ 29.7468386
+ ],
+ [
+ -83.6296975,
+ 29.7468386
+ ],
+ [
+ -83.6296975,
+ 29.4324361
+ ],
+ [
+ -83.3174937,
+ 29.4324361
+ ],
+ [
+ -83.3174937,
+ 29.0579442
+ ],
+ [
+ -82.879659,
+ 29.0579442
+ ],
+ [
+ -82.879659,
+ 27.7453529
+ ],
+ [
+ -82.8182822,
+ 27.7453529
+ ],
+ [
+ -82.8182822,
+ 26.9290868
+ ],
+ [
+ -82.3796782,
+ 26.9290868
+ ],
+ [
+ -82.3796782,
+ 26.3694183
+ ],
+ [
+ -81.8777106,
+ 26.3694183
+ ],
+ [
+ -81.8777106,
+ 25.805971
+ ],
+ [
+ -81.5036862,
+ 25.805971
+ ],
+ [
+ -81.5036862,
+ 25.7474753
+ ],
+ [
+ -81.4405462,
+ 25.7474753
+ ],
+ [
+ -81.4405462,
+ 25.6851489
+ ],
+ [
+ -81.3155883,
+ 25.6851489
+ ],
+ [
+ -81.3155883,
+ 25.5600985
+ ],
+ [
+ -81.2538534,
+ 25.5600985
+ ],
+ [
+ -81.2538534,
+ 25.4342361
+ ],
+ [
+ -81.1902012,
+ 25.4342361
+ ],
+ [
+ -81.1902012,
+ 25.1234341
+ ],
+ [
+ -81.1288133,
+ 25.1234341
+ ],
+ [
+ -81.1288133,
+ 25.0619389
+ ],
+ [
+ -81.0649231,
+ 25.0619389
+ ],
+ [
+ -81.0649231,
+ 24.8157807
+ ],
+ [
+ -81.6289469,
+ 24.8157807
+ ],
+ [
+ -81.6289469,
+ 24.7538367
+ ],
+ [
+ -81.6907173,
+ 24.7538367
+ ],
+ [
+ -81.6907173,
+ 24.6899374
+ ],
+ [
+ -81.8173189,
+ 24.6899374
+ ],
+ [
+ -81.8173189,
+ 24.6279161
+ ],
+ [
+ -82.1910041,
+ 24.6279161
+ ],
+ [
+ -82.1910041,
+ 24.496294
+ ],
+ [
+ -81.6216596,
+ 24.496294
+ ],
+ [
+ -81.6216596,
+ 24.559484
+ ],
+ [
+ -81.372006,
+ 24.559484
+ ],
+ [
+ -81.372006,
+ 24.6220687
+ ],
+ [
+ -81.0593278,
+ 24.6220687
+ ],
+ [
+ -81.0593278,
+ 24.684826
+ ],
+ [
+ -80.9347147,
+ 24.684826
+ ],
+ [
+ -80.9347147,
+ 24.7474828
+ ],
+ [
+ -80.7471081,
+ 24.7474828
+ ],
+ [
+ -80.7471081,
+ 24.8100618
+ ],
+ [
+ -80.3629898,
+ 24.8100618
+ ],
+ [
+ -80.3629898,
+ 25.1175858
+ ],
+ [
+ -80.122344,
+ 25.1175858
+ ],
+ [
+ -80.122344,
+ 25.7472357
+ ],
+ [
+ -80.0588458,
+ 25.7472357
+ ],
+ [
+ -80.0588458,
+ 26.3708251
+ ],
+ [
+ -79.995837,
+ 26.3708251
+ ],
+ [
+ -79.995837,
+ 26.9398003
+ ],
+ [
+ -80.0587265,
+ 26.9398003
+ ],
+ [
+ -80.0587265,
+ 27.1277466
+ ],
+ [
+ -80.1226251,
+ 27.1277466
+ ],
+ [
+ -80.1226251,
+ 27.2534279
+ ],
+ [
+ -80.1846956,
+ 27.2534279
+ ],
+ [
+ -80.1846956,
+ 27.3781229
+ ],
+ [
+ -80.246175,
+ 27.3781229
+ ],
+ [
+ -80.246175,
+ 27.5658729
+ ],
+ [
+ -80.3094768,
+ 27.5658729
+ ],
+ [
+ -80.3094768,
+ 27.7530311
+ ],
+ [
+ -80.3721485,
+ 27.7530311
+ ],
+ [
+ -80.3721485,
+ 27.8774451
+ ],
+ [
+ -80.4351457,
+ 27.8774451
+ ],
+ [
+ -80.4351457,
+ 28.0033366
+ ],
+ [
+ -80.4966078,
+ 28.0033366
+ ],
+ [
+ -80.4966078,
+ 28.1277326
+ ],
+ [
+ -80.5587159,
+ 28.1277326
+ ],
+ [
+ -80.5587159,
+ 28.3723509
+ ],
+ [
+ -80.4966335,
+ 28.3723509
+ ],
+ [
+ -80.4966335,
+ 29.5160326
+ ],
+ [
+ -81.1213644,
+ 29.5160326
+ ],
+ [
+ -81.1213644,
+ 31.6846966
+ ],
+ [
+ -80.6018723,
+ 31.6846966
+ ],
+ [
+ -80.6018723,
+ 32.2475309
+ ],
+ [
+ -79.4921024,
+ 32.2475309
+ ],
+ [
+ -79.4921024,
+ 32.9970261
+ ],
+ [
+ -79.1116488,
+ 32.9970261
+ ],
+ [
+ -79.1116488,
+ 33.3729457
+ ],
+ [
+ -78.6153621,
+ 33.3729457
+ ],
+ [
+ -78.6153621,
+ 33.8097638
+ ],
+ [
+ -77.9316963,
+ 33.8097638
+ ],
+ [
+ -77.9316963,
+ 33.8718243
+ ],
+ [
+ -77.8692252,
+ 33.8718243
+ ],
+ [
+ -77.8692252,
+ 34.0552454
+ ],
+ [
+ -77.6826392,
+ 34.0552454
+ ],
+ [
+ -77.6826392,
+ 34.2974598
+ ],
+ [
+ -77.2453509,
+ 34.2974598
+ ],
+ [
+ -77.2453509,
+ 34.5598585
+ ],
+ [
+ -76.4973277,
+ 34.5598585
+ ],
+ [
+ -76.4973277,
+ 34.622796
+ ],
+ [
+ -76.4337602,
+ 34.622796
+ ],
+ [
+ -76.4337602,
+ 34.6849285
+ ],
+ [
+ -76.373212,
+ 34.6849285
+ ],
+ [
+ -76.373212,
+ 34.7467674
+ ],
+ [
+ -76.3059364,
+ 34.7467674
+ ],
+ [
+ -76.3059364,
+ 34.808551
+ ],
+ [
+ -76.2468017,
+ 34.808551
+ ],
+ [
+ -76.2468017,
+ 34.8728418
+ ],
+ [
+ -76.1825922,
+ 34.8728418
+ ],
+ [
+ -76.1825922,
+ 34.9335332
+ ],
+ [
+ -76.120814,
+ 34.9335332
+ ],
+ [
+ -76.120814,
+ 34.9952359
+ ],
+ [
+ -75.9979015,
+ 34.9952359
+ ],
+ [
+ -75.9979015,
+ 35.0578182
+ ],
+ [
+ -75.870338,
+ 35.0578182
+ ],
+ [
+ -75.870338,
+ 35.1219097
+ ],
+ [
+ -75.7462194,
+ 35.1219097
+ ],
+ [
+ -75.7462194,
+ 35.1818911
+ ],
+ [
+ -75.4929694,
+ 35.1818911
+ ],
+ [
+ -75.4929694,
+ 35.3082988
+ ],
+ [
+ -75.4325662,
+ 35.3082988
+ ],
+ [
+ -75.4325662,
+ 35.7542495
+ ],
+ [
+ -75.4969907,
+ 35.7542495
+ ],
+ [
+ -75.4969907,
+ 37.8105602
+ ],
+ [
+ -75.3082972,
+ 37.8105602
+ ],
+ [
+ -75.3082972,
+ 37.8720088
+ ],
+ [
+ -75.245601,
+ 37.8720088
+ ],
+ [
+ -75.245601,
+ 37.9954849
+ ],
+ [
+ -75.1828751,
+ 37.9954849
+ ],
+ [
+ -75.1828751,
+ 38.0585079
+ ],
+ [
+ -75.1184793,
+ 38.0585079
+ ],
+ [
+ -75.1184793,
+ 38.2469091
+ ],
+ [
+ -75.0592098,
+ 38.2469091
+ ],
+ [
+ -75.0592098,
+ 38.3704316
+ ],
+ [
+ -74.9948111,
+ 38.3704316
+ ],
+ [
+ -74.9948111,
+ 38.8718417
+ ],
+ [
+ -74.4878252,
+ 38.8718417
+ ],
+ [
+ -74.4878252,
+ 39.3089428
+ ],
+ [
+ -74.1766317,
+ 39.3089428
+ ],
+ [
+ -74.1766317,
+ 39.6224653
+ ],
+ [
+ -74.0567045,
+ 39.6224653
+ ],
+ [
+ -74.0567045,
+ 39.933178
+ ],
+ [
+ -73.9959035,
+ 39.933178
+ ],
+ [
+ -73.9959035,
+ 40.1854852
+ ],
+ [
+ -73.9341593,
+ 40.1854852
+ ],
+ [
+ -73.9341593,
+ 40.4959486
+ ],
+ [
+ -73.8723024,
+ 40.4959486
+ ],
+ [
+ -73.8723024,
+ 40.5527135
+ ],
+ [
+ -71.8074506,
+ 40.5527135
+ ],
+ [
+ -71.8074506,
+ 41.3088005
+ ],
+ [
+ -70.882512,
+ 41.3088005
+ ],
+ [
+ -70.882512,
+ 41.184978
+ ],
+ [
+ -70.7461947,
+ 41.184978
+ ],
+ [
+ -70.7461947,
+ 41.3091865
+ ],
+ [
+ -70.4337553,
+ 41.3091865
+ ],
+ [
+ -70.4337553,
+ 41.4963885
+ ],
+ [
+ -69.9334281,
+ 41.4963885
+ ],
+ [
+ -69.9334281,
+ 41.6230802
+ ],
+ [
+ -69.869857,
+ 41.6230802
+ ],
+ [
+ -69.869857,
+ 41.8776895
+ ],
+ [
+ -69.935791,
+ 41.8776895
+ ],
+ [
+ -69.935791,
+ 42.0032342
+ ],
+ [
+ -69.9975823,
+ 42.0032342
+ ],
+ [
+ -69.9975823,
+ 42.0650191
+ ],
+ [
+ -70.0606103,
+ 42.0650191
+ ],
+ [
+ -70.0606103,
+ 42.1294348
+ ],
+ [
+ -70.5572884,
+ 42.1294348
+ ],
+ [
+ -70.5572884,
+ 43.2487079
+ ],
+ [
+ -70.4974097,
+ 43.2487079
+ ],
+ [
+ -70.4974097,
+ 43.3092194
+ ],
+ [
+ -70.3704249,
+ 43.3092194
+ ],
+ [
+ -70.3704249,
+ 43.371963
+ ],
+ [
+ -70.3085701,
+ 43.371963
+ ],
+ [
+ -70.3085701,
+ 43.4969879
+ ],
+ [
+ -70.183921,
+ 43.4969879
+ ],
+ [
+ -70.183921,
+ 43.6223531
+ ],
+ [
+ -70.057583,
+ 43.6223531
+ ],
+ [
+ -70.057583,
+ 43.6850173
+ ],
+ [
+ -69.7455247,
+ 43.6850173
+ ],
+ [
+ -69.7455247,
+ 43.7476571
+ ],
+ [
+ -69.2472845,
+ 43.7476571
+ ],
+ [
+ -69.2472845,
+ 43.8107035
+ ],
+ [
+ -69.0560701,
+ 43.8107035
+ ],
+ [
+ -69.0560701,
+ 43.8717247
+ ],
+ [
+ -68.9950522,
+ 43.8717247
+ ],
+ [
+ -68.9950522,
+ 43.9982022
+ ],
+ [
+ -68.4963672,
+ 43.9982022
+ ],
+ [
+ -68.4963672,
+ 44.0597368
+ ],
+ [
+ -68.3081038,
+ 44.0597368
+ ],
+ [
+ -68.3081038,
+ 44.122137
+ ],
+ [
+ -68.1851802,
+ 44.122137
+ ],
+ [
+ -68.1851802,
+ 44.3081382
+ ],
+ [
+ -67.9956019,
+ 44.3081382
+ ],
+ [
+ -67.9956019,
+ 44.3727489
+ ],
+ [
+ -67.8103041,
+ 44.3727489
+ ],
+ [
+ -67.8103041,
+ 44.435178
+ ],
+ [
+ -67.4965289,
+ 44.435178
+ ],
+ [
+ -67.4965289,
+ 44.4968776
+ ],
+ [
+ -67.37102,
+ 44.4968776
+ ],
+ [
+ -67.37102,
+ 44.5600642
+ ],
+ [
+ -67.1848753,
+ 44.5600642
+ ],
+ [
+ -67.1848753,
+ 44.6213345
+ ],
+ [
+ -67.1221208,
+ 44.6213345
+ ],
+ [
+ -67.1221208,
+ 44.6867918
+ ],
+ [
+ -67.059365,
+ 44.6867918
+ ],
+ [
+ -67.059365,
+ 44.7473657
+ ],
+ [
+ -66.9311098,
+ 44.7473657
+ ],
+ [
+ -66.9311098,
+ 44.9406566
+ ],
+ [
+ -66.994683,
+ 44.9406566
+ ],
+ [
+ -66.994683,
+ 45.0024514
+ ],
+ [
+ -67.0595847,
+ 45.0024514
+ ],
+ [
+ -67.0595847,
+ 45.1273377
+ ],
+ [
+ -67.1201974,
+ 45.1273377
+ ],
+ [
+ -67.1201974,
+ 45.1910115
+ ],
+ [
+ -67.2469811,
+ 45.1910115
+ ],
+ [
+ -67.2469811,
+ 45.253442
+ ],
+ [
+ -67.3177546,
+ 45.253442
+ ],
+ [
+ -67.3177546,
+ 45.1898369
+ ],
+ [
+ -67.370749,
+ 45.1898369
+ ],
+ [
+ -67.370749,
+ 45.2534001
+ ],
+ [
+ -67.4326888,
+ 45.2534001
+ ],
+ [
+ -67.4326888,
+ 45.3083409
+ ],
+ [
+ -67.3708571,
+ 45.3083409
+ ],
+ [
+ -67.3708571,
+ 45.4396986
+ ],
+ [
+ -67.4305573,
+ 45.4396986
+ ],
+ [
+ -67.4305573,
+ 45.4950095
+ ],
+ [
+ -67.37099,
+ 45.4950095
+ ],
+ [
+ -67.37099,
+ 45.6264543
+ ],
+ [
+ -67.6214982,
+ 45.6264543
+ ],
+ [
+ -67.6214982,
+ 45.6896133
+ ],
+ [
+ -67.683828,
+ 45.6896133
+ ],
+ [
+ -67.683828,
+ 45.753259
+ ],
+ [
+ -67.7462097,
+ 45.753259
+ ],
+ [
+ -67.7462097,
+ 47.1268165
+ ],
+ [
+ -67.8700141,
+ 47.1268165
+ ],
+ [
+ -67.8700141,
+ 47.1900278
+ ],
+ [
+ -67.9323803,
+ 47.1900278
+ ],
+ [
+ -67.9323803,
+ 47.2539678
+ ],
+ [
+ -67.9959387,
+ 47.2539678
+ ],
+ [
+ -67.9959387,
+ 47.3149737
+ ],
+ [
+ -68.1206676,
+ 47.3149737
+ ],
+ [
+ -68.1206676,
+ 47.3780823
+ ],
+ [
+ -68.4423175,
+ 47.3780823
+ ],
+ [
+ -68.4423175,
+ 47.3166082
+ ],
+ [
+ -68.6314305,
+ 47.3166082
+ ],
+ [
+ -68.6314305,
+ 47.2544676
+ ],
+ [
+ -68.9978037,
+ 47.2544676
+ ],
+ [
+ -68.9978037,
+ 47.439895
+ ],
+ [
+ -69.0607223,
+ 47.439895
+ ],
+ [
+ -69.0607223,
+ 47.5047558
+ ],
+ [
+ -69.2538122,
+ 47.5047558
+ ],
+ [
+ -69.2538122,
+ 47.4398084
+ ],
+ [
+ -69.3179284,
+ 47.4398084
+ ],
+ [
+ -69.3179284,
+ 47.378601
+ ],
+ [
+ -69.4438546,
+ 47.378601
+ ],
+ [
+ -69.4438546,
+ 47.3156274
+ ],
+ [
+ -69.5038204,
+ 47.3156274
+ ],
+ [
+ -69.5038204,
+ 47.2525839
+ ],
+ [
+ -69.5667838,
+ 47.2525839
+ ],
+ [
+ -69.5667838,
+ 47.1910884
+ ],
+ [
+ -69.6303478,
+ 47.1910884
+ ],
+ [
+ -69.6303478,
+ 47.128701
+ ],
+ [
+ -69.6933103,
+ 47.128701
+ ],
+ [
+ -69.6933103,
+ 47.0654307
+ ],
+ [
+ -69.7557063,
+ 47.0654307
+ ],
+ [
+ -69.7557063,
+ 47.0042751
+ ],
+ [
+ -69.8180391,
+ 47.0042751
+ ],
+ [
+ -69.8180391,
+ 46.9415344
+ ],
+ [
+ -69.8804023,
+ 46.9415344
+ ],
+ [
+ -69.8804023,
+ 46.8792519
+ ],
+ [
+ -69.9421674,
+ 46.8792519
+ ],
+ [
+ -69.9421674,
+ 46.8177399
+ ],
+ [
+ -70.0063088,
+ 46.8177399
+ ],
+ [
+ -70.0063088,
+ 46.6920295
+ ],
+ [
+ -70.0704265,
+ 46.6920295
+ ],
+ [
+ -70.0704265,
+ 46.4425926
+ ],
+ [
+ -70.1945902,
+ 46.4425926
+ ],
+ [
+ -70.1945902,
+ 46.3785887
+ ],
+ [
+ -70.2562047,
+ 46.3785887
+ ],
+ [
+ -70.2562047,
+ 46.3152628
+ ],
+ [
+ -70.3203651,
+ 46.3152628
+ ],
+ [
+ -70.3203651,
+ 46.0651209
+ ],
+ [
+ -70.3814988,
+ 46.0651209
+ ],
+ [
+ -70.3814988,
+ 45.93552
+ ],
+ [
+ -70.3201618,
+ 45.93552
+ ],
+ [
+ -70.3201618,
+ 45.879479
+ ],
+ [
+ -70.4493131,
+ 45.879479
+ ],
+ [
+ -70.4493131,
+ 45.7538713
+ ],
+ [
+ -70.5070021,
+ 45.7538713
+ ],
+ [
+ -70.5070021,
+ 45.6916912
+ ],
+ [
+ -70.6316642,
+ 45.6916912
+ ],
+ [
+ -70.6316642,
+ 45.6291619
+ ],
+ [
+ -70.7575538,
+ 45.6291619
+ ],
+ [
+ -70.7575538,
+ 45.4414685
+ ],
+ [
+ -70.8809878,
+ 45.4414685
+ ],
+ [
+ -70.8809878,
+ 45.3780612
+ ],
+ [
+ -71.13328,
+ 45.3780612
+ ],
+ [
+ -71.13328,
+ 45.3151452
+ ],
+ [
+ -71.3830282,
+ 45.3151452
+ ],
+ [
+ -71.3830282,
+ 45.253416
+ ],
+ [
+ -71.5076448,
+ 45.253416
+ ],
+ [
+ -71.5076448,
+ 45.0655726
+ ],
+ [
+ -73.9418929,
+ 45.0655726
+ ],
+ [
+ -73.9418929,
+ 45.0031242
+ ],
+ [
+ -74.7469725,
+ 45.0031242
+ ],
+ [
+ -74.7469725,
+ 45.0649003
+ ],
+ [
+ -74.8800964,
+ 45.0649003
+ ],
+ [
+ -74.8800964,
+ 45.0029023
+ ],
+ [
+ -75.0662455,
+ 45.0029023
+ ],
+ [
+ -75.0662455,
+ 44.9415167
+ ],
+ [
+ -75.2539363,
+ 44.9415167
+ ],
+ [
+ -75.2539363,
+ 44.8776043
+ ],
+ [
+ -75.3789648,
+ 44.8776043
+ ],
+ [
+ -75.3789648,
+ 44.8153462
+ ],
+ [
+ -75.4431283,
+ 44.8153462
+ ],
+ [
+ -75.4431283,
+ 44.7536053
+ ],
+ [
+ -75.5666566,
+ 44.7536053
+ ],
+ [
+ -75.5666566,
+ 44.6909879
+ ],
+ [
+ -75.6290205,
+ 44.6909879
+ ],
+ [
+ -75.6290205,
+ 44.6284958
+ ],
+ [
+ -75.7540484,
+ 44.6284958
+ ],
+ [
+ -75.7540484,
+ 44.566385
+ ],
+ [
+ -75.817312,
+ 44.566385
+ ],
+ [
+ -75.817312,
+ 44.5028932
+ ],
+ [
+ -75.8799549,
+ 44.5028932
+ ],
+ [
+ -75.8799549,
+ 44.3784946
+ ],
+ [
+ -76.1300319,
+ 44.3784946
+ ],
+ [
+ -76.1300319,
+ 44.3159227
+ ],
+ [
+ -76.1926961,
+ 44.3159227
+ ],
+ [
+ -76.1926961,
+ 44.2534378
+ ],
+ [
+ -76.3182619,
+ 44.2534378
+ ],
+ [
+ -76.3182619,
+ 44.1916726
+ ],
+ [
+ -76.3792975,
+ 44.1916726
+ ],
+ [
+ -76.3792975,
+ 44.0653733
+ ],
+ [
+ -76.4427584,
+ 44.0653733
+ ],
+ [
+ -76.4427584,
+ 43.9963825
+ ],
+ [
+ -76.317027,
+ 43.9963825
+ ],
+ [
+ -76.317027,
+ 43.9414581
+ ],
+ [
+ -76.5076611,
+ 43.9414581
+ ],
+ [
+ -76.5076611,
+ 43.8723335
+ ],
+ [
+ -76.3829974,
+ 43.8723335
+ ],
+ [
+ -76.3829974,
+ 43.8091872
+ ],
+ [
+ -76.2534102,
+ 43.8091872
+ ],
+ [
+ -76.2534102,
+ 43.5665222
+ ],
+ [
+ -76.5064833,
+ 43.5665222
+ ],
+ [
+ -76.5064833,
+ 43.5033881
+ ],
+ [
+ -76.6331208,
+ 43.5033881
+ ],
+ [
+ -76.6331208,
+ 43.4432252
+ ],
+ [
+ -76.6951085,
+ 43.4432252
+ ],
+ [
+ -76.6951085,
+ 43.3786858
+ ],
+ [
+ -76.8177798,
+ 43.3786858
+ ],
+ [
+ -76.8177798,
+ 43.318066
+ ],
+ [
+ -77.682,
+ 43.318066
+ ],
+ [
+ -77.682,
+ 43.3789376
+ ],
+ [
+ -78.0565883,
+ 43.3789376
+ ],
+ [
+ -78.0565883,
+ 43.4396918
+ ],
+ [
+ -78.4389748,
+ 43.4396918
+ ],
+ [
+ -78.4389748,
+ 43.3794382
+ ],
+ [
+ -78.8803396,
+ 43.3794382
+ ],
+ [
+ -78.8803396,
+ 43.3149724
+ ],
+ [
+ -79.1298858,
+ 43.3149724
+ ],
+ [
+ -79.1298858,
+ 43.2429286
+ ],
+ [
+ -79.0669615,
+ 43.2429286
+ ],
+ [
+ -79.0669615,
+ 43.1299931
+ ],
+ [
+ -79.1298858,
+ 43.1299931
+ ],
+ [
+ -79.1298858,
+ 43.0577305
+ ],
+ [
+ -79.071264,
+ 43.0577305
+ ],
+ [
+ -79.071264,
+ 42.9294906
+ ],
+ [
+ -78.943264,
+ 42.9294906
+ ],
+ [
+ -78.943264,
+ 42.7542165
+ ],
+ [
+ -79.069439,
+ 42.7542165
+ ],
+ [
+ -79.069439,
+ 42.6941622
+ ],
+ [
+ -79.133439,
+ 42.6941622
+ ],
+ [
+ -79.133439,
+ 42.6296973
+ ],
+ [
+ -79.1947499,
+ 42.6296973
+ ],
+ [
+ -79.1947499,
+ 42.5663538
+ ],
+ [
+ -79.3786827,
+ 42.5663538
+ ],
+ [
+ -79.3786827,
+ 42.5033425
+ ],
+ [
+ -79.4442961,
+ 42.5033425
+ ],
+ [
+ -79.4442961,
+ 42.4410614
+ ],
+ [
+ -79.5679936,
+ 42.4410614
+ ],
+ [
+ -79.5679936,
+ 42.3775264
+ ],
+ [
+ -79.6906154,
+ 42.3775264
+ ],
+ [
+ -79.6906154,
+ 42.3171086
+ ],
+ [
+ -79.8164642,
+ 42.3171086
+ ],
+ [
+ -79.8164642,
+ 42.2534481
+ ],
+ [
+ -80.0052373,
+ 42.2534481
+ ],
+ [
+ -80.0052373,
+ 42.1909188
+ ],
+ [
+ -80.1916829,
+ 42.1909188
+ ],
+ [
+ -80.1916829,
+ 42.1272555
+ ],
+ [
+ -80.3167992,
+ 42.1272555
+ ],
+ [
+ -80.3167992,
+ 42.0669857
+ ],
+ [
+ -80.5063234,
+ 42.0669857
+ ],
+ [
+ -80.5063234,
+ 42.0034331
+ ],
+ [
+ -80.6930471,
+ 42.0034331
+ ],
+ [
+ -80.6930471,
+ 41.9415141
+ ],
+ [
+ -80.9440403,
+ 41.9415141
+ ],
+ [
+ -80.9440403,
+ 41.8781193
+ ],
+ [
+ -81.1942729,
+ 41.8781193
+ ],
+ [
+ -81.1942729,
+ 41.8166455
+ ],
+ [
+ -81.3190089,
+ 41.8166455
+ ],
+ [
+ -81.3190089,
+ 41.7545453
+ ],
+ [
+ -81.4418435,
+ 41.7545453
+ ],
+ [
+ -81.4418435,
+ 41.690965
+ ],
+ [
+ -81.5053523,
+ 41.690965
+ ],
+ [
+ -81.5053523,
+ 41.6301643
+ ],
+ [
+ -82.7470081,
+ 41.6301643
+ ],
+ [
+ -82.7470081,
+ 41.7536942
+ ],
+ [
+ -82.8839135,
+ 41.7536942
+ ],
+ [
+ -82.8839135,
+ 41.5656075
+ ],
+ [
+ -82.9957195,
+ 41.5656075
+ ],
+ [
+ -82.9957195,
+ 41.6270375
+ ],
+ [
+ -83.1257796,
+ 41.6270375
+ ],
+ [
+ -83.1257796,
+ 41.6878411
+ ],
+ [
+ -83.2474733,
+ 41.6878411
+ ],
+ [
+ -83.2474733,
+ 41.7536942
+ ],
+ [
+ -83.3737305,
+ 41.7536942
+ ],
+ [
+ -83.3737305,
+ 41.809276
+ ],
+ [
+ -83.3106019,
+ 41.809276
+ ],
+ [
+ -83.3106019,
+ 41.8716064
+ ],
+ [
+ -83.2474733,
+ 41.8716064
+ ],
+ [
+ -83.2474733,
+ 41.9361393
+ ],
+ [
+ -83.1843447,
+ 41.9361393
+ ],
+ [
+ -83.1843447,
+ 41.9960851
+ ],
+ [
+ -83.1207681,
+ 41.9960851
+ ],
+ [
+ -83.1207681,
+ 42.2464812
+ ],
+ [
+ -83.0589194,
+ 42.2464812
+ ],
+ [
+ -83.0589194,
+ 42.3089555
+ ],
+ [
+ -82.8685328,
+ 42.3089555
+ ],
+ [
+ -82.8685328,
+ 42.3717652
+ ],
+ [
+ -82.8072219,
+ 42.3717652
+ ],
+ [
+ -82.8072219,
+ 42.558553
+ ],
+ [
+ -82.7553745,
+ 42.558553
+ ],
+ [
+ -82.7553745,
+ 42.4954945
+ ],
+ [
+ -82.5599041,
+ 42.4954945
+ ],
+ [
+ -82.5599041,
+ 42.558553
+ ],
+ [
+ -82.4967755,
+ 42.558553
+ ],
+ [
+ -82.4967755,
+ 42.6833607
+ ],
+ [
+ -82.4328863,
+ 42.6833607
+ ],
+ [
+ -82.4328863,
+ 42.9342196
+ ],
+ [
+ -82.3700552,
+ 42.9342196
+ ],
+ [
+ -82.3700552,
+ 43.0648071
+ ],
+ [
+ -82.4328863,
+ 43.0648071
+ ],
+ [
+ -82.4328863,
+ 43.1917566
+ ],
+ [
+ -82.4947464,
+ 43.1917566
+ ],
+ [
+ -82.4947464,
+ 43.5034627
+ ],
+ [
+ -82.557133,
+ 43.5034627
+ ],
+ [
+ -82.557133,
+ 43.8160901
+ ],
+ [
+ -82.6197884,
+ 43.8160901
+ ],
+ [
+ -82.6197884,
+ 43.9422098
+ ],
+ [
+ -82.6839499,
+ 43.9422098
+ ],
+ [
+ -82.6839499,
+ 44.0022641
+ ],
+ [
+ -82.7465346,
+ 44.0022641
+ ],
+ [
+ -82.7465346,
+ 44.0670545
+ ],
+ [
+ -82.8708696,
+ 44.0670545
+ ],
+ [
+ -82.8708696,
+ 44.1291935
+ ],
+ [
+ -83.008517,
+ 44.1291935
+ ],
+ [
+ -83.008517,
+ 44.0664786
+ ],
+ [
+ -83.1336086,
+ 44.0664786
+ ],
+ [
+ -83.1336086,
+ 44.0053949
+ ],
+ [
+ -83.2414522,
+ 44.0053949
+ ],
+ [
+ -83.2414522,
+ 44.9962034
+ ],
+ [
+ -83.1806112,
+ 44.9962034
+ ],
+ [
+ -83.1806112,
+ 45.067302
+ ],
+ [
+ -83.2455172,
+ 45.067302
+ ],
+ [
+ -83.2455172,
+ 45.1287382
+ ],
+ [
+ -83.3065878,
+ 45.1287382
+ ],
+ [
+ -83.3065878,
+ 45.2551509
+ ],
+ [
+ -83.3706087,
+ 45.2551509
+ ],
+ [
+ -83.3706087,
+ 45.3165923
+ ],
+ [
+ -83.4325644,
+ 45.3165923
+ ],
+ [
+ -83.4325644,
+ 45.3792105
+ ],
+ [
+ -83.6178415,
+ 45.3792105
+ ],
+ [
+ -83.6178415,
+ 45.4419665
+ ],
+ [
+ -83.8084291,
+ 45.4419665
+ ],
+ [
+ -83.8084291,
+ 45.5036189
+ ],
+ [
+ -84.0550718,
+ 45.5036189
+ ],
+ [
+ -84.0550718,
+ 45.5647907
+ ],
+ [
+ -84.1235181,
+ 45.5647907
+ ],
+ [
+ -84.1235181,
+ 45.6287845
+ ],
+ [
+ -84.1807534,
+ 45.6287845
+ ],
+ [
+ -84.1807534,
+ 45.6914688
+ ],
+ [
+ -84.3111554,
+ 45.6914688
+ ],
+ [
+ -84.3111554,
+ 45.9337076
+ ],
+ [
+ -83.8209974,
+ 45.9337076
+ ],
+ [
+ -83.8209974,
+ 45.8725113
+ ],
+ [
+ -83.4968086,
+ 45.8725113
+ ],
+ [
+ -83.4968086,
+ 45.9337076
+ ],
+ [
+ -83.4338066,
+ 45.9337076
+ ],
+ [
+ -83.4338066,
+ 46.0016863
+ ],
+ [
+ -83.4962697,
+ 46.0016863
+ ],
+ [
+ -83.4962697,
+ 46.0668178
+ ],
+ [
+ -83.5599956,
+ 46.0668178
+ ],
+ [
+ -83.5599956,
+ 46.1261576
+ ],
+ [
+ -83.9954558,
+ 46.1261576
+ ],
+ [
+ -83.9954558,
+ 46.1931747
+ ],
+ [
+ -84.0591816,
+ 46.1931747
+ ],
+ [
+ -84.0591816,
+ 46.3814972
+ ],
+ [
+ -84.1152614,
+ 46.3814972
+ ],
+ [
+ -84.1152614,
+ 46.4953584
+ ],
+ [
+ -84.0591816,
+ 46.4953584
+ ],
+ [
+ -84.0591816,
+ 46.5682653
+ ],
+ [
+ -84.2579545,
+ 46.5682653
+ ],
+ [
+ -84.2579545,
+ 46.5051232
+ ],
+ [
+ -84.3071879,
+ 46.5051232
+ ],
+ [
+ -84.3071879,
+ 46.5682653
+ ],
+ [
+ -84.4415364,
+ 46.5682653
+ ],
+ [
+ -84.4415364,
+ 46.504525
+ ],
+ [
+ -84.9965729,
+ 46.504525
+ ],
+ [
+ -84.9965729,
+ 46.6842882
+ ],
+ [
+ -84.9298158,
+ 46.6842882
+ ],
+ [
+ -84.9298158,
+ 46.818077
+ ],
+ [
+ -85.3165894,
+ 46.818077
+ ],
+ [
+ -85.3165894,
+ 46.7535825
+ ],
+ [
+ -87.5562645,
+ 46.7535825
+ ],
+ [
+ -87.5562645,
+ 47.4407371
+ ],
+ [
+ -87.6825361,
+ 47.4407371
+ ],
+ [
+ -87.6825361,
+ 47.5035554
+ ],
+ [
+ -88.2560738,
+ 47.5035554
+ ],
+ [
+ -88.2560738,
+ 47.4433716
+ ],
+ [
+ -88.4417419,
+ 47.4433716
+ ],
+ [
+ -88.4417419,
+ 47.3789949
+ ],
+ [
+ -88.50683,
+ 47.3789949
+ ],
+ [
+ -88.50683,
+ 47.3153881
+ ],
+ [
+ -88.6312821,
+ 47.3153881
+ ],
+ [
+ -88.6312821,
+ 47.2539782
+ ],
+ [
+ -88.7569636,
+ 47.2539782
+ ],
+ [
+ -88.7569636,
+ 47.1934682
+ ],
+ [
+ -88.8838253,
+ 47.1934682
+ ],
+ [
+ -88.8838253,
+ 47.1284735
+ ],
+ [
+ -88.9434208,
+ 47.1284735
+ ],
+ [
+ -88.9434208,
+ 47.0662127
+ ],
+ [
+ -89.0708726,
+ 47.0662127
+ ],
+ [
+ -89.0708726,
+ 47.0026826
+ ],
+ [
+ -89.2565553,
+ 47.0026826
+ ],
+ [
+ -89.2565553,
+ 46.9410806
+ ],
+ [
+ -90.3677669,
+ 46.9410806
+ ],
+ [
+ -90.3677669,
+ 47.6844827
+ ],
+ [
+ -90.3069978,
+ 47.6844827
+ ],
+ [
+ -90.3069978,
+ 47.7460174
+ ],
+ [
+ -89.994859,
+ 47.7460174
+ ],
+ [
+ -89.994859,
+ 47.8082719
+ ],
+ [
+ -89.8048615,
+ 47.8082719
+ ],
+ [
+ -89.8048615,
+ 47.8700562
+ ],
+ [
+ -89.6797699,
+ 47.8700562
+ ],
+ [
+ -89.6797699,
+ 47.9339637
+ ],
+ [
+ -89.4933757,
+ 47.9339637
+ ],
+ [
+ -89.4933757,
+ 47.9957956
+ ],
+ [
+ -89.4284697,
+ 47.9957956
+ ],
+ [
+ -89.4284697,
+ 48.0656377
+ ],
+ [
+ -89.9932739,
+ 48.0656377
+ ],
+ [
+ -89.9932739,
+ 48.1282966
+ ],
+ [
+ -90.7455933,
+ 48.1282966
+ ],
+ [
+ -90.7455933,
+ 48.1893056
+ ],
+ [
+ -90.8087291,
+ 48.1893056
+ ],
+ [
+ -90.8087291,
+ 48.2522065
+ ],
+ [
+ -91.067763,
+ 48.2522065
+ ],
+ [
+ -91.067763,
+ 48.1916658
+ ],
+ [
+ -91.1946247,
+ 48.1916658
+ ],
+ [
+ -91.1946247,
+ 48.1279027
+ ],
+ [
+ -91.6814196,
+ 48.1279027
+ ],
+ [
+ -91.6814196,
+ 48.2525994
+ ],
+ [
+ -91.9321927,
+ 48.2525994
+ ],
+ [
+ -91.9321927,
+ 48.3142454
+ ],
+ [
+ -91.9929683,
+ 48.3142454
+ ],
+ [
+ -91.9929683,
+ 48.3780845
+ ],
+ [
+ -92.3189383,
+ 48.3780845
+ ],
+ [
+ -92.3189383,
+ 48.2529081
+ ],
+ [
+ -92.3732233,
+ 48.2529081
+ ],
+ [
+ -92.3732233,
+ 48.3153385
+ ],
+ [
+ -92.4322288,
+ 48.3153385
+ ],
+ [
+ -92.4322288,
+ 48.4411448
+ ],
+ [
+ -92.4977248,
+ 48.4411448
+ ],
+ [
+ -92.4977248,
+ 48.501781
+ ],
+ [
+ -92.5679413,
+ 48.501781
+ ],
+ [
+ -92.5679413,
+ 48.439579
+ ],
+ [
+ -92.6210462,
+ 48.439579
+ ],
+ [
+ -92.6210462,
+ 48.5650783
+ ],
+ [
+ -92.8086835,
+ 48.5650783
+ ],
+ [
+ -92.8086835,
+ 48.6286865
+ ],
+ [
+ -92.8086835,
+ 48.6267365
+ ],
+ [
+ -92.933185,
+ 48.6267365
+ ],
+ [
+ -92.933185,
+ 48.6922145
+ ],
+ [
+ -93.0051716,
+ 48.6922145
+ ],
+ [
+ -93.0051716,
+ 48.6282965
+ ],
+ [
+ -93.1225924,
+ 48.6282965
+ ],
+ [
+ -93.1225924,
+ 48.6922145
+ ],
+ [
+ -93.3190806,
+ 48.6922145
+ ],
+ [
+ -93.3190806,
+ 48.6267365
+ ],
+ [
+ -93.5049477,
+ 48.6267365
+ ],
+ [
+ -93.5049477,
+ 48.5635164
+ ],
+ [
+ -93.7474601,
+ 48.5635164
+ ],
+ [
+ -93.7474601,
+ 48.6267365
+ ],
+ [
+ -93.8135461,
+ 48.6267365
+ ],
+ [
+ -93.8135461,
+ 48.6898775
+ ],
+ [
+ -94.2453121,
+ 48.6898775
+ ],
+ [
+ -94.2453121,
+ 48.7554327
+ ],
+ [
+ -94.6183171,
+ 48.7554327
+ ],
+ [
+ -94.6183171,
+ 48.941036
+ ],
+ [
+ -94.6809018,
+ 48.941036
+ ],
+ [
+ -94.6809018,
+ 49.0029737
+ ],
+ [
+ -94.7441532,
+ 49.0029737
+ ],
+ [
+ -94.7441532,
+ 49.2536079
+ ],
+ [
+ -94.8084069,
+ 49.2536079
+ ],
+ [
+ -94.8084069,
+ 49.3784134
+ ],
+ [
+ -95.1192391,
+ 49.3784134
+ ],
+ [
+ -95.1192391,
+ 49.4425264
+ ],
+ [
+ -95.1934341,
+ 49.4425264
+ ],
+ [
+ -95.1934341,
+ 49.0035292
+ ],
+ [
+ -96.87069,
+ 49.0035292
+ ],
+ [
+ -96.87069,
+ 49.0656063
+ ],
+ [
+ -99.0049312,
+ 49.0656063
+ ],
+ [
+ -99.0049312,
+ 49.0050714
+ ],
+ [
+ -109.3699257,
+ 49.0050714
+ ],
+ [
+ -109.3699257,
+ 49.0668231
+ ],
+ [
+ -109.5058746,
+ 49.0668231
+ ],
+ [
+ -109.5058746,
+ 49.0050714
+ ],
+ [
+ -114.1830014,
+ 49.0050714
+ ],
+ [
+ -114.1830014,
+ 49.0687317
+ ],
+ [
+ -114.7578709,
+ 49.0687317
+ ],
+ [
+ -114.7578709,
+ 49.0050714
+ ],
+ [
+ -115.433731,
+ 49.0050714
+ ],
+ [
+ -115.433731,
+ 49.0671412
+ ],
+ [
+ -116.5062706,
+ 49.0671412
+ ],
+ [
+ -116.5062706,
+ 49.0050714
+ ],
+ [
+ -117.3089504,
+ 49.0050714
+ ],
+ [
+ -117.3089504,
+ 49.0659803
+ ],
+ [
+ -119.882945,
+ 49.0659803
+ ],
+ [
+ -119.882945,
+ 49.0050714
+ ],
+ [
+ -120.1208555,
+ 49.0050714
+ ],
+ [
+ -120.1208555,
+ 49.0678367
+ ],
+ [
+ -121.4451636,
+ 49.0678367
+ ],
+ [
+ -121.4451636,
+ 49.0050714
+ ],
+ [
+ -121.9311808,
+ 49.0050714
+ ],
+ [
+ -121.9311808,
+ 49.0656099
+ ],
+ [
+ -122.817484,
+ 49.0656099
+ ],
+ [
+ -122.817484,
+ 49.0029143
+ ],
+ [
+ -122.8795155,
+ 49.0029143
+ ],
+ [
+ -122.8795155,
+ 48.9347018
+ ],
+ [
+ -122.8174629,
+ 48.9347018
+ ],
+ [
+ -122.8174629,
+ 48.8101998
+ ],
+ [
+ -122.7538859,
+ 48.8101998
+ ],
+ [
+ -122.7538859,
+ 48.7533758
+ ],
+ [
+ -122.8712937,
+ 48.7533758
+ ],
+ [
+ -122.8712937,
+ 48.8153948
+ ],
+ [
+ -123.0055391,
+ 48.8153948
+ ],
+ [
+ -123.0055391,
+ 48.7529529
+ ],
+ [
+ -123.1296926,
+ 48.7529529
+ ],
+ [
+ -123.1296926,
+ 48.6902201
+ ],
+ [
+ -123.1838197,
+ 48.6902201
+ ],
+ [
+ -123.1838197,
+ 48.7529029
+ ]
+ ],
+ [
+ [
+ -122.9341743,
+ 37.7521547
+ ],
+ [
+ -122.9347457,
+ 37.6842013
+ ],
+ [
+ -123.0679013,
+ 37.6849023
+ ],
+ [
+ -123.0673747,
+ 37.7475251
+ ],
+ [
+ -123.1292603,
+ 37.7478506
+ ],
+ [
+ -123.1286894,
+ 37.815685
+ ],
+ [
+ -123.0590687,
+ 37.8153192
+ ],
+ [
+ -123.0595947,
+ 37.7528143
+ ]
+ ],
+ [
+ [
+ -71.6299464,
+ 41.2540893
+ ],
+ [
+ -71.4966465,
+ 41.2541393
+ ],
+ [
+ -71.4965596,
+ 41.122965
+ ],
+ [
+ -71.6298594,
+ 41.1229149
+ ]
+ ],
+ [
+ [
+ -70.3184265,
+ 41.3775196
+ ],
+ [
+ -70.3183384,
+ 41.2448243
+ ],
+ [
+ -70.1906612,
+ 41.2448722
+ ],
+ [
+ -70.1906239,
+ 41.1886019
+ ],
+ [
+ -69.9336025,
+ 41.1886984
+ ],
+ [
+ -69.933729,
+ 41.3791941
+ ],
+ [
+ -69.9950664,
+ 41.3791712
+ ],
+ [
+ -69.995109,
+ 41.443159
+ ],
+ [
+ -70.0707828,
+ 41.4431307
+ ],
+ [
+ -70.0706972,
+ 41.3144915
+ ],
+ [
+ -70.2461667,
+ 41.3144258
+ ],
+ [
+ -70.2462087,
+ 41.3775467
+ ]
+ ],
+ [
+ [
+ -68.9403374,
+ 43.9404062
+ ],
+ [
+ -68.6856948,
+ 43.9404977
+ ],
+ [
+ -68.6856475,
+ 43.8721797
+ ],
+ [
+ -68.7465405,
+ 43.8721577
+ ],
+ [
+ -68.7464976,
+ 43.8102529
+ ],
+ [
+ -68.8090782,
+ 43.8102304
+ ],
+ [
+ -68.8090343,
+ 43.746728
+ ],
+ [
+ -68.8773094,
+ 43.7467034
+ ],
+ [
+ -68.8773544,
+ 43.8117826
+ ],
+ [
+ -68.9402483,
+ 43.8117599
+ ]
+ ],
+ [
+ [
+ -123.1291466,
+ 49.0645144
+ ],
+ [
+ -122.9954224,
+ 49.0645144
+ ],
+ [
+ -122.9954224,
+ 48.9343243
+ ],
+ [
+ -123.1291466,
+ 48.9343243
+ ]
+ ],
+ [
+ [
+ -82.9407144,
+ 24.7535913
+ ],
+ [
+ -82.8719398,
+ 24.7535913
+ ],
+ [
+ -82.8719398,
+ 24.6905653
+ ],
+ [
+ -82.7446233,
+ 24.6905653
+ ],
+ [
+ -82.7446233,
+ 24.6214593
+ ],
+ [
+ -82.8088038,
+ 24.6214593
+ ],
+ [
+ -82.8088038,
+ 24.5594908
+ ],
+ [
+ -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": [
+ [
+ [
+ -125.990173,
+ 48.9962416
+ ],
+ [
+ -125.989419,
+ 47.9948396
+ ],
+ [
+ -123.9929739,
+ 47.9955062
+ ],
+ [
+ -123.9922429,
+ 47.0059202
+ ],
+ [
+ -125.988688,
+ 47.0052409
+ ],
+ [
+ -125.9879604,
+ 46.0015618
+ ],
+ [
+ -123.9939396,
+ 46.0022529
+ ],
+ [
+ -123.9925238,
+ 43.9961708
+ ],
+ [
+ -124.9931832,
+ 43.9958116
+ ],
+ [
+ -124.9918175,
+ 41.9942149
+ ],
+ [
+ -125.9851789,
+ 41.9938465
+ ],
+ [
+ -125.9838655,
+ 40.0076111
+ ],
+ [
+ -123.9833285,
+ 40.0083757
+ ],
+ [
+ -123.9814115,
+ 37.002615
+ ],
+ [
+ -122.21903,
+ 37.0033173
+ ],
+ [
+ -122.2184144,
+ 36.011671
+ ],
+ [
+ -122.020087,
+ 36.011751
+ ],
+ [
+ -122.0188591,
+ 33.9961766
+ ],
+ [
+ -119.9787757,
+ 33.9970206
+ ],
+ [
+ -119.9775867,
+ 31.9987658
+ ],
+ [
+ -114.0122833,
+ 32.00129
+ ],
+ [
+ -114.0116894,
+ 30.9862401
+ ],
+ [
+ -105.998294,
+ 30.9896679
+ ],
+ [
+ -105.9971419,
+ 28.9901065
+ ],
+ [
+ -102.0210506,
+ 28.9918418
+ ],
+ [
+ -102.0204916,
+ 28.00733
+ ],
+ [
+ -100.0062436,
+ 28.0082173
+ ],
+ [
+ -100.0051143,
+ 25.991909
+ ],
+ [
+ -98.0109067,
+ 25.9928035
+ ],
+ [
+ -98.0103613,
+ 25.0063461
+ ],
+ [
+ -97.0161086,
+ 25.0067957
+ ],
+ [
+ -97.016654,
+ 25.9932494
+ ],
+ [
+ -95.9824825,
+ 25.9937132
+ ],
+ [
+ -95.9835999,
+ 27.9891175
+ ],
+ [
+ -94.0200898,
+ 27.9899826
+ ],
+ [
+ -94.0206586,
+ 28.9918129
+ ],
+ [
+ -88.0156706,
+ 28.9944338
+ ],
+ [
+ -88.0162494,
+ 30.0038862
+ ],
+ [
+ -86.0277506,
+ 30.0047454
+ ],
+ [
+ -86.0271719,
+ 28.9953016
+ ],
+ [
+ -84.0187909,
+ 28.9961781
+ ],
+ [
+ -84.017095,
+ 25.9817708
+ ],
+ [
+ -81.9971976,
+ 25.9826768
+ ],
+ [
+ -81.9966618,
+ 25.0134917
+ ],
+ [
+ -84.0165592,
+ 25.0125783
+ ],
+ [
+ -84.0160068,
+ 24.0052745
+ ],
+ [
+ -80.0199985,
+ 24.007096
+ ],
+ [
+ -80.0245309,
+ 32.0161282
+ ],
+ [
+ -78.0066484,
+ 32.0169819
+ ],
+ [
+ -78.0072238,
+ 32.9894278
+ ],
+ [
+ -77.8807233,
+ 32.9894807
+ ],
+ [
+ -77.8813253,
+ 33.9955918
+ ],
+ [
+ -76.0115411,
+ 33.9963653
+ ],
+ [
+ -76.0121459,
+ 34.9952552
+ ],
+ [
+ -74.0068449,
+ 34.9960749
+ ],
+ [
+ -74.0099997,
+ 40.0084254
+ ],
+ [
+ -72.0013745,
+ 40.0091931
+ ],
+ [
+ -72.002019,
+ 40.9912464
+ ],
+ [
+ -69.8797398,
+ 40.9920457
+ ],
+ [
+ -69.8804173,
+ 42.00893
+ ],
+ [
+ -69.9927682,
+ 42.0088883
+ ],
+ [
+ -69.9934462,
+ 43.0105166
+ ],
+ [
+ -67.9845366,
+ 43.0112496
+ ],
+ [
+ -67.985224,
+ 44.0103812
+ ],
+ [
+ -65.9892568,
+ 44.0110975
+ ],
+ [
+ -65.9921237,
+ 47.9993584
+ ],
+ [
+ -70.006442,
+ 47.9980181
+ ],
+ [
+ -70.005708,
+ 47.0042007
+ ],
+ [
+ -72.023686,
+ 47.003514
+ ],
+ [
+ -72.0222508,
+ 45.0059846
+ ],
+ [
+ -78.0146667,
+ 45.0038705
+ ],
+ [
+ -78.0139662,
+ 44.0026998
+ ],
+ [
+ -80.029686,
+ 44.0019763
+ ],
+ [
+ -80.0290052,
+ 43.0122994
+ ],
+ [
+ -81.995479,
+ 43.011582
+ ],
+ [
+ -81.9982986,
+ 47.0042713
+ ],
+ [
+ -87.505706,
+ 47.0023972
+ ],
+ [
+ -87.5064535,
+ 48.0142702
+ ],
+ [
+ -88.0260889,
+ 48.0140968
+ ],
+ [
+ -88.026838,
+ 49.0086686
+ ],
+ [
+ -93.9981078,
+ 49.0067142
+ ],
+ [
+ -93.9988778,
+ 50.0086456
+ ],
+ [
+ -96.0138899,
+ 50.0079995
+ ],
+ [
+ -96.0131199,
+ 49.0060547
+ ]
+ ],
+ [
+ [
+ -160.5787616,
+ 22.5062947
+ ],
+ [
+ -160.5782192,
+ 21.4984647
+ ],
+ [
+ -159.0030121,
+ 21.499196
+ ],
+ [
+ -159.0027422,
+ 20.9951068
+ ],
+ [
+ -157.5083185,
+ 20.995803
+ ],
+ [
+ -157.5080519,
+ 20.4960241
+ ],
+ [
+ -155.966889,
+ 20.4967444
+ ],
+ [
+ -155.9674267,
+ 21.5028287
+ ],
+ [
+ -157.5044717,
+ 21.5021151
+ ],
+ [
+ -157.5047384,
+ 21.9984962
+ ],
+ [
+ -159.0090946,
+ 21.9978002
+ ],
+ [
+ -159.0093692,
+ 22.5070181
+ ]
+ ],
+ [
+ [
+ -168.006102,
+ 68.9941463
+ ],
+ [
+ -168.0047628,
+ 68.0107853
+ ],
+ [
+ -165.4842481,
+ 68.0112562
+ ],
+ [
+ -165.4829337,
+ 67.0037303
+ ],
+ [
+ -168.0034485,
+ 67.0032389
+ ],
+ [
+ -168.002195,
+ 66.0017503
+ ],
+ [
+ -169.0087448,
+ 66.001546
+ ],
+ [
+ -169.0075381,
+ 64.9987675
+ ],
+ [
+ -168.0009882,
+ 64.9989798
+ ],
+ [
+ -167.9998282,
+ 63.9982374
+ ],
+ [
+ -164.9871288,
+ 63.9988964
+ ],
+ [
+ -164.9860062,
+ 62.9950845
+ ],
+ [
+ -167.9987057,
+ 62.9944019
+ ],
+ [
+ -167.9946035,
+ 59.0153692
+ ],
+ [
+ -162.5027857,
+ 59.0167799
+ ],
+ [
+ -162.5018149,
+ 58.0005815
+ ],
+ [
+ -160.0159024,
+ 58.0012389
+ ],
+ [
+ -160.0149725,
+ 57.000035
+ ],
+ [
+ -160.5054788,
+ 56.9999017
+ ],
+ [
+ -160.5045719,
+ 55.9968161
+ ],
+ [
+ -164.012195,
+ 55.9958373
+ ],
+ [
+ -164.0113186,
+ 55.00107
+ ],
+ [
+ -165.994782,
+ 55.0005023
+ ],
+ [
+ -165.9941266,
+ 54.2400584
+ ],
+ [
+ -168.0002944,
+ 54.2394734
+ ],
+ [
+ -168.0000986,
+ 54.0094921
+ ],
+ [
+ -170.0156134,
+ 54.0089011
+ ],
+ [
+ -170.0147683,
+ 53.0016446
+ ],
+ [
+ -171.9993636,
+ 53.0010487
+ ],
+ [
+ -171.9989488,
+ 52.4977745
+ ],
+ [
+ -176.0083239,
+ 52.4965566
+ ],
+ [
+ -176.0081186,
+ 52.2452555
+ ],
+ [
+ -178.000097,
+ 52.2446469
+ ],
+ [
+ -177.9992996,
+ 51.2554252
+ ],
+ [
+ -176.0073212,
+ 51.2560472
+ ],
+ [
+ -176.0075146,
+ 51.4980163
+ ],
+ [
+ -171.9981395,
+ 51.4992617
+ ],
+ [
+ -171.9985419,
+ 51.9985373
+ ],
+ [
+ -167.9984317,
+ 51.9997661
+ ],
+ [
+ -167.9994645,
+ 53.2560877
+ ],
+ [
+ -165.9932968,
+ 53.2566866
+ ],
+ [
+ -165.9939308,
+ 54.0100804
+ ],
+ [
+ -159.0067205,
+ 54.0121291
+ ],
+ [
+ -159.0075717,
+ 55.002502
+ ],
+ [
+ -158.0190709,
+ 55.0027849
+ ],
+ [
+ -158.0199473,
+ 55.9975094
+ ],
+ [
+ -151.9963213,
+ 55.9991902
+ ],
+ [
+ -151.9981536,
+ 57.9986536
+ ],
+ [
+ -151.500341,
+ 57.9987853
+ ],
+ [
+ -151.5012894,
+ 58.9919816
+ ],
+ [
+ -138.5159989,
+ 58.9953194
+ ],
+ [
+ -138.5150471,
+ 57.9986434
+ ],
+ [
+ -136.6872422,
+ 57.9991267
+ ],
+ [
+ -136.6863158,
+ 57.0016688
+ ],
+ [
+ -135.9973698,
+ 57.001856
+ ],
+ [
+ -135.9964667,
+ 56.0030544
+ ],
+ [
+ -134.6717732,
+ 56.003424
+ ],
+ [
+ -134.6708865,
+ 54.9969623
+ ],
+ [
+ -133.9956734,
+ 54.9971556
+ ],
+ [
+ -133.9948193,
+ 54.0031685
+ ],
+ [
+ -130.0044418,
+ 54.0043387
+ ],
+ [
+ -130.0070826,
+ 57.0000507
+ ],
+ [
+ -131.975877,
+ 56.9995156
+ ],
+ [
+ -131.9787378,
+ 59.9933094
+ ],
+ [
+ -138.0071813,
+ 59.991805
+ ],
+ [
+ -138.0082158,
+ 61.0125755
+ ],
+ [
+ -140.9874011,
+ 61.0118551
+ ],
+ [
+ -140.99984,
+ 71.0039309
+ ],
+ [
+ -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
+ ]
+ ],
+ [
+ [
+ -168.5133204,
+ 62.8689586
+ ],
+ [
+ -168.5144423,
+ 63.8765677
+ ],
+ [
+ -172.0202755,
+ 63.8757975
+ ],
+ [
+ -172.0191536,
+ 62.8681608
+ ]
+ ],
+ [
+ [
+ -170.9947111,
+ 59.9954089
+ ],
+ [
+ -170.995726,
+ 60.9969787
+ ],
+ [
+ -174.0045311,
+ 60.9962508
+ ],
+ [
+ -174.0035162,
+ 59.9946581
+ ]
+ ],
+ [
+ [
+ -156.0717261,
+ 20.2854602
+ ],
+ [
+ -154.7940471,
+ 20.2860582
+ ],
+ [
+ -154.7933145,
+ 18.9029464
+ ],
+ [
+ -156.0709936,
+ 18.9023432
+ ]
+ ]
+ ]
+ },
+ {
+ "name": "Vector Streetmap for San Juan County WA",
+ "type": "tms",
+ "description": "Public domain street and address data from the San Juan County, WA. Updated at least quarterly.",
+ "template": "http://sjcgis.org/arcgis/rest/services/Basemaps/General_Basemap_WM/MapServer/tile/{zoom}/{y}/{x}",
+ "scaleExtent": [
+ 0,
+ 19
+ ],
+ "polygon": [
+ [
+ [
+ -123.274024,
+ 48.692975
+ ],
+ [
+ -123.007726,
+ 48.767256
+ ],
+ [
+ -123.007619,
+ 48.831577
+ ],
+ [
+ -122.783495,
+ 48.758416
+ ],
+ [
+ -122.693402,
+ 48.658522
+ ],
+ [
+ -122.767451,
+ 48.603606
+ ],
+ [
+ -122.744842,
+ 48.387083
+ ],
+ [
+ -123.248221,
+ 48.283531
+ ],
+ [
+ -123.114524,
+ 48.422614
+ ],
+ [
+ -123.219035,
+ 48.548575
+ ],
+ [
+ -123.274024,
+ 48.692975
+ ]
+ ]
+ ],
+ "best": true
+ },
+ {
+ "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
+ ],
+ [
+ 8.3683809,
+ 55.4042149
+ ],
+ [
+ 8.2103997,
+ 55.4039795
+ ],
+ [
+ 8.2087314,
+ 55.4937345
+ ],
+ [
+ 8.0502655,
+ 55.4924731
+ ],
+ [
+ 8.0185123,
+ 56.7501399
+ ],
+ [
+ 8.1819161,
+ 56.7509948
+ ],
+ [
+ 8.1763274,
+ 57.0208898
+ ],
+ [
+ 8.3413329,
+ 57.0219872
+ ],
+ [
+ 8.3392467,
+ 57.1119574
+ ],
+ [
+ 8.5054433,
+ 57.1123212
+ ],
+ [
+ 8.5033923,
+ 57.2020499
+ ],
+ [
+ 9.3316304,
+ 57.2027636
+ ],
+ [
+ 9.3319079,
+ 57.2924835
+ ],
+ [
+ 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"
+ }
+]
\ No newline at end of file
diff --git a/data/presets/categories.json b/data/presets/categories.json
deleted file mode 100644
index c395e89f4..000000000
--- a/data/presets/categories.json
+++ /dev/null
@@ -1 +0,0 @@
-{"category-building":{"geometry":"area","name":"Building","icon":"building","members":["building/house","building/apartments","building/commercial","building/industrial","building/residential","building"]},"category-golf":{"geometry":"area","name":"Golf","icon":"golf","members":["golf/fairway","golf/green","golf/lateral_water_hazard","golf/rough","golf/bunker","golf/tee","golf/water_hazard"]},"category-landuse":{"geometry":"area","name":"Land Use","icon":"land-use","members":["landuse/residential","landuse/industrial","landuse/commercial","landuse/retail","landuse/farmland","landuse/farmyard","landuse/forest","landuse/meadow","landuse/cemetery","landuse/military"]},"category-path":{"geometry":"line","name":"Path","icon":"category-path","members":["highway/pedestrian","highway/footway","highway/cycleway","highway/bridleway","highway/path","highway/steps"]},"category-rail":{"geometry":"line","name":"Rail","icon":"category-rail","members":["railway/rail","railway/subway","railway/tram","railway/monorail","railway/disused","railway/abandoned"]},"category-restriction":{"geometry":"relation","name":"Restriction","icon":"restriction","members":["type/restriction/no_left_turn","type/restriction/no_right_turn","type/restriction/no_straight_on","type/restriction/no_u_turn","type/restriction/only_left_turn","type/restriction/only_right_turn","type/restriction/only_straight_on","type/restriction"]},"category-road":{"geometry":"line","name":"Road","icon":"category-roads","members":["highway/residential","highway/motorway","highway/trunk","highway/primary","highway/secondary","highway/tertiary","highway/service","highway/motorway_link","highway/trunk_link","highway/primary_link","highway/secondary_link","highway/tertiary_link","highway/unclassified","highway/track","highway/road"]},"category-route":{"geometry":"relation","name":"Route","icon":"route","members":["type/route/road","type/route/bicycle","type/route/foot","type/route/hiking","type/route/bus","type/route/train","type/route/tram","type/route/ferry","type/route/power","type/route/pipeline","type/route/detour","type/route_master","type/route"]},"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","members":["waterway/river","waterway/stream","waterway/canal","waterway/ditch","waterway/drain"]}}
\ No newline at end of file
diff --git a/data/presets/fields.json b/data/presets/fields.json
deleted file mode 100644
index 40fc04577..000000000
--- a/data/presets/fields.json
+++ /dev/null
@@ -1 +0,0 @@
-{"access":{"keys":["access","foot","motor_vehicle","bicycle","horse"],"reference":{"key":"access"},"type":"access","label":"Allowed Access","placeholder":"Not Specified","strings":{"types":{"access":"All","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"},"dismount":{"title":"Dismount","description":"Access permitted but rider must dismount"}}}},"access_simple":{"key":"access","type":"combo","label":"Allowed Access","placeholder":"yes","options":["permissive","private","customers","no"]},"access_toilets":{"key":"access","type":"combo","label":"Access","options":["public","permissive","private","customers"]},"address":{"type":"address","keys":["addr:housename","addr:housenumber","addr:conscriptionnumber","addr:street","addr:city","addr:postcode","addr:place","addr:hamlet","addr:suburb","addr:subdistrict","addr:district","addr:province","addr:state","addr:country"],"reference":{"key":"addr"},"icon":"address","universal":true,"label":"Address","strings":{"placeholders":{"housename":"Housename","housenumber":"123","conscriptionnumber":"123","street":"Street","city":"City","postcode":"Postcode","place":"Place","hamlet":"Hamlet","suburb":"Suburb","subdistrict":"Subdistrict","district":"District","province":"Province","state":"State","country":"Country"}}},"admin_level":{"key":"admin_level","type":"number","label":"Admin Level"},"aerialway":{"key":"aerialway","type":"typeCombo","label":"Type"},"aerialway/access":{"key":"aerialway:access","type":"combo","label":"Access","strings":{"options":{"entry":"Entry","exit":"Exit","both":"Both"}}},"aerialway/bubble":{"key":"aerialway:bubble","type":"check","label":"Bubble"},"aerialway/capacity":{"key":"aerialway:capacity","type":"number","label":"Capacity (per hour)","placeholder":"500, 2500, 5000..."},"aerialway/duration":{"key":"aerialway:duration","type":"number","label":"Duration (minutes)","placeholder":"1, 2, 3..."},"aerialway/heating":{"key":"aerialway:heating","type":"check","label":"Heated"},"aerialway/occupancy":{"key":"aerialway:occupancy","type":"number","label":"Occupancy","placeholder":"2, 4, 8..."},"aerialway/summer/access":{"key":"aerialway:summer:access","type":"combo","label":"Access (summer)","strings":{"options":{"entry":"Entry","exit":"Exit","both":"Both"}}},"aeroway":{"key":"aeroway","type":"typeCombo","label":"Type"},"amenity":{"key":"amenity","type":"typeCombo","label":"Type"},"area/highway":{"key":"area:highway","type":"typeCombo","label":"Type"},"artist":{"key":"artist_name","type":"text","label":"Artist"},"artwork_type":{"key":"artwork_type","type":"combo","label":"Type"},"atm":{"key":"atm","type":"check","label":"ATM"},"backrest":{"key":"backrest","type":"check","label":"Backrest"},"barrier":{"key":"barrier","type":"typeCombo","label":"Type"},"bench":{"key":"bench","type":"check","label":"Bench"},"bicycle_parking":{"key":"bicycle_parking","type":"combo","label":"Type"},"boundary":{"key":"boundary","type":"combo","label":"Type"},"brand":{"key":"brand","type":"text","label":"Brand"},"building":{"key":"building","type":"combo","label":"Building"},"building_area":{"key":"building","type":"combo","default":"yes","geometry":"area","label":"Building"},"capacity":{"key":"capacity","type":"number","label":"Capacity","placeholder":"50, 100, 200..."},"cardinal_direction":{"key":"direction","type":"combo","label":"Direction","strings":{"options":{"N":"North","E":"East","S":"South","W":"West","NE":"Northeast","SE":"Southeast","SW":"Southwest","NW":"Northwest","NNE":"North-northeast","ENE":"East-northeast","ESE":"East-southeast","SSE":"South-southeast","SSW":"South-southwest","WSW":"West-southwest","WNW":"West-northwest","NNW":"North-northwest"}}},"clock_direction":{"key":"direction","type":"combo","label":"Direction","strings":{"options":{"clockwise":"Clockwise","anticlockwise":"Counterclockwise"}}},"collection_times":{"key":"collection_times","type":"text","label":"Collection Times"},"construction":{"key":"construction","type":"combo","label":"Type"},"content":{"key":"content","type":"combo","label":"Contents"},"country":{"key":"country","type":"combo","label":"Country"},"covered":{"key":"covered","type":"check","label":"Covered"},"craft":{"key":"craft","type":"typeCombo","label":"Type"},"crop":{"key":"crop","type":"combo","label":"Crop"},"crossing":{"key":"crossing","type":"combo","label":"Type"},"cuisine":{"key":"cuisine","type":"combo","label":"Cuisine"},"cycleway":{"keys":["cycleway:left","cycleway:right"],"reference":{"key":"cycleway"},"type":"cycleway","label":"Bike Lanes","placeholder":"none","strings":{"types":{"cycleway:left":"Left side","cycleway:right":"Right side"},"options":{"none":{"title":"None","description":"No bike lane"},"lane":{"title":"Standard bike lane","description":"A bike lane separated from auto traffic by a painted line"},"shared_lane":{"title":"Shared bike lane","description":"A bike lane with no separation from auto traffic"},"track":{"title":"Bike track","description":"A bike lane separated from traffic by a physical barrier"},"share_busway":{"title":"Bike lane shared with bus","description":"A bike lane shared with a bus lane"},"opposite_lane":{"title":"Opposite bike lane","description":"A bike lane that travels in the opposite direction of traffic"},"opposite":{"title":"Contraflow bike lane","description":"A bike lane that travels in both directions on a one-way street"}}}},"delivery":{"key":"delivery","type":"check","label":"Delivery"},"denomination":{"key":"denomination","type":"combo","label":"Denomination"},"denotation":{"key":"denotation","type":"combo","label":"Denotation"},"description":{"key":"description","type":"textarea","label":"Description","universal":true},"diaper":{"key":"diaper","type":"combo","label":"Diaper Changing Available","options":["yes","no","room","1","2","3","4","5"]},"dock":{"key":"dock","type":"combo","label":"Type"},"drive_through":{"key":"drive_through","type":"check","label":"Drive-Through"},"electrified":{"key":"electrified","type":"combo","label":"Electrification","placeholder":"Contact Line, Electrified Rail...","strings":{"options":{"contact_line":"Contact Line","rail":"Electrified Rail","yes":"Yes (unspecified)","no":"No"}}},"elevation":{"key":"ele","type":"number","icon":"elevation","universal":true,"label":"Elevation"},"emergency":{"key":"emergency","type":"check","label":"Emergency"},"entrance":{"key":"entrance","type":"typeCombo","label":"Type"},"except":{"key":"except","type":"combo","label":"Exceptions"},"fax":{"key":"fax","type":"tel","label":"Fax","placeholder":"+31 42 123 4567"},"fee":{"key":"fee","type":"check","label":"Fee"},"fire_hydrant/type":{"key":"fire_hydrant:type","type":"combo","label":"Type","strings":{"options":{"pillar":"Pillar/Aboveground","underground":"Underground","wall":"Wall","pond":"Pond"}}},"fixme":{"key":"fixme","type":"textarea","label":"Fix Me","universal":true},"fuel":{"key":"fuel","type":"combo","label":"Fuel"},"fuel/biodiesel":{"key":"fuel:biodiesel","type":"check","label":"Sells Biodiesel"},"fuel/diesel":{"key":"fuel:diesel","type":"check","label":"Sells Diesel"},"fuel/e10":{"key":"fuel:e10","type":"check","label":"Sells E10"},"fuel/e85":{"key":"fuel:e85","type":"check","label":"Sells E85"},"fuel/lpg":{"key":"fuel:lpg","type":"check","label":"Sells Propane"},"fuel/octane_100":{"key":"fuel:octane_100","type":"check","label":"Sells Racing Gasoline"},"fuel/octane_91":{"key":"fuel:octane_91","type":"check","label":"Sells Regular Gasoline"},"fuel/octane_95":{"key":"fuel:octane_95","type":"check","label":"Sells Midgrade Gasoline"},"fuel/octane_98":{"key":"fuel:octane_98","type":"check","label":"Sells Premium Gasoline"},"gauge":{"key":"gauge","type":"combo","label":"Gauge"},"gender":{"type":"radio","keys":["male","female","unisex"],"label":"Gender","placeholder":"Unknown","strings":{"options":{"male":"Male","female":"Female","unisex":"Unisex"}}},"generator/method":{"key":"generator:method","type":"combo","label":"Method"},"generator/source":{"key":"generator:source","type":"combo","label":"Source"},"generator/type":{"key":"generator:type","type":"combo","label":"Type"},"golf_hole":{"key":"ref","type":"text","label":"Reference","placeholder":"Hole number (1-18)"},"handicap":{"key":"handicap","type":"number","label":"Handicap","placeholder":"1-18"},"handrail":{"key":"handrail","type":"check","label":"Handrail"},"highway":{"key":"highway","type":"typeCombo","label":"Type"},"historic":{"key":"historic","type":"typeCombo","label":"Type"},"hoops":{"key":"hoops","type":"number","label":"Hoops","placeholder":"1, 2, 4..."},"iata":{"key":"iata","type":"text","label":"IATA"},"icao":{"key":"icao","type":"text","label":"ICAO"},"incline":{"key":"incline","type":"combo","label":"Incline"},"incline_steps":{"key":"incline","type":"combo","label":"Incline","strings":{"options":{"up":"Up","down":"Down"}}},"information":{"key":"information","type":"typeCombo","label":"Type"},"internet_access":{"key":"internet_access","type":"combo","label":"Internet Access","strings":{"options":{"yes":"Yes","no":"No","wlan":"Wifi","wired":"Wired","terminal":"Terminal"}}},"lamp_type":{"key":"lamp_type","type":"combo","label":"Type"},"landuse":{"key":"landuse","type":"typeCombo","label":"Type"},"lanes":{"key":"lanes","type":"number","label":"Lanes","placeholder":"1, 2, 3..."},"layer":{"key":"layer","type":"combo","label":"Layer"},"leaf_cycle":{"key":"leaf_cycle","type":"combo","label":"Leaf Cycle","strings":{"options":{"evergreen":"Evergreen","deciduous":"Deciduous","semi_evergreen":"Semi-Evergreen","semi_deciduous":"Semi-Deciduous","mixed":"Mixed"}}},"leaf_cycle_singular":{"key":"leaf_cycle","type":"combo","label":"Leaf Cycle","strings":{"options":{"evergreen":"Evergreen","deciduous":"Deciduous","semi_evergreen":"Semi-Evergreen","semi_deciduous":"Semi-Deciduous"}}},"leaf_type":{"key":"leaf_type","type":"combo","label":"Leaf Type","strings":{"options":{"broadleaved":"Broadleaved","needleleaved":"Needleleaved","mixed":"Mixed","leafless":"Leafless"}}},"leaf_type_singular":{"key":"leaf_type","type":"combo","label":"Leaf Type","strings":{"options":{"broadleaved":"Broadleaved","needleleaved":"Needleleaved","leafless":"Leafless"}}},"leisure":{"key":"leisure","type":"typeCombo","label":"Type"},"length":{"key":"length","type":"number","label":"Length (Meters)"},"level":{"key":"level","type":"combo","label":"Level","universal":true},"levels":{"key":"building:levels","type":"number","label":"Levels","placeholder":"2, 4, 6..."},"lit":{"key":"lit","type":"check","label":"Lit"},"location":{"key":"location","type":"combo","label":"Location"},"man_made":{"key":"man_made","type":"typeCombo","label":"Type"},"maxspeed":{"key":"maxspeed","type":"maxspeed","label":"Speed Limit","placeholder":"40, 50, 60..."},"maxstay":{"key":"maxstay","type":"combo","label":"Max Stay","options":["15 min","30 min","45 min","1 hr","1.5 hr","2 hr","2.5 hr","3 hr","4 hr","1 day","2 day"],"snake_case":false},"mtb/scale":{"key":"mtb:scale","type":"combo","label":"Mountain Biking Difficulty","placeholder":"0, 1, 2, 3...","strings":{"options":{"0":"0: Solid gravel/packed earth, no obstacles, wide curves","1":"1: Some loose surface, small obstacles, wide curves","2":"2: Much loose surface, large obstacles, easy hairpins","3":"3: Slippery surface, large obstacles, tight hairpins","4":"4: Loose surface or boulders, dangerous hairpins","5":"5: Maximum difficulty, boulder fields, landslides","6":"6: Not rideable except by the very best mountain bikers"}}},"mtb/scale/imba":{"key":"mtb:scale:imba","type":"combo","label":"IMBA Trail Difficulty","placeholder":"Easy, Medium, Difficult...","strings":{"options":{"0":"Easiest (white circle)","1":"Easy (green circle)","2":"Medium (blue square)","3":"Difficult (black diamond)","4":"Extremely Difficult (double black diamond)"}}},"mtb/scale/uphill":{"key":"mtb:scale:uphill","type":"combo","label":"Mountain Biking Uphill Difficulty","placeholder":"0, 1, 2, 3...","strings":{"options":{"0":"0: Avg. incline <10%, gravel/packed earth, no obstacles","1":"1: Avg. incline <15%, gravel/packed earth, few small objects","2":"2: Avg. incline <20%, stable surface, fistsize rocks/roots","3":"3: Avg. incline <25%, variable surface, fistsize rocks/branches","4":"4: Avg. incline <30%, poor condition, big rocks/branches","5":"5: Very steep, bike generally needs to be pushed or carried"}}},"name":{"key":"name","type":"localized","label":"Name","placeholder":"Common name (if any)"},"natural":{"key":"natural","type":"typeCombo","label":"Natural"},"network":{"key":"network","type":"text","label":"Network"},"note":{"key":"note","type":"textarea","universal":true,"icon":"note","label":"Note"},"office":{"key":"office","type":"typeCombo","label":"Type"},"oneway":{"key":"oneway","type":"check","label":"One Way","strings":{"options":{"undefined":"Assumed to be No","yes":"Yes","no":"No"}}},"oneway_yes":{"key":"oneway","type":"check","label":"One Way","strings":{"options":{"undefined":"Assumed to be Yes","yes":"Yes","no":"No"}}},"opening_hours":{"key":"opening_hours","type":"text","label":"Hours"},"operator":{"key":"operator","type":"text","label":"Operator"},"par":{"key":"par","type":"number","label":"Par","placeholder":"3, 4, 5..."},"park_ride":{"key":"park_ride","type":"check","label":"Park and Ride"},"parking":{"key":"parking","type":"combo","label":"Type","strings":{"options":{"surface":"Surface","multi-storey":"Multilevel","underground":"Underground","sheds":"Sheds","carports":"Carports","garage_boxes":"Garage Boxes","lane":"Roadside Lane"}}},"phone":{"key":"phone","type":"tel","icon":"telephone","universal":true,"label":"Phone","placeholder":"+31 42 123 4567"},"piste/difficulty":{"key":"piste:difficulty","type":"combo","label":"Difficulty","placeholder":"Easy, Intermediate, Advanced...","strings":{"options":{"novice":"Novice (instructional)","easy":"Easy (green circle)","intermediate":"Intermediate (blue square)","advanced":"Advanced (black diamond)","expert":"Expert (double black diamond)","freeride":"Freeride (off-piste)","extreme":"Extreme (climbing equipment required)"}}},"piste/grooming":{"key":"piste:grooming","type":"combo","label":"Grooming","strings":{"options":{"classic":"Classic","mogul":"Mogul","backcountry":"Backcountry","classic+skating":"Classic and Skating","scooter":"Scooter/Snowmobile","skating":"Skating"}}},"piste/type":{"key":"piste:type","type":"typeCombo","label":"Type","strings":{"options":{"downhill":"Downhill","nordic":"Nordic","skitour":"Skitour","sled":"Sled","hike":"Hike","sleigh":"Sleigh","ice_skate":"Ice Skate","snow_park":"Snow Park","playground":"Playground"}}},"place":{"key":"place","type":"typeCombo","label":"Type"},"population":{"key":"population","type":"text","label":"Population"},"power":{"key":"power","type":"typeCombo","label":"Type"},"power_supply":{"key":"power_supply","type":"check","label":"Power Supply"},"railway":{"key":"railway","type":"typeCombo","label":"Type"},"recycling/cans":{"key":"recycling:cans","type":"check","label":"Accepts Cans"},"recycling/clothes":{"key":"recycling:clothes","type":"check","label":"Accepts Clothes"},"recycling/glass":{"key":"recycling:glass","type":"check","label":"Accepts Glass"},"recycling/glass_bottles":{"key":"recycling:glass_bottles","type":"check","label":"Accepts Glass Bottles"},"recycling/paper":{"key":"recycling:paper","type":"check","label":"Accepts Paper"},"recycling/plastic":{"key":"recycling:plastic","type":"check","label":"Accepts Plastic"},"recycling/type":{"key":"recycling_type","type":"combo","label":"Recycling Type","strings":{"options":{"container":"Container","centre":"Recycling Center"}}},"ref":{"key":"ref","type":"text","label":"Reference"},"relation":{"key":"type","type":"combo","label":"Type"},"religion":{"key":"religion","type":"combo","label":"Religion"},"restriction":{"key":"restriction","type":"combo","label":"Type"},"restrictions":{"type":"restrictions","geometry":"vertex","icon":"restrictions","reference":{"rtype":"restriction"},"label":"Turn Restrictions"},"route":{"key":"route","type":"combo","label":"Type"},"route_master":{"key":"route_master","type":"combo","label":"Type"},"sac_scale":{"key":"sac_scale","type":"combo","label":"Hiking Difficulty","placeholder":"Mountain Hiking, Alpine Hiking...","strings":{"options":{"hiking":"T1: Hiking","mountain_hiking":"T2: Mountain Hiking","demanding_mountain_hiking":"T3: Demanding Mountain Hiking","alpine_hiking":"T4: Alpine Hiking","demanding_alpine_hiking":"T5: Demanding Alpine Hiking","difficult_alpine_hiking":"T6: Difficult Alpine Hiking"}}},"sanitary_dump_station":{"key":"sanitary_dump_station","type":"check","label":"Toilet Disposal"},"seasonal":{"key":"seasonal","type":"check","label":"Seasonal"},"service":{"key":"service","type":"combo","label":"Type","options":["parking_aisle","driveway","alley","emergency_access","drive-through"]},"service/bicycle/chain_tool":{"key":"service:bicycle:chain_tool","type":"check","label":"Chain Tool","strings":{"options":{"undefined":"Assumed to be No","yes":"Yes","no":"No"}}},"service/bicycle/pump":{"key":"service:bicycle:pump","type":"check","label":"Air Pump","strings":{"options":{"undefined":"Assumed to be No","yes":"Yes","no":"No"}}},"service_rail":{"key":"service","type":"combo","label":"Service Type","strings":{"options":{"spur":"Spur","yard":"Yard","siding":"Siding","crossover":"Crossover"}}},"shelter":{"key":"shelter","type":"check","label":"Shelter"},"shelter_type":{"key":"shelter_type","type":"combo","label":"Type"},"shop":{"key":"shop","type":"typeCombo","label":"Type"},"sloped_curb":{"key":"sloped_curb","type":"combo","label":"Sloped Curb"},"smoking":{"key":"smoking","type":"combo","label":"Smoking","placeholder":"No, Separated, Yes...","strings":{"options":{"no":"No smoking anywhere","separated":"In smoking areas, not physically isolated","isolated":"In smoking areas, physically isolated","outside":"Allowed outside","yes":"Allowed everywhere","dedicated":"Dedicated to smokers (e.g. smokers' club)"}}},"smoothness":{"key":"smoothness","type":"combo","label":"Smoothness","placeholder":"Thin Rollers, Wheels, Off-Road...","strings":{"options":{"excellent":"Thin Rollers: rollerblade, skateboard","good":"Thin Wheels: racing bike","intermediate":"Wheels: city bike, wheelchair, scooter","bad":"Robust Wheels: trekking bike, car, rickshaw","very_bad":"High Clearance: light duty off-road vehicle","horrible":"Off-Road: heavy duty off-road vehicle","very_horrible":"Specialized off-road: tractor, ATV","impassable":"Impassable / No wheeled vehicle"}}},"social_facility_for":{"key":"social_facility:for","type":"radio","label":"People served","placeholder":"Homeless, Disabled, Child, etc","options":["abused","child","disabled","diseased","drug_addicted","homeless","juvenile","mental_health","migrant","orphan","senior","underprivileged","unemployed","victim"]},"source":{"key":"source","type":"text","icon":"source","universal":true,"label":"Source"},"sport":{"key":"sport","type":"combo","label":"Sport"},"sport_ice":{"key":"sport","type":"combo","label":"Sport","options":["skating","hockey","multi","curling","ice_stock"]},"sport_racing":{"key":"sport","type":"combo","label":"Sport","options":["cycling","dog_racing","horse_racing","karting","motor","motocross","running"]},"structure":{"type":"radio","keys":["bridge","tunnel","embankment","cutting","ford"],"label":"Structure","placeholder":"Unknown","strings":{"options":{"bridge":"Bridge","tunnel":"Tunnel","embankment":"Embankment","cutting":"Cutting","ford":"Ford"}}},"studio_type":{"key":"type","type":"combo","label":"Type","options":["audio","video"]},"substation":{"key":"substation","type":"typeCombo","label":"Type"},"supervised":{"key":"supervised","type":"check","label":"Supervised"},"surface":{"key":"surface","type":"combo","label":"Surface"},"tactile_paving":{"key":"tactile_paving","type":"check","label":"Tactile Paving"},"takeaway":{"key":"takeaway","type":"combo","label":"Takeaway","placeholder":"Yes, No, Takeaway Only...","strings":{"options":{"yes":"Yes","no":"No","only":"Takeaway Only"}}},"toilets/disposal":{"key":"toilets:disposal","type":"combo","label":"Disposal","strings":{"options":{"flush":"Flush","pitlatrine":"Pit/Latrine","chemical":"Chemical","bucket":"Bucket"}}},"tourism":{"key":"tourism","type":"typeCombo","label":"Type"},"towertype":{"key":"tower:type","type":"combo","label":"Tower type"},"tracktype":{"key":"tracktype","type":"combo","label":"Track Type","placeholder":"Solid, Mostly Solid, Soft...","strings":{"options":{"grade1":"Solid: paved or heavily compacted hardcore surface","grade2":"Mostly Solid: gravel/rock with some soft material mixed in","grade3":"Even mixture of hard and soft materials","grade4":"Mostly Soft: soil/sand/grass with some hard material mixed in","grade5":"Soft: soil/sand/grass"}}},"traffic_signals":{"key":"traffic_signals","type":"combo","label":"Type","default":"signal"},"trail_visibility":{"key":"trail_visibility","type":"combo","label":"Trail Visibility","placeholder":"Excellent, Good, Bad...","strings":{"options":{"excellent":"Excellent: unambiguous path or markers everywhere","good":"Good: markers visible, sometimes require searching","intermediate":"Intermediate: few markers, path mostly visible","bad":"Bad: no markers, path sometimes invisible/pathless","horrible":"Horrible: often pathless, some orientation skills required","no":"No: pathless, excellent orientation skills required"}}},"trees":{"key":"trees","type":"combo","label":"Trees"},"tunnel":{"key":"tunnel","type":"combo","label":"Tunnel"},"vending":{"key":"vending","type":"combo","label":"Type of Goods"},"water":{"key":"water","type":"combo","label":"Type"},"water_point":{"key":"water_point","type":"check","label":"Water Point"},"waterway":{"key":"waterway","type":"typeCombo","label":"Type"},"website":{"key":"website","type":"url","icon":"website","placeholder":"http://example.com/","universal":true,"label":"Website"},"wetland":{"key":"wetland","type":"combo","label":"Type"},"wheelchair":{"key":"wheelchair","type":"radio","options":["yes","limited","no"],"icon":"wheelchair","universal":true,"label":"Wheelchair Access"},"width":{"key":"width","type":"number","label":"Width (Meters)"},"wikipedia":{"key":"wikipedia","type":"wikipedia","icon":"wikipedia","universal":true,"label":"Wikipedia"}}
\ No newline at end of file
diff --git a/data/presets/presets.json b/data/presets/presets.json
deleted file mode 100644
index ac0e565cb..000000000
--- a/data/presets/presets.json
+++ /dev/null
@@ -1 +0,0 @@
-{"address":{"fields":["address"],"geometry":["point"],"tags":{"addr:housenumber":"*"},"addTags":{},"removeTags":{},"matchScore":0.2,"name":"Address"},"aerialway":{"fields":["aerialway"],"geometry":["point","vertex","line"],"tags":{"aerialway":"*"},"terms":["ski lift","funifor","funitel"],"searchable":false,"name":"Aerialway"},"aerialway/cable_car":{"geometry":["line"],"terms":["tramway","ropeway"],"fields":["aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/heating"],"tags":{"aerialway":"cable_car"},"name":"Cable Car"},"aerialway/chair_lift":{"geometry":["line"],"fields":["aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],"tags":{"aerialway":"chair_lift"},"name":"Chair Lift"},"aerialway/gondola":{"geometry":["line"],"fields":["aerialway/occupancy","aerialway/capacity","aerialway/duration","aerialway/bubble","aerialway/heating"],"tags":{"aerialway":"gondola"},"name":"Gondola"},"aerialway/magic_carpet":{"geometry":["line"],"fields":["aerialway/capacity","aerialway/duration","aerialway/heating"],"tags":{"aerialway":"magic_carpet"},"name":"Magic Carpet Lift"},"aerialway/platter":{"geometry":["line"],"terms":["button lift","poma lift"],"fields":["aerialway/capacity","aerialway/duration"],"tags":{"aerialway":"platter"},"name":"Platter Lift"},"aerialway/pylon":{"geometry":["point","vertex"],"fields":["ref"],"tags":{"aerialway":"pylon"},"name":"Aerialway Pylon"},"aerialway/rope_tow":{"geometry":["line"],"terms":["handle tow","bugel lift"],"fields":["aerialway/capacity","aerialway/duration"],"tags":{"aerialway":"rope_tow"},"name":"Rope Tow Lift"},"aerialway/station":{"geometry":["point","vertex"],"fields":["aerialway/access","aerialway/summer/access","elevation"],"tags":{"aerialway":"station"},"name":"Aerialway Station"},"aerialway/t-bar":{"geometry":["line"],"fields":["aerialway/capacity","aerialway/duration"],"tags":{"aerialway":"t-bar"},"name":"T-bar Lift"},"aeroway":{"icon":"airport","fields":["aeroway"],"geometry":["point","vertex","line","area"],"tags":{"aeroway":"*"},"searchable":false,"name":"Aeroway"},"aeroway/aerodrome":{"icon":"airport","geometry":["point","area"],"terms":["airplane","airport","aerodrome"],"fields":["ref","iata","icao","operator"],"tags":{"aeroway":"aerodrome"},"name":"Airport"},"aeroway/apron":{"icon":"airport","geometry":["area"],"terms":["ramp"],"fields":["ref","surface"],"tags":{"aeroway":"apron"},"name":"Apron"},"aeroway/gate":{"icon":"airport","geometry":["point"],"fields":["ref"],"tags":{"aeroway":"gate"},"name":"Airport gate"},"aeroway/hangar":{"geometry":["area"],"fields":["building_area"],"tags":{"aeroway":"hangar"},"name":"Hangar"},"aeroway/helipad":{"icon":"heliport","geometry":["point","area"],"terms":["helicopter","helipad","heliport"],"tags":{"aeroway":"helipad"},"name":"Helipad"},"aeroway/runway":{"geometry":["line","area"],"terms":["landing strip"],"fields":["ref","surface","length","width"],"tags":{"aeroway":"runway"},"name":"Runway"},"aeroway/taxiway":{"geometry":["line"],"fields":["ref","surface"],"tags":{"aeroway":"taxiway"},"name":"Taxiway"},"aeroway/terminal":{"geometry":["point","area"],"terms":["airport","aerodrome"],"fields":["operator","building_area"],"tags":{"aeroway":"terminal"},"name":"Airport terminal"},"amenity":{"fields":["amenity"],"geometry":["point","vertex","area"],"tags":{"amenity":"*"},"searchable":false,"name":"Amenity"},"amenity/arts_centre":{"icon":"theatre","fields":["address","building_area","opening_hours"],"geometry":["point","area"],"terms":[],"tags":{"amenity":"arts_centre"},"name":"Arts Center"},"amenity/atm":{"icon":"bank","fields":["operator","drive_through"],"geometry":["point","vertex"],"terms":["money","cash","machine"],"tags":{"amenity":"atm"},"name":"ATM"},"amenity/bank":{"icon":"bank","fields":["atm","operator","address","building_area","opening_hours","drive_through"],"geometry":["point","area"],"terms":["credit union","check","deposit","fund","investment","repository","reserve","safe","savings","stock","treasury","trust","vault"],"tags":{"amenity":"bank"},"name":"Bank"},"amenity/bar":{"icon":"bar","fields":["operator","address","building_area","opening_hours","smoking"],"geometry":["point","area"],"terms":["dive","beer","bier","booze"],"tags":{"amenity":"bar"},"name":"Bar"},"amenity/bbq":{"fields":["covered","fuel"],"geometry":["point"],"terms":["bbq"],"tags":{"amenity":"bbq"},"name":"Barbecue/Grill"},"amenity/bench":{"fields":["backrest"],"geometry":["point","vertex","line"],"terms":["seat"],"tags":{"amenity":"bench"},"name":"Bench"},"amenity/bicycle_parking":{"icon":"bicycle","fields":["bicycle_parking","capacity","operator","covered","access_simple"],"geometry":["point","vertex","area"],"terms":["bike"],"tags":{"amenity":"bicycle_parking"},"name":"Bicycle Parking"},"amenity/bicycle_rental":{"icon":"bicycle","fields":["capacity","network","operator"],"geometry":["point","vertex","area"],"terms":["bike"],"tags":{"amenity":"bicycle_rental"},"name":"Bicycle Rental"},"amenity/bicycle_repair_station":{"icon":"bicycle","fields":["operator","brand","opening_hours","fee","service/bicycle/chain_tool","service/bicycle/pump"],"geometry":["point","vertex","area"],"terms":["bike","repair","chain","pump"],"tags":{"amenity":"bicycle_repair_station"},"name":"Bicycle Repair Tool Stand"},"amenity/biergarten":{"icon":"beer","fields":["address","building_area","opening_hours","smoking"],"geometry":["point","area"],"tags":{"amenity":"biergarten"},"terms":["beer","bier","booze"],"name":"Beer Garden"},"amenity/boat_rental":{"fields":["operator"],"geometry":["point","area"],"tags":{"amenity":"boat_rental"},"name":"Boat Rental"},"amenity/bureau_de_change":{"icon":"bank","fields":["operator"],"geometry":["point","vertex"],"terms":["bureau de change","money changer"],"tags":{"amenity":"bureau_de_change"},"name":"Currency Exchange"},"amenity/bus_station":{"icon":"bus","fields":["building_area","operator"],"geometry":["point","area"],"tags":{"amenity":"bus_station"},"name":"Bus Station"},"amenity/cafe":{"icon":"cafe","fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"geometry":["point","area"],"terms":["bistro","coffee","tea"],"tags":{"amenity":"cafe"},"name":"Cafe"},"amenity/car_rental":{"icon":"car","fields":["operator"],"geometry":["point","area"],"tags":{"amenity":"car_rental"},"name":"Car Rental"},"amenity/car_sharing":{"icon":"car","fields":["operator","capacity"],"geometry":["point","area"],"tags":{"amenity":"car_sharing"},"name":"Car Sharing"},"amenity/car_wash":{"icon":"car","fields":["address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"amenity":"car_wash"},"name":"Car Wash"},"amenity/casino":{"fields":["operator","address","building_area","opening_hours","smoking"],"geometry":["point","area"],"terms":["gambling","roulette","craps","poker","blackjack"],"tags":{"amenity":"casino"},"name":"Casino"},"amenity/charging_station":{"icon":"car","fields":["operator"],"geometry":["point","area"],"tags":{"amenity":"charging_station"},"terms":["EV","Electric Vehicle","Supercharger"],"name":"Charging Station"},"amenity/childcare":{"icon":"school","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["daycare","orphanage","playgroup"],"tags":{"amenity":"childcare"},"name":"Nursery/Childcare"},"amenity/cinema":{"icon":"cinema","fields":["address","building_area","opening_hours"],"geometry":["point","area"],"terms":["drive-in","film","flick","movie","theater","picture","show","screen"],"tags":{"amenity":"cinema"},"name":"Cinema"},"amenity/clinic":{"icon":"hospital","fields":["address","building_area","opening_hours"],"geometry":["point","area"],"terms":["medical","urgentcare"],"tags":{"amenity":"clinic"},"name":"Clinic"},"amenity/clock":{"geometry":["point","vertex"],"tags":{"amenity":"clock"},"name":"Clock"},"amenity/college":{"icon":"college","fields":["operator","address"],"geometry":["point","area"],"terms":["university"],"tags":{"amenity":"college"},"name":"College Grounds"},"amenity/community_centre":{"icon":"town-hall","fields":["operator","address","building_area"],"geometry":["point","area"],"terms":["event","hall"],"tags":{"amenity":"community_centre"},"name":"Community Center"},"amenity/compressed_air":{"icon":"car","geometry":["point","area"],"tags":{"amenity":"compressed_air"},"name":"Compressed Air"},"amenity/courthouse":{"icon":"town-hall","fields":["operator","address","building_area"],"geometry":["point","area"],"tags":{"amenity":"courthouse"},"name":"Courthouse"},"amenity/dentist":{"icon":"dentist","fields":["address","building_area","opening_hours"],"geometry":["point","area"],"terms":["tooth","teeth"],"tags":{"amenity":"dentist"},"name":"Dentist"},"amenity/doctors":{"icon":"hospital","fields":["address","building_area","opening_hours"],"geometry":["point","area"],"terms":["medic*"],"tags":{"amenity":"doctors"},"name":"Doctor"},"amenity/dojo":{"icon":"pitch","fields":["sport","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["martial arts","dojang"],"tags":{"amenity":"dojo"},"name":"Dojo / Martial Arts Academy"},"amenity/drinking_water":{"icon":"water","geometry":["point"],"tags":{"amenity":"drinking_water"},"terms":["fountain","potable"],"name":"Drinking Water"},"amenity/embassy":{"icon":"embassy","fields":["country","address","building_area"],"geometry":["point","area"],"tags":{"amenity":"embassy"},"name":"Embassy"},"amenity/fast_food":{"icon":"fast-food","fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"geometry":["point","area"],"tags":{"amenity":"fast_food"},"terms":["restaurant"],"name":"Fast Food"},"amenity/ferry_terminal":{"icon":"ferry","fields":["network","operator","address","building_area"],"geometry":["point","vertex","area"],"terms":[],"tags":{"amenity":"ferry_terminal"},"name":"Ferry Terminal"},"amenity/fire_station":{"icon":"fire-station","fields":["operator","address","building_area"],"geometry":["point","area"],"terms":[],"tags":{"amenity":"fire_station"},"name":"Fire Station"},"amenity/fountain":{"geometry":["point","area"],"tags":{"amenity":"fountain"},"name":"Fountain"},"amenity/fuel":{"icon":"fuel","fields":["operator","address","opening_hours"],"geometry":["point","area"],"terms":["petrol","fuel","gasoline","propane","diesel","lng","cng","biodiesel"],"tags":{"amenity":"fuel"},"name":"Gas Station"},"amenity/grave_yard":{"icon":"cemetery","fields":["religion","denomination"],"geometry":["point","area"],"tags":{"amenity":"grave_yard"},"name":"Graveyard"},"amenity/grit_bin":{"fields":["access_simple"],"geometry":["point","vertex"],"tags":{"amenity":"grit_bin"},"terms":["salt","sand"],"name":"Grit Bin"},"amenity/hospital":{"icon":"hospital","fields":["operator","address","emergency"],"geometry":["point","area"],"terms":["clinic","doctor","emergency room","health service","hospice","infirmary","institution","nursing home","sanatorium","sanitarium","sick","surgery","ward"],"tags":{"amenity":"hospital"},"name":"Hospital Grounds"},"amenity/hunting_stand":{"geometry":["point","vertex","area"],"terms":[],"tags":{"amenity":"hunting_stand"},"name":"Hunting Stand"},"amenity/kindergarten":{"icon":"school","fields":["operator","address"],"geometry":["point","area"],"terms":["kindergarden","pre-school"],"tags":{"amenity":"kindergarten"},"name":"Preschool/Kindergarten Grounds"},"amenity/library":{"icon":"library","fields":["operator","building_area","address","opening_hours"],"geometry":["point","area"],"terms":["book"],"tags":{"amenity":"library"},"name":"Library"},"amenity/marketplace":{"fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"amenity":"marketplace"},"name":"Marketplace"},"amenity/motorcycle_parking":{"icon":"scooter","fields":["capacity","operator","covered","access_simple"],"geometry":["point","vertex","area"],"tags":{"amenity":"motorcycle_parking"},"name":"Motorcycle Parking"},"amenity/nightclub":{"icon":"bar","fields":["operator","address","building_area","opening_hours","smoking"],"geometry":["point","area"],"tags":{"amenity":"nightclub"},"terms":["disco*","night club","dancing","dance club"],"name":"Nightclub"},"amenity/parking":{"icon":"parking","fields":["operator","parking","capacity","fee","access_simple","supervised","park_ride","surface","maxstay","address"],"geometry":["point","vertex","area"],"tags":{"amenity":"parking"},"terms":[],"name":"Car Parking"},"amenity/parking_entrance":{"icon":"entrance","fields":["access_simple","ref"],"geometry":["vertex"],"tags":{"amenity":"parking_entrance"},"name":"Parking Garage Entrance/Exit"},"amenity/parking_space":{"fields":["capacity"],"geometry":["point","vertex","area"],"terms":[],"tags":{"amenity":"parking_space"},"name":"Parking Space"},"amenity/pharmacy":{"icon":"pharmacy","fields":["operator","address","building_area","opening_hours","drive_through"],"geometry":["point","area"],"tags":{"amenity":"pharmacy"},"terms":["drug","medicine"],"name":"Pharmacy"},"amenity/place_of_worship":{"icon":"place-of-worship","fields":["religion","denomination","address","building_area"],"geometry":["point","area"],"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"],"tags":{"amenity":"place_of_worship"},"name":"Place of Worship"},"amenity/place_of_worship/buddhist":{"icon":"place-of-worship","fields":["denomination","building_area","address"],"geometry":["point","area"],"terms":["stupa","vihara","monastery","temple","pagoda","zendo","dojo"],"tags":{"amenity":"place_of_worship","religion":"buddhist"},"name":"Buddhist Temple"},"amenity/place_of_worship/christian":{"icon":"religious-christian","fields":["denomination","building_area","address"],"geometry":["point","area"],"terms":["christian","abbey","basilica","bethel","cathedral","chancel","chantry","chapel","fold","house of God","house of prayer","house of worship","minster","mission","oratory","parish","sacellum","sanctuary","shrine","tabernacle","temple"],"tags":{"amenity":"place_of_worship","religion":"christian"},"name":"Church"},"amenity/place_of_worship/jewish":{"icon":"religious-jewish","fields":["denomination","building_area","address"],"geometry":["point","area"],"terms":["jewish"],"tags":{"amenity":"place_of_worship","religion":"jewish"},"name":"Synagogue"},"amenity/place_of_worship/muslim":{"icon":"religious-muslim","fields":["denomination","building_area","address"],"geometry":["point","area"],"terms":["muslim"],"tags":{"amenity":"place_of_worship","religion":"muslim"},"name":"Mosque"},"amenity/police":{"icon":"police","fields":["operator","address","building_area"],"geometry":["point","area"],"terms":["badge","constable","constabulary","cop","detective","fed","law","enforcement","officer","patrol"],"tags":{"amenity":"police"},"name":"Police"},"amenity/post_box":{"icon":"post","fields":["operator","collection_times","drive_through"],"geometry":["point","vertex"],"tags":{"amenity":"post_box"},"terms":["letter","post"],"name":"Mailbox"},"amenity/post_office":{"icon":"post","fields":["operator","address","building_area","collection_times"],"geometry":["point","area"],"terms":["letter","mail"],"tags":{"amenity":"post_office"},"name":"Post Office"},"amenity/pub":{"icon":"beer","fields":["address","building_area","opening_hours","smoking"],"geometry":["point","area"],"tags":{"amenity":"pub"},"terms":["dive","beer","bier","booze"],"name":"Pub"},"amenity/public_bookcase":{"icon":"library","fields":["name","operator","capacity","website"],"geometry":["point","area"],"terms":["library","bookcrossing"],"tags":{"amenity":"public_bookcase"},"name":"Public Bookcase"},"amenity/ranger_station":{"fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["visitor center","visitor centre","permit center","permit centre","backcountry office","warden office","warden center"],"tags":{"amenity":"ranger_station"},"name":"Ranger Station"},"amenity/recycling":{"icon":"waste-basket","fields":["operator","address","recycling/type","recycling/cans","recycling/glass_bottles","recycling/paper","recycling/glass","recycling/plastic","recycling/clothes"],"geometry":["point","area"],"terms":["can","bottle","garbage","scrap","trash"],"tags":{"amenity":"recycling"},"name":"Recycling"},"amenity/register_office":{"icon":"town-hall","fields":["address","building_area","opening_hours","operator"],"geometry":["point","area"],"terms":[],"tags":{"amenity":"register_office"},"name":"Register Office"},"amenity/restaurant":{"icon":"restaurant","fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"geometry":["point","area"],"terms":["bar","breakfast","cafe","café","canteen","coffee","dine","dining","dinner","drive-in","eat","grill","lunch","table"],"tags":{"amenity":"restaurant"},"name":"Restaurant"},"amenity/sanitary_dump_station":{"fields":["operator","access_toilets","fee","water_point"],"geometry":["point","vertex","area"],"terms":["Motor Home","Camper","Sanitary","Dump Station","Elsan","CDP","CTDP","Chemical Toilet"],"tags":{"amenity":"sanitary_dump_station"},"name":"RV Toilet Disposal"},"amenity/school":{"icon":"school","fields":["operator","address"],"geometry":["point","area"],"terms":["academy","elementary school","middle school","high school"],"tags":{"amenity":"school"},"name":"School Grounds"},"amenity/shelter":{"fields":["shelter_type"],"geometry":["point","vertex","area"],"terms":["lean-to","gazebo","picnic"],"tags":{"amenity":"shelter"},"name":"Shelter"},"amenity/social_facility":{"fields":["operator","address","building_area","opening_hours","wheelchair","social_facility_for"],"geometry":["point","area"],"terms":[],"tags":{"amenity":"social_facility"},"name":"Social Facility"},"amenity/social_facility/food_bank":{"fields":["operator","address","building_area","opening_hours","social_facility_for"],"geometry":["point","area"],"terms":[],"tags":{"amenity":"social_facility","social_facility":"food_bank"},"name":"Food Bank"},"amenity/social_facility/group_home":{"fields":["operator","address","building_area","opening_hours","wheelchair","social_facility_for"],"geometry":["point","area"],"terms":["old","senior","living"],"tags":{"amenity":"social_facility","social_facility":"group_home","social_facility:for":"senior"},"name":"Elderly Group Home"},"amenity/social_facility/homeless_shelter":{"fields":["operator","address","building_area","opening_hours","wheelchair","social_facility_for"],"geometry":["point","area"],"terms":["houseless","unhoused","displaced"],"tags":{"amenity":"social_facility","social_facility":"shelter","social_facility:for":"homeless"},"name":"Homeless Shelter"},"amenity/studio":{"icon":"music","fields":["studio_type","address","building_area"],"geometry":["point","area"],"terms":["recording","radio","television"],"tags":{"amenity":"studio"},"name":"Studio"},"amenity/swimming_pool":{"icon":"swimming","geometry":["point","vertex","area"],"tags":{"amenity":"swimming_pool"},"name":"Swimming Pool","searchable":false},"amenity/taxi":{"icon":"car","fields":["operator","capacity"],"geometry":["point","vertex","area"],"terms":["cab"],"tags":{"amenity":"taxi"},"name":"Taxi Stand"},"amenity/telephone":{"icon":"telephone","geometry":["point","vertex"],"tags":{"amenity":"telephone"},"terms":["phone"],"name":"Telephone"},"amenity/theatre":{"icon":"theatre","fields":["operator","address","building_area"],"geometry":["point","area"],"terms":["theatre","performance","play","musical"],"tags":{"amenity":"theatre"},"name":"Theater"},"amenity/toilets":{"icon":"toilets","fields":["toilets/disposal","operator","building_area","access_toilets","gender","fee","diaper"],"geometry":["point","vertex","area"],"terms":["bathroom","restroom","outhouse","privy","head","lavatory","latrine","water closet","WC","W.C."],"tags":{"amenity":"toilets"},"name":"Toilets"},"amenity/townhall":{"icon":"town-hall","fields":["operator","address","building_area"],"geometry":["point","area"],"terms":["village","city","government","courthouse","municipal"],"tags":{"amenity":"townhall"},"name":"Town Hall"},"amenity/university":{"icon":"college","fields":["operator","address"],"geometry":["point","area"],"terms":["college"],"tags":{"amenity":"university"},"name":"University Grounds"},"amenity/vending_machine/cigarettes":{"fields":["operator"],"geometry":["point"],"terms":["cigarette"],"tags":{"amenity":"vending_machine","vending":"cigarettes"},"name":"Cigarette Vending Machine"},"amenity/vending_machine/condoms":{"fields":["operator"],"geometry":["point"],"terms":["condom"],"tags":{"amenity":"vending_machine","vending":"condoms"},"name":"Condom Vending Machine"},"amenity/vending_machine/drinks":{"fields":["operator"],"geometry":["point"],"terms":["drink","soda","beverage","juice","pop"],"tags":{"amenity":"vending_machine","vending":"drinks"},"name":"Drink Vending Machine"},"amenity/vending_machine/excrement_bags":{"fields":["operator"],"geometry":["point"],"terms":["excrement bags","poop","dog","animal"],"tags":{"amenity":"vending_machine","vending":"excrement_bags"},"name":"Excrement Bag Vending Machine"},"amenity/vending_machine/news_papers":{"fields":["operator"],"geometry":["point"],"terms":["newspaper"],"tags":{"amenity":"vending_machine","vending":"news_papers"},"name":"Newspaper Vending Machine"},"amenity/vending_machine/parcel_pickup_dropoff":{"fields":["operator"],"geometry":["point"],"terms":["parcel","mail","pickup"],"tags":{"amenity":"vending_machine","vending":"parcel_pickup;parcel_mail_in"},"name":"Parcel Pickup/Dropoff Vending Machine"},"amenity/vending_machine/parking_tickets":{"fields":["operator"],"geometry":["point"],"terms":["parking","ticket"],"tags":{"amenity":"vending_machine","vending":"parking_tickets"},"name":"Parking Ticket Vending Machine"},"amenity/vending_machine/public_transport_tickets":{"fields":["operator"],"geometry":["point"],"terms":["bus","train","ferry","rail","ticket","transportation"],"tags":{"amenity":"vending_machine","vending":"public_transport_tickets"},"name":"Transit Ticket Vending Machine"},"amenity/vending_machine/sweets":{"fields":["operator"],"geometry":["point"],"terms":["candy","gum","chip","pretzel","cookie","cracker"],"tags":{"amenity":"vending_machine","vending":"sweets"},"name":"Snack Vending Machine"},"amenity/vending_machine/vending_machine":{"fields":["vending","operator"],"geometry":["point"],"terms":[],"tags":{"amenity":"vending_machine"},"name":"Vending Machine"},"amenity/veterinary":{"icon":"dog-park","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["pet clinic","veterinarian","animal hospital","pet doctor"],"tags":{"amenity":"veterinary"},"name":"Veterinary"},"amenity/waste_basket":{"icon":"waste-basket","geometry":["point","vertex"],"tags":{"amenity":"waste_basket"},"terms":["bin","rubbish","litter","trash","garbage"],"name":"Waste Basket"},"amenity/waste_disposal":{"icon":"waste-basket","geometry":["point","vertex"],"tags":{"amenity":"waste_disposal"},"terms":["rubbish","litter","trash"],"name":"Garbage Dumpster"},"amenity/water_point":{"icon":"water","geometry":["area","vertex","point"],"tags":{"amenity":"water_point"},"name":"RV Drinking Water"},"area":{"name":"Area","tags":{"area":"yes"},"geometry":["area"],"matchScore":0.1},"area/highway":{"fields":["area/highway"],"geometry":["area"],"tags":{"area:highway":"*"},"name":"Road Surface"},"barrier":{"geometry":["point","vertex","line","area"],"tags":{"barrier":"*"},"fields":["barrier"],"name":"Barrier"},"barrier/block":{"fields":["access"],"geometry":["point","vertex"],"tags":{"barrier":"block"},"name":"Block"},"barrier/bollard":{"fields":["access"],"geometry":["point","vertex","line"],"tags":{"barrier":"bollard"},"name":"Bollard"},"barrier/cattle_grid":{"geometry":["vertex"],"tags":{"barrier":"cattle_grid"},"name":"Cattle Grid"},"barrier/city_wall":{"geometry":["line","area"],"tags":{"barrier":"city_wall"},"name":"City Wall"},"barrier/cycle_barrier":{"fields":["access"],"geometry":["vertex"],"tags":{"barrier":"cycle_barrier"},"name":"Cycle Barrier"},"barrier/ditch":{"geometry":["line","area"],"tags":{"barrier":"ditch"},"name":"Ditch"},"barrier/entrance":{"icon":"entrance","geometry":["vertex"],"tags":{"barrier":"entrance"},"name":"Entrance","searchable":false},"barrier/fence":{"geometry":["line"],"tags":{"barrier":"fence"},"name":"Fence"},"barrier/gate":{"fields":["access"],"geometry":["point","vertex","line"],"tags":{"barrier":"gate"},"name":"Gate"},"barrier/hedge":{"geometry":["line","area"],"tags":{"barrier":"hedge"},"name":"Hedge"},"barrier/kissing_gate":{"fields":["access"],"geometry":["vertex"],"tags":{"barrier":"kissing_gate"},"name":"Kissing Gate"},"barrier/lift_gate":{"fields":["access"],"geometry":["point","vertex"],"tags":{"barrier":"lift_gate"},"name":"Lift Gate"},"barrier/retaining_wall":{"geometry":["line","area"],"tags":{"barrier":"retaining_wall"},"name":"Retaining Wall"},"barrier/stile":{"fields":["access"],"geometry":["point","vertex"],"tags":{"barrier":"stile"},"name":"Stile"},"barrier/toll_booth":{"fields":["access"],"geometry":["vertex"],"tags":{"barrier":"toll_booth"},"name":"Toll Booth"},"barrier/wall":{"geometry":["line","area"],"tags":{"barrier":"wall"},"name":"Wall"},"boundary/administrative":{"name":"Administrative Boundary","geometry":["line"],"tags":{"boundary":"administrative"},"fields":["admin_level"]},"building":{"icon":"building","fields":["building","levels","address"],"geometry":["point","area"],"tags":{"building":"*"},"matchScore":0.4,"terms":[],"name":"Building"},"building/apartments":{"icon":"commercial","fields":["address","levels"],"geometry":["area"],"tags":{"building":"apartments"},"matchScore":0.5,"name":"Apartments"},"building/barn":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"barn"},"matchScore":0.5,"name":"Barn"},"building/bunker":{"fields":["address","levels"],"geometry":["area"],"tags":{"building":"bunker"},"matchScore":0.5,"name":"Bunker","searchable":false},"building/cabin":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"cabin"},"matchScore":0.5,"name":"Cabin"},"building/cathedral":{"icon":"place-of-worship","fields":["address","levels"],"geometry":["area"],"tags":{"building":"cathedral"},"matchScore":0.5,"name":"Cathedral Building"},"building/chapel":{"icon":"place-of-worship","fields":["address","levels"],"geometry":["area"],"tags":{"building":"chapel"},"matchScore":0.5,"name":"Chapel Building"},"building/church":{"icon":"place-of-worship","fields":["address","levels"],"geometry":["area"],"tags":{"building":"church"},"matchScore":0.5,"name":"Church Building"},"building/college":{"icon":"building","fields":["address","levels"],"geometry":["area"],"terms":["university"],"tags":{"building":"college"},"matchScore":0.5,"name":"College Building"},"building/commercial":{"icon":"commercial","fields":["address","levels","smoking"],"geometry":["area"],"tags":{"building":"commercial"},"matchScore":0.5,"name":"Commercial Building"},"building/construction":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"construction"},"matchScore":0.5,"name":"Building Under Construction"},"building/detached":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"detached"},"terms":["home","single","family","residence","dwelling"],"matchScore":0.5,"name":"Detached House"},"building/dormitory":{"icon":"building","fields":["address","levels","smoking"],"geometry":["area"],"tags":{"building":"dormitory"},"matchScore":0.5,"name":"Dormitory"},"building/entrance":{"icon":"entrance","geometry":["vertex"],"tags":{"building":"entrance"},"name":"Entrance/Exit","searchable":false},"building/garage":{"icon":"warehouse","fields":["capacity"],"geometry":["area"],"tags":{"building":"garage"},"matchScore":0.5,"name":"Garage"},"building/garages":{"icon":"warehouse","fields":["capacity"],"geometry":["area"],"tags":{"building":"garages"},"matchScore":0.5,"name":"Garages"},"building/greenhouse":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"greenhouse"},"matchScore":0.5,"name":"Greenhouse"},"building/hospital":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"hospital"},"matchScore":0.5,"name":"Hospital Building"},"building/hotel":{"icon":"building","fields":["address","levels","smoking"],"geometry":["area"],"tags":{"building":"hotel"},"matchScore":0.5,"name":"Hotel Building"},"building/house":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"house"},"terms":["home","family","residence","dwelling"],"matchScore":0.5,"name":"House"},"building/hut":{"geometry":["area"],"tags":{"building":"hut"},"matchScore":0.5,"name":"Hut"},"building/industrial":{"icon":"industrial","fields":["address","levels"],"geometry":["area"],"tags":{"building":"industrial"},"matchScore":0.5,"name":"Industrial Building"},"building/kindergarten":{"icon":"building","fields":["address","levels"],"geometry":["area"],"terms":["kindergarden","pre-school"],"tags":{"building":"kindergarten"},"matchScore":0.5,"name":"Preschool/Kindergarten Building"},"building/public":{"icon":"building","fields":["address","levels","smoking"],"geometry":["area"],"tags":{"building":"public"},"matchScore":0.5,"name":"Public Building"},"building/residential":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"residential"},"matchScore":0.5,"name":"Residential Building"},"building/retail":{"icon":"building","fields":["address","levels","smoking"],"geometry":["area"],"tags":{"building":"retail"},"matchScore":0.5,"name":"Retail Building"},"building/roof":{"icon":"building","fields":["address"],"geometry":["area"],"tags":{"building":"roof"},"matchScore":0.5,"name":"Roof"},"building/school":{"icon":"building","fields":["address","levels"],"geometry":["area"],"terms":["academy","elementary school","middle school","high school"],"tags":{"building":"school"},"matchScore":0.5,"name":"School Building"},"building/semidetached_house":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"semidetached_house"},"terms":["home","double","duplex","twin","family","residence","dwelling"],"matchScore":0.5,"name":"Semi-Detached House"},"building/shed":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"shed"},"matchScore":0.5,"name":"Shed"},"building/stable":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"stable"},"matchScore":0.5,"name":"Stable"},"building/static_caravan":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"static_caravan"},"matchScore":0.5,"name":"Static Mobile Home"},"building/terrace":{"icon":"building","fields":["address","levels"],"geometry":["area"],"tags":{"building":"terrace"},"terms":["home","terrace","brownstone","family","residence","dwelling"],"matchScore":0.5,"name":"Row Houses"},"building/train_station":{"icon":"building","fields":["address","levels"],"geometry":["point","vertex","area"],"tags":{"building":"train_station"},"matchScore":0.5,"name":"Train Station","searchable":false},"building/university":{"icon":"building","fields":["address","levels"],"geometry":["area"],"terms":["college"],"tags":{"building":"university"},"matchScore":0.5,"name":"University Building"},"building/warehouse":{"icon":"warehouse","fields":["address","levels"],"geometry":["area"],"tags":{"building":"warehouse"},"matchScore":0.5,"name":"Warehouse"},"craft":{"icon":"marker-stroked","fields":["craft","operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"*"},"terms":[],"name":"Craft"},"craft/basket_maker":{"icon":"art-gallery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"basket_maker"},"name":"Basket Maker"},"craft/beekeeper":{"icon":"farm","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"beekeeper"},"name":"Beekeeper"},"craft/blacksmith":{"icon":"farm","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"blacksmith"},"name":"Blacksmith"},"craft/boatbuilder":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"boatbuilder"},"name":"Boat Builder"},"craft/bookbinder":{"icon":"library","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["book repair"],"tags":{"craft":"bookbinder"},"name":"Bookbinder"},"craft/brewery":{"icon":"beer","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["beer","bier"],"tags":{"craft":"brewery"},"name":"Brewery"},"craft/carpenter":{"icon":"logging","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["woodworker"],"tags":{"craft":"carpenter"},"name":"Carpenter"},"craft/carpet_layer":{"icon":"square","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"carpet_layer"},"name":"Carpet Layer"},"craft/caterer":{"icon":"bakery","fields":["cuisine","operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"caterer"},"name":"Caterer"},"craft/clockmaker":{"icon":"circle-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"clockmaker"},"name":"Clockmaker"},"craft/confectionery":{"icon":"bakery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["sweets","candy"],"tags":{"craft":"confectionery"},"name":"Confectionery"},"craft/dressmaker":{"icon":"clothing-store","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["seamstress"],"tags":{"craft":"dressmaker"},"name":"Dressmaker"},"craft/electrician":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["power","wire"],"tags":{"craft":"electrician"},"name":"Electrician"},"craft/gardener":{"icon":"garden","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["landscaper","grounds keeper"],"tags":{"craft":"gardener"},"name":"Gardener"},"craft/glaziery":{"icon":"fire-station","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["glass","stained-glass","window"],"tags":{"craft":"glaziery"},"name":"Glaziery"},"craft/handicraft":{"icon":"art-gallery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"handicraft"},"name":"Handicraft"},"craft/hvac":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["heat*","vent*","air conditioning"],"tags":{"craft":"hvac"},"name":"HVAC"},"craft/insulator":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"insulation"},"name":"Insulator"},"craft/jeweler":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"jeweler"},"name":"Jeweler","searchable":false},"craft/key_cutter":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"key_cutter"},"name":"Key Cutter"},"craft/locksmith":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"locksmith"},"name":"Locksmith","searchable":false},"craft/metal_construction":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"metal_construction"},"name":"Metal Construction"},"craft/optician":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"optician"},"name":"Optician","searchable":false},"craft/painter":{"icon":"art-gallery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"painter"},"name":"Painter"},"craft/photographer":{"icon":"camera","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"photographer"},"name":"Photographer"},"craft/photographic_laboratory":{"icon":"camera","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["film"],"tags":{"craft":"photographic_laboratory"},"name":"Photographic Laboratory"},"craft/plasterer":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"plasterer"},"name":"Plasterer"},"craft/plumber":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["pipe"],"tags":{"craft":"plumber"},"name":"Plumber"},"craft/pottery":{"icon":"art-gallery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["ceramic"],"tags":{"craft":"pottery"},"name":"Pottery"},"craft/rigger":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"rigger"},"name":"Rigger"},"craft/roofer":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"roofer"},"name":"Roofer"},"craft/saddler":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"saddler"},"name":"Saddler"},"craft/sailmaker":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"sailmaker"},"name":"Sailmaker"},"craft/sawmill":{"icon":"park","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["lumber"],"tags":{"craft":"sawmill"},"name":"Sawmill"},"craft/scaffolder":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"scaffolder"},"name":"Scaffolder"},"craft/sculpter":{"icon":"art-gallery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"sculpter"},"name":"Sculpter"},"craft/shoemaker":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["cobbler"],"tags":{"craft":"shoemaker"},"name":"Shoemaker"},"craft/stonemason":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["masonry"],"tags":{"craft":"stonemason"},"name":"Stonemason"},"craft/sweep":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"sweep"},"name":"Chimney Sweep"},"craft/tailor":{"icon":"clothing-store","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["clothes","suit"],"tags":{"craft":"tailor"},"name":"Tailor","searchable":false},"craft/tiler":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"tiler"},"name":"Tiler"},"craft/tinsmith":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"tinsmith"},"name":"Tinsmith"},"craft/upholsterer":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"upholsterer"},"name":"Upholsterer"},"craft/watchmaker":{"icon":"circle-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"watchmaker"},"name":"Watchmaker"},"craft/window_construction":{"icon":"marker-stroked","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["glass"],"tags":{"craft":"window_construction"},"name":"Window Construction"},"craft/winery":{"icon":"alcohol-shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"craft":"winery"},"name":"Winery"},"embankment":{"geometry":["line"],"tags":{"embankment":"yes"},"name":"Embankment","matchScore":0.2},"emergency/ambulance_station":{"icon":"hospital","fields":["operator","building_area","address"],"geometry":["point","area"],"terms":["EMS","EMT","rescue"],"tags":{"emergency":"ambulance_station"},"name":"Ambulance Station"},"emergency/fire_hydrant":{"fields":["fire_hydrant/type"],"geometry":["point","vertex"],"tags":{"emergency":"fire_hydrant"},"name":"Fire Hydrant"},"emergency/phone":{"icon":"emergency-telephone","fields":["operator"],"geometry":["point","vertex"],"tags":{"emergency":"phone"},"name":"Emergency Phone"},"entrance":{"icon":"entrance","geometry":["vertex"],"tags":{"entrance":"*"},"fields":["entrance","access_simple","address"],"name":"Entrance/Exit"},"footway/crossing":{"fields":["crossing","access","surface","sloped_curb","tactile_paving"],"geometry":["line"],"tags":{"highway":"footway","footway":"crossing"},"terms":[],"name":"Street Crossing"},"footway/crosswalk":{"icon":"highway-footway","fields":["crossing","access","surface","sloped_curb","tactile_paving"],"geometry":["line"],"tags":{"highway":"footway","footway":"crossing","crossing":"zebra"},"terms":["zebra crossing"],"name":"Pedestrian Crosswalk"},"footway/sidewalk":{"icon":"highway-footway","fields":["surface","lit","width","structure","access"],"geometry":["line"],"tags":{"highway":"footway","footway":"sidewalk"},"terms":[],"name":"Sidewalk"},"ford":{"geometry":["vertex"],"tags":{"ford":"yes"},"name":"Ford"},"golf/bunker":{"icon":"golf","geometry":["area"],"tags":{"golf":"bunker","natural":"sand"},"terms":["hazard","bunker"],"name":"Sand Trap"},"golf/fairway":{"icon":"golf","geometry":["area"],"tags":{"golf":"fairway","landuse":"grass"},"name":"Fairway"},"golf/green":{"icon":"golf","geometry":["area"],"tags":{"golf":"green","landuse":"grass","leisure":"pitch","sport":"golf"},"name":"Putting Green"},"golf/hole":{"icon":"golf","fields":["golf_hole","par","handicap"],"geometry":["line"],"tags":{"golf":"hole"},"name":"Golf Hole"},"golf/lateral_water_hazard":{"icon":"golf","geometry":["line","area"],"tags":{"golf":"lateral_water_hazard","natural":"water"},"name":"Lateral Water Hazard"},"golf/rough":{"icon":"golf","geometry":["area"],"tags":{"golf":"rough","landuse":"grass"},"name":"Rough"},"golf/tee":{"icon":"golf","geometry":["area"],"tags":{"golf":"tee","landuse":"grass"},"terms":["teeing ground"],"name":"Tee Box"},"golf/water_hazard":{"icon":"golf","geometry":["line","area"],"tags":{"golf":"water_hazard","natural":"water"},"name":"Water Hazard"},"highway":{"fields":["highway"],"geometry":["point","vertex","line","area"],"tags":{"highway":"*"},"searchable":false,"name":"Highway"},"highway/bridleway":{"fields":["surface","width","structure","access"],"icon":"highway-bridleway","geometry":["line"],"tags":{"highway":"bridleway"},"terms":["bridleway","equestrian","horse"],"name":"Bridle Path"},"highway/bus_stop":{"icon":"bus","fields":["network","operator","bench","shelter","covered"],"geometry":["point","vertex"],"tags":{"highway":"bus_stop"},"terms":[],"name":"Bus Stop"},"highway/corridor":{"icon":"highway-footway","fields":["width","level","access_simple"],"geometry":["line"],"tags":{"highway":"corridor"},"terms":["gallery","hall","hallway","indoor","passage","passageway"],"name":"Indoor Corridor"},"highway/crossing":{"fields":["crossing","sloped_curb","tactile_paving"],"geometry":["vertex"],"tags":{"highway":"crossing"},"terms":[],"name":"Street Crossing"},"highway/crosswalk":{"fields":["crossing","sloped_curb","tactile_paving"],"geometry":["vertex"],"tags":{"highway":"crossing","crossing":"zebra"},"terms":["zebra crossing"],"name":"Pedestrian Crosswalk"},"highway/cycleway":{"icon":"highway-cycleway","fields":["surface","lit","width","oneway","structure","access"],"geometry":["line"],"tags":{"highway":"cycleway"},"terms":["bike"],"name":"Cycle Path"},"highway/footway":{"icon":"highway-footway","fields":["surface","lit","width","structure","access"],"geometry":["line","area"],"terms":["hike","hiking","trackway","trail","walk"],"tags":{"highway":"footway"},"name":"Foot Path"},"highway/living_street":{"icon":"highway-living-street","fields":["oneway","maxspeed","structure","access","surface","cycleway"],"geometry":["line"],"tags":{"highway":"living_street"},"name":"Living Street"},"highway/mini_roundabout":{"geometry":["vertex"],"tags":{"highway":"mini_roundabout"},"fields":["clock_direction"],"name":"Mini-Roundabout"},"highway/motorway":{"icon":"highway-motorway","fields":["oneway_yes","maxspeed","structure","access","lanes","surface","ref"],"geometry":["line"],"tags":{"highway":"motorway"},"terms":[],"name":"Motorway"},"highway/motorway_junction":{"geometry":["vertex"],"tags":{"highway":"motorway_junction"},"fields":["ref"],"name":"Motorway Junction / Exit"},"highway/motorway_link":{"icon":"highway-motorway-link","fields":["oneway_yes","maxspeed","structure","access","surface","ref"],"geometry":["line"],"tags":{"highway":"motorway_link"},"addTags":{"highway":"motorway_link","oneway":"yes"},"removeTags":{"highway":"motorway_link","oneway":"yes"},"terms":["ramp","on ramp","off ramp"],"name":"Motorway Link"},"highway/path":{"icon":"highway-path","fields":["surface","width","structure","access","incline","sac_scale","trail_visibility","mtb/scale","mtb/scale/uphill","mtb/scale/imba","ref"],"geometry":["line"],"terms":["hike","hiking","trackway","trail","walk"],"tags":{"highway":"path"},"name":"Path"},"highway/pedestrian":{"icon":"highway-footway","fields":["surface","lit","width","oneway","structure","access"],"geometry":["line","area"],"tags":{"highway":"pedestrian"},"terms":[],"name":"Pedestrian Street"},"highway/primary":{"icon":"highway-primary","fields":["oneway","maxspeed","structure","access","lanes","surface","ref","cycleway"],"geometry":["line"],"tags":{"highway":"primary"},"terms":[],"name":"Primary Road"},"highway/primary_link":{"icon":"highway-primary-link","fields":["oneway","maxspeed","structure","access","surface","ref","cycleway"],"geometry":["line"],"tags":{"highway":"primary_link"},"terms":["ramp","on ramp","off ramp"],"name":"Primary Link"},"highway/raceway":{"icon":"highway-unclassified","fields":["oneway","surface","sport_racing","structure"],"geometry":["line"],"tags":{"highway":"raceway"},"addTags":{"highway":"raceway","sport":"motor"},"terms":["auto*","race*","nascar"],"name":"Motor Raceway"},"highway/residential":{"icon":"highway-residential","fields":["oneway","maxspeed","structure","access","surface","cycleway"],"geometry":["line"],"tags":{"highway":"residential"},"terms":[],"name":"Residential Road"},"highway/rest_area":{"geometry":["point","vertex","area"],"tags":{"highway":"rest_area"},"terms":["rest stop"],"name":"Rest Area"},"highway/road":{"icon":"highway-road","fields":["oneway","maxspeed","structure","access","surface"],"geometry":["line"],"tags":{"highway":"road"},"terms":[],"name":"Unknown Road"},"highway/secondary":{"icon":"highway-secondary","fields":["oneway","maxspeed","structure","access","lanes","surface","ref","cycleway"],"geometry":["line"],"tags":{"highway":"secondary"},"terms":[],"name":"Secondary Road"},"highway/secondary_link":{"icon":"highway-secondary-link","fields":["oneway","maxspeed","structure","access","surface","ref","cycleway"],"geometry":["line"],"tags":{"highway":"secondary_link"},"terms":["ramp","on ramp","off ramp"],"name":"Secondary Link"},"highway/service":{"icon":"highway-service","fields":["service","oneway","maxspeed","structure","access","surface","cycleway"],"geometry":["line"],"tags":{"highway":"service"},"terms":[],"name":"Service Road"},"highway/service/alley":{"icon":"highway-service","fields":["oneway","access","surface"],"geometry":["line"],"tags":{"highway":"service","service":"alley"},"name":"Alley"},"highway/service/drive-through":{"icon":"highway-service","fields":["oneway","access","surface"],"geometry":["line"],"tags":{"highway":"service","service":"drive-through"},"name":"Drive-Through"},"highway/service/driveway":{"icon":"highway-service","fields":["oneway","access","surface"],"geometry":["line"],"tags":{"highway":"service","service":"driveway"},"name":"Driveway"},"highway/service/emergency_access":{"icon":"highway-service","fields":["oneway","access","surface"],"geometry":["line"],"tags":{"highway":"service","service":"emergency_access"},"name":"Emergency Access"},"highway/service/parking_aisle":{"icon":"highway-service","fields":["oneway","access","surface"],"geometry":["line"],"tags":{"highway":"service","service":"parking_aisle"},"name":"Parking Aisle"},"highway/services":{"geometry":["point","vertex","area"],"tags":{"highway":"services"},"terms":["services","travel plaza","service station"],"name":"Service Area"},"highway/steps":{"fields":["surface","lit","width","incline_steps","handrail"],"icon":"highway-steps","geometry":["line"],"tags":{"highway":"steps"},"terms":["stairs","staircase"],"name":"Steps"},"highway/stop":{"geometry":["vertex"],"tags":{"highway":"stop"},"terms":["stop sign"],"name":"Stop Sign"},"highway/street_lamp":{"geometry":["point","vertex"],"tags":{"highway":"street_lamp"},"fields":["lamp_type","ref"],"terms":["streetlight","street light","lamp","light","gaslight"],"name":"Street Lamp"},"highway/tertiary":{"icon":"highway-tertiary","fields":["oneway","maxspeed","structure","access","lanes","surface","ref","cycleway"],"geometry":["line"],"tags":{"highway":"tertiary"},"terms":[],"name":"Tertiary Road"},"highway/tertiary_link":{"icon":"highway-tertiary-link","fields":["oneway","maxspeed","structure","access","surface","ref","cycleway"],"geometry":["line"],"tags":{"highway":"tertiary_link"},"terms":["ramp","on ramp","off ramp"],"name":"Tertiary Link"},"highway/track":{"icon":"highway-track","fields":["surface","width","structure","access","incline","tracktype","smoothness","mtb/scale","mtb/scale/uphill","mtb/scale/imba"],"geometry":["line"],"tags":{"highway":"track"},"terms":["woods road","fire road"],"name":"Track"},"highway/traffic_signals":{"geometry":["vertex"],"tags":{"highway":"traffic_signals"},"fields":["traffic_signals"],"terms":["light","stoplight","traffic light"],"name":"Traffic Signals"},"highway/trunk":{"icon":"highway-trunk","fields":["oneway","maxspeed","structure","access","lanes","surface","ref"],"geometry":["line"],"tags":{"highway":"trunk"},"terms":[],"name":"Trunk Road"},"highway/trunk_link":{"icon":"highway-trunk-link","fields":["oneway","maxspeed","structure","access","surface","ref"],"geometry":["line"],"tags":{"highway":"trunk_link"},"terms":["ramp","on ramp","off ramp"],"name":"Trunk Link"},"highway/turning_circle":{"icon":"circle","geometry":["vertex"],"tags":{"highway":"turning_circle"},"terms":["cul-de-sac"],"name":"Turning Circle"},"highway/unclassified":{"icon":"highway-unclassified","fields":["oneway","maxspeed","structure","access","surface","cycleway"],"geometry":["line"],"tags":{"highway":"unclassified"},"terms":[],"name":"Minor Road"},"historic":{"fields":["historic"],"geometry":["point","vertex","area"],"tags":{"historic":"*"},"name":"Historic Site"},"historic/archaeological_site":{"geometry":["point","vertex","area"],"tags":{"historic":"archaeological_site"},"name":"Archaeological Site"},"historic/boundary_stone":{"geometry":["point","vertex"],"tags":{"historic":"boundary_stone"},"name":"Boundary Stone"},"historic/castle":{"geometry":["point","area"],"tags":{"historic":"castle"},"name":"Castle"},"historic/memorial":{"icon":"monument","geometry":["point","vertex","area"],"tags":{"historic":"memorial"},"name":"Memorial"},"historic/monument":{"icon":"monument","geometry":["point","vertex","area"],"tags":{"historic":"monument"},"name":"Monument"},"historic/ruins":{"geometry":["point","vertex","area"],"tags":{"historic":"ruins"},"name":"Ruins"},"historic/wayside_cross":{"geometry":["point","vertex","area"],"tags":{"historic":"wayside_cross"},"name":"Wayside Cross"},"historic/wayside_shrine":{"geometry":["point","vertex","area"],"tags":{"historic":"wayside_shrine"},"name":"Wayside Shrine"},"junction":{"geometry":["vertex","area"],"tags":{"junction":"yes"},"name":"Junction"},"landuse":{"fields":["landuse"],"geometry":["area"],"tags":{"landuse":"*"},"name":"Land Use"},"landuse/allotments":{"geometry":["area"],"tags":{"landuse":"allotments"},"terms":["allotment","garden"],"name":"Community Garden"},"landuse/basin":{"geometry":["area"],"tags":{"landuse":"basin"},"terms":[],"name":"Basin"},"landuse/cemetery":{"icon":"cemetery","fields":["religion","denomination"],"geometry":["area"],"tags":{"landuse":"cemetery"},"terms":[],"name":"Cemetery"},"landuse/churchyard":{"fields":["religion","denomination"],"geometry":["area"],"tags":{"landuse":"churchyard"},"terms":[],"name":"Churchyard"},"landuse/commercial":{"icon":"commercial","geometry":["area"],"tags":{"landuse":"commercial"},"terms":[],"name":"Commercial Area"},"landuse/construction":{"fields":["construction","operator"],"geometry":["area"],"tags":{"landuse":"construction"},"terms":[],"name":"Construction"},"landuse/farm":{"icon":"farm","fields":["crop"],"geometry":["point","area"],"tags":{"landuse":"farm"},"terms":[],"name":"Farmland","searchable":false},"landuse/farmland":{"icon":"farm","fields":["crop"],"geometry":["area"],"tags":{"landuse":"farmland"},"terms":[],"name":"Farmland"},"landuse/farmyard":{"icon":"farm","fields":["crop"],"geometry":["area"],"tags":{"landuse":"farmyard"},"terms":[],"name":"Farmyard"},"landuse/forest":{"icon":"park2","fields":["leaf_type","leaf_cycle"],"geometry":["area"],"tags":{"landuse":"forest"},"terms":["tree"],"name":"Forest"},"landuse/garages":{"geometry":["area"],"tags":{"landuse":"garages"},"terms":[],"name":"Garages"},"landuse/grass":{"geometry":["area"],"tags":{"landuse":"grass"},"terms":[],"name":"Grass"},"landuse/industrial":{"icon":"industrial","geometry":["area"],"tags":{"landuse":"industrial"},"terms":[],"name":"Industrial Area"},"landuse/landfill":{"geometry":["area"],"tags":{"landuse":"landfill"},"terms":["dump"],"name":"Landfill"},"landuse/meadow":{"geometry":["area"],"tags":{"landuse":"meadow"},"terms":[],"name":"Meadow"},"landuse/military":{"geometry":["area"],"tags":{"landuse":"military"},"terms":[],"name":"Military Area"},"landuse/orchard":{"icon":"park2","fields":["trees"],"geometry":["area"],"tags":{"landuse":"orchard"},"terms":[],"name":"Orchard"},"landuse/plant_nursery":{"icon":"garden","fields":["name"],"geometry":["point","area"],"tags":{"landuse":"plant_nursery"},"terms":["vivero"],"name":"Plant Nursery"},"landuse/quarry":{"geometry":["area"],"tags":{"landuse":"quarry"},"terms":[],"name":"Quarry"},"landuse/residential":{"icon":"building","geometry":["area"],"tags":{"landuse":"residential"},"terms":[],"name":"Residential Area"},"landuse/retail":{"icon":"shop","geometry":["area"],"tags":{"landuse":"retail"},"name":"Retail Area"},"landuse/vineyard":{"geometry":["area"],"tags":{"landuse":"vineyard"},"terms":[],"name":"Vineyard"},"leisure":{"fields":["leisure"],"geometry":["point","vertex","area"],"tags":{"leisure":"*"},"name":"Leisure"},"leisure/adult_gaming_centre":{"fields":["operator","address","building_area","opening_hours","smoking"],"geometry":["point","area"],"terms":["gambling","slot machine"],"tags":{"leisure":"adult_gaming_centre"},"name":"Adult Gaming Center"},"leisure/bowling_alley":{"fields":["operator","address","building_area","opening_hours","smoking"],"geometry":["point","area"],"terms":[],"tags":{"leisure":"bowling_alley"},"name":"Bowling Alley"},"leisure/common":{"geometry":["point","area"],"terms":["open space"],"tags":{"leisure":"common"},"name":"Common"},"leisure/dog_park":{"icon":"dog-park","geometry":["point","area"],"terms":[],"tags":{"leisure":"dog_park"},"name":"Dog Park"},"leisure/firepit":{"geometry":["point","area"],"tags":{"leisure":"firepit"},"terms":["fireplace","campfire"],"name":"Firepit"},"leisure/garden":{"icon":"garden","geometry":["point","vertex","area"],"tags":{"leisure":"garden"},"name":"Garden"},"leisure/golf_course":{"icon":"golf","fields":["operator","address","opening_hours"],"geometry":["point","area"],"terms":["links"],"tags":{"leisure":"golf_course"},"name":"Golf Course"},"leisure/ice_rink":{"icon":"pitch","fields":["seasonal","sport_ice","operator","address","building","opening_hours"],"geometry":["point","area"],"terms":["hockey","skating","curling"],"tags":{"leisure":"ice_rink"},"name":"Ice Rink"},"leisure/marina":{"icon":"harbor","fields":["operator","address","capacity","fee","sanitary_dump_station","power_supply","internet_access"],"geometry":["point","vertex","area"],"terms":["boat"],"tags":{"leisure":"marina"},"name":"Marina"},"leisure/nature_reserve":{"icon":"park","geometry":["point","area"],"tags":{"leisure":"nature_reserve"},"terms":["protected","wildlife"],"name":"Nature Reserve"},"leisure/park":{"icon":"park","geometry":["point","area"],"terms":["esplanade","estate","forest","garden","grass","green","grounds","lawn","lot","meadow","parkland","place","playground","plaza","pleasure garden","recreation area","square","tract","village green","woodland"],"tags":{"leisure":"park"},"name":"Park"},"leisure/picnic_table":{"geometry":["point"],"tags":{"leisure":"picnic_table"},"terms":["bench"],"name":"Picnic Table"},"leisure/pitch":{"icon":"pitch","fields":["sport","surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch"},"terms":["field"],"name":"Sport Pitch"},"leisure/pitch/american_football":{"icon":"america-football","fields":["surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"american_football"},"terms":[],"name":"American Football Field"},"leisure/pitch/baseball":{"icon":"baseball","fields":["lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"baseball"},"terms":[],"name":"Baseball Diamond"},"leisure/pitch/basketball":{"icon":"basketball","fields":["surface","hoops","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"basketball"},"terms":[],"name":"Basketball Court"},"leisure/pitch/rugby_league":{"icon":"america-football","fields":["surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"rugby_league"},"terms":[],"name":"Rugby League Field"},"leisure/pitch/rugby_union":{"icon":"america-football","fields":["surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"rugby_union"},"terms":[],"name":"Rugby Union Field"},"leisure/pitch/skateboard":{"icon":"pitch","fields":["surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"skateboard"},"terms":[],"name":"Skate Park"},"leisure/pitch/soccer":{"icon":"soccer","fields":["surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"soccer"},"terms":[],"name":"Soccer Field"},"leisure/pitch/tennis":{"icon":"tennis","fields":["surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"tennis"},"terms":[],"name":"Tennis Court"},"leisure/pitch/volleyball":{"icon":"pitch","fields":["surface","lit"],"geometry":["point","area"],"tags":{"leisure":"pitch","sport":"volleyball"},"terms":[],"name":"Volleyball Court"},"leisure/playground":{"icon":"playground","geometry":["point","area"],"terms":["jungle gym","play area"],"tags":{"leisure":"playground"},"name":"Playground"},"leisure/running_track":{"icon":"pitch","fields":["surface","sport_racing","lit","width","lanes"],"geometry":["point","line"],"tags":{"leisure":"track","sport":"running"},"name":"Running Track"},"leisure/slipway":{"geometry":["point","line"],"terms":["boat launch","boat ramp"],"tags":{"leisure":"slipway"},"name":"Slipway"},"leisure/sports_centre":{"icon":"pitch","fields":["sport","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"leisure":"sports_centre"},"terms":["gym"],"name":"Sports Center / Gym"},"leisure/sports_centre/swimming":{"icon":"swimming","fields":["access_simple","operator","address","building"],"geometry":["point","area"],"terms":["dive","water"],"tags":{"leisure":"sports_centre","sport":"swimming"},"name":"Swimming Pool Facility"},"leisure/stadium":{"icon":"pitch","fields":["sport","address"],"geometry":["point","area"],"tags":{"leisure":"stadium"},"name":"Stadium"},"leisure/swimming_pool":{"icon":"swimming","fields":["access_simple","operator","address"],"geometry":["point","area"],"terms":["dive","water"],"tags":{"leisure":"swimming_pool"},"name":"Swimming Pool"},"leisure/track":{"icon":"highway-road","fields":["surface","sport_racing","lit","width","lanes"],"geometry":["point","line"],"tags":{"leisure":"track"},"name":"Racetrack (non-Motorsport)"},"leisure/water_park":{"icon":"swimming","fields":["operator","address"],"geometry":["point","area"],"terms":["swim","pool","dive"],"tags":{"leisure":"water_park"},"name":"Water Park"},"line":{"name":"Line","tags":{},"geometry":["line"],"matchScore":0.1},"man_made":{"fields":["man_made"],"geometry":["point","vertex","line","area"],"tags":{"man_made":"*"},"name":"Man Made"},"man_made/adit":{"geometry":["point","area"],"fields":["operator"],"terms":["entrance","underground","mine","cave"],"tags":{"man_made":"adit"},"name":"Adit"},"man_made/breakwater":{"geometry":["line","area"],"tags":{"man_made":"breakwater"},"name":"Breakwater"},"man_made/chimney":{"geometry":["point","area"],"tags":{"man_made":"chimney"},"name":"Chimney"},"man_made/cutline":{"geometry":["line"],"tags":{"man_made":"cutline"},"name":"Cut line"},"man_made/embankment":{"geometry":["line"],"tags":{"man_made":"embankment"},"name":"Embankment","searchable":false},"man_made/flagpole":{"geometry":["point"],"tags":{"man_made":"flagpole"},"name":"Flagpole","icon":"embassy"},"man_made/gasometer":{"geometry":["point","area"],"terms":["gas holder"],"tags":{"man_made":"gasometer"},"name":"Gasometer"},"man_made/groyne":{"geometry":["line","area"],"tags":{"man_made":"groyne"},"name":"Groyne"},"man_made/lighthouse":{"icon":"lighthouse","fields":["building_area"],"geometry":["point","area"],"tags":{"man_made":"lighthouse"},"name":"Lighthouse"},"man_made/mast":{"geometry":["point"],"terms":["broadcast tower","cell phone tower","cell tower","guyed tower","mobile phone tower","radio tower","television tower","transmission mast","transmission tower","tv tower"],"tags":{"man_made":"mast"},"name":"Radio Mast"},"man_made/observation":{"geometry":["point","area"],"terms":["lookout tower","fire tower"],"tags":{"man_made":"tower","tower:type":"observation"},"name":"Observation Tower"},"man_made/petroleum_well":{"geometry":["point"],"terms":["drilling rig","oil derrick","oil drill","oil horse","oil rig","oil pump","petroleum well","pumpjack"],"tags":{"man_made":"petroleum_well"},"name":"Oil Well"},"man_made/pier":{"geometry":["line","area"],"tags":{"man_made":"pier"},"name":"Pier"},"man_made/pipeline":{"icon":"pipeline-line","fields":["location","operator"],"geometry":["line"],"tags":{"man_made":"pipeline"},"name":"Pipeline"},"man_made/silo":{"fields":["building_area","crop"],"geometry":["point","area"],"terms":["grain","corn","wheat"],"tags":{"man_made":"silo"},"name":"Silo"},"man_made/storage_tank":{"fields":["building_area","content"],"geometry":["point","area"],"terms":["water","oil","gas","petrol"],"tags":{"man_made":"storage_tank"},"name":"Storage Tank"},"man_made/surveillance":{"icon":"camera","geometry":["point"],"tags":{"man_made":"surveillance"},"name":"Surveillance"},"man_made/survey_point":{"icon":"monument","fields":["ref"],"geometry":["point","vertex"],"tags":{"man_made":"survey_point"},"name":"Survey Point"},"man_made/tower":{"fields":["towertype"],"geometry":["point","area"],"tags":{"man_made":"tower"},"name":"Tower"},"man_made/wastewater_plant":{"icon":"water","fields":["operator","address"],"geometry":["point","area"],"terms":["sewage*","water treatment plant","reclamation plant"],"tags":{"man_made":"wastewater_plant"},"name":"Wastewater Plant"},"man_made/water_tower":{"icon":"water","fields":["operator"],"geometry":["point","area"],"tags":{"man_made":"water_tower"},"name":"Water Tower"},"man_made/water_well":{"fields":["operator"],"geometry":["point","area"],"tags":{"man_made":"water_well"},"name":"Water Well"},"man_made/water_works":{"icon":"water","fields":["operator","address"],"geometry":["point","area"],"tags":{"man_made":"water_works"},"name":"Water Works"},"man_made/works":{"geometry":["point","area"],"terms":["car assembly plant","aluminium processing plant","brewery","furniture manufacture factory","oil refinery","plastic recycling"],"tags":{"man_made":"works"},"name":"Works"},"military/airfield":{"icon":"airfield","geometry":["point","vertex","area"],"terms":[],"tags":{"military":"airfield"},"name":"Airfield"},"military/barracks":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"barracks"},"name":"Barracks"},"military/bunker":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"bunker"},"name":"Bunker"},"military/checkpoint":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"checkpoint"},"name":"Checkpoint"},"military/danger_area":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"danger_area"},"name":"Danger Area"},"military/naval_base":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"naval_base"},"name":"Naval Base"},"military/obstacle_course":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"obstacle_course"},"name":"Obstacle Course"},"military/range":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"range"},"name":"Military Range"},"military/training_area":{"geometry":["point","vertex","area"],"terms":[],"tags":{"military":"training_area"},"name":"Training area"},"natural":{"fields":["natural"],"geometry":["point","vertex","area"],"tags":{"natural":"*"},"name":"Natural"},"natural/bay":{"geometry":["point","area"],"terms":[],"tags":{"natural":"bay"},"name":"Bay"},"natural/beach":{"fields":["surface"],"geometry":["point","area"],"terms":[],"tags":{"natural":"beach"},"name":"Beach"},"natural/cave_entrance":{"geometry":["point","area"],"fields":["fee","access_simple"],"terms":["cavern","hollow","grotto","shelter","cavity"],"tags":{"natural":"cave_entrance"},"name":"Cave Entrance"},"natural/cliff":{"geometry":["point","vertex","line","area"],"terms":[],"tags":{"natural":"cliff"},"name":"Cliff"},"natural/coastline":{"geometry":["line"],"terms":["shore"],"tags":{"natural":"coastline"},"name":"Coastline"},"natural/fell":{"geometry":["area"],"terms":[],"tags":{"natural":"fell"},"name":"Fell"},"natural/glacier":{"geometry":["area"],"terms":[],"tags":{"natural":"glacier"},"name":"Glacier"},"natural/grassland":{"geometry":["point","area"],"terms":[],"tags":{"natural":"grassland"},"name":"Grassland"},"natural/heath":{"geometry":["area"],"terms":[],"tags":{"natural":"heath"},"name":"Heath"},"natural/peak":{"icon":"triangle","fields":["elevation"],"geometry":["point","vertex"],"tags":{"natural":"peak"},"terms":["acme","aiguille","alp","climax","crest","crown","hill","mount","mountain","pinnacle","summit","tip","top"],"name":"Peak"},"natural/saddle":{"icon":"triangle-stroked","fields":["elevation"],"geometry":["point","vertex"],"tags":{"natural":"saddle"},"terms":["pass","mountain pass","top"],"name":"Saddle"},"natural/scree":{"geometry":["area"],"tags":{"natural":"scree"},"terms":["loose rocks"],"name":"Scree"},"natural/scrub":{"geometry":["area"],"tags":{"natural":"scrub"},"terms":["bush","shrubs"],"name":"Scrub"},"natural/spring":{"geometry":["point","vertex"],"terms":[],"tags":{"natural":"spring"},"name":"Spring"},"natural/tree":{"fields":["leaf_type_singular","leaf_cycle_singular","denotation"],"icon":"park","geometry":["point","vertex"],"terms":[],"tags":{"natural":"tree"},"name":"Tree"},"natural/tree_row":{"fields":["leaf_type","leaf_cycle","denotation"],"icon":"park","geometry":["line"],"terms":[],"tags":{"natural":"tree_row"},"name":"Tree row"},"natural/volcano":{"icon":"triangle","fields":["elevation"],"geometry":["point","vertex"],"tags":{"natural":"volcano"},"terms":["mountain","crater"],"name":"Volcano"},"natural/water":{"fields":["water"],"geometry":["area"],"tags":{"natural":"water"},"icon":"water","name":"Water"},"natural/water/lake":{"geometry":["area"],"tags":{"natural":"water","water":"lake"},"terms":["lakelet","loch","mere"],"icon":"water","name":"Lake"},"natural/water/pond":{"geometry":["area"],"tags":{"natural":"water","water":"pond"},"terms":["lakelet","millpond","tarn","pool","mere"],"icon":"water","name":"Pond"},"natural/water/reservoir":{"geometry":["area"],"tags":{"natural":"water","water":"reservoir"},"icon":"water","name":"Reservoir"},"natural/wetland":{"icon":"wetland","fields":["wetland"],"geometry":["point","area"],"tags":{"natural":"wetland"},"terms":[],"name":"Wetland"},"natural/wood":{"icon":"park2","fields":["leaf_type","leaf_cycle"],"geometry":["point","area"],"tags":{"natural":"wood"},"terms":["tree"],"name":"Wood"},"office":{"icon":"commercial","fields":["office","address","building_area","opening_hours","smoking"],"geometry":["point","vertex","area"],"tags":{"office":"*"},"terms":[],"name":"Office"},"office/accountant":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"accountant"},"terms":[],"name":"Accountant"},"office/administrative":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"administrative"},"terms":[],"name":"Administrative Office"},"office/architect":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"architect"},"terms":[],"name":"Architect"},"office/company":{"icon":"commercial","fields":["address","building_area","opening_hours","smoking"],"geometry":["point","vertex","area"],"tags":{"office":"company"},"terms":[],"name":"Company Office"},"office/educational_institution":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"educational_institution"},"terms":[],"name":"Educational Institution"},"office/employment_agency":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"employment_agency"},"terms":["job"],"name":"Employment Agency"},"office/estate_agent":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"estate_agent"},"terms":[],"name":"Real Estate Office"},"office/financial":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"financial"},"terms":[],"name":"Financial Office"},"office/government":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"government"},"terms":[],"name":"Government Office"},"office/insurance":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"insurance"},"terms":[],"name":"Insurance Office"},"office/it":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"it"},"terms":[],"name":"IT Office"},"office/lawyer":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"lawyer"},"terms":[],"name":"Law Office"},"office/newspaper":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"newspaper"},"terms":[],"name":"Newspaper"},"office/ngo":{"icon":"commercial","fields":["address","building_area","opening_hours","smoking"],"geometry":["point","vertex","area"],"tags":{"office":"ngo"},"terms":[],"name":"NGO Office"},"office/physician":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"physician"},"terms":[],"name":"Physician"},"office/political_party":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"political_party"},"terms":[],"name":"Political Party"},"office/research":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"research"},"terms":[],"name":"Research Office"},"office/telecommunication":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"telecommunication"},"terms":[],"name":"Telecom Office"},"office/therapist":{"icon":"commercial","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"therapist"},"terms":[],"name":"Therapist"},"office/travel_agent":{"icon":"suitcase","fields":["address","building_area","opening_hours"],"geometry":["point","vertex","area"],"tags":{"office":"travel_agent"},"terms":[],"name":"Travel Agency","searchable":false},"piste":{"icon":"skiing","fields":["piste/type","piste/difficulty","piste/grooming","oneway","lit"],"geometry":["point","line","area"],"terms":["ski","sled","sleigh","snowboard","nordic","downhill","snowmobile"],"tags":{"piste:type":"*"},"name":"Piste/Ski Trail"},"place":{"fields":["place"],"geometry":["point","vertex","area"],"tags":{"place":"*"},"searchable":false,"name":"Place"},"place/city":{"icon":"city","fields":["population"],"geometry":["point","area"],"tags":{"place":"city"},"name":"City"},"place/farm":{"icon":"farm","geometry":["point","area"],"tags":{"place":"farm"},"name":"Farm"},"place/hamlet":{"icon":"triangle-stroked","fields":["population"],"geometry":["point","area"],"tags":{"place":"hamlet"},"name":"Hamlet"},"place/island":{"geometry":["point","area"],"terms":["archipelago","atoll","bar","cay","isle","islet","key","reef"],"tags":{"place":"island"},"name":"Island"},"place/isolated_dwelling":{"geometry":["point","area"],"tags":{"place":"isolated_dwelling"},"name":"Isolated Dwelling"},"place/locality":{"icon":"marker","fields":["population"],"geometry":["point","area"],"tags":{"place":"locality"},"name":"Locality"},"place/neighbourhood":{"icon":"triangle-stroked","fields":["population"],"geometry":["point","area"],"tags":{"place":"neighbourhood"},"terms":["neighbourhood"],"name":"Neighborhood"},"place/suburb":{"icon":"triangle-stroked","fields":["population"],"geometry":["point","area"],"tags":{"place":"suburb"},"terms":["Boro","Quarter"],"name":"Borough"},"place/town":{"icon":"town","fields":["population"],"geometry":["point","area"],"tags":{"place":"town"},"name":"Town"},"place/village":{"icon":"village","fields":["population"],"geometry":["point","area"],"tags":{"place":"village"},"name":"Village"},"point":{"name":"Point","tags":{},"geometry":["point"],"matchScore":0.1},"power":{"geometry":["point","vertex","line","area"],"tags":{"power":"*"},"fields":["power"],"searchable":false,"name":"Power"},"power/generator":{"fields":["operator","generator/source","generator/method","generator/type"],"geometry":["point","vertex","area"],"tags":{"power":"generator"},"name":"Power Generator"},"power/line":{"geometry":["line"],"tags":{"power":"line"},"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"],"tags":{"power":"pole"},"name":"Power Pole"},"power/sub_station":{"fields":["substation","operator","building"],"geometry":["point","area"],"tags":{"power":"sub_station"},"name":"Substation","searchable":false},"power/substation":{"fields":["substation","operator","building"],"geometry":["point","area"],"tags":{"power":"substation"},"name":"Substation"},"power/tower":{"geometry":["vertex"],"tags":{"power":"tower"},"name":"High-Voltage Tower"},"power/transformer":{"geometry":["point","vertex","area"],"tags":{"power":"transformer"},"name":"Transformer"},"public_transport/platform":{"fields":["ref","network","operator","shelter"],"geometry":["point","vertex","line","area"],"tags":{"public_transport":"platform"},"name":"Platform"},"public_transport/stop_position":{"icon":"bus","fields":["ref","network","operator"],"geometry":["vertex"],"tags":{"public_transport":"stop_position"},"name":"Stop Position"},"railway":{"fields":["railway"],"geometry":["point","vertex","line","area"],"tags":{"railway":"*"},"searchable":false,"name":"Railway"},"railway/abandoned":{"icon":"railway-abandoned","geometry":["line"],"tags":{"railway":"abandoned"},"fields":["structure","service_rail"],"terms":[],"name":"Abandoned Railway"},"railway/disused":{"icon":"railway-disused","geometry":["line"],"tags":{"railway":"disused"},"fields":["structure","service_rail"],"terms":[],"name":"Disused Railway"},"railway/funicular":{"geometry":["line"],"terms":["venicular","cliff railway","cable car","cable railway","funicular railway"],"fields":["structure","gauge","service_rail"],"tags":{"railway":"funicular"},"icon":"railway-rail","name":"Funicular"},"railway/halt":{"icon":"rail","geometry":["point","vertex"],"tags":{"railway":"halt"},"name":"Railway Halt","terms":["break","interrupt","rest","wait","interruption"]},"railway/level_crossing":{"icon":"cross","geometry":["vertex"],"tags":{"railway":"level_crossing"},"terms":["crossing","railroad crossing","level crossing","grade crossing","road through railroad","train crossing"],"name":"Railway Crossing"},"railway/monorail":{"icon":"railway-monorail","geometry":["line"],"tags":{"railway":"monorail"},"fields":["structure","electrified","service_rail"],"terms":[],"name":"Monorail"},"railway/narrow_gauge":{"icon":"railway-rail","geometry":["line"],"tags":{"railway":"narrow_gauge"},"fields":["structure","gauge","electrified","service_rail"],"terms":["narrow gauge railway","narrow gauge railroad"],"name":"Narrow Gauge Rail"},"railway/platform":{"geometry":["point","vertex","line","area"],"tags":{"railway":"platform"},"name":"Railway Platform"},"railway/rail":{"icon":"railway-rail","geometry":["line"],"tags":{"railway":"rail"},"fields":["structure","gauge","electrified","service_rail"],"terms":[],"name":"Rail"},"railway/station":{"icon":"rail","fields":["network","operator","address","building_area"],"geometry":["point","vertex","area"],"tags":{"railway":"station"},"terms":["train station","station"],"name":"Railway Station"},"railway/subway":{"icon":"railway-subway","geometry":["line"],"tags":{"railway":"subway"},"fields":["structure","gauge","electrified","service_rail"],"terms":[],"name":"Subway"},"railway/subway_entrance":{"icon":"rail-metro","geometry":["point"],"tags":{"railway":"subway_entrance"},"terms":[],"name":"Subway Entrance"},"railway/tram":{"icon":"railway-light-rail","geometry":["line"],"tags":{"railway":"tram"},"fields":["structure","gauge","electrified","service_rail"],"terms":["streetcar"],"name":"Tram"},"relation":{"name":"Relation","icon":"relation","tags":{},"geometry":["relation"],"fields":["relation"]},"roundabout":{"geometry":["vertex","line"],"tags":{"junction":"roundabout"},"name":"Roundabout","searchable":false},"route/ferry":{"icon":"ferry-line","geometry":["line"],"tags":{"route":"ferry"},"name":"Ferry Route"},"shop":{"icon":"shop","fields":["shop","operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"*"},"terms":[],"name":"Shop"},"shop/alcohol":{"icon":"alcohol-shop","fields":["operator","address","building_area","opening_hours","drive_through"],"geometry":["point","area"],"terms":["alcohol","beer","booze","wine"],"tags":{"shop":"alcohol"},"name":"Liquor Store"},"shop/anime":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"anime"},"name":"Anime Shop"},"shop/antiques":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"antiques"},"name":"Antiques Shop"},"shop/art":{"icon":"art-gallery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"art"},"name":"Art Gallery"},"shop/baby_goods":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"baby_goods"},"name":"Baby Goods Store"},"shop/bag":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["handbag","purse"],"tags":{"shop":"bag"},"name":"Bag/Luggage Store"},"shop/bakery":{"icon":"bakery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"bakery"},"name":"Bakery"},"shop/bathroom_furnishing":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"bathroom_furnishing"},"name":"Bathroom Furnishing Store"},"shop/beauty":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["nail spa","spa","salon","tanning"],"tags":{"shop":"beauty"},"name":"Beauty Shop"},"shop/bed":{"icon":"lodging","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"bed"},"name":"Bedding/Mattress Store"},"shop/beverages":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"beverages"},"name":"Beverage Store"},"shop/bicycle":{"icon":"bicycle","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["bike","repair"],"tags":{"shop":"bicycle"},"name":"Bicycle Shop"},"shop/bookmaker":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"bookmaker"},"name":"Bookmaker"},"shop/books":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"books"},"name":"Book Store"},"shop/boutique":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"boutique"},"name":"Boutique"},"shop/butcher":{"icon":"slaughterhouse","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["meat"],"tags":{"shop":"butcher"},"name":"Butcher"},"shop/candles":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"candles"},"name":"Candle Shop"},"shop/car":{"icon":"car","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["auto"],"tags":{"shop":"car"},"name":"Car Dealership"},"shop/car_parts":{"icon":"car","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["auto"],"tags":{"shop":"car_parts"},"name":"Car Parts Store"},"shop/car_repair":{"icon":"car","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["auto"],"tags":{"shop":"car_repair"},"name":"Car Repair Shop"},"shop/carpet":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["rug"],"tags":{"shop":"carpet"},"name":"Carpet Store"},"shop/cheese":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"cheese"},"name":"Cheese Store"},"shop/chemist":{"icon":"chemist","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"chemist"},"name":"Chemist"},"shop/chocolate":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"chocolate"},"name":"Chocolate Store"},"shop/clothes":{"icon":"clothing-store","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"clothes"},"name":"Clothing Store"},"shop/computer":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"computer"},"name":"Computer Store"},"shop/confectionery":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"confectionery"},"name":"Candy Store"},"shop/convenience":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"convenience"},"name":"Convenience Store"},"shop/copyshop":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"copyshop"},"name":"Copy Store"},"shop/cosmetics":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"cosmetics"},"name":"Cosmetics Store"},"shop/craft":{"icon":"art-gallery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"craft"},"name":"Arts and Crafts Store"},"shop/curtain":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["drape*","window"],"tags":{"shop":"curtain"},"name":"Curtain Store"},"shop/dairy":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["milk","egg","cheese"],"tags":{"shop":"dairy"},"name":"Dairy Store"},"shop/deli":{"icon":"restaurant","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["lunch","meat","sandwich"],"tags":{"shop":"deli"},"name":"Deli"},"shop/department_store":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"department_store"},"name":"Department Store"},"shop/doityourself":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"doityourself"},"name":"DIY Store"},"shop/dry_cleaning":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"dry_cleaning"},"name":"Dry Cleaner"},"shop/electronics":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["appliance","audio","computer","tv"],"tags":{"shop":"electronics"},"name":"Electronics Store"},"shop/erotic":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["sex","porn"],"tags":{"shop":"erotic"},"name":"Erotic Store"},"shop/fabric":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["sew"],"tags":{"shop":"fabric"},"name":"Fabric Store"},"shop/farm":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["farm shop","farm stand"],"tags":{"shop":"farm"},"name":"Produce Stand"},"shop/fashion":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"fashion"},"name":"Fashion Store"},"shop/fishmonger":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"fishmonger"},"name":"Fishmonger","searchable":false},"shop/florist":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["flower"],"tags":{"shop":"florist"},"name":"Florist"},"shop/frame":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"frame"},"name":"Framing Shop"},"shop/funeral_directors":{"icon":"cemetery","fields":["operator","address","building_area","religion","denomination"],"geometry":["point","area"],"terms":["undertaker","memorial home"],"tags":{"shop":"funeral_directors"},"name":"Funeral Home"},"shop/furnace":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["oven","stove"],"tags":{"shop":"furnace"},"name":"Furnace Store"},"shop/furniture":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["chair","sofa","table"],"tags":{"shop":"furniture"},"name":"Furniture Store"},"shop/garden_centre":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["landscape","mulch","shrub","tree"],"tags":{"shop":"garden_centre"},"name":"Garden Center"},"shop/gift":{"icon":"gift","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"gift"},"name":"Gift Shop"},"shop/greengrocer":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["fruit","vegetable"],"tags":{"shop":"greengrocer"},"name":"Greengrocer"},"shop/hairdresser":{"icon":"hairdresser","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"hairdresser"},"name":"Hairdresser"},"shop/hardware":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"hardware"},"name":"Hardware Store"},"shop/hearing_aids":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"hearing_aids"},"name":"Hearing Aids Store"},"shop/herbalist":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"herbalist"},"name":"Herbalist"},"shop/hifi":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["stereo","video"],"tags":{"shop":"hifi"},"name":"Hifi Store"},"shop/houseware":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["home","household"],"tags":{"shop":"houseware"},"name":"Houseware Store"},"shop/interior_decoration":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"interior_decoration"},"name":"Interior Decoration Store"},"shop/jewelry":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["diamond","gem","ring"],"tags":{"shop":"jewelry"},"name":"Jeweler"},"shop/kiosk":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"kiosk"},"name":"News Kiosk"},"shop/kitchen":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"kitchen"},"name":"Kitchen Design Store"},"shop/laundry":{"icon":"laundry","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"laundry"},"name":"Laundry"},"shop/leather":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"leather"},"name":"Leather Store"},"shop/locksmith":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["key","lockpick"],"tags":{"shop":"locksmith"},"name":"Locksmith"},"shop/lottery":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"lottery"},"name":"Lottery Shop"},"shop/mall":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"mall"},"name":"Mall"},"shop/massage":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"massage"},"name":"Massage Shop"},"shop/medical_supply":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"medical_supply"},"name":"Medical Supply Store"},"shop/mobile_phone":{"icon":"mobilephone","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"mobile_phone"},"name":"Mobile Phone Store"},"shop/money_lender":{"icon":"bank","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"money_lender"},"name":"Money Lender"},"shop/motorcycle":{"icon":"scooter","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"motorcycle"},"name":"Motorcycle Dealership"},"shop/music":{"icon":"music","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["CD","vinyl"],"tags":{"shop":"music"},"name":"Music Store"},"shop/musical_instrument":{"icon":"music","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"musical_instrument"},"name":"Musical Instrument Store"},"shop/newsagent":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"newsagent"},"name":"Newspaper/Magazine Shop"},"shop/optician":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["eye","glasses"],"tags":{"shop":"optician"},"name":"Optician"},"shop/organic":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"supermarket","organic":"only"},"name":"Organic Goods Store"},"shop/outdoor":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["camping","climbing","hiking"],"tags":{"shop":"outdoor"},"name":"Outdoors Store"},"shop/paint":{"icon":"water","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"paint"},"name":"Paint Store"},"shop/pawnbroker":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"pawnbroker"},"name":"Pawn Shop"},"shop/pet":{"icon":"dog-park","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["cat","dog","fish"],"tags":{"shop":"pet"},"name":"Pet Store"},"shop/photo":{"icon":"camera","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["camera","film"],"tags":{"shop":"photo"},"name":"Photography Store"},"shop/pyrotechnics":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"pyrotechnics"},"name":"Fireworks Store"},"shop/radiotechnics":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"radiotechnics"},"name":"Radio/Electronic Component Store"},"shop/religion":{"icon":"shop","fields":["operator","address","building_area","opening_hours","religion","denomination"],"geometry":["point","area"],"tags":{"shop":"religion"},"name":"Religious Store"},"shop/scuba_diving":{"icon":"swimming","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"scuba_diving"},"name":"Scuba Diving Shop"},"shop/seafood":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["fishmonger"],"tags":{"shop":"seafood"},"name":"Seafood Shop"},"shop/second_hand":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["secondhand","second hand","resale","thrift","used"],"tags":{"shop":"second_hand"},"name":"Consignment/Thrift Store"},"shop/shoes":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"shoes"},"name":"Shoe Store"},"shop/sports":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"sports"},"name":"Sporting Goods Store"},"shop/stationery":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["card","paper"],"tags":{"shop":"stationery"},"name":"Stationery Store"},"shop/supermarket":{"icon":"grocery","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["grocery","store","shop"],"tags":{"shop":"supermarket"},"name":"Supermarket"},"shop/tailor":{"icon":"clothing-store","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["clothes","suit"],"tags":{"shop":"tailor"},"name":"Tailor"},"shop/tattoo":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"tattoo"},"name":"Tattoo Parlor"},"shop/tea":{"icon":"cafe","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"tea"},"name":"Tea Store"},"shop/ticket":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"ticket"},"name":"Ticket Seller"},"shop/tobacco":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"tobacco"},"name":"Tobacco Shop"},"shop/toys":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"toys"},"name":"Toy Store"},"shop/travel_agency":{"icon":"suitcase","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"travel_agency"},"name":"Travel Agency"},"shop/tyres":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"tyres"},"name":"Tire Store"},"shop/vacant":{"icon":"shop","fields":["address","building_area"],"geometry":["point","area"],"tags":{"shop":"vacant"},"name":"Vacant Shop","searchable":false},"shop/vacuum_cleaner":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"vacuum_cleaner"},"name":"Vacuum Cleaner Store"},"shop/variety_store":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"variety_store"},"name":"Variety Store"},"shop/video":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["DVD"],"tags":{"shop":"video"},"name":"Video Store"},"shop/video_games":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"video_games"},"name":"Video Game Store"},"shop/water_sports":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"water_sports"},"name":"Watersport/Swim Shop"},"shop/weapons":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["ammo","gun","knife","knives"],"tags":{"shop":"weapons"},"name":"Weapon Shop"},"shop/window_blind":{"icon":"shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"window_blind"},"name":"Window Blind Store"},"shop/wine":{"icon":"alcohol-shop","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"tags":{"shop":"wine"},"name":"Wine Shop"},"tourism":{"fields":["tourism"],"geometry":["point","vertex","area"],"tags":{"tourism":"*"},"name":"Tourism"},"tourism/alpine_hut":{"icon":"lodging","fields":["operator","address","building_area"],"geometry":["point","area"],"tags":{"tourism":"alpine_hut"},"name":"Alpine Hut"},"tourism/artwork":{"icon":"art-gallery","fields":["artwork_type","artist"],"geometry":["point","vertex","area"],"tags":{"tourism":"artwork"},"terms":["mural","sculpture","statue"],"name":"Artwork"},"tourism/attraction":{"icon":"monument","fields":["operator","address"],"geometry":["point","vertex","area"],"tags":{"tourism":"attraction"},"name":"Tourist Attraction"},"tourism/camp_site":{"icon":"campsite","fields":["operator","address","capacity","fee"],"geometry":["point","vertex","area"],"terms":["Tent"],"tags":{"tourism":"camp_site"},"name":"Camp Site"},"tourism/caravan_site":{"icon":"bus","fields":["operator","address","capacity","fee","sanitary_dump_station","power_supply","internet_access"],"geometry":["point","vertex","area"],"terms":["Motor Home","Camper"],"tags":{"tourism":"caravan_site"},"name":"RV Park"},"tourism/chalet":{"icon":"lodging","fields":["operator","address","building_area","smoking"],"geometry":["point","area"],"tags":{"tourism":"chalet"},"name":"Chalet"},"tourism/guest_house":{"icon":"lodging","fields":["operator","address","building_area","smoking"],"geometry":["point","area"],"tags":{"tourism":"guest_house"},"terms":["B&B","Bed and Breakfast"],"name":"Guest House"},"tourism/hostel":{"icon":"lodging","fields":["operator","address","building_area","smoking"],"geometry":["point","area"],"tags":{"tourism":"hostel"},"name":"Hostel"},"tourism/hotel":{"icon":"lodging","fields":["operator","address","building_area","smoking"],"geometry":["point","area"],"tags":{"tourism":"hotel"},"name":"Hotel"},"tourism/information":{"fields":["information","operator","address","building_area"],"geometry":["point","vertex","area"],"tags":{"tourism":"information"},"name":"Information"},"tourism/motel":{"icon":"lodging","fields":["operator","address","building_area","smoking"],"geometry":["point","area"],"tags":{"tourism":"motel"},"name":"Motel"},"tourism/museum":{"icon":"museum","fields":["operator","address","building_area","opening_hours"],"geometry":["point","area"],"terms":["exhibition","foundation","gallery","hall","institution"],"tags":{"tourism":"museum"},"name":"Museum"},"tourism/picnic_site":{"icon":"park","fields":["operator","address","smoking"],"geometry":["point","vertex","area"],"terms":["camp"],"tags":{"tourism":"picnic_site"},"name":"Picnic Site"},"tourism/theme_park":{"fields":["operator","address","opening_hours"],"geometry":["point","area"],"tags":{"tourism":"theme_park"},"name":"Theme Park"},"tourism/viewpoint":{"geometry":["point","vertex"],"tags":{"tourism":"viewpoint"},"name":"Viewpoint"},"tourism/zoo":{"icon":"zoo","fields":["operator","address","opening_hours"],"geometry":["point","area"],"tags":{"tourism":"zoo"},"name":"Zoo"},"traffic_calming/bump":{"fields":["surface"],"geometry":["vertex"],"tags":{"traffic_calming":"bump"},"terms":["speed hump"],"name":"Speed Bump"},"traffic_calming/hump":{"fields":["surface"],"geometry":["vertex"],"tags":{"traffic_calming":"hump"},"terms":["speed bump"],"name":"Speed Hump"},"traffic_calming/rumble_strip":{"geometry":["vertex"],"tags":{"traffic_calming":"rumble_strip"},"terms":["sleeper lines","audible lines","growlers"],"name":"Rumble Strip"},"traffic_calming/table":{"fields":["surface"],"geometry":["vertex"],"tags":{"highway":"crossing","traffic_calming":"table"},"terms":["speed table","flat top hump"],"name":"Raised Pedestrian Crossing"},"type/boundary":{"geometry":["relation"],"tags":{"type":"boundary"},"name":"Boundary","icon":"boundary","fields":["boundary"]},"type/boundary/administrative":{"name":"Administrative Boundary","geometry":["relation"],"tags":{"type":"boundary","boundary":"administrative"},"fields":["admin_level"],"icon":"boundary"},"type/multipolygon":{"geometry":["area","relation"],"tags":{"type":"multipolygon"},"removeTags":{},"name":"Multipolygon","icon":"multipolygon","searchable":false,"matchScore":0.1},"type/restriction":{"geometry":["relation"],"tags":{"type":"restriction"},"name":"Restriction","icon":"restriction","fields":["restriction","except"]},"type/restriction/no_left_turn":{"name":"No Left Turn","geometry":["relation"],"tags":{"type":"restriction","restriction":"no_left_turn"},"fields":["except"],"icon":"restriction-no-left-turn"},"type/restriction/no_right_turn":{"name":"No Right Turn","geometry":["relation"],"tags":{"type":"restriction","restriction":"no_right_turn"},"fields":["except"],"icon":"restriction-no-right-turn"},"type/restriction/no_straight_on":{"name":"No Straight On","geometry":["relation"],"tags":{"type":"restriction","restriction":"no_straight_on"},"fields":["except"],"icon":"restriction-no-straight-on"},"type/restriction/no_u_turn":{"name":"No U-turn","geometry":["relation"],"tags":{"type":"restriction","restriction":"no_u_turn"},"fields":["except"],"icon":"restriction-no-u-turn"},"type/restriction/only_left_turn":{"name":"Left Turn Only","geometry":["relation"],"tags":{"type":"restriction","restriction":"only_left_turn"},"fields":["except"],"icon":"restriction-only-left-turn"},"type/restriction/only_right_turn":{"name":"Right Turn Only","geometry":["relation"],"tags":{"type":"restriction","restriction":"only_right_turn"},"fields":["except"],"icon":"restriction-only-right-turn"},"type/restriction/only_straight_on":{"name":"No Turns","geometry":["relation"],"tags":{"type":"restriction","restriction":"only_straight_on"},"fields":["except"],"icon":"restriction-only-straight-on"},"type/route":{"geometry":["relation"],"tags":{"type":"route"},"name":"Route","icon":"route","fields":["route","ref"]},"type/route/bicycle":{"geometry":["relation"],"tags":{"type":"route","route":"bicycle"},"name":"Cycle Route","icon":"route-bicycle","fields":["ref","network"]},"type/route/bus":{"geometry":["relation"],"tags":{"type":"route","route":"bus"},"name":"Bus Route","icon":"route-bus","fields":["ref","operator","network"]},"type/route/detour":{"geometry":["relation"],"tags":{"type":"route","route":"detour"},"name":"Detour Route","icon":"route-detour","fields":["ref"]},"type/route/ferry":{"geometry":["relation"],"tags":{"type":"route","route":"ferry"},"name":"Ferry Route","icon":"route-ferry","fields":["ref","operator","network"]},"type/route/foot":{"geometry":["relation"],"tags":{"type":"route","route":"foot"},"name":"Foot Route","icon":"route-foot","fields":["ref","operator","network"]},"type/route/hiking":{"geometry":["relation"],"tags":{"type":"route","route":"hiking"},"name":"Hiking Route","icon":"route-foot","fields":["ref","operator","network"]},"type/route/pipeline":{"geometry":["relation"],"tags":{"type":"route","route":"pipeline"},"name":"Pipeline Route","icon":"route-pipeline","fields":["ref","operator"]},"type/route/power":{"geometry":["relation"],"tags":{"type":"route","route":"power"},"name":"Power Route","icon":"route-power","fields":["ref","operator"]},"type/route/road":{"geometry":["relation"],"tags":{"type":"route","route":"road"},"name":"Road Route","icon":"route-road","fields":["ref","network"]},"type/route/train":{"geometry":["relation"],"tags":{"type":"route","route":"train"},"name":"Train Route","icon":"route-train","fields":["ref","operator"]},"type/route/tram":{"geometry":["relation"],"tags":{"type":"route","route":"tram"},"name":"Tram Route","icon":"route-tram","fields":["ref","operator"]},"type/route_master":{"geometry":["relation"],"tags":{"type":"route_master"},"name":"Route Master","icon":"route-master","fields":["route_master","ref","operator","network"]},"vertex":{"name":"Other","tags":{},"geometry":["vertex"],"matchScore":0.1},"waterway":{"fields":["waterway"],"geometry":["point","vertex","line","area"],"tags":{"waterway":"*"},"searchable":false,"name":"Waterway"},"waterway/boatyard":{"icon":"harbor","fields":["operator"],"geometry":["area","vertex","point"],"tags":{"waterway":"boatyard"},"name":"Boatyard"},"waterway/canal":{"icon":"waterway-canal","fields":["width"],"geometry":["line"],"tags":{"waterway":"canal"},"name":"Canal"},"waterway/dam":{"icon":"dam","geometry":["point","vertex","line","area"],"tags":{"waterway":"dam"},"name":"Dam"},"waterway/ditch":{"icon":"waterway-ditch","fields":["tunnel"],"geometry":["line"],"tags":{"waterway":"ditch"},"name":"Ditch"},"waterway/dock":{"icon":"harbor","fields":["dock","operator"],"geometry":["area","vertex","point"],"tags":{"waterway":"dock"},"name":"Dock"},"waterway/drain":{"icon":"waterway-stream","fields":["tunnel"],"geometry":["line"],"tags":{"waterway":"drain"},"name":"Drain"},"waterway/fuel":{"icon":"fuel","fields":["operator","address","opening_hours"],"geometry":["point","area"],"terms":["petrol","gas","diesel","boat"],"tags":{"waterway":"fuel"},"name":"Marine Fuel Station"},"waterway/river":{"icon":"waterway-river","fields":["tunnel","width"],"geometry":["line"],"terms":["beck","branch","brook","course","creek","estuary","rill","rivulet","run","runnel","stream","tributary","watercourse"],"tags":{"waterway":"river"},"name":"River"},"waterway/riverbank":{"icon":"water","geometry":["area"],"tags":{"waterway":"riverbank"},"name":"Riverbank"},"waterway/sanitary_dump_station":{"fields":["operator","access_toilets","fee","water_point"],"geometry":["point","vertex","area"],"terms":["Boat","Watercraft","Sanitary","Dump Station","Pumpout","Pump out","Elsan","CDP","CTDP","Chemical Toilet"],"tags":{"waterway":"sanitary_dump_station"},"name":"Marine Toilet Disposal"},"waterway/stream":{"icon":"waterway-stream","fields":["tunnel","width"],"geometry":["line"],"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"],"tags":{"waterway":"stream"},"name":"Stream"},"waterway/water_point":{"icon":"water","geometry":["area","vertex","point"],"tags":{"waterway":"water_point"},"name":"Marine Drinking Water"},"waterway/weir":{"icon":"dam","geometry":["vertex","line"],"tags":{"waterway":"weir"},"name":"Weir"},"amenity/fuel/76":{"tags":{"name":"76","amenity":"fuel"},"name":"76","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Neste":{"tags":{"name":"Neste","amenity":"fuel"},"name":"Neste","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/BP":{"tags":{"name":"BP","amenity":"fuel"},"name":"BP","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Shell":{"tags":{"name":"Shell","amenity":"fuel"},"name":"Shell","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Agip":{"tags":{"name":"Agip","amenity":"fuel"},"name":"Agip","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Migrol":{"tags":{"name":"Migrol","amenity":"fuel"},"name":"Migrol","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Avia":{"tags":{"name":"Avia","amenity":"fuel"},"name":"Avia","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Texaco":{"tags":{"name":"Texaco","amenity":"fuel"},"name":"Texaco","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Total":{"tags":{"name":"Total","amenity":"fuel"},"name":"Total","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Statoil":{"tags":{"name":"Statoil","amenity":"fuel"},"name":"Statoil","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Esso":{"tags":{"name":"Esso","amenity":"fuel"},"name":"Esso","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Jet":{"tags":{"name":"Jet","amenity":"fuel"},"name":"Jet","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Avanti":{"tags":{"name":"Avanti","amenity":"fuel"},"name":"Avanti","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/OMV":{"tags":{"name":"OMV","amenity":"fuel"},"name":"OMV","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Aral":{"tags":{"name":"Aral","amenity":"fuel"},"name":"Aral","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/JET":{"tags":{"name":"JET","amenity":"fuel"},"name":"JET","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/United":{"tags":{"name":"United","amenity":"fuel"},"name":"United","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Mobil":{"tags":{"name":"Mobil","amenity":"fuel"},"name":"Mobil","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Caltex":{"tags":{"name":"Caltex","amenity":"fuel"},"name":"Caltex","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Sunoco":{"tags":{"name":"Sunoco","amenity":"fuel"},"name":"Sunoco","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Q8":{"tags":{"name":"Q8","amenity":"fuel"},"name":"Q8","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ARAL":{"tags":{"name":"ARAL","amenity":"fuel"},"name":"ARAL","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/CEPSA":{"tags":{"name":"CEPSA","amenity":"fuel"},"name":"CEPSA","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/BFT":{"tags":{"name":"BFT","amenity":"fuel"},"name":"BFT","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Petron":{"tags":{"name":"Petron","amenity":"fuel"},"name":"Petron","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Total Access":{"tags":{"name":"Total Access","amenity":"fuel"},"name":"Total Access","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Elf":{"tags":{"name":"Elf","amenity":"fuel"},"name":"Elf","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Station Service E. Leclerc":{"tags":{"name":"Station Service E. Leclerc","amenity":"fuel"},"name":"Station Service E. Leclerc","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Shell Express":{"tags":{"name":"Shell Express","amenity":"fuel"},"name":"Shell Express","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Hess":{"tags":{"name":"Hess","amenity":"fuel"},"name":"Hess","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Flying V":{"tags":{"name":"Flying V","amenity":"fuel"},"name":"Flying V","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/bft":{"tags":{"name":"bft","amenity":"fuel"},"name":"bft","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Gulf":{"tags":{"name":"Gulf","amenity":"fuel"},"name":"Gulf","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/PTT":{"tags":{"name":"PTT","amenity":"fuel"},"name":"PTT","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/St1":{"tags":{"name":"St1","amenity":"fuel"},"name":"St1","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Teboil":{"tags":{"name":"Teboil","amenity":"fuel"},"name":"Teboil","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/HEM":{"tags":{"name":"HEM","amenity":"fuel"},"name":"HEM","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/GALP":{"tags":{"name":"GALP","amenity":"fuel"},"name":"GALP","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/OK":{"tags":{"name":"OK","amenity":"fuel"},"name":"OK","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ÖMV":{"tags":{"name":"ÖMV","amenity":"fuel"},"name":"ÖMV","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Tinq":{"tags":{"name":"Tinq","amenity":"fuel"},"name":"Tinq","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/OKQ8":{"tags":{"name":"OKQ8","amenity":"fuel"},"name":"OKQ8","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Repsol":{"tags":{"name":"Repsol","amenity":"fuel"},"name":"Repsol","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Westfalen":{"tags":{"name":"Westfalen","amenity":"fuel"},"name":"Westfalen","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Esso Express":{"tags":{"name":"Esso Express","amenity":"fuel"},"name":"Esso Express","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Tamoil":{"tags":{"name":"Tamoil","amenity":"fuel"},"name":"Tamoil","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Engen":{"tags":{"name":"Engen","amenity":"fuel"},"name":"Engen","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Sasol":{"tags":{"name":"Sasol","amenity":"fuel"},"name":"Sasol","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Topaz":{"tags":{"name":"Topaz","amenity":"fuel"},"name":"Topaz","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/LPG":{"tags":{"name":"LPG","amenity":"fuel"},"name":"LPG","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Orlen":{"tags":{"name":"Orlen","amenity":"fuel"},"name":"Orlen","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Oilibya":{"tags":{"name":"Oilibya","amenity":"fuel"},"name":"Oilibya","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Tango":{"tags":{"name":"Tango","amenity":"fuel"},"name":"Tango","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Star":{"tags":{"name":"Star","amenity":"fuel"},"name":"Star","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Петрол":{"tags":{"name":"Петрол","amenity":"fuel"},"name":"Петрол","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Cepsa":{"tags":{"name":"Cepsa","amenity":"fuel"},"name":"Cepsa","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/OIL!":{"tags":{"name":"OIL!","amenity":"fuel"},"name":"OIL!","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Ultramar":{"tags":{"name":"Ultramar","amenity":"fuel"},"name":"Ultramar","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Irving":{"tags":{"name":"Irving","amenity":"fuel"},"name":"Irving","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Lukoil":{"tags":{"name":"Lukoil","amenity":"fuel"},"name":"Lukoil","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Petro-Canada":{"tags":{"name":"Petro-Canada","amenity":"fuel"},"name":"Petro-Canada","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Agrola":{"tags":{"name":"Agrola","amenity":"fuel"},"name":"Agrola","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Husky":{"tags":{"name":"Husky","amenity":"fuel"},"name":"Husky","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Slovnaft":{"tags":{"name":"Slovnaft","amenity":"fuel"},"name":"Slovnaft","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Sheetz":{"tags":{"name":"Sheetz","amenity":"fuel"},"name":"Sheetz","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Mol":{"tags":{"name":"Mol","amenity":"fuel"},"name":"Mol","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Petronas":{"tags":{"name":"Petronas","amenity":"fuel"},"name":"Petronas","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Газпромнефть":{"tags":{"name":"Газпромнефть","amenity":"fuel"},"name":"Газпромнефть","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Лукойл":{"tags":{"name":"Лукойл","amenity":"fuel"},"name":"Лукойл","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Elan":{"tags":{"name":"Elan","amenity":"fuel"},"name":"Elan","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Роснефть":{"tags":{"name":"Роснефть","amenity":"fuel"},"name":"Роснефть","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Turmöl":{"tags":{"name":"Turmöl","amenity":"fuel"},"name":"Turmöl","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Neste A24":{"tags":{"name":"Neste A24","amenity":"fuel"},"name":"Neste A24","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Marathon":{"tags":{"name":"Marathon","amenity":"fuel"},"name":"Marathon","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Valero":{"tags":{"name":"Valero","amenity":"fuel"},"name":"Valero","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Eni":{"tags":{"name":"Eni","amenity":"fuel"},"name":"Eni","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Chevron":{"tags":{"name":"Chevron","amenity":"fuel"},"name":"Chevron","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ТНК":{"tags":{"name":"ТНК","amenity":"fuel"},"name":"ТНК","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/REPSOL":{"tags":{"name":"REPSOL","amenity":"fuel"},"name":"REPSOL","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/MOL":{"tags":{"name":"MOL","amenity":"fuel"},"name":"MOL","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Bliska":{"tags":{"name":"Bliska","amenity":"fuel"},"name":"Bliska","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Api":{"tags":{"name":"Api","amenity":"fuel"},"name":"Api","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Arco":{"tags":{"name":"Arco","amenity":"fuel"},"name":"Arco","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Pemex":{"tags":{"name":"Pemex","amenity":"fuel"},"name":"Pemex","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Exxon":{"tags":{"name":"Exxon","amenity":"fuel"},"name":"Exxon","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Coles Express":{"tags":{"name":"Coles Express","amenity":"fuel"},"name":"Coles Express","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Petrom":{"tags":{"name":"Petrom","amenity":"fuel"},"name":"Petrom","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/PETRONOR":{"tags":{"name":"PETRONOR","amenity":"fuel"},"name":"PETRONOR","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Rompetrol":{"tags":{"name":"Rompetrol","amenity":"fuel"},"name":"Rompetrol","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Lotos":{"tags":{"name":"Lotos","amenity":"fuel"},"name":"Lotos","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ОМВ":{"tags":{"name":"ОМВ","amenity":"fuel"},"name":"ОМВ","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/BR":{"tags":{"name":"BR","amenity":"fuel"},"name":"BR","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Copec":{"tags":{"name":"Copec","amenity":"fuel"},"name":"Copec","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Petrobras":{"tags":{"name":"Petrobras","amenity":"fuel"},"name":"Petrobras","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Liberty":{"tags":{"name":"Liberty","amenity":"fuel"},"name":"Liberty","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/IP":{"tags":{"name":"IP","amenity":"fuel"},"name":"IP","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Erg":{"tags":{"name":"Erg","amenity":"fuel"},"name":"Erg","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Eneos":{"tags":{"name":"Eneos","amenity":"fuel"},"name":"Eneos","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Citgo":{"tags":{"name":"Citgo","amenity":"fuel"},"name":"Citgo","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Metano":{"tags":{"name":"Metano","amenity":"fuel"},"name":"Metano","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Сургутнефтегаз":{"tags":{"name":"Сургутнефтегаз","amenity":"fuel"},"name":"Сургутнефтегаз","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/EKO":{"tags":{"name":"EKO","amenity":"fuel"},"name":"EKO","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Eko":{"tags":{"name":"Eko","amenity":"fuel"},"name":"Eko","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Indipend.":{"tags":{"name":"Indipend.","amenity":"fuel"},"name":"Indipend.","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/IES":{"tags":{"name":"IES","amenity":"fuel"},"name":"IES","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/TotalErg":{"tags":{"name":"TotalErg","amenity":"fuel"},"name":"TotalErg","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Cenex":{"tags":{"name":"Cenex","amenity":"fuel"},"name":"Cenex","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ПТК":{"tags":{"name":"ПТК","amenity":"fuel"},"name":"ПТК","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/HP":{"tags":{"name":"HP","amenity":"fuel"},"name":"HP","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Phillips 66":{"tags":{"name":"Phillips 66","amenity":"fuel"},"name":"Phillips 66","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/CARREFOUR":{"tags":{"name":"CARREFOUR","amenity":"fuel"},"name":"CARREFOUR","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ERG":{"tags":{"name":"ERG","amenity":"fuel"},"name":"ERG","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Speedway":{"tags":{"name":"Speedway","amenity":"fuel"},"name":"Speedway","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Benzina":{"tags":{"name":"Benzina","amenity":"fuel"},"name":"Benzina","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Татнефть":{"tags":{"name":"Татнефть","amenity":"fuel"},"name":"Татнефть","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Terpel":{"tags":{"name":"Terpel","amenity":"fuel"},"name":"Terpel","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/WOG":{"tags":{"name":"WOG","amenity":"fuel"},"name":"WOG","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Seaoil":{"tags":{"name":"Seaoil","amenity":"fuel"},"name":"Seaoil","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/АЗС":{"tags":{"name":"АЗС","amenity":"fuel"},"name":"АЗС","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Kwik Trip":{"tags":{"name":"Kwik Trip","amenity":"fuel"},"name":"Kwik Trip","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Pertamina":{"tags":{"name":"Pertamina","amenity":"fuel"},"name":"Pertamina","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/COSMO":{"tags":{"name":"COSMO","amenity":"fuel"},"name":"COSMO","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Z":{"tags":{"name":"Z","amenity":"fuel"},"name":"Z","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Indian Oil":{"tags":{"name":"Indian Oil","amenity":"fuel"},"name":"Indian Oil","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/АГЗС":{"tags":{"name":"АГЗС","amenity":"fuel"},"name":"АГЗС","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/INA":{"tags":{"name":"INA","amenity":"fuel"},"name":"INA","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/JOMO":{"tags":{"name":"JOMO","amenity":"fuel"},"name":"JOMO","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Holiday":{"tags":{"name":"Holiday","amenity":"fuel"},"name":"Holiday","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/YPF":{"tags":{"name":"YPF","amenity":"fuel"},"name":"YPF","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/IDEMITSU":{"tags":{"name":"IDEMITSU","amenity":"fuel"},"name":"IDEMITSU","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ENEOS":{"tags":{"name":"ENEOS","amenity":"fuel"},"name":"ENEOS","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Bharat Petroleum":{"tags":{"name":"Bharat Petroleum","amenity":"fuel"},"name":"Bharat Petroleum","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/CAMPSA":{"tags":{"name":"CAMPSA","amenity":"fuel"},"name":"CAMPSA","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Casey's General Store":{"tags":{"name":"Casey's General Store","amenity":"fuel"},"name":"Casey's General Store","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Башнефть":{"tags":{"name":"Башнефть","amenity":"fuel"},"name":"Башнефть","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Kangaroo":{"tags":{"name":"Kangaroo","amenity":"fuel"},"name":"Kangaroo","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/コスモ石油 (COSMO)":{"tags":{"name":"コスモ石油 (COSMO)","amenity":"fuel"},"name":"コスモ石油 (COSMO)","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/MEROIL":{"tags":{"name":"MEROIL","amenity":"fuel"},"name":"MEROIL","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/1-2-3":{"tags":{"name":"1-2-3","amenity":"fuel"},"name":"1-2-3","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/出光":{"tags":{"name":"出光","name:en":"IDEMITSU","amenity":"fuel"},"name":"出光","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/НК Альянс":{"tags":{"name":"НК Альянс","amenity":"fuel"},"name":"НК Альянс","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Sinclair":{"tags":{"name":"Sinclair","amenity":"fuel"},"name":"Sinclair","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Conoco":{"tags":{"name":"Conoco","amenity":"fuel"},"name":"Conoco","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/SPBU":{"tags":{"name":"SPBU","amenity":"fuel"},"name":"SPBU","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Макпетрол":{"tags":{"name":"Макпетрол","amenity":"fuel"},"name":"Макпетрол","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Posto Ipiranga":{"tags":{"name":"Posto Ipiranga","amenity":"fuel"},"name":"Posto Ipiranga","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Posto Shell":{"tags":{"name":"Posto Shell","amenity":"fuel"},"name":"Posto Shell","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Phoenix":{"tags":{"name":"Phoenix","amenity":"fuel"},"name":"Phoenix","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Ipiranga":{"tags":{"name":"Ipiranga","amenity":"fuel"},"name":"Ipiranga","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/OKKO":{"tags":{"name":"OKKO","amenity":"fuel"},"name":"OKKO","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ОККО":{"tags":{"name":"ОККО","amenity":"fuel"},"name":"ОККО","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/บางจาก":{"tags":{"name":"บางจาก","amenity":"fuel"},"name":"บางจาก","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/QuikTrip":{"tags":{"name":"QuikTrip","amenity":"fuel"},"name":"QuikTrip","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Posto BR":{"tags":{"name":"Posto BR","amenity":"fuel"},"name":"Posto BR","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ป ต ท":{"tags":{"name":"ป ต ท","amenity":"fuel"},"name":"ป ต ท","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ปตท":{"tags":{"name":"ปตท","amenity":"fuel"},"name":"ปตท","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/ANP":{"tags":{"name":"ANP","amenity":"fuel"},"name":"ANP","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Kum & Go":{"tags":{"name":"Kum & Go","amenity":"fuel"},"name":"Kum & Go","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Petrolimex":{"tags":{"name":"Petrolimex","amenity":"fuel"},"name":"Petrolimex","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Sokimex":{"tags":{"name":"Sokimex","amenity":"fuel"},"name":"Sokimex","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Tela":{"tags":{"name":"Tela","amenity":"fuel"},"name":"Tela","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Posto":{"tags":{"name":"Posto","amenity":"fuel"},"name":"Posto","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Укрнафта":{"tags":{"name":"Укрнафта","amenity":"fuel"},"name":"Укрнафта","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Татнефтепродукт":{"tags":{"name":"Татнефтепродукт","amenity":"fuel"},"name":"Татнефтепродукт","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Afriquia":{"tags":{"name":"Afriquia","amenity":"fuel"},"name":"Afriquia","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/Murphy USA":{"tags":{"name":"Murphy USA","amenity":"fuel"},"name":"Murphy USA","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/昭和シェル (Showa-shell)":{"tags":{"name":"昭和シェル (Showa-shell)","amenity":"fuel"},"name":"昭和シェル (Showa-shell)","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/エネオス":{"tags":{"name":"エネオス","amenity":"fuel"},"name":"エネオス","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/fuel/CNG":{"tags":{"name":"CNG","amenity":"fuel"},"name":"CNG","icon":"fuel","geometry":["point","area"],"fields":["operator","address","opening_hours"],"suggestion":true},"amenity/pub/Kings Arms":{"tags":{"name":"Kings Arms","amenity":"pub"},"name":"Kings Arms","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Ship":{"tags":{"name":"The Ship","amenity":"pub"},"name":"The Ship","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The White Horse":{"tags":{"name":"The White Horse","amenity":"pub"},"name":"The White Horse","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The White Hart":{"tags":{"name":"The White Hart","amenity":"pub"},"name":"The White Hart","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Royal Oak":{"tags":{"name":"Royal Oak","amenity":"pub"},"name":"Royal Oak","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Red Lion":{"tags":{"name":"The Red Lion","amenity":"pub"},"name":"The Red Lion","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Kings Arms":{"tags":{"name":"The Kings Arms","amenity":"pub"},"name":"The Kings Arms","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Star":{"tags":{"name":"The Star","amenity":"pub"},"name":"The Star","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Anchor":{"tags":{"name":"The Anchor","amenity":"pub"},"name":"The Anchor","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Cross Keys":{"tags":{"name":"The Cross Keys","amenity":"pub"},"name":"The Cross Keys","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Wheatsheaf":{"tags":{"name":"The Wheatsheaf","amenity":"pub"},"name":"The Wheatsheaf","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Crown Inn":{"tags":{"name":"The Crown Inn","amenity":"pub"},"name":"The Crown Inn","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Kings Head":{"tags":{"name":"The Kings Head","amenity":"pub"},"name":"The Kings Head","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Castle":{"tags":{"name":"The Castle","amenity":"pub"},"name":"The Castle","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Railway":{"tags":{"name":"The Railway","amenity":"pub"},"name":"The Railway","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The White Lion":{"tags":{"name":"The White Lion","amenity":"pub"},"name":"The White Lion","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Bell":{"tags":{"name":"The Bell","amenity":"pub"},"name":"The Bell","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Bull":{"tags":{"name":"The Bull","amenity":"pub"},"name":"The Bull","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Plough":{"tags":{"name":"The Plough","amenity":"pub"},"name":"The Plough","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The George":{"tags":{"name":"The George","amenity":"pub"},"name":"The George","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Royal Oak":{"tags":{"name":"The Royal Oak","amenity":"pub"},"name":"The Royal Oak","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Fox":{"tags":{"name":"The Fox","amenity":"pub"},"name":"The Fox","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Prince of Wales":{"tags":{"name":"Prince of Wales","amenity":"pub"},"name":"Prince of Wales","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Rising Sun":{"tags":{"name":"The Rising Sun","amenity":"pub"},"name":"The Rising Sun","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Prince of Wales":{"tags":{"name":"The Prince of Wales","amenity":"pub"},"name":"The Prince of Wales","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Crown":{"tags":{"name":"The Crown","amenity":"pub"},"name":"The Crown","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Chequers":{"tags":{"name":"The Chequers","amenity":"pub"},"name":"The Chequers","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Swan":{"tags":{"name":"The Swan","amenity":"pub"},"name":"The Swan","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Rose and Crown":{"tags":{"name":"Rose and Crown","amenity":"pub"},"name":"Rose and Crown","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Victoria":{"tags":{"name":"The Victoria","amenity":"pub"},"name":"The Victoria","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/New Inn":{"tags":{"name":"New Inn","amenity":"pub"},"name":"New Inn","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Royal Hotel":{"tags":{"name":"Royal Hotel","amenity":"pub"},"name":"Royal Hotel","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Red Lion":{"tags":{"name":"Red Lion","amenity":"pub"},"name":"Red Lion","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Cross Keys":{"tags":{"name":"Cross Keys","amenity":"pub"},"name":"Cross Keys","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Greyhound":{"tags":{"name":"The Greyhound","amenity":"pub"},"name":"The Greyhound","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Black Horse":{"tags":{"name":"The Black Horse","amenity":"pub"},"name":"The Black Horse","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The New Inn":{"tags":{"name":"The New Inn","amenity":"pub"},"name":"The New Inn","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Kings Head":{"tags":{"name":"Kings Head","amenity":"pub"},"name":"Kings Head","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Albion":{"tags":{"name":"The Albion","amenity":"pub"},"name":"The Albion","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Angel":{"tags":{"name":"The Angel","amenity":"pub"},"name":"The Angel","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Queens Head":{"tags":{"name":"The Queens Head","amenity":"pub"},"name":"The Queens Head","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/The Ship Inn":{"tags":{"name":"The Ship Inn","amenity":"pub"},"name":"The Ship Inn","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Rose & Crown":{"tags":{"name":"Rose & Crown","amenity":"pub"},"name":"Rose & Crown","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Queens Head":{"tags":{"name":"Queens Head","amenity":"pub"},"name":"Queens Head","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/pub/Irish Pub":{"tags":{"name":"Irish Pub","amenity":"pub"},"name":"Irish Pub","icon":"beer","geometry":["point","area"],"fields":["address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/fast_food/Quick":{"tags":{"name":"Quick","amenity":"fast_food"},"name":"Quick","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/McDonald's":{"tags":{"name":"McDonald's","cuisine":"burger","amenity":"fast_food"},"name":"McDonald's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Subway":{"tags":{"name":"Subway","cuisine":"sandwich","amenity":"fast_food"},"name":"Subway","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Burger King":{"tags":{"name":"Burger King","cuisine":"burger","amenity":"fast_food"},"name":"Burger King","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Ali Baba":{"tags":{"name":"Ali Baba","amenity":"fast_food"},"name":"Ali Baba","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Hungry Jacks":{"tags":{"name":"Hungry Jacks","cuisine":"burger","amenity":"fast_food"},"name":"Hungry Jacks","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Red Rooster":{"tags":{"name":"Red Rooster","amenity":"fast_food"},"name":"Red Rooster","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/KFC":{"tags":{"name":"KFC","cuisine":"chicken","amenity":"fast_food"},"name":"KFC","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Domino's Pizza":{"tags":{"name":"Domino's Pizza","cuisine":"pizza","amenity":"fast_food"},"name":"Domino's Pizza","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Chowking":{"tags":{"name":"Chowking","amenity":"fast_food"},"name":"Chowking","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Jollibee":{"tags":{"name":"Jollibee","amenity":"fast_food"},"name":"Jollibee","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Hesburger":{"tags":{"name":"Hesburger","amenity":"fast_food"},"name":"Hesburger","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/肯德基":{"tags":{"name":"肯德基","amenity":"fast_food"},"name":"肯德基","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Wendy's":{"tags":{"name":"Wendy's","cuisine":"burger","amenity":"fast_food"},"name":"Wendy's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Tim Hortons":{"tags":{"name":"Tim Hortons","amenity":"fast_food"},"name":"Tim Hortons","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Steers":{"tags":{"name":"Steers","amenity":"fast_food"},"name":"Steers","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Hardee's":{"tags":{"name":"Hardee's","cuisine":"burger","amenity":"fast_food"},"name":"Hardee's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Arby's":{"tags":{"name":"Arby's","amenity":"fast_food"},"name":"Arby's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/A&W":{"tags":{"name":"A&W","amenity":"fast_food"},"name":"A&W","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Dairy Queen":{"tags":{"name":"Dairy Queen","amenity":"fast_food"},"name":"Dairy Queen","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Hallo Pizza":{"tags":{"name":"Hallo Pizza","amenity":"fast_food"},"name":"Hallo Pizza","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Fish & Chips":{"tags":{"name":"Fish & Chips","amenity":"fast_food"},"name":"Fish & Chips","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Harvey's":{"tags":{"name":"Harvey's","amenity":"fast_food"},"name":"Harvey's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/麥當勞":{"tags":{"name":"麥當勞","amenity":"fast_food"},"name":"麥當勞","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Pizza Pizza":{"tags":{"name":"Pizza Pizza","amenity":"fast_food"},"name":"Pizza Pizza","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Kotipizza":{"tags":{"name":"Kotipizza","amenity":"fast_food"},"name":"Kotipizza","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Jack in the Box":{"tags":{"name":"Jack in the Box","cuisine":"burger","amenity":"fast_food"},"name":"Jack in the Box","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Istanbul":{"tags":{"name":"Istanbul","amenity":"fast_food"},"name":"Istanbul","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Kochlöffel":{"tags":{"name":"Kochlöffel","amenity":"fast_food"},"name":"Kochlöffel","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Döner":{"tags":{"name":"Döner","amenity":"fast_food"},"name":"Döner","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Telepizza":{"tags":{"name":"Telepizza","amenity":"fast_food"},"name":"Telepizza","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Sibylla":{"tags":{"name":"Sibylla","amenity":"fast_food"},"name":"Sibylla","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Carl's Jr.":{"tags":{"name":"Carl's Jr.","cuisine":"burger","amenity":"fast_food"},"name":"Carl's Jr.","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Quiznos":{"tags":{"name":"Quiznos","cuisine":"sandwich","amenity":"fast_food"},"name":"Quiznos","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Wimpy":{"tags":{"name":"Wimpy","amenity":"fast_food"},"name":"Wimpy","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Sonic":{"tags":{"name":"Sonic","cuisine":"burger","amenity":"fast_food"},"name":"Sonic","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Taco Bell":{"tags":{"name":"Taco Bell","cuisine":"mexican","amenity":"fast_food"},"name":"Taco Bell","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Pizza Nova":{"tags":{"name":"Pizza Nova","amenity":"fast_food"},"name":"Pizza Nova","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Papa John's":{"tags":{"name":"Papa John's","cuisine":"pizza","amenity":"fast_food"},"name":"Papa John's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Nordsee":{"tags":{"name":"Nordsee","amenity":"fast_food"},"name":"Nordsee","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Mr. Sub":{"tags":{"name":"Mr. Sub","amenity":"fast_food"},"name":"Mr. Sub","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Макдоналдс":{"tags":{"name":"Макдоналдс","name:en":"McDonald's","amenity":"fast_food"},"name":"Макдоналдс","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Asia Imbiss":{"tags":{"name":"Asia Imbiss","amenity":"fast_food"},"name":"Asia Imbiss","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Chipotle":{"tags":{"name":"Chipotle","cuisine":"mexican","amenity":"fast_food"},"name":"Chipotle","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/マクドナルド":{"tags":{"name":"マクドナルド","name:en":"McDonald's","cuisine":"burger","amenity":"fast_food"},"name":"マクドナルド","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/In-N-Out Burger":{"tags":{"name":"In-N-Out Burger","amenity":"fast_food"},"name":"In-N-Out Burger","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Jimmy John's":{"tags":{"name":"Jimmy John's","amenity":"fast_food"},"name":"Jimmy John's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Jamba Juice":{"tags":{"name":"Jamba Juice","amenity":"fast_food"},"name":"Jamba Juice","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Робин Сдобин":{"tags":{"name":"Робин Сдобин","amenity":"fast_food"},"name":"Робин Сдобин","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Baskin Robbins":{"tags":{"name":"Baskin Robbins","amenity":"fast_food"},"name":"Baskin Robbins","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/ケンタッキーフライドチキン":{"tags":{"name":"ケンタッキーフライドチキン","name:en":"KFC","cuisine":"chicken","amenity":"fast_food"},"name":"ケンタッキーフライドチキン","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/吉野家":{"tags":{"name":"吉野家","amenity":"fast_food"},"name":"吉野家","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Taco Time":{"tags":{"name":"Taco Time","amenity":"fast_food"},"name":"Taco Time","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/松屋":{"tags":{"name":"松屋","name:en":"Matsuya","amenity":"fast_food"},"name":"松屋","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Little Caesars":{"tags":{"name":"Little Caesars","amenity":"fast_food"},"name":"Little Caesars","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/El Pollo Loco":{"tags":{"name":"El Pollo Loco","amenity":"fast_food"},"name":"El Pollo Loco","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Del Taco":{"tags":{"name":"Del Taco","amenity":"fast_food"},"name":"Del Taco","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/White Castle":{"tags":{"name":"White Castle","amenity":"fast_food"},"name":"White Castle","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Boston Market":{"tags":{"name":"Boston Market","amenity":"fast_food"},"name":"Boston Market","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Chick-fil-A":{"tags":{"name":"Chick-fil-A","cuisine":"chicken","amenity":"fast_food"},"name":"Chick-fil-A","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Panda Express":{"tags":{"name":"Panda Express","cuisine":"chinese","amenity":"fast_food"},"name":"Panda Express","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Whataburger":{"tags":{"name":"Whataburger","amenity":"fast_food"},"name":"Whataburger","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Taco John's":{"tags":{"name":"Taco John's","amenity":"fast_food"},"name":"Taco John's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Теремок":{"tags":{"name":"Теремок","amenity":"fast_food"},"name":"Теремок","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Culver's":{"tags":{"name":"Culver's","amenity":"fast_food"},"name":"Culver's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Five Guys":{"tags":{"name":"Five Guys","amenity":"fast_food"},"name":"Five Guys","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Church's Chicken":{"tags":{"name":"Church's Chicken","amenity":"fast_food"},"name":"Church's Chicken","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Popeye's":{"tags":{"name":"Popeye's","cuisine":"chicken","amenity":"fast_food"},"name":"Popeye's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Long John Silver's":{"tags":{"name":"Long John Silver's","amenity":"fast_food"},"name":"Long John Silver's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Pollo Campero":{"tags":{"name":"Pollo Campero","amenity":"fast_food"},"name":"Pollo Campero","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Zaxby's":{"tags":{"name":"Zaxby's","amenity":"fast_food"},"name":"Zaxby's","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/すき家":{"tags":{"name":"すき家","name:en":"SUKIYA","amenity":"fast_food"},"name":"すき家","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/モスバーガー":{"tags":{"name":"モスバーガー","name:en":"MOS BURGER","amenity":"fast_food"},"name":"モスバーガー","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/Русский Аппетит":{"tags":{"name":"Русский Аппетит","amenity":"fast_food"},"name":"Русский Аппетит","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/fast_food/なか卯":{"tags":{"name":"なか卯","amenity":"fast_food"},"name":"なか卯","icon":"fast-food","geometry":["point","area"],"fields":["cuisine","operator","address","building_area","opening_hours","takeaway","delivery","drive_through","smoking"],"suggestion":true},"amenity/restaurant/Pizza Hut":{"tags":{"name":"Pizza Hut","cuisine":"pizza","amenity":"restaurant"},"name":"Pizza Hut","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Little Chef":{"tags":{"name":"Little Chef","amenity":"restaurant"},"name":"Little Chef","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Adler":{"tags":{"name":"Adler","amenity":"restaurant"},"name":"Adler","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Zur Krone":{"tags":{"name":"Zur Krone","amenity":"restaurant"},"name":"Zur Krone","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Deutsches Haus":{"tags":{"name":"Deutsches Haus","amenity":"restaurant"},"name":"Deutsches Haus","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Krone":{"tags":{"name":"Krone","amenity":"restaurant"},"name":"Krone","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Akropolis":{"tags":{"name":"Akropolis","amenity":"restaurant"},"name":"Akropolis","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Schützenhaus":{"tags":{"name":"Schützenhaus","amenity":"restaurant"},"name":"Schützenhaus","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Kreuz":{"tags":{"name":"Kreuz","amenity":"restaurant"},"name":"Kreuz","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Waldschänke":{"tags":{"name":"Waldschänke","amenity":"restaurant"},"name":"Waldschänke","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/La Piazza":{"tags":{"name":"La Piazza","amenity":"restaurant"},"name":"La Piazza","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Lamm":{"tags":{"name":"Lamm","amenity":"restaurant"},"name":"Lamm","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Zur Sonne":{"tags":{"name":"Zur Sonne","amenity":"restaurant"},"name":"Zur Sonne","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Zur Linde":{"tags":{"name":"Zur Linde","amenity":"restaurant"},"name":"Zur Linde","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Poseidon":{"tags":{"name":"Poseidon","amenity":"restaurant"},"name":"Poseidon","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Shanghai":{"tags":{"name":"Shanghai","amenity":"restaurant"},"name":"Shanghai","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Red Lobster":{"tags":{"name":"Red Lobster","amenity":"restaurant"},"name":"Red Lobster","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Zum Löwen":{"tags":{"name":"Zum Löwen","amenity":"restaurant"},"name":"Zum Löwen","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Swiss Chalet":{"tags":{"name":"Swiss Chalet","amenity":"restaurant"},"name":"Swiss Chalet","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Olympia":{"tags":{"name":"Olympia","amenity":"restaurant"},"name":"Olympia","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Wagamama":{"tags":{"name":"Wagamama","amenity":"restaurant"},"name":"Wagamama","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Frankie & Benny's":{"tags":{"name":"Frankie & Benny's","amenity":"restaurant"},"name":"Frankie & Benny's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Hooters":{"tags":{"name":"Hooters","amenity":"restaurant"},"name":"Hooters","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Sternen":{"tags":{"name":"Sternen","amenity":"restaurant"},"name":"Sternen","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Hirschen":{"tags":{"name":"Hirschen","amenity":"restaurant"},"name":"Hirschen","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Denny's":{"tags":{"name":"Denny's","amenity":"restaurant"},"name":"Denny's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Athen":{"tags":{"name":"Athen","amenity":"restaurant"},"name":"Athen","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Sonne":{"tags":{"name":"Sonne","amenity":"restaurant"},"name":"Sonne","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Hirsch":{"tags":{"name":"Hirsch","amenity":"restaurant"},"name":"Hirsch","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Ratskeller":{"tags":{"name":"Ratskeller","amenity":"restaurant"},"name":"Ratskeller","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/La Cantina":{"tags":{"name":"La Cantina","amenity":"restaurant"},"name":"La Cantina","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Gasthaus Krone":{"tags":{"name":"Gasthaus Krone","amenity":"restaurant"},"name":"Gasthaus Krone","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/El Greco":{"tags":{"name":"El Greco","amenity":"restaurant"},"name":"El Greco","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Gasthof zur Post":{"tags":{"name":"Gasthof zur Post","amenity":"restaurant"},"name":"Gasthof zur Post","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Nando's":{"tags":{"name":"Nando's","amenity":"restaurant"},"name":"Nando's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Löwen":{"tags":{"name":"Löwen","amenity":"restaurant"},"name":"Löwen","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/La Pataterie":{"tags":{"name":"La Pataterie","amenity":"restaurant"},"name":"La Pataterie","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Bella Napoli":{"tags":{"name":"Bella Napoli","amenity":"restaurant"},"name":"Bella Napoli","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Pizza Express":{"tags":{"name":"Pizza Express","amenity":"restaurant"},"name":"Pizza Express","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Mandarin":{"tags":{"name":"Mandarin","amenity":"restaurant"},"name":"Mandarin","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Hong Kong":{"tags":{"name":"Hong Kong","amenity":"restaurant"},"name":"Hong Kong","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Zizzi":{"tags":{"name":"Zizzi","amenity":"restaurant"},"name":"Zizzi","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Cracker Barrel":{"tags":{"name":"Cracker Barrel","amenity":"restaurant"},"name":"Cracker Barrel","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Rhodos":{"tags":{"name":"Rhodos","amenity":"restaurant"},"name":"Rhodos","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Lindenhof":{"tags":{"name":"Lindenhof","amenity":"restaurant"},"name":"Lindenhof","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Milano":{"tags":{"name":"Milano","amenity":"restaurant"},"name":"Milano","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Dolce Vita":{"tags":{"name":"Dolce Vita","amenity":"restaurant"},"name":"Dolce Vita","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Kirchenwirt":{"tags":{"name":"Kirchenwirt","amenity":"restaurant"},"name":"Kirchenwirt","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Kantine":{"tags":{"name":"Kantine","amenity":"restaurant"},"name":"Kantine","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Ochsen":{"tags":{"name":"Ochsen","amenity":"restaurant"},"name":"Ochsen","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Spur":{"tags":{"name":"Spur","amenity":"restaurant"},"name":"Spur","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Mykonos":{"tags":{"name":"Mykonos","amenity":"restaurant"},"name":"Mykonos","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Lotus":{"tags":{"name":"Lotus","amenity":"restaurant"},"name":"Lotus","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Applebee's":{"tags":{"name":"Applebee's","amenity":"restaurant"},"name":"Applebee's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Flunch":{"tags":{"name":"Flunch","amenity":"restaurant"},"name":"Flunch","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Zur Post":{"tags":{"name":"Zur Post","amenity":"restaurant"},"name":"Zur Post","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/China Town":{"tags":{"name":"China Town","amenity":"restaurant"},"name":"China Town","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/La Dolce Vita":{"tags":{"name":"La Dolce Vita","amenity":"restaurant"},"name":"La Dolce Vita","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Waffle House":{"tags":{"name":"Waffle House","amenity":"restaurant"},"name":"Waffle House","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Delphi":{"tags":{"name":"Delphi","amenity":"restaurant"},"name":"Delphi","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Linde":{"tags":{"name":"Linde","amenity":"restaurant"},"name":"Linde","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Outback Steakhouse":{"tags":{"name":"Outback Steakhouse","amenity":"restaurant"},"name":"Outback Steakhouse","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Dionysos":{"tags":{"name":"Dionysos","amenity":"restaurant"},"name":"Dionysos","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Kelsey's":{"tags":{"name":"Kelsey's","amenity":"restaurant"},"name":"Kelsey's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Boston Pizza":{"tags":{"name":"Boston Pizza","amenity":"restaurant"},"name":"Boston Pizza","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Bella Italia":{"tags":{"name":"Bella Italia","amenity":"restaurant"},"name":"Bella Italia","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Sizzler":{"tags":{"name":"Sizzler","amenity":"restaurant"},"name":"Sizzler","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Grüner Baum":{"tags":{"name":"Grüner Baum","amenity":"restaurant"},"name":"Grüner Baum","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Taj Mahal":{"tags":{"name":"Taj Mahal","amenity":"restaurant"},"name":"Taj Mahal","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Rössli":{"tags":{"name":"Rössli","amenity":"restaurant"},"name":"Rössli","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Traube":{"tags":{"name":"Traube","amenity":"restaurant"},"name":"Traube","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Adria":{"tags":{"name":"Adria","amenity":"restaurant"},"name":"Adria","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Red Robin":{"tags":{"name":"Red Robin","amenity":"restaurant"},"name":"Red Robin","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Roma":{"tags":{"name":"Roma","amenity":"restaurant"},"name":"Roma","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/San Marco":{"tags":{"name":"San Marco","amenity":"restaurant"},"name":"San Marco","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Hellas":{"tags":{"name":"Hellas","amenity":"restaurant"},"name":"Hellas","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/La Perla":{"tags":{"name":"La Perla","amenity":"restaurant"},"name":"La Perla","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Vips":{"tags":{"name":"Vips","amenity":"restaurant"},"name":"Vips","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Panera Bread":{"tags":{"name":"Panera Bread","amenity":"restaurant"},"name":"Panera Bread","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Da Vinci":{"tags":{"name":"Da Vinci","amenity":"restaurant"},"name":"Da Vinci","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Hippopotamus":{"tags":{"name":"Hippopotamus","amenity":"restaurant"},"name":"Hippopotamus","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Prezzo":{"tags":{"name":"Prezzo","amenity":"restaurant"},"name":"Prezzo","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Courtepaille":{"tags":{"name":"Courtepaille","amenity":"restaurant"},"name":"Courtepaille","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Hard Rock Cafe":{"tags":{"name":"Hard Rock Cafe","amenity":"restaurant"},"name":"Hard Rock Cafe","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Panorama":{"tags":{"name":"Panorama","amenity":"restaurant"},"name":"Panorama","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/デニーズ":{"tags":{"name":"デニーズ","amenity":"restaurant"},"name":"デニーズ","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Sportheim":{"tags":{"name":"Sportheim","amenity":"restaurant"},"name":"Sportheim","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/餃子の王将":{"tags":{"name":"餃子の王将","amenity":"restaurant"},"name":"餃子の王将","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Bären":{"tags":{"name":"Bären","amenity":"restaurant"},"name":"Bären","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Alte Post":{"tags":{"name":"Alte Post","amenity":"restaurant"},"name":"Alte Post","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Pizzeria Roma":{"tags":{"name":"Pizzeria Roma","amenity":"restaurant"},"name":"Pizzeria Roma","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/China Garden":{"tags":{"name":"China Garden","amenity":"restaurant"},"name":"China Garden","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Vapiano":{"tags":{"name":"Vapiano","amenity":"restaurant"},"name":"Vapiano","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Mamma Mia":{"tags":{"name":"Mamma Mia","amenity":"restaurant"},"name":"Mamma Mia","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Schwarzer Adler":{"tags":{"name":"Schwarzer Adler","amenity":"restaurant"},"name":"Schwarzer Adler","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/IHOP":{"tags":{"name":"IHOP","amenity":"restaurant"},"name":"IHOP","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Chili's":{"tags":{"name":"Chili's","amenity":"restaurant"},"name":"Chili's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Asia":{"tags":{"name":"Asia","amenity":"restaurant"},"name":"Asia","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Olive Garden":{"tags":{"name":"Olive Garden","amenity":"restaurant"},"name":"Olive Garden","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/TGI Friday's":{"tags":{"name":"TGI Friday's","amenity":"restaurant"},"name":"TGI Friday's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Friendly's":{"tags":{"name":"Friendly's","amenity":"restaurant"},"name":"Friendly's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Buffalo Grill":{"tags":{"name":"Buffalo Grill","amenity":"restaurant"},"name":"Buffalo Grill","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Texas Roadhouse":{"tags":{"name":"Texas Roadhouse","amenity":"restaurant"},"name":"Texas Roadhouse","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/ガスト":{"tags":{"name":"ガスト","name:en":"Gusto","amenity":"restaurant"},"name":"ガスト","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Sakura":{"tags":{"name":"Sakura","amenity":"restaurant"},"name":"Sakura","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Mensa":{"tags":{"name":"Mensa","amenity":"restaurant"},"name":"Mensa","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/The Keg":{"tags":{"name":"The Keg","amenity":"restaurant"},"name":"The Keg","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/サイゼリヤ":{"tags":{"name":"サイゼリヤ","amenity":"restaurant"},"name":"サイゼリヤ","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/La Strada":{"tags":{"name":"La Strada","amenity":"restaurant"},"name":"La Strada","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Village Inn":{"tags":{"name":"Village Inn","amenity":"restaurant"},"name":"Village Inn","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Buffalo Wild Wings":{"tags":{"name":"Buffalo Wild Wings","amenity":"restaurant"},"name":"Buffalo Wild Wings","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Peking":{"tags":{"name":"Peking","amenity":"restaurant"},"name":"Peking","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Round Table Pizza":{"tags":{"name":"Round Table Pizza","amenity":"restaurant"},"name":"Round Table Pizza","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/California Pizza Kitchen":{"tags":{"name":"California Pizza Kitchen","amenity":"restaurant"},"name":"California Pizza Kitchen","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Якитория":{"tags":{"name":"Якитория","amenity":"restaurant"},"name":"Якитория","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Golden Corral":{"tags":{"name":"Golden Corral","amenity":"restaurant"},"name":"Golden Corral","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Perkins":{"tags":{"name":"Perkins","amenity":"restaurant"},"name":"Perkins","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Ruby Tuesday":{"tags":{"name":"Ruby Tuesday","amenity":"restaurant"},"name":"Ruby Tuesday","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Shari's":{"tags":{"name":"Shari's","amenity":"restaurant"},"name":"Shari's","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Bob Evans":{"tags":{"name":"Bob Evans","amenity":"restaurant"},"name":"Bob Evans","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/바다횟집 (Bada Fish Restaurant)":{"tags":{"name":"바다횟집 (Bada Fish Restaurant)","amenity":"restaurant"},"name":"바다횟집 (Bada Fish Restaurant)","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Mang Inasal":{"tags":{"name":"Mang Inasal","amenity":"restaurant"},"name":"Mang Inasal","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Евразия":{"tags":{"name":"Евразия","amenity":"restaurant"},"name":"Евразия","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/ジョナサン":{"tags":{"name":"ジョナサン","amenity":"restaurant"},"name":"ジョナサン","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/restaurant/Longhorn Steakhouse":{"tags":{"name":"Longhorn Steakhouse","amenity":"restaurant"},"name":"Longhorn Steakhouse","icon":"restaurant","geometry":["point","area"],"fields":["cuisine","address","building_area","opening_hours","capacity","takeaway","delivery","smoking"],"suggestion":true},"amenity/bank/Chase":{"tags":{"name":"Chase","amenity":"bank"},"name":"Chase","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Commonwealth Bank":{"tags":{"name":"Commonwealth Bank","amenity":"bank"},"name":"Commonwealth Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Citibank":{"tags":{"name":"Citibank","amenity":"bank"},"name":"Citibank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/HSBC":{"tags":{"name":"HSBC","amenity":"bank"},"name":"HSBC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Barclays":{"tags":{"name":"Barclays","amenity":"bank"},"name":"Barclays","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Westpac":{"tags":{"name":"Westpac","amenity":"bank"},"name":"Westpac","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/NAB":{"tags":{"name":"NAB","amenity":"bank"},"name":"NAB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ANZ":{"tags":{"name":"ANZ","amenity":"bank"},"name":"ANZ","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Lloyds Bank":{"tags":{"name":"Lloyds Bank","amenity":"bank"},"name":"Lloyds Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Landbank":{"tags":{"name":"Landbank","amenity":"bank"},"name":"Landbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Sparkasse":{"tags":{"name":"Sparkasse","amenity":"bank"},"name":"Sparkasse","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/UCPB":{"tags":{"name":"UCPB","amenity":"bank"},"name":"UCPB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/PNB":{"tags":{"name":"PNB","amenity":"bank"},"name":"PNB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Metrobank":{"tags":{"name":"Metrobank","amenity":"bank"},"name":"Metrobank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BDO":{"tags":{"name":"BDO","amenity":"bank"},"name":"BDO","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Volksbank":{"tags":{"name":"Volksbank","amenity":"bank"},"name":"Volksbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BPI":{"tags":{"name":"BPI","amenity":"bank"},"name":"BPI","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Postbank":{"tags":{"name":"Postbank","amenity":"bank"},"name":"Postbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/NatWest":{"tags":{"name":"NatWest","amenity":"bank"},"name":"NatWest","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Raiffeisenbank":{"tags":{"name":"Raiffeisenbank","amenity":"bank"},"name":"Raiffeisenbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Yorkshire Bank":{"tags":{"name":"Yorkshire Bank","amenity":"bank"},"name":"Yorkshire Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ABSA":{"tags":{"name":"ABSA","amenity":"bank"},"name":"ABSA","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Standard Bank":{"tags":{"name":"Standard Bank","amenity":"bank"},"name":"Standard Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/FNB":{"tags":{"name":"FNB","amenity":"bank"},"name":"FNB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Deutsche Bank":{"tags":{"name":"Deutsche Bank","amenity":"bank"},"name":"Deutsche Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/SEB":{"tags":{"name":"SEB","amenity":"bank"},"name":"SEB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Commerzbank":{"tags":{"name":"Commerzbank","amenity":"bank"},"name":"Commerzbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Targobank":{"tags":{"name":"Targobank","amenity":"bank"},"name":"Targobank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ABN AMRO":{"tags":{"name":"ABN AMRO","amenity":"bank"},"name":"ABN AMRO","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Handelsbanken":{"tags":{"name":"Handelsbanken","amenity":"bank"},"name":"Handelsbanken","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Swedbank":{"tags":{"name":"Swedbank","amenity":"bank"},"name":"Swedbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Kreissparkasse":{"tags":{"name":"Kreissparkasse","amenity":"bank"},"name":"Kreissparkasse","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/UniCredit Bank":{"tags":{"name":"UniCredit Bank","amenity":"bank"},"name":"UniCredit Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Monte dei Paschi di Siena":{"tags":{"name":"Monte dei Paschi di Siena","amenity":"bank"},"name":"Monte dei Paschi di Siena","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caja Rural":{"tags":{"name":"Caja Rural","amenity":"bank"},"name":"Caja Rural","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Dresdner Bank":{"tags":{"name":"Dresdner Bank","amenity":"bank"},"name":"Dresdner Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Sparda-Bank":{"tags":{"name":"Sparda-Bank","amenity":"bank"},"name":"Sparda-Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/VÚB":{"tags":{"name":"VÚB","amenity":"bank"},"name":"VÚB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Slovenská sporiteľňa":{"tags":{"name":"Slovenská sporiteľňa","amenity":"bank"},"name":"Slovenská sporiteľňa","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank of Montreal":{"tags":{"name":"Bank of Montreal","amenity":"bank"},"name":"Bank of Montreal","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/KBC":{"tags":{"name":"KBC","amenity":"bank"},"name":"KBC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Royal Bank of Scotland":{"tags":{"name":"Royal Bank of Scotland","amenity":"bank"},"name":"Royal Bank of Scotland","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/TSB":{"tags":{"name":"TSB","amenity":"bank"},"name":"TSB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/US Bank":{"tags":{"name":"US Bank","amenity":"bank"},"name":"US Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/HypoVereinsbank":{"tags":{"name":"HypoVereinsbank","amenity":"bank"},"name":"HypoVereinsbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank Austria":{"tags":{"name":"Bank Austria","amenity":"bank"},"name":"Bank Austria","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ING":{"tags":{"name":"ING","amenity":"bank"},"name":"ING","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Erste Bank":{"tags":{"name":"Erste Bank","amenity":"bank"},"name":"Erste Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/CIBC":{"tags":{"name":"CIBC","amenity":"bank"},"name":"CIBC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Scotiabank":{"tags":{"name":"Scotiabank","amenity":"bank"},"name":"Scotiabank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caisse d'Épargne":{"tags":{"name":"Caisse d'Épargne","amenity":"bank"},"name":"Caisse d'Épargne","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Santander":{"tags":{"name":"Santander","amenity":"bank"},"name":"Santander","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank of Scotland":{"tags":{"name":"Bank of Scotland","amenity":"bank"},"name":"Bank of Scotland","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/TD Canada Trust":{"tags":{"name":"TD Canada Trust","amenity":"bank"},"name":"TD Canada Trust","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BMO":{"tags":{"name":"BMO","amenity":"bank"},"name":"BMO","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Danske Bank":{"tags":{"name":"Danske Bank","amenity":"bank"},"name":"Danske Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/OTP":{"tags":{"name":"OTP","amenity":"bank"},"name":"OTP","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Crédit Agricole":{"tags":{"name":"Crédit Agricole","amenity":"bank"},"name":"Crédit Agricole","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/LCL":{"tags":{"name":"LCL","amenity":"bank"},"name":"LCL","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/VR-Bank":{"tags":{"name":"VR-Bank","amenity":"bank"},"name":"VR-Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ČSOB":{"tags":{"name":"ČSOB","amenity":"bank"},"name":"ČSOB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Česká spořitelna":{"tags":{"name":"Česká spořitelna","amenity":"bank"},"name":"Česká spořitelna","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BNP":{"tags":{"name":"BNP","amenity":"bank"},"name":"BNP","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Royal Bank":{"tags":{"name":"Royal Bank","amenity":"bank"},"name":"Royal Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Nationwide":{"tags":{"name":"Nationwide","amenity":"bank"},"name":"Nationwide","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Halifax":{"tags":{"name":"Halifax","amenity":"bank"},"name":"Halifax","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BAWAG PSK":{"tags":{"name":"BAWAG PSK","amenity":"bank"},"name":"BAWAG PSK","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/National Bank":{"tags":{"name":"National Bank","amenity":"bank"},"name":"National Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Nedbank":{"tags":{"name":"Nedbank","amenity":"bank"},"name":"Nedbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/First National Bank":{"tags":{"name":"First National Bank","amenity":"bank"},"name":"First National Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Nordea":{"tags":{"name":"Nordea","amenity":"bank"},"name":"Nordea","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Rabobank":{"tags":{"name":"Rabobank","amenity":"bank"},"name":"Rabobank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Sparkasse KölnBonn":{"tags":{"name":"Sparkasse KölnBonn","amenity":"bank"},"name":"Sparkasse KölnBonn","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Tatra banka":{"tags":{"name":"Tatra banka","amenity":"bank"},"name":"Tatra banka","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Berliner Sparkasse":{"tags":{"name":"Berliner Sparkasse","amenity":"bank"},"name":"Berliner Sparkasse","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Berliner Volksbank":{"tags":{"name":"Berliner Volksbank","amenity":"bank"},"name":"Berliner Volksbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Wells Fargo":{"tags":{"name":"Wells Fargo","amenity":"bank"},"name":"Wells Fargo","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Credit Suisse":{"tags":{"name":"Credit Suisse","amenity":"bank"},"name":"Credit Suisse","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Société Générale":{"tags":{"name":"Société Générale","amenity":"bank"},"name":"Société Générale","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Osuuspankki":{"tags":{"name":"Osuuspankki","amenity":"bank"},"name":"Osuuspankki","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Sparkasse Aachen":{"tags":{"name":"Sparkasse Aachen","amenity":"bank"},"name":"Sparkasse Aachen","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Hamburger Sparkasse":{"tags":{"name":"Hamburger Sparkasse","amenity":"bank"},"name":"Hamburger Sparkasse","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Cassa di Risparmio del Veneto":{"tags":{"name":"Cassa di Risparmio del Veneto","amenity":"bank"},"name":"Cassa di Risparmio del Veneto","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BNP Paribas":{"tags":{"name":"BNP Paribas","amenity":"bank"},"name":"BNP Paribas","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banque Populaire":{"tags":{"name":"Banque Populaire","amenity":"bank"},"name":"Banque Populaire","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BNP Paribas Fortis":{"tags":{"name":"BNP Paribas Fortis","amenity":"bank"},"name":"BNP Paribas Fortis","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Popular":{"tags":{"name":"Banco Popular","amenity":"bank"},"name":"Banco Popular","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bancaja":{"tags":{"name":"Bancaja","amenity":"bank"},"name":"Bancaja","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banesto":{"tags":{"name":"Banesto","amenity":"bank"},"name":"Banesto","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/La Caixa":{"tags":{"name":"La Caixa","amenity":"bank"},"name":"La Caixa","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Santander Consumer Bank":{"tags":{"name":"Santander Consumer Bank","amenity":"bank"},"name":"Santander Consumer Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BRD":{"tags":{"name":"BRD","amenity":"bank"},"name":"BRD","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BCR":{"tags":{"name":"BCR","amenity":"bank"},"name":"BCR","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banca Transilvania":{"tags":{"name":"Banca Transilvania","amenity":"bank"},"name":"Banca Transilvania","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BW-Bank":{"tags":{"name":"BW-Bank","amenity":"bank"},"name":"BW-Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Komerční banka":{"tags":{"name":"Komerční banka","amenity":"bank"},"name":"Komerční banka","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Pastor":{"tags":{"name":"Banco Pastor","amenity":"bank"},"name":"Banco Pastor","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Stadtsparkasse":{"tags":{"name":"Stadtsparkasse","amenity":"bank"},"name":"Stadtsparkasse","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Ulster Bank":{"tags":{"name":"Ulster Bank","amenity":"bank"},"name":"Ulster Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Sberbank":{"tags":{"name":"Sberbank","amenity":"bank"},"name":"Sberbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/CIC":{"tags":{"name":"CIC","amenity":"bank"},"name":"CIC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bancpost":{"tags":{"name":"Bancpost","amenity":"bank"},"name":"Bancpost","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caja Madrid":{"tags":{"name":"Caja Madrid","amenity":"bank"},"name":"Caja Madrid","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Maybank":{"tags":{"name":"Maybank","amenity":"bank"},"name":"Maybank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/中国银行":{"tags":{"name":"中国银行","amenity":"bank"},"name":"中国银行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Unicredit Banca":{"tags":{"name":"Unicredit Banca","amenity":"bank"},"name":"Unicredit Banca","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Crédit Mutuel":{"tags":{"name":"Crédit Mutuel","amenity":"bank"},"name":"Crédit Mutuel","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BBVA":{"tags":{"name":"BBVA","amenity":"bank"},"name":"BBVA","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Intesa San Paolo":{"tags":{"name":"Intesa San Paolo","amenity":"bank"},"name":"Intesa San Paolo","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/TD Bank":{"tags":{"name":"TD Bank","amenity":"bank"},"name":"TD Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Belfius":{"tags":{"name":"Belfius","amenity":"bank"},"name":"Belfius","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank of America":{"tags":{"name":"Bank of America","amenity":"bank"},"name":"Bank of America","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/RBC":{"tags":{"name":"RBC","amenity":"bank"},"name":"RBC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Alpha Bank":{"tags":{"name":"Alpha Bank","amenity":"bank"},"name":"Alpha Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Сбербанк":{"tags":{"name":"Сбербанк","amenity":"bank"},"name":"Сбербанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Россельхозбанк":{"tags":{"name":"Россельхозбанк","amenity":"bank"},"name":"Россельхозбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Crédit du Nord":{"tags":{"name":"Crédit du Nord","amenity":"bank"},"name":"Crédit du Nord","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BancoEstado":{"tags":{"name":"BancoEstado","amenity":"bank"},"name":"BancoEstado","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Millennium Bank":{"tags":{"name":"Millennium Bank","amenity":"bank"},"name":"Millennium Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/State Bank of India":{"tags":{"name":"State Bank of India","amenity":"bank"},"name":"State Bank of India","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Беларусбанк":{"tags":{"name":"Беларусбанк","amenity":"bank"},"name":"Беларусбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ING Bank Śląski":{"tags":{"name":"ING Bank Śląski","amenity":"bank"},"name":"ING Bank Śląski","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caixa Geral de Depósitos":{"tags":{"name":"Caixa Geral de Depósitos","amenity":"bank"},"name":"Caixa Geral de Depósitos","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Kreissparkasse Köln":{"tags":{"name":"Kreissparkasse Köln","amenity":"bank"},"name":"Kreissparkasse Köln","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco BCI":{"tags":{"name":"Banco BCI","amenity":"bank"},"name":"Banco BCI","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco de Chile":{"tags":{"name":"Banco de Chile","amenity":"bank"},"name":"Banco de Chile","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ВТБ24":{"tags":{"name":"ВТБ24","amenity":"bank"},"name":"ВТБ24","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/UBS":{"tags":{"name":"UBS","amenity":"bank"},"name":"UBS","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/PKO BP":{"tags":{"name":"PKO BP","amenity":"bank"},"name":"PKO BP","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Chinabank":{"tags":{"name":"Chinabank","amenity":"bank"},"name":"Chinabank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/PSBank":{"tags":{"name":"PSBank","amenity":"bank"},"name":"PSBank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Union Bank":{"tags":{"name":"Union Bank","amenity":"bank"},"name":"Union Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/China Bank":{"tags":{"name":"China Bank","amenity":"bank"},"name":"China Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/RCBC":{"tags":{"name":"RCBC","amenity":"bank"},"name":"RCBC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Unicaja":{"tags":{"name":"Unicaja","amenity":"bank"},"name":"Unicaja","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BBK":{"tags":{"name":"BBK","amenity":"bank"},"name":"BBK","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Ibercaja":{"tags":{"name":"Ibercaja","amenity":"bank"},"name":"Ibercaja","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/RBS":{"tags":{"name":"RBS","amenity":"bank"},"name":"RBS","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Commercial Bank of Ceylon PLC":{"tags":{"name":"Commercial Bank of Ceylon PLC","amenity":"bank"},"name":"Commercial Bank of Ceylon PLC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank of Ireland":{"tags":{"name":"Bank of Ireland","amenity":"bank"},"name":"Bank of Ireland","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BNL":{"tags":{"name":"BNL","amenity":"bank"},"name":"BNL","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Santander":{"tags":{"name":"Banco Santander","amenity":"bank"},"name":"Banco Santander","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Itaú":{"tags":{"name":"Banco Itaú","amenity":"bank"},"name":"Banco Itaú","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/AIB":{"tags":{"name":"AIB","amenity":"bank"},"name":"AIB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BZ WBK":{"tags":{"name":"BZ WBK","amenity":"bank"},"name":"BZ WBK","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco do Brasil":{"tags":{"name":"Banco do Brasil","amenity":"bank"},"name":"Banco do Brasil","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caixa Econômica Federal":{"tags":{"name":"Caixa Econômica Federal","amenity":"bank"},"name":"Caixa Econômica Federal","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Fifth Third Bank":{"tags":{"name":"Fifth Third Bank","amenity":"bank"},"name":"Fifth Third Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banca Popolare di Vicenza":{"tags":{"name":"Banca Popolare di Vicenza","amenity":"bank"},"name":"Banca Popolare di Vicenza","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Wachovia":{"tags":{"name":"Wachovia","amenity":"bank"},"name":"Wachovia","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/OLB":{"tags":{"name":"OLB","amenity":"bank"},"name":"OLB","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/みずほ銀行":{"tags":{"name":"みずほ銀行","amenity":"bank"},"name":"みずほ銀行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BES":{"tags":{"name":"BES","amenity":"bank"},"name":"BES","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ICICI Bank":{"tags":{"name":"ICICI Bank","amenity":"bank"},"name":"ICICI Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/HDFC Bank":{"tags":{"name":"HDFC Bank","amenity":"bank"},"name":"HDFC Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/La Banque Postale":{"tags":{"name":"La Banque Postale","amenity":"bank"},"name":"La Banque Postale","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Pekao SA":{"tags":{"name":"Pekao SA","amenity":"bank"},"name":"Pekao SA","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Oberbank":{"tags":{"name":"Oberbank","amenity":"bank"},"name":"Oberbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bradesco":{"tags":{"name":"Bradesco","amenity":"bank"},"name":"Bradesco","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Oldenburgische Landesbank":{"tags":{"name":"Oldenburgische Landesbank","amenity":"bank"},"name":"Oldenburgische Landesbank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bendigo Bank":{"tags":{"name":"Bendigo Bank","amenity":"bank"},"name":"Bendigo Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Argenta":{"tags":{"name":"Argenta","amenity":"bank"},"name":"Argenta","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/AXA":{"tags":{"name":"AXA","amenity":"bank"},"name":"AXA","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Axis Bank":{"tags":{"name":"Axis Bank","amenity":"bank"},"name":"Axis Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Nación":{"tags":{"name":"Banco Nación","amenity":"bank"},"name":"Banco Nación","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/GE Money Bank":{"tags":{"name":"GE Money Bank","amenity":"bank"},"name":"GE Money Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Альфа-Банк":{"tags":{"name":"Альфа-Банк","amenity":"bank"},"name":"Альфа-Банк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Белагропромбанк":{"tags":{"name":"Белагропромбанк","amenity":"bank"},"name":"Белагропромбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caja Círculo":{"tags":{"name":"Caja Círculo","amenity":"bank"},"name":"Caja Círculo","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Galicia":{"tags":{"name":"Banco Galicia","amenity":"bank"},"name":"Banco Galicia","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Eurobank":{"tags":{"name":"Eurobank","amenity":"bank"},"name":"Eurobank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banca Intesa":{"tags":{"name":"Banca Intesa","amenity":"bank"},"name":"Banca Intesa","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Canara Bank":{"tags":{"name":"Canara Bank","amenity":"bank"},"name":"Canara Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Cajamar":{"tags":{"name":"Cajamar","amenity":"bank"},"name":"Cajamar","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banamex":{"tags":{"name":"Banamex","amenity":"bank"},"name":"Banamex","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Crédit Mutuel de Bretagne":{"tags":{"name":"Crédit Mutuel de Bretagne","amenity":"bank"},"name":"Crédit Mutuel de Bretagne","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Davivienda":{"tags":{"name":"Davivienda","amenity":"bank"},"name":"Davivienda","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank Spółdzielczy":{"tags":{"name":"Bank Spółdzielczy","amenity":"bank"},"name":"Bank Spółdzielczy","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Credit Agricole":{"tags":{"name":"Credit Agricole","amenity":"bank"},"name":"Credit Agricole","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bankinter":{"tags":{"name":"Bankinter","amenity":"bank"},"name":"Bankinter","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banque Nationale":{"tags":{"name":"Banque Nationale","amenity":"bank"},"name":"Banque Nationale","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank of the West":{"tags":{"name":"Bank of the West","amenity":"bank"},"name":"Bank of the West","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Key Bank":{"tags":{"name":"Key Bank","amenity":"bank"},"name":"Key Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Western Union":{"tags":{"name":"Western Union","amenity":"bank"},"name":"Western Union","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Citizens Bank":{"tags":{"name":"Citizens Bank","amenity":"bank"},"name":"Citizens Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ПриватБанк":{"tags":{"name":"ПриватБанк","amenity":"bank"},"name":"ПриватБанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Security Bank":{"tags":{"name":"Security Bank","amenity":"bank"},"name":"Security Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Millenium":{"tags":{"name":"Millenium","amenity":"bank"},"name":"Millenium","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bankia":{"tags":{"name":"Bankia","amenity":"bank"},"name":"Bankia","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/三菱東京UFJ銀行":{"tags":{"name":"三菱東京UFJ銀行","amenity":"bank"},"name":"三菱東京UFJ銀行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caixa":{"tags":{"name":"Caixa","amenity":"bank"},"name":"Caixa","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco de Costa Rica":{"tags":{"name":"Banco de Costa Rica","amenity":"bank"},"name":"Banco de Costa Rica","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/SunTrust Bank":{"tags":{"name":"SunTrust Bank","amenity":"bank"},"name":"SunTrust Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Itaú":{"tags":{"name":"Itaú","amenity":"bank"},"name":"Itaú","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/PBZ":{"tags":{"name":"PBZ","amenity":"bank"},"name":"PBZ","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/中国工商银行":{"tags":{"name":"中国工商银行","amenity":"bank"},"name":"中国工商银行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bancolombia":{"tags":{"name":"Bancolombia","amenity":"bank"},"name":"Bancolombia","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Райффайзен Банк Аваль":{"tags":{"name":"Райффайзен Банк Аваль","amenity":"bank"},"name":"Райффайзен Банк Аваль","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bancomer":{"tags":{"name":"Bancomer","amenity":"bank"},"name":"Bancomer","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banorte":{"tags":{"name":"Banorte","amenity":"bank"},"name":"Banorte","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Alior Bank":{"tags":{"name":"Alior Bank","amenity":"bank"},"name":"Alior Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BOC":{"tags":{"name":"BOC","amenity":"bank"},"name":"BOC","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Банк Москвы":{"tags":{"name":"Банк Москвы","amenity":"bank"},"name":"Банк Москвы","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ВТБ":{"tags":{"name":"ВТБ","amenity":"bank"},"name":"ВТБ","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Getin Bank":{"tags":{"name":"Getin Bank","amenity":"bank"},"name":"Getin Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caja Duero":{"tags":{"name":"Caja Duero","amenity":"bank"},"name":"Caja Duero","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Regions Bank":{"tags":{"name":"Regions Bank","amenity":"bank"},"name":"Regions Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Росбанк":{"tags":{"name":"Росбанк","amenity":"bank"},"name":"Росбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Estado":{"tags":{"name":"Banco Estado","amenity":"bank"},"name":"Banco Estado","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BCI":{"tags":{"name":"BCI","amenity":"bank"},"name":"BCI","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/SunTrust":{"tags":{"name":"SunTrust","amenity":"bank"},"name":"SunTrust","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/PNC Bank":{"tags":{"name":"PNC Bank","amenity":"bank"},"name":"PNC Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/신한은행":{"tags":{"name":"신한은행","name:en":"Sinhan Bank","amenity":"bank"},"name":"신한은행","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/우리은행":{"tags":{"name":"우리은행","name:en":"Uri Bank","amenity":"bank"},"name":"우리은행","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/국민은행":{"tags":{"name":"국민은행","name:en":"Gungmin Bank","amenity":"bank"},"name":"국민은행","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/중소기업은행":{"tags":{"name":"중소기업은행","name:en":"Industrial Bank of Korea","amenity":"bank"},"name":"중소기업은행","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/광주은행":{"tags":{"name":"광주은행","name:en":"Gwangju Bank","amenity":"bank"},"name":"광주은행","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Газпромбанк":{"tags":{"name":"Газпромбанк","amenity":"bank"},"name":"Газпромбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/M&T Bank":{"tags":{"name":"M&T Bank","amenity":"bank"},"name":"M&T Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Caja de Burgos":{"tags":{"name":"Caja de Burgos","amenity":"bank"},"name":"Caja de Burgos","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Santander Totta":{"tags":{"name":"Santander Totta","amenity":"bank"},"name":"Santander Totta","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/УкрСиббанк":{"tags":{"name":"УкрСиббанк","amenity":"bank"},"name":"УкрСиббанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Ощадбанк":{"tags":{"name":"Ощадбанк","amenity":"bank"},"name":"Ощадбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Уралсиб":{"tags":{"name":"Уралсиб","amenity":"bank"},"name":"Уралсиб","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/りそな銀行":{"tags":{"name":"りそな銀行","name:en":"Mizuho Bank","amenity":"bank"},"name":"りそな銀行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Ecobank":{"tags":{"name":"Ecobank","amenity":"bank"},"name":"Ecobank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Cajero Automatico Bancared":{"tags":{"name":"Cajero Automatico Bancared","amenity":"bank"},"name":"Cajero Automatico Bancared","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Промсвязьбанк":{"tags":{"name":"Промсвязьбанк","amenity":"bank"},"name":"Промсвязьбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/三井住友銀行":{"tags":{"name":"三井住友銀行","amenity":"bank"},"name":"三井住友銀行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Provincia":{"tags":{"name":"Banco Provincia","amenity":"bank"},"name":"Banco Provincia","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/BB&T":{"tags":{"name":"BB&T","amenity":"bank"},"name":"BB&T","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Возрождение":{"tags":{"name":"Возрождение","amenity":"bank"},"name":"Возрождение","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Capital One":{"tags":{"name":"Capital One","amenity":"bank"},"name":"Capital One","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/横浜銀行":{"tags":{"name":"横浜銀行","amenity":"bank"},"name":"横浜銀行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank Mandiri":{"tags":{"name":"Bank Mandiri","amenity":"bank"},"name":"Bank Mandiri","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco de la Nación":{"tags":{"name":"Banco de la Nación","amenity":"bank"},"name":"Banco de la Nación","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco G&T Continental":{"tags":{"name":"Banco G&T Continental","amenity":"bank"},"name":"Banco G&T Continental","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Peoples Bank":{"tags":{"name":"Peoples Bank","amenity":"bank"},"name":"Peoples Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/工商银行":{"tags":{"name":"工商银行","amenity":"bank"},"name":"工商银行","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Совкомбанк":{"tags":{"name":"Совкомбанк","amenity":"bank"},"name":"Совкомбанк","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Provincial":{"tags":{"name":"Provincial","amenity":"bank"},"name":"Provincial","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco de Desarrollo Banrural":{"tags":{"name":"Banco de Desarrollo Banrural","amenity":"bank"},"name":"Banco de Desarrollo Banrural","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banco Bradesco":{"tags":{"name":"Banco Bradesco","amenity":"bank"},"name":"Banco Bradesco","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bicentenario":{"tags":{"name":"Bicentenario","amenity":"bank"},"name":"Bicentenario","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/ლიბერთი ბანკი":{"tags":{"name":"ლიბერთი ბანკი","name:en":"Liberty Bank","amenity":"bank"},"name":"ლიბერთი ბანკი","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Banesco":{"tags":{"name":"Banesco","amenity":"bank"},"name":"Banesco","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Mercantil":{"tags":{"name":"Mercantil","amenity":"bank"},"name":"Mercantil","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Bank BRI":{"tags":{"name":"Bank BRI","amenity":"bank"},"name":"Bank BRI","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/Del Tesoro":{"tags":{"name":"Del Tesoro","amenity":"bank"},"name":"Del Tesoro","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/하나은행":{"tags":{"name":"하나은행","amenity":"bank"},"name":"하나은행","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/CityCommerce Bank":{"tags":{"name":"CityCommerce Bank","amenity":"bank"},"name":"CityCommerce Bank","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/bank/De Venezuela":{"tags":{"name":"De Venezuela","amenity":"bank"},"name":"De Venezuela","icon":"bank","geometry":["point","area"],"fields":["atm","operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/car_rental/Europcar":{"tags":{"name":"Europcar","amenity":"car_rental"},"name":"Europcar","icon":"car","geometry":["point","area"],"fields":["operator"],"suggestion":true},"amenity/car_rental/Budget":{"tags":{"name":"Budget","amenity":"car_rental"},"name":"Budget","icon":"car","geometry":["point","area"],"fields":["operator"],"suggestion":true},"amenity/car_rental/Sixt":{"tags":{"name":"Sixt","amenity":"car_rental"},"name":"Sixt","icon":"car","geometry":["point","area"],"fields":["operator"],"suggestion":true},"amenity/car_rental/Avis":{"tags":{"name":"Avis","amenity":"car_rental"},"name":"Avis","icon":"car","geometry":["point","area"],"fields":["operator"],"suggestion":true},"amenity/car_rental/Hertz":{"tags":{"name":"Hertz","amenity":"car_rental"},"name":"Hertz","icon":"car","geometry":["point","area"],"fields":["operator"],"suggestion":true},"amenity/car_rental/Enterprise":{"tags":{"name":"Enterprise","amenity":"car_rental"},"name":"Enterprise","icon":"car","geometry":["point","area"],"fields":["operator"],"suggestion":true},"amenity/car_rental/stadtmobil CarSharing-Station":{"tags":{"name":"stadtmobil CarSharing-Station","amenity":"car_rental"},"name":"stadtmobil CarSharing-Station","icon":"car","geometry":["point","area"],"fields":["operator"],"suggestion":true},"amenity/pharmacy/Rowlands Pharmacy":{"tags":{"name":"Rowlands Pharmacy","amenity":"pharmacy"},"name":"Rowlands Pharmacy","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Boots":{"tags":{"name":"Boots","amenity":"pharmacy"},"name":"Boots","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Marien-Apotheke":{"tags":{"name":"Marien-Apotheke","amenity":"pharmacy"},"name":"Marien-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Mercury Drug":{"tags":{"name":"Mercury Drug","amenity":"pharmacy"},"name":"Mercury Drug","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Löwen-Apotheke":{"tags":{"name":"Löwen-Apotheke","amenity":"pharmacy"},"name":"Löwen-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Superdrug":{"tags":{"name":"Superdrug","amenity":"pharmacy"},"name":"Superdrug","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Sonnen-Apotheke":{"tags":{"name":"Sonnen-Apotheke","amenity":"pharmacy"},"name":"Sonnen-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Rathaus-Apotheke":{"tags":{"name":"Rathaus-Apotheke","amenity":"pharmacy"},"name":"Rathaus-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Engel-Apotheke":{"tags":{"name":"Engel-Apotheke","amenity":"pharmacy"},"name":"Engel-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Hirsch-Apotheke":{"tags":{"name":"Hirsch-Apotheke","amenity":"pharmacy"},"name":"Hirsch-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Stern-Apotheke":{"tags":{"name":"Stern-Apotheke","amenity":"pharmacy"},"name":"Stern-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Lloyds Pharmacy":{"tags":{"name":"Lloyds Pharmacy","amenity":"pharmacy"},"name":"Lloyds Pharmacy","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Rosen-Apotheke":{"tags":{"name":"Rosen-Apotheke","amenity":"pharmacy"},"name":"Rosen-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Stadt-Apotheke":{"tags":{"name":"Stadt-Apotheke","amenity":"pharmacy"},"name":"Stadt-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Markt-Apotheke":{"tags":{"name":"Markt-Apotheke","amenity":"pharmacy"},"name":"Markt-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Аптека":{"tags":{"name":"Аптека","amenity":"pharmacy"},"name":"Аптека","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Pharmasave":{"tags":{"name":"Pharmasave","amenity":"pharmacy"},"name":"Pharmasave","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Brunnen-Apotheke":{"tags":{"name":"Brunnen-Apotheke","amenity":"pharmacy"},"name":"Brunnen-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Shoppers Drug Mart":{"tags":{"name":"Shoppers Drug Mart","amenity":"pharmacy"},"name":"Shoppers Drug Mart","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Apotheke am Markt":{"tags":{"name":"Apotheke am Markt","amenity":"pharmacy"},"name":"Apotheke am Markt","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Alte Apotheke":{"tags":{"name":"Alte Apotheke","amenity":"pharmacy"},"name":"Alte Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Neue Apotheke":{"tags":{"name":"Neue Apotheke","amenity":"pharmacy"},"name":"Neue Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Gintarinė vaistinė":{"tags":{"name":"Gintarinė vaistinė","amenity":"pharmacy"},"name":"Gintarinė vaistinė","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Rats-Apotheke":{"tags":{"name":"Rats-Apotheke","amenity":"pharmacy"},"name":"Rats-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Adler Apotheke":{"tags":{"name":"Adler Apotheke","amenity":"pharmacy"},"name":"Adler Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Pharmacie Centrale":{"tags":{"name":"Pharmacie Centrale","amenity":"pharmacy"},"name":"Pharmacie Centrale","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Walgreens":{"tags":{"name":"Walgreens","amenity":"pharmacy"},"name":"Walgreens","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Rite Aid":{"tags":{"name":"Rite Aid","amenity":"pharmacy"},"name":"Rite Aid","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Apotheke":{"tags":{"name":"Apotheke","amenity":"pharmacy"},"name":"Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Linden-Apotheke":{"tags":{"name":"Linden-Apotheke","amenity":"pharmacy"},"name":"Linden-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Bahnhof-Apotheke":{"tags":{"name":"Bahnhof-Apotheke","amenity":"pharmacy"},"name":"Bahnhof-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Burg-Apotheke":{"tags":{"name":"Burg-Apotheke","amenity":"pharmacy"},"name":"Burg-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Jean Coutu":{"tags":{"name":"Jean Coutu","amenity":"pharmacy"},"name":"Jean Coutu","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Pharmaprix":{"tags":{"name":"Pharmaprix","amenity":"pharmacy"},"name":"Pharmaprix","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Farmacias Ahumada":{"tags":{"name":"Farmacias Ahumada","amenity":"pharmacy"},"name":"Farmacias Ahumada","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Farmacia Comunale":{"tags":{"name":"Farmacia Comunale","amenity":"pharmacy"},"name":"Farmacia Comunale","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Farmacias Cruz Verde":{"tags":{"name":"Farmacias Cruz Verde","amenity":"pharmacy"},"name":"Farmacias Cruz Verde","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Cruz Verde":{"tags":{"name":"Cruz Verde","amenity":"pharmacy"},"name":"Cruz Verde","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Hubertus Apotheke":{"tags":{"name":"Hubertus Apotheke","amenity":"pharmacy"},"name":"Hubertus Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/CVS":{"tags":{"name":"CVS","amenity":"pharmacy"},"name":"CVS","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Farmacias SalcoBrand":{"tags":{"name":"Farmacias SalcoBrand","amenity":"pharmacy"},"name":"Farmacias SalcoBrand","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Фармация":{"tags":{"name":"Фармация","amenity":"pharmacy"},"name":"Фармация","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Bären-Apotheke":{"tags":{"name":"Bären-Apotheke","amenity":"pharmacy"},"name":"Bären-Apotheke","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Clicks":{"tags":{"name":"Clicks","amenity":"pharmacy"},"name":"Clicks","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/セイジョー":{"tags":{"name":"セイジョー","amenity":"pharmacy"},"name":"セイジョー","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/マツモトキヨシ":{"tags":{"name":"マツモトキヨシ","amenity":"pharmacy"},"name":"マツモトキヨシ","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Dr. Max":{"tags":{"name":"Dr. Max","amenity":"pharmacy"},"name":"Dr. Max","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Вита":{"tags":{"name":"Вита","amenity":"pharmacy"},"name":"Вита","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/サンドラッグ":{"tags":{"name":"サンドラッグ","amenity":"pharmacy"},"name":"サンドラッグ","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Apteka":{"tags":{"name":"Apteka","amenity":"pharmacy"},"name":"Apteka","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Первая помощь":{"tags":{"name":"Первая помощь","amenity":"pharmacy"},"name":"Первая помощь","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Ригла":{"tags":{"name":"Ригла","amenity":"pharmacy"},"name":"Ригла","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Имплозия":{"tags":{"name":"Имплозия","amenity":"pharmacy"},"name":"Имплозия","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Kinney Drugs":{"tags":{"name":"Kinney Drugs","amenity":"pharmacy"},"name":"Kinney Drugs","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Классика":{"tags":{"name":"Классика","amenity":"pharmacy"},"name":"Классика","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Ljekarna":{"tags":{"name":"Ljekarna","amenity":"pharmacy"},"name":"Ljekarna","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/SalcoBrand":{"tags":{"name":"SalcoBrand","amenity":"pharmacy"},"name":"SalcoBrand","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Аптека 36,6":{"tags":{"name":"Аптека 36,6","amenity":"pharmacy"},"name":"Аптека 36,6","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Фармакор":{"tags":{"name":"Фармакор","amenity":"pharmacy"},"name":"Фармакор","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/スギ薬局":{"tags":{"name":"スギ薬局","amenity":"pharmacy"},"name":"スギ薬局","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Аптечный пункт":{"tags":{"name":"Аптечный пункт","amenity":"pharmacy"},"name":"Аптечный пункт","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Невис":{"tags":{"name":"Невис","amenity":"pharmacy"},"name":"Невис","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/トモズ (Tomod's)":{"tags":{"name":"トモズ (Tomod's)","amenity":"pharmacy"},"name":"トモズ (Tomod's)","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Eurovaistinė":{"tags":{"name":"Eurovaistinė","amenity":"pharmacy"},"name":"Eurovaistinė","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Farmacity":{"tags":{"name":"Farmacity","amenity":"pharmacy"},"name":"Farmacity","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/аптека":{"tags":{"name":"аптека","amenity":"pharmacy"},"name":"аптека","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/The Generics Pharmacy":{"tags":{"name":"The Generics Pharmacy","amenity":"pharmacy"},"name":"The Generics Pharmacy","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Farmatodo":{"tags":{"name":"Farmatodo","amenity":"pharmacy"},"name":"Farmatodo","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Duane Reade":{"tags":{"name":"Duane Reade","amenity":"pharmacy"},"name":"Duane Reade","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Фармленд":{"tags":{"name":"Фармленд","amenity":"pharmacy"},"name":"Фармленд","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/ドラッグてらしま (Drug Terashima)":{"tags":{"name":"ドラッグてらしま (Drug Terashima)","amenity":"pharmacy"},"name":"ドラッグてらしま (Drug Terashima)","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Арніка":{"tags":{"name":"Арніка","amenity":"pharmacy"},"name":"Арніка","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/ავერსი (Aversi)":{"tags":{"name":"ავერსი (Aversi)","amenity":"pharmacy"},"name":"ავერსი (Aversi)","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/pharmacy/Farmahorro":{"tags":{"name":"Farmahorro","amenity":"pharmacy"},"name":"Farmahorro","icon":"pharmacy","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"amenity/cafe/Starbucks":{"tags":{"name":"Starbucks","cuisine":"coffee_shop","amenity":"cafe"},"name":"Starbucks","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Cafeteria":{"tags":{"name":"Cafeteria","amenity":"cafe"},"name":"Cafeteria","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Costa":{"tags":{"name":"Costa","amenity":"cafe"},"name":"Costa","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Caffè Nero":{"tags":{"name":"Caffè Nero","amenity":"cafe"},"name":"Caffè Nero","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Кафе":{"tags":{"name":"Кафе","amenity":"cafe"},"name":"Кафе","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Café Central":{"tags":{"name":"Café Central","amenity":"cafe"},"name":"Café Central","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Second Cup":{"tags":{"name":"Second Cup","amenity":"cafe"},"name":"Second Cup","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Dunkin Donuts":{"tags":{"name":"Dunkin Donuts","cuisine":"donut","amenity":"cafe"},"name":"Dunkin Donuts","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Espresso House":{"tags":{"name":"Espresso House","amenity":"cafe"},"name":"Espresso House","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Segafredo":{"tags":{"name":"Segafredo","amenity":"cafe"},"name":"Segafredo","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Coffee Time":{"tags":{"name":"Coffee Time","amenity":"cafe"},"name":"Coffee Time","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Cafe Coffee Day":{"tags":{"name":"Cafe Coffee Day","amenity":"cafe"},"name":"Cafe Coffee Day","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Eiscafe Venezia":{"tags":{"name":"Eiscafe Venezia","amenity":"cafe"},"name":"Eiscafe Venezia","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/スターバックス":{"tags":{"name":"スターバックス","name:en":"Starbucks","amenity":"cafe"},"name":"スターバックス","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Шоколадница":{"tags":{"name":"Шоколадница","amenity":"cafe"},"name":"Шоколадница","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Pret A Manger":{"tags":{"name":"Pret A Manger","amenity":"cafe"},"name":"Pret A Manger","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Столовая":{"tags":{"name":"Столовая","amenity":"cafe"},"name":"Столовая","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/ドトール":{"tags":{"name":"ドトール","name:en":"DOUTOR","amenity":"cafe"},"name":"ドトール","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Tchibo":{"tags":{"name":"Tchibo","amenity":"cafe"},"name":"Tchibo","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Кофе Хауз":{"tags":{"name":"Кофе Хауз","amenity":"cafe"},"name":"Кофе Хауз","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Caribou Coffee":{"tags":{"name":"Caribou Coffee","amenity":"cafe"},"name":"Caribou Coffee","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Уют":{"tags":{"name":"Уют","amenity":"cafe"},"name":"Уют","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Шашлычная":{"tags":{"name":"Шашлычная","amenity":"cafe"},"name":"Шашлычная","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/คาเฟ่ อเมซอน":{"tags":{"name":"คาเฟ่ อเมซอน","amenity":"cafe"},"name":"คาเฟ่ อเมซอน","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Traveler's Coffee":{"tags":{"name":"Traveler's Coffee","amenity":"cafe"},"name":"Traveler's Coffee","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/カフェ・ド・クリエ":{"tags":{"name":"カフェ・ド・クリエ","name:en":"Cafe de CRIE","amenity":"cafe"},"name":"カフェ・ド・クリエ","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"amenity/cafe/Cafe Amazon":{"tags":{"name":"Cafe Amazon","amenity":"cafe"},"name":"Cafe Amazon","icon":"cafe","geometry":["point","area"],"fields":["cuisine","internet_access","address","building_area","opening_hours","smoking"],"suggestion":true},"shop/supermarket/Budgens":{"tags":{"name":"Budgens","shop":"supermarket"},"name":"Budgens","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Morrisons":{"tags":{"name":"Morrisons","shop":"supermarket"},"name":"Morrisons","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Interspar":{"tags":{"name":"Interspar","shop":"supermarket"},"name":"Interspar","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Merkur":{"tags":{"name":"Merkur","shop":"supermarket"},"name":"Merkur","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Sainsbury's":{"tags":{"name":"Sainsbury's","shop":"supermarket"},"name":"Sainsbury's","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Lidl":{"tags":{"name":"Lidl","shop":"supermarket"},"name":"Lidl","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Edeka":{"tags":{"name":"Edeka","shop":"supermarket"},"name":"Edeka","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Coles":{"tags":{"name":"Coles","shop":"supermarket"},"name":"Coles","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Iceland":{"tags":{"name":"Iceland","shop":"supermarket"},"name":"Iceland","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Coop":{"tags":{"name":"Coop","shop":"supermarket"},"name":"Coop","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Tesco":{"tags":{"name":"Tesco","shop":"supermarket"},"name":"Tesco","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Woolworths":{"tags":{"name":"Woolworths","shop":"supermarket"},"name":"Woolworths","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Zielpunkt":{"tags":{"name":"Zielpunkt","shop":"supermarket"},"name":"Zielpunkt","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Nahkauf":{"tags":{"name":"Nahkauf","shop":"supermarket"},"name":"Nahkauf","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Billa":{"tags":{"name":"Billa","shop":"supermarket"},"name":"Billa","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Kaufland":{"tags":{"name":"Kaufland","shop":"supermarket"},"name":"Kaufland","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Plus":{"tags":{"name":"Plus","shop":"supermarket"},"name":"Plus","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ALDI":{"tags":{"name":"ALDI","shop":"supermarket"},"name":"ALDI","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Checkers":{"tags":{"name":"Checkers","shop":"supermarket"},"name":"Checkers","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Tesco Metro":{"tags":{"name":"Tesco Metro","shop":"supermarket"},"name":"Tesco Metro","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/NP":{"tags":{"name":"NP","shop":"supermarket"},"name":"NP","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Penny":{"tags":{"name":"Penny","shop":"supermarket"},"name":"Penny","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Norma":{"tags":{"name":"Norma","shop":"supermarket"},"name":"Norma","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Asda":{"tags":{"name":"Asda","shop":"supermarket"},"name":"Asda","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Netto":{"tags":{"name":"Netto","shop":"supermarket"},"name":"Netto","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Rewe":{"tags":{"name":"Rewe","shop":"supermarket"},"name":"Rewe","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Aldi Süd":{"tags":{"name":"Aldi Süd","shop":"supermarket"},"name":"Aldi Süd","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Real":{"tags":{"name":"Real","shop":"supermarket"},"name":"Real","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/King Soopers":{"tags":{"name":"King Soopers","shop":"supermarket"},"name":"King Soopers","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Kiwi":{"tags":{"name":"Kiwi","shop":"supermarket"},"name":"Kiwi","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Pick n Pay":{"tags":{"name":"Pick n Pay","shop":"supermarket"},"name":"Pick n Pay","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ICA":{"tags":{"name":"ICA","shop":"supermarket"},"name":"ICA","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Tengelmann":{"tags":{"name":"Tengelmann","shop":"supermarket"},"name":"Tengelmann","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Carrefour":{"tags":{"name":"Carrefour","shop":"supermarket"},"name":"Carrefour","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Waitrose":{"tags":{"name":"Waitrose","shop":"supermarket"},"name":"Waitrose","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Spar":{"tags":{"name":"Spar","shop":"supermarket"},"name":"Spar","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Hofer":{"tags":{"name":"Hofer","shop":"supermarket"},"name":"Hofer","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/M-Preis":{"tags":{"name":"M-Preis","shop":"supermarket"},"name":"M-Preis","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/tegut":{"tags":{"name":"tegut","shop":"supermarket"},"name":"tegut","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Sainsbury's Local":{"tags":{"name":"Sainsbury's Local","shop":"supermarket"},"name":"Sainsbury's Local","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/E-Center":{"tags":{"name":"E-Center","shop":"supermarket"},"name":"E-Center","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Aldi Nord":{"tags":{"name":"Aldi Nord","shop":"supermarket"},"name":"Aldi Nord","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/nahkauf":{"tags":{"name":"nahkauf","shop":"supermarket"},"name":"nahkauf","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Meijer":{"tags":{"name":"Meijer","shop":"supermarket"},"name":"Meijer","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Safeway":{"tags":{"name":"Safeway","shop":"supermarket"},"name":"Safeway","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Costco":{"tags":{"name":"Costco","shop":"supermarket"},"name":"Costco","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Albert":{"tags":{"name":"Albert","shop":"supermarket"},"name":"Albert","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Jumbo":{"tags":{"name":"Jumbo","shop":"supermarket"},"name":"Jumbo","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Shoprite":{"tags":{"name":"Shoprite","shop":"supermarket"},"name":"Shoprite","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/MPreis":{"tags":{"name":"MPreis","shop":"supermarket"},"name":"MPreis","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Penny Market":{"tags":{"name":"Penny Market","shop":"supermarket"},"name":"Penny Market","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Tesco Extra":{"tags":{"name":"Tesco Extra","shop":"supermarket"},"name":"Tesco Extra","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Albert Heijn":{"tags":{"name":"Albert Heijn","shop":"supermarket"},"name":"Albert Heijn","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/IGA":{"tags":{"name":"IGA","shop":"supermarket"},"name":"IGA","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Super U":{"tags":{"name":"Super U","shop":"supermarket"},"name":"Super U","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Metro":{"tags":{"name":"Metro","shop":"supermarket"},"name":"Metro","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Neukauf":{"tags":{"name":"Neukauf","shop":"supermarket"},"name":"Neukauf","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Migros":{"tags":{"name":"Migros","shop":"supermarket"},"name":"Migros","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Marktkauf":{"tags":{"name":"Marktkauf","shop":"supermarket"},"name":"Marktkauf","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Delikatesy Centrum":{"tags":{"name":"Delikatesy Centrum","shop":"supermarket"},"name":"Delikatesy Centrum","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/C1000":{"tags":{"name":"C1000","shop":"supermarket"},"name":"C1000","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Hoogvliet":{"tags":{"name":"Hoogvliet","shop":"supermarket"},"name":"Hoogvliet","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Food Basics":{"tags":{"name":"Food Basics","shop":"supermarket"},"name":"Food Basics","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Casino":{"tags":{"name":"Casino","shop":"supermarket"},"name":"Casino","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Penny Markt":{"tags":{"name":"Penny Markt","shop":"supermarket"},"name":"Penny Markt","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Giant":{"tags":{"name":"Giant","shop":"supermarket"},"name":"Giant","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Rema 1000":{"tags":{"name":"Rema 1000","shop":"supermarket"},"name":"Rema 1000","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Kaufpark":{"tags":{"name":"Kaufpark","shop":"supermarket"},"name":"Kaufpark","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ALDI SÜD":{"tags":{"name":"ALDI SÜD","shop":"supermarket"},"name":"ALDI SÜD","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Simply Market":{"tags":{"name":"Simply Market","shop":"supermarket"},"name":"Simply Market","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Konzum":{"tags":{"name":"Konzum","shop":"supermarket"},"name":"Konzum","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Carrefour Express":{"tags":{"name":"Carrefour Express","shop":"supermarket"},"name":"Carrefour Express","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Eurospar":{"tags":{"name":"Eurospar","shop":"supermarket"},"name":"Eurospar","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Mercator":{"tags":{"name":"Mercator","shop":"supermarket"},"name":"Mercator","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Famila":{"tags":{"name":"Famila","shop":"supermarket"},"name":"Famila","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Hemköp":{"tags":{"name":"Hemköp","shop":"supermarket"},"name":"Hemköp","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/real,-":{"tags":{"name":"real,-","shop":"supermarket"},"name":"real,-","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Markant":{"tags":{"name":"Markant","shop":"supermarket"},"name":"Markant","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Volg":{"tags":{"name":"Volg","shop":"supermarket"},"name":"Volg","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Leader Price":{"tags":{"name":"Leader Price","shop":"supermarket"},"name":"Leader Price","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Treff 3000":{"tags":{"name":"Treff 3000","shop":"supermarket"},"name":"Treff 3000","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/SuperBrugsen":{"tags":{"name":"SuperBrugsen","shop":"supermarket"},"name":"SuperBrugsen","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Kaiser's":{"tags":{"name":"Kaiser's","shop":"supermarket"},"name":"Kaiser's","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/K+K":{"tags":{"name":"K+K","shop":"supermarket"},"name":"K+K","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Unimarkt":{"tags":{"name":"Unimarkt","shop":"supermarket"},"name":"Unimarkt","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Carrefour City":{"tags":{"name":"Carrefour City","shop":"supermarket"},"name":"Carrefour City","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Sobeys":{"tags":{"name":"Sobeys","shop":"supermarket"},"name":"Sobeys","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/S-Market":{"tags":{"name":"S-Market","shop":"supermarket"},"name":"S-Market","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Combi":{"tags":{"name":"Combi","shop":"supermarket"},"name":"Combi","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Denner":{"tags":{"name":"Denner","shop":"supermarket"},"name":"Denner","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Konsum":{"tags":{"name":"Konsum","shop":"supermarket"},"name":"Konsum","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Franprix":{"tags":{"name":"Franprix","shop":"supermarket"},"name":"Franprix","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Monoprix":{"tags":{"name":"Monoprix","shop":"supermarket"},"name":"Monoprix","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Diska":{"tags":{"name":"Diska","shop":"supermarket"},"name":"Diska","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/PENNY":{"tags":{"name":"PENNY","shop":"supermarket"},"name":"PENNY","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Dia":{"tags":{"name":"Dia","shop":"supermarket"},"name":"Dia","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Giant Eagle":{"tags":{"name":"Giant Eagle","shop":"supermarket"},"name":"Giant Eagle","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/NORMA":{"tags":{"name":"NORMA","shop":"supermarket"},"name":"NORMA","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/AD Delhaize":{"tags":{"name":"AD Delhaize","shop":"supermarket"},"name":"AD Delhaize","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Auchan":{"tags":{"name":"Auchan","shop":"supermarket"},"name":"Auchan","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Mercadona":{"tags":{"name":"Mercadona","shop":"supermarket"},"name":"Mercadona","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Consum":{"tags":{"name":"Consum","shop":"supermarket"},"name":"Consum","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Carrefour Market":{"tags":{"name":"Carrefour Market","shop":"supermarket"},"name":"Carrefour Market","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Whole Foods":{"tags":{"name":"Whole Foods","shop":"supermarket"},"name":"Whole Foods","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Pam":{"tags":{"name":"Pam","shop":"supermarket"},"name":"Pam","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/sky":{"tags":{"name":"sky","shop":"supermarket"},"name":"sky","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Despar":{"tags":{"name":"Despar","shop":"supermarket"},"name":"Despar","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Eroski":{"tags":{"name":"Eroski","shop":"supermarket"},"name":"Eroski","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Maxi":{"tags":{"name":"Maxi","shop":"supermarket"},"name":"Maxi","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Colruyt":{"tags":{"name":"Colruyt","shop":"supermarket"},"name":"Colruyt","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/The Co-operative":{"tags":{"name":"The Co-operative","shop":"supermarket"},"name":"The Co-operative","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Intermarché":{"tags":{"name":"Intermarché","shop":"supermarket"},"name":"Intermarché","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Delhaize":{"tags":{"name":"Delhaize","shop":"supermarket"},"name":"Delhaize","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/CBA":{"tags":{"name":"CBA","shop":"supermarket"},"name":"CBA","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Shopi":{"tags":{"name":"Shopi","shop":"supermarket"},"name":"Shopi","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Walmart":{"tags":{"name":"Walmart","shop":"supermarket"},"name":"Walmart","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Kroger":{"tags":{"name":"Kroger","shop":"supermarket"},"name":"Kroger","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Albertsons":{"tags":{"name":"Albertsons","shop":"supermarket"},"name":"Albertsons","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Trader Joe's":{"tags":{"name":"Trader Joe's","shop":"supermarket"},"name":"Trader Joe's","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Feneberg":{"tags":{"name":"Feneberg","shop":"supermarket"},"name":"Feneberg","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/denn's Biomarkt":{"tags":{"name":"denn's Biomarkt","shop":"supermarket"},"name":"denn's Biomarkt","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Kvickly":{"tags":{"name":"Kvickly","shop":"supermarket"},"name":"Kvickly","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Makro":{"tags":{"name":"Makro","shop":"supermarket"},"name":"Makro","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Dico":{"tags":{"name":"Dico","shop":"supermarket"},"name":"Dico","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Nah & Frisch":{"tags":{"name":"Nah & Frisch","shop":"supermarket"},"name":"Nah & Frisch","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Champion":{"tags":{"name":"Champion","shop":"supermarket"},"name":"Champion","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ICA Supermarket":{"tags":{"name":"ICA Supermarket","shop":"supermarket"},"name":"ICA Supermarket","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Fakta":{"tags":{"name":"Fakta","shop":"supermarket"},"name":"Fakta","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Магнит":{"tags":{"name":"Магнит","shop":"supermarket"},"name":"Магнит","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Caprabo":{"tags":{"name":"Caprabo","shop":"supermarket"},"name":"Caprabo","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Famiglia Cooperativa":{"tags":{"name":"Famiglia Cooperativa","shop":"supermarket"},"name":"Famiglia Cooperativa","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Народная 7Я семьЯ":{"tags":{"name":"Народная 7Я семьЯ","shop":"supermarket"},"name":"Народная 7Я семьЯ","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Esselunga":{"tags":{"name":"Esselunga","shop":"supermarket"},"name":"Esselunga","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Maxima":{"tags":{"name":"Maxima","shop":"supermarket"},"name":"Maxima","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Wasgau":{"tags":{"name":"Wasgau","shop":"supermarket"},"name":"Wasgau","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Pingo Doce":{"tags":{"name":"Pingo Doce","shop":"supermarket"},"name":"Pingo Doce","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Match":{"tags":{"name":"Match","shop":"supermarket"},"name":"Match","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Profi":{"tags":{"name":"Profi","shop":"supermarket"},"name":"Profi","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Lider":{"tags":{"name":"Lider","shop":"supermarket"},"name":"Lider","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Unimarc":{"tags":{"name":"Unimarc","shop":"supermarket"},"name":"Unimarc","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/The Co-operative Food":{"tags":{"name":"The Co-operative Food","shop":"supermarket"},"name":"The Co-operative Food","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Santa Isabel":{"tags":{"name":"Santa Isabel","shop":"supermarket"},"name":"Santa Isabel","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Седьмой континент":{"tags":{"name":"Седьмой континент","shop":"supermarket"},"name":"Седьмой континент","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/HIT":{"tags":{"name":"HIT","shop":"supermarket"},"name":"HIT","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Rimi":{"tags":{"name":"Rimi","shop":"supermarket"},"name":"Rimi","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Conad":{"tags":{"name":"Conad","shop":"supermarket"},"name":"Conad","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Фуршет":{"tags":{"name":"Фуршет","shop":"supermarket"},"name":"Фуршет","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Willys":{"tags":{"name":"Willys","shop":"supermarket"},"name":"Willys","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Farmfoods":{"tags":{"name":"Farmfoods","shop":"supermarket"},"name":"Farmfoods","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/U Express":{"tags":{"name":"U Express","shop":"supermarket"},"name":"U Express","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Фора":{"tags":{"name":"Фора","shop":"supermarket"},"name":"Фора","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Dunnes Stores":{"tags":{"name":"Dunnes Stores","shop":"supermarket"},"name":"Dunnes Stores","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Сільпо":{"tags":{"name":"Сільпо","shop":"supermarket"},"name":"Сільпо","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/マルエツ":{"tags":{"name":"マルエツ","shop":"supermarket"},"name":"マルエツ","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Piggly Wiggly":{"tags":{"name":"Piggly Wiggly","shop":"supermarket"},"name":"Piggly Wiggly","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Crai":{"tags":{"name":"Crai","shop":"supermarket"},"name":"Crai","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/El Árbol":{"tags":{"name":"El Árbol","shop":"supermarket"},"name":"El Árbol","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Centre Commercial E. Leclerc":{"tags":{"name":"Centre Commercial E. Leclerc","shop":"supermarket"},"name":"Centre Commercial E. Leclerc","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Foodland":{"tags":{"name":"Foodland","shop":"supermarket"},"name":"Foodland","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Super Brugsen":{"tags":{"name":"Super Brugsen","shop":"supermarket"},"name":"Super Brugsen","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Дикси":{"tags":{"name":"Дикси","shop":"supermarket"},"name":"Дикси","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Пятёрочка":{"tags":{"name":"Пятёрочка","shop":"supermarket"},"name":"Пятёрочка","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Publix":{"tags":{"name":"Publix","shop":"supermarket"},"name":"Publix","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Føtex":{"tags":{"name":"Føtex","shop":"supermarket"},"name":"Føtex","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/coop":{"tags":{"name":"coop","shop":"supermarket"},"name":"coop","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Coop Konsum":{"tags":{"name":"Coop Konsum","shop":"supermarket"},"name":"Coop Konsum","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Carrefour Contact":{"tags":{"name":"Carrefour Contact","shop":"supermarket"},"name":"Carrefour Contact","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/No Frills":{"tags":{"name":"No Frills","shop":"supermarket"},"name":"No Frills","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Plodine":{"tags":{"name":"Plodine","shop":"supermarket"},"name":"Plodine","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ADEG":{"tags":{"name":"ADEG","shop":"supermarket"},"name":"ADEG","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Minipreço":{"tags":{"name":"Minipreço","shop":"supermarket"},"name":"Minipreço","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Biedronka":{"tags":{"name":"Biedronka","shop":"supermarket"},"name":"Biedronka","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Eurospin":{"tags":{"name":"Eurospin","shop":"supermarket"},"name":"Eurospin","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Семья":{"tags":{"name":"Семья","shop":"supermarket"},"name":"Семья","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Gadis":{"tags":{"name":"Gadis","shop":"supermarket"},"name":"Gadis","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Евроопт":{"tags":{"name":"Евроопт","shop":"supermarket"},"name":"Евроопт","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Квартал":{"tags":{"name":"Квартал","shop":"supermarket"},"name":"Квартал","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/New World":{"tags":{"name":"New World","shop":"supermarket"},"name":"New World","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Countdown":{"tags":{"name":"Countdown","shop":"supermarket"},"name":"Countdown","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Reliance Fresh":{"tags":{"name":"Reliance Fresh","shop":"supermarket"},"name":"Reliance Fresh","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Stokrotka":{"tags":{"name":"Stokrotka","shop":"supermarket"},"name":"Stokrotka","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Coop Jednota":{"tags":{"name":"Coop Jednota","shop":"supermarket"},"name":"Coop Jednota","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Fred Meyer":{"tags":{"name":"Fred Meyer","shop":"supermarket"},"name":"Fred Meyer","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Irma":{"tags":{"name":"Irma","shop":"supermarket"},"name":"Irma","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Continente":{"tags":{"name":"Continente","shop":"supermarket"},"name":"Continente","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Price Chopper":{"tags":{"name":"Price Chopper","shop":"supermarket"},"name":"Price Chopper","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Game":{"tags":{"name":"Game","shop":"supermarket"},"name":"Game","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Soriana":{"tags":{"name":"Soriana","shop":"supermarket"},"name":"Soriana","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Alimerka":{"tags":{"name":"Alimerka","shop":"supermarket"},"name":"Alimerka","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Piotr i Paweł":{"tags":{"name":"Piotr i Paweł","shop":"supermarket"},"name":"Piotr i Paweł","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Перекресток":{"tags":{"name":"Перекресток","shop":"supermarket"},"name":"Перекресток","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Maxima X":{"tags":{"name":"Maxima X","shop":"supermarket"},"name":"Maxima X","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Карусель":{"tags":{"name":"Карусель","shop":"supermarket"},"name":"Карусель","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ALDI Nord":{"tags":{"name":"ALDI Nord","shop":"supermarket"},"name":"ALDI Nord","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Condis":{"tags":{"name":"Condis","shop":"supermarket"},"name":"Condis","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Sam's Club":{"tags":{"name":"Sam's Club","shop":"supermarket"},"name":"Sam's Club","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Копейка":{"tags":{"name":"Копейка","shop":"supermarket"},"name":"Копейка","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Géant Casino":{"tags":{"name":"Géant Casino","shop":"supermarket"},"name":"Géant Casino","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ASDA":{"tags":{"name":"ASDA","shop":"supermarket"},"name":"ASDA","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Intermarche":{"tags":{"name":"Intermarche","shop":"supermarket"},"name":"Intermarche","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Stop & Shop":{"tags":{"name":"Stop & Shop","shop":"supermarket"},"name":"Stop & Shop","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Food Lion":{"tags":{"name":"Food Lion","shop":"supermarket"},"name":"Food Lion","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Harris Teeter":{"tags":{"name":"Harris Teeter","shop":"supermarket"},"name":"Harris Teeter","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Foodworks":{"tags":{"name":"Foodworks","shop":"supermarket"},"name":"Foodworks","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Polo Market":{"tags":{"name":"Polo Market","shop":"supermarket"},"name":"Polo Market","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Лента":{"tags":{"name":"Лента","shop":"supermarket"},"name":"Лента","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/西友 (SEIYU)":{"tags":{"name":"西友 (SEIYU)","shop":"supermarket"},"name":"西友 (SEIYU)","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/H-E-B":{"tags":{"name":"H-E-B","shop":"supermarket"},"name":"H-E-B","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Атак":{"tags":{"name":"Атак","shop":"supermarket"},"name":"Атак","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Полушка":{"tags":{"name":"Полушка","shop":"supermarket"},"name":"Полушка","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Extra":{"tags":{"name":"Extra","shop":"supermarket"},"name":"Extra","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Sigma":{"tags":{"name":"Sigma","shop":"supermarket"},"name":"Sigma","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/АТБ":{"tags":{"name":"АТБ","shop":"supermarket"},"name":"АТБ","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Bodega Aurrera":{"tags":{"name":"Bodega Aurrera","shop":"supermarket"},"name":"Bodega Aurrera","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Tesco Lotus":{"tags":{"name":"Tesco Lotus","shop":"supermarket"},"name":"Tesco Lotus","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Мария-Ра":{"tags":{"name":"Мария-Ра","shop":"supermarket"},"name":"Мария-Ра","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Магнолия":{"tags":{"name":"Магнолия","shop":"supermarket"},"name":"Магнолия","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Монетка":{"tags":{"name":"Монетка","shop":"supermarket"},"name":"Монетка","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Hy-Vee":{"tags":{"name":"Hy-Vee","shop":"supermarket"},"name":"Hy-Vee","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Walmart Supercenter":{"tags":{"name":"Walmart Supercenter","shop":"supermarket"},"name":"Walmart Supercenter","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Hannaford":{"tags":{"name":"Hannaford","shop":"supermarket"},"name":"Hannaford","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Wegmans":{"tags":{"name":"Wegmans","shop":"supermarket"},"name":"Wegmans","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/業務スーパー":{"tags":{"name":"業務スーパー","shop":"supermarket"},"name":"業務スーパー","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Norfa XL":{"tags":{"name":"Norfa XL","shop":"supermarket"},"name":"Norfa XL","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/ヨークマート (YorkMart)":{"tags":{"name":"ヨークマート (YorkMart)","shop":"supermarket"},"name":"ヨークマート (YorkMart)","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/supermarket/Leclerc Drive":{"tags":{"name":"Leclerc Drive","shop":"supermarket"},"name":"Leclerc Drive","icon":"grocery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Media Markt":{"tags":{"name":"Media Markt","shop":"electronics"},"name":"Media Markt","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Maplin":{"tags":{"name":"Maplin","shop":"electronics"},"name":"Maplin","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Best Buy":{"tags":{"name":"Best Buy","shop":"electronics"},"name":"Best Buy","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Future Shop":{"tags":{"name":"Future Shop","shop":"electronics"},"name":"Future Shop","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Saturn":{"tags":{"name":"Saturn","shop":"electronics"},"name":"Saturn","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Currys":{"tags":{"name":"Currys","shop":"electronics"},"name":"Currys","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Radio Shack":{"tags":{"name":"Radio Shack","shop":"electronics"},"name":"Radio Shack","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Euronics":{"tags":{"name":"Euronics","shop":"electronics"},"name":"Euronics","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Expert":{"tags":{"name":"Expert","shop":"electronics"},"name":"Expert","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Эльдорадо":{"tags":{"name":"Эльдорадо","shop":"electronics"},"name":"Эльдорадо","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/Darty":{"tags":{"name":"Darty","shop":"electronics"},"name":"Darty","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/М.Видео":{"tags":{"name":"М.Видео","shop":"electronics"},"name":"М.Видео","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/electronics/ヤマダ電機":{"tags":{"name":"ヤマダ電機","shop":"electronics"},"name":"ヤマダ電機","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/McColl's":{"tags":{"name":"McColl's","shop":"convenience"},"name":"McColl's","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Tesco Express":{"tags":{"name":"Tesco Express","shop":"convenience"},"name":"Tesco Express","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/One Stop":{"tags":{"name":"One Stop","shop":"convenience"},"name":"One Stop","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Londis":{"tags":{"name":"Londis","shop":"convenience"},"name":"Londis","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/7-Eleven":{"tags":{"name":"7-Eleven","shop":"convenience"},"name":"7-Eleven","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Sale":{"tags":{"name":"Sale","shop":"convenience"},"name":"Sale","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Siwa":{"tags":{"name":"Siwa","shop":"convenience"},"name":"Siwa","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/COOP Jednota":{"tags":{"name":"COOP Jednota","shop":"convenience"},"name":"COOP Jednota","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Mac's":{"tags":{"name":"Mac's","shop":"convenience"},"name":"Mac's","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Alepa":{"tags":{"name":"Alepa","shop":"convenience"},"name":"Alepa","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Hasty Market":{"tags":{"name":"Hasty Market","shop":"convenience"},"name":"Hasty Market","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/K-Market":{"tags":{"name":"K-Market","shop":"convenience"},"name":"K-Market","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Costcutter":{"tags":{"name":"Costcutter","shop":"convenience"},"name":"Costcutter","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Valintatalo":{"tags":{"name":"Valintatalo","shop":"convenience"},"name":"Valintatalo","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Circle K":{"tags":{"name":"Circle K","shop":"convenience"},"name":"Circle K","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/セブンイレブン":{"tags":{"name":"セブンイレブン","name:en":"7-Eleven","shop":"convenience"},"name":"セブンイレブン","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/ローソン":{"tags":{"name":"ローソン","name:en":"LAWSON","shop":"convenience"},"name":"ローソン","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Petit Casino":{"tags":{"name":"Petit Casino","shop":"convenience"},"name":"Petit Casino","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Mace":{"tags":{"name":"Mace","shop":"convenience"},"name":"Mace","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Mini Market":{"tags":{"name":"Mini Market","shop":"convenience"},"name":"Mini Market","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Nisa Local":{"tags":{"name":"Nisa Local","shop":"convenience"},"name":"Nisa Local","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Dorfladen":{"tags":{"name":"Dorfladen","shop":"convenience"},"name":"Dorfladen","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Продукты":{"tags":{"name":"Продукты","shop":"convenience"},"name":"Продукты","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Mini Stop":{"tags":{"name":"Mini Stop","shop":"convenience"},"name":"Mini Stop","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/LAWSON":{"tags":{"name":"LAWSON","shop":"convenience"},"name":"LAWSON","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/デイリーヤマザキ":{"tags":{"name":"デイリーヤマザキ","shop":"convenience"},"name":"デイリーヤマザキ","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Надежда":{"tags":{"name":"Надежда","shop":"convenience"},"name":"Надежда","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Nisa":{"tags":{"name":"Nisa","shop":"convenience"},"name":"Nisa","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Premier":{"tags":{"name":"Premier","shop":"convenience"},"name":"Premier","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/ABC":{"tags":{"name":"ABC","shop":"convenience"},"name":"ABC","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/ミニストップ":{"tags":{"name":"ミニストップ","name:en":"MINISTOP","shop":"convenience"},"name":"ミニストップ","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/サンクス":{"tags":{"name":"サンクス","name:en":"sunkus","shop":"convenience"},"name":"サンクス","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/スリーエフ":{"tags":{"name":"スリーエフ","shop":"convenience"},"name":"スリーエフ","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/8 à Huit":{"tags":{"name":"8 à Huit","shop":"convenience"},"name":"8 à Huit","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Żabka":{"tags":{"name":"Żabka","shop":"convenience"},"name":"Żabka","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Almacen":{"tags":{"name":"Almacen","shop":"convenience"},"name":"Almacen","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Vival":{"tags":{"name":"Vival","shop":"convenience"},"name":"Vival","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/FamilyMart":{"tags":{"name":"FamilyMart","shop":"convenience"},"name":"FamilyMart","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/ファミリーマート":{"tags":{"name":"ファミリーマート","name:en":"FamilyMart","shop":"convenience"},"name":"ファミリーマート","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Sunkus":{"tags":{"name":"Sunkus","shop":"convenience"},"name":"Sunkus","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/セブンイレブン(Seven-Eleven)":{"tags":{"name":"セブンイレブン(Seven-Eleven)","shop":"convenience"},"name":"セブンイレブン(Seven-Eleven)","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Jednota":{"tags":{"name":"Jednota","shop":"convenience"},"name":"Jednota","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Магазин":{"tags":{"name":"Магазин","shop":"convenience"},"name":"Магазин","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Гастроном":{"tags":{"name":"Гастроном","shop":"convenience"},"name":"Гастроном","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Centra":{"tags":{"name":"Centra","shop":"convenience"},"name":"Centra","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/サークルK":{"tags":{"name":"サークルK","name:en":"Circle K","shop":"convenience"},"name":"サークルK","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Wawa":{"tags":{"name":"Wawa","shop":"convenience"},"name":"Wawa","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Proxi":{"tags":{"name":"Proxi","shop":"convenience"},"name":"Proxi","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Универсам":{"tags":{"name":"Универсам","shop":"convenience"},"name":"Универсам","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Groszek":{"tags":{"name":"Groszek","shop":"convenience"},"name":"Groszek","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Select":{"tags":{"name":"Select","shop":"convenience"},"name":"Select","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Večerka":{"tags":{"name":"Večerka","shop":"convenience"},"name":"Večerka","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Potraviny":{"tags":{"name":"Potraviny","shop":"convenience"},"name":"Potraviny","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Смак":{"tags":{"name":"Смак","shop":"convenience"},"name":"Смак","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Эконом":{"tags":{"name":"Эконом","shop":"convenience"},"name":"Эконом","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Березка":{"tags":{"name":"Березка","shop":"convenience"},"name":"Березка","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Społem":{"tags":{"name":"Społem","shop":"convenience"},"name":"Społem","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Cumberland Farms":{"tags":{"name":"Cumberland Farms","shop":"convenience"},"name":"Cumberland Farms","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Tesco Lotus Express":{"tags":{"name":"Tesco Lotus Express","shop":"convenience"},"name":"Tesco Lotus Express","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Kiosk":{"tags":{"name":"Kiosk","shop":"convenience"},"name":"Kiosk","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Sklep spożywczy":{"tags":{"name":"Sklep spożywczy","shop":"convenience"},"name":"Sklep spożywczy","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/24 часа":{"tags":{"name":"24 часа","shop":"convenience"},"name":"24 часа","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Минимаркет":{"tags":{"name":"Минимаркет","shop":"convenience"},"name":"Минимаркет","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Oxxo":{"tags":{"name":"Oxxo","shop":"convenience"},"name":"Oxxo","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/abc":{"tags":{"name":"abc","shop":"convenience"},"name":"abc","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/7/11":{"tags":{"name":"7/11","shop":"convenience"},"name":"7/11","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Stewart's":{"tags":{"name":"Stewart's","shop":"convenience"},"name":"Stewart's","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Продукти":{"tags":{"name":"Продукти","shop":"convenience"},"name":"Продукти","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/ローソンストア100 (LAWSON STORE 100)":{"tags":{"name":"ローソンストア100 (LAWSON STORE 100)","shop":"convenience"},"name":"ローソンストア100 (LAWSON STORE 100)","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Радуга":{"tags":{"name":"Радуга","shop":"convenience"},"name":"Радуга","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/ローソンストア100":{"tags":{"name":"ローソンストア100","shop":"convenience"},"name":"ローソンストア100","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/เซเว่นอีเลฟเว่น":{"tags":{"name":"เซเว่นอีเลฟเว่น","shop":"convenience"},"name":"เซเว่นอีเลฟเว่น","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Фортуна":{"tags":{"name":"Фортуна","shop":"convenience"},"name":"Фортуна","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Picard":{"tags":{"name":"Picard","shop":"convenience"},"name":"Picard","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Four Square":{"tags":{"name":"Four Square","shop":"convenience"},"name":"Four Square","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Визит":{"tags":{"name":"Визит","shop":"convenience"},"name":"Визит","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Авоська":{"tags":{"name":"Авоська","shop":"convenience"},"name":"Авоська","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Dollar General":{"tags":{"name":"Dollar General","shop":"convenience"},"name":"Dollar General","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Studenac":{"tags":{"name":"Studenac","shop":"convenience"},"name":"Studenac","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Central Convenience Store":{"tags":{"name":"Central Convenience Store","shop":"convenience"},"name":"Central Convenience Store","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/продукты":{"tags":{"name":"продукты","shop":"convenience"},"name":"продукты","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Кулинария":{"tags":{"name":"Кулинария","shop":"convenience"},"name":"Кулинария","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/全家":{"tags":{"name":"全家","shop":"convenience"},"name":"全家","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Мечта":{"tags":{"name":"Мечта","shop":"convenience"},"name":"Мечта","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Epicerie":{"tags":{"name":"Epicerie","shop":"convenience"},"name":"Epicerie","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Кировский":{"tags":{"name":"Кировский","shop":"convenience"},"name":"Кировский","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Food Mart":{"tags":{"name":"Food Mart","shop":"convenience"},"name":"Food Mart","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Delikatesy":{"tags":{"name":"Delikatesy","shop":"convenience"},"name":"Delikatesy","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/ポプラ":{"tags":{"name":"ポプラ","shop":"convenience"},"name":"ポプラ","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Lewiatan":{"tags":{"name":"Lewiatan","shop":"convenience"},"name":"Lewiatan","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Продуктовый магазин":{"tags":{"name":"Продуктовый магазин","shop":"convenience"},"name":"Продуктовый магазин","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Продуктовый":{"tags":{"name":"Продуктовый","shop":"convenience"},"name":"Продуктовый","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/セイコーマート (Seicomart)":{"tags":{"name":"セイコーマート (Seicomart)","shop":"convenience"},"name":"セイコーマート (Seicomart)","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Виктория":{"tags":{"name":"Виктория","shop":"convenience"},"name":"Виктория","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Весна":{"tags":{"name":"Весна","shop":"convenience"},"name":"Весна","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Mini Market Non-Stop":{"tags":{"name":"Mini Market Non-Stop","shop":"convenience"},"name":"Mini Market Non-Stop","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Копеечка":{"tags":{"name":"Копеечка","shop":"convenience"},"name":"Копеечка","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Royal Farms":{"tags":{"name":"Royal Farms","shop":"convenience"},"name":"Royal Farms","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Alfamart":{"tags":{"name":"Alfamart","shop":"convenience"},"name":"Alfamart","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Indomaret":{"tags":{"name":"Indomaret","shop":"convenience"},"name":"Indomaret","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/магазин":{"tags":{"name":"магазин","shop":"convenience"},"name":"магазин","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/全家便利商店":{"tags":{"name":"全家便利商店","shop":"convenience"},"name":"全家便利商店","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Boutique":{"tags":{"name":"Boutique","shop":"convenience"},"name":"Boutique","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/მარკეტი (Market)":{"tags":{"name":"მარკეტი (Market)","shop":"convenience"},"name":"მარკეტი (Market)","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/convenience/Stores":{"tags":{"name":"Stores","shop":"convenience"},"name":"Stores","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/dm":{"tags":{"name":"dm","shop":"chemist"},"name":"dm","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Müller":{"tags":{"name":"Müller","shop":"chemist"},"name":"Müller","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Schlecker":{"tags":{"name":"Schlecker","shop":"chemist"},"name":"Schlecker","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Etos":{"tags":{"name":"Etos","shop":"chemist"},"name":"Etos","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Bipa":{"tags":{"name":"Bipa","shop":"chemist"},"name":"Bipa","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Rossmann":{"tags":{"name":"Rossmann","shop":"chemist"},"name":"Rossmann","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/DM Drogeriemarkt":{"tags":{"name":"DM Drogeriemarkt","shop":"chemist"},"name":"DM Drogeriemarkt","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Ihr Platz":{"tags":{"name":"Ihr Platz","shop":"chemist"},"name":"Ihr Platz","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Douglas":{"tags":{"name":"Douglas","shop":"chemist"},"name":"Douglas","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/chemist/Kruidvat":{"tags":{"name":"Kruidvat","shop":"chemist"},"name":"Kruidvat","icon":"chemist","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Kwik Fit":{"tags":{"name":"Kwik Fit","shop":"car_repair"},"name":"Kwik Fit","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/ATU":{"tags":{"name":"ATU","shop":"car_repair"},"name":"ATU","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Midas":{"tags":{"name":"Midas","shop":"car_repair"},"name":"Midas","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Feu Vert":{"tags":{"name":"Feu Vert","shop":"car_repair"},"name":"Feu Vert","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Norauto":{"tags":{"name":"Norauto","shop":"car_repair"},"name":"Norauto","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Speedy":{"tags":{"name":"Speedy","shop":"car_repair"},"name":"Speedy","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Pit Stop":{"tags":{"name":"Pit Stop","shop":"car_repair"},"name":"Pit Stop","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Jiffy Lube":{"tags":{"name":"Jiffy Lube","shop":"car_repair"},"name":"Jiffy Lube","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Шиномонтаж":{"tags":{"name":"Шиномонтаж","shop":"car_repair"},"name":"Шиномонтаж","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/СТО":{"tags":{"name":"СТО","shop":"car_repair"},"name":"СТО","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/O'Reilly Auto Parts":{"tags":{"name":"O'Reilly Auto Parts","shop":"car_repair"},"name":"O'Reilly Auto Parts","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Carglass":{"tags":{"name":"Carglass","shop":"car_repair"},"name":"Carglass","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/шиномонтаж":{"tags":{"name":"шиномонтаж","shop":"car_repair"},"name":"шиномонтаж","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Euromaster":{"tags":{"name":"Euromaster","shop":"car_repair"},"name":"Euromaster","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Firestone":{"tags":{"name":"Firestone","shop":"car_repair"},"name":"Firestone","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Автосервис":{"tags":{"name":"Автосервис","shop":"car_repair"},"name":"Автосервис","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Advance Auto Parts":{"tags":{"name":"Advance Auto Parts","shop":"car_repair"},"name":"Advance Auto Parts","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car_repair/Roady":{"tags":{"name":"Roady","shop":"car_repair"},"name":"Roady","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/IKEA":{"tags":{"name":"IKEA","shop":"furniture"},"name":"IKEA","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/Jysk":{"tags":{"name":"Jysk","shop":"furniture"},"name":"Jysk","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/Roller":{"tags":{"name":"Roller","shop":"furniture"},"name":"Roller","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/Dänisches Bettenlager":{"tags":{"name":"Dänisches Bettenlager","shop":"furniture"},"name":"Dänisches Bettenlager","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/Conforama":{"tags":{"name":"Conforama","shop":"furniture"},"name":"Conforama","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/Matratzen Concord":{"tags":{"name":"Matratzen Concord","shop":"furniture"},"name":"Matratzen Concord","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/Мебель":{"tags":{"name":"Мебель","shop":"furniture"},"name":"Мебель","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/furniture/But":{"tags":{"name":"But","shop":"furniture"},"name":"But","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Hornbach":{"tags":{"name":"Hornbach","shop":"doityourself"},"name":"Hornbach","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/B&Q":{"tags":{"name":"B&Q","shop":"doityourself"},"name":"B&Q","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Hubo":{"tags":{"name":"Hubo","shop":"doityourself"},"name":"Hubo","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Mr Bricolage":{"tags":{"name":"Mr Bricolage","shop":"doityourself"},"name":"Mr Bricolage","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Gamma":{"tags":{"name":"Gamma","shop":"doityourself"},"name":"Gamma","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/OBI":{"tags":{"name":"OBI","shop":"doityourself"},"name":"OBI","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Lowes":{"tags":{"name":"Lowes","shop":"doityourself"},"name":"Lowes","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Wickes":{"tags":{"name":"Wickes","shop":"doityourself"},"name":"Wickes","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Hagebau":{"tags":{"name":"Hagebau","shop":"doityourself"},"name":"Hagebau","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Max Bahr":{"tags":{"name":"Max Bahr","shop":"doityourself"},"name":"Max Bahr","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Castorama":{"tags":{"name":"Castorama","shop":"doityourself"},"name":"Castorama","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Rona":{"tags":{"name":"Rona","shop":"doityourself"},"name":"Rona","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Home Depot":{"tags":{"name":"Home Depot","shop":"doityourself"},"name":"Home Depot","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Toom Baumarkt":{"tags":{"name":"Toom Baumarkt","shop":"doityourself"},"name":"Toom Baumarkt","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Homebase":{"tags":{"name":"Homebase","shop":"doityourself"},"name":"Homebase","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Baumax":{"tags":{"name":"Baumax","shop":"doityourself"},"name":"Baumax","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Lagerhaus":{"tags":{"name":"Lagerhaus","shop":"doityourself"},"name":"Lagerhaus","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Bauhaus":{"tags":{"name":"Bauhaus","shop":"doityourself"},"name":"Bauhaus","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Canadian Tire":{"tags":{"name":"Canadian Tire","shop":"doityourself"},"name":"Canadian Tire","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Leroy Merlin":{"tags":{"name":"Leroy Merlin","shop":"doityourself"},"name":"Leroy Merlin","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Hellweg":{"tags":{"name":"Hellweg","shop":"doityourself"},"name":"Hellweg","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Brico":{"tags":{"name":"Brico","shop":"doityourself"},"name":"Brico","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Bricomarché":{"tags":{"name":"Bricomarché","shop":"doityourself"},"name":"Bricomarché","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Toom":{"tags":{"name":"Toom","shop":"doityourself"},"name":"Toom","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Hagebaumarkt":{"tags":{"name":"Hagebaumarkt","shop":"doityourself"},"name":"Hagebaumarkt","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Praktiker":{"tags":{"name":"Praktiker","shop":"doityourself"},"name":"Praktiker","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Menards":{"tags":{"name":"Menards","shop":"doityourself"},"name":"Menards","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Weldom":{"tags":{"name":"Weldom","shop":"doityourself"},"name":"Weldom","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Bunnings Warehouse":{"tags":{"name":"Bunnings Warehouse","shop":"doityourself"},"name":"Bunnings Warehouse","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Ace Hardware":{"tags":{"name":"Ace Hardware","shop":"doityourself"},"name":"Ace Hardware","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Home Hardware":{"tags":{"name":"Home Hardware","shop":"doityourself"},"name":"Home Hardware","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Стройматериалы":{"tags":{"name":"Стройматериалы","shop":"doityourself"},"name":"Стройматериалы","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Bricorama":{"tags":{"name":"Bricorama","shop":"doityourself"},"name":"Bricorama","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/doityourself/Point P":{"tags":{"name":"Point P","shop":"doityourself"},"name":"Point P","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/stationery/Staples":{"tags":{"name":"Staples","shop":"stationery"},"name":"Staples","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/stationery/McPaper":{"tags":{"name":"McPaper","shop":"stationery"},"name":"McPaper","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/stationery/Office Depot":{"tags":{"name":"Office Depot","shop":"stationery"},"name":"Office Depot","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/stationery/Канцтовары":{"tags":{"name":"Канцтовары","shop":"stationery"},"name":"Канцтовары","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Skoda":{"tags":{"name":"Skoda","shop":"car"},"name":"Skoda","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/BMW":{"tags":{"name":"BMW","shop":"car"},"name":"BMW","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Citroen":{"tags":{"name":"Citroen","shop":"car"},"name":"Citroen","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Renault":{"tags":{"name":"Renault","shop":"car"},"name":"Renault","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Mercedes-Benz":{"tags":{"name":"Mercedes-Benz","shop":"car"},"name":"Mercedes-Benz","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Volvo":{"tags":{"name":"Volvo","shop":"car"},"name":"Volvo","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Ford":{"tags":{"name":"Ford","shop":"car"},"name":"Ford","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Volkswagen":{"tags":{"name":"Volkswagen","shop":"car"},"name":"Volkswagen","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Mazda":{"tags":{"name":"Mazda","shop":"car"},"name":"Mazda","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Mitsubishi":{"tags":{"name":"Mitsubishi","shop":"car"},"name":"Mitsubishi","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Fiat":{"tags":{"name":"Fiat","shop":"car"},"name":"Fiat","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Автозапчасти":{"tags":{"name":"Автозапчасти","shop":"car"},"name":"Автозапчасти","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Opel":{"tags":{"name":"Opel","shop":"car"},"name":"Opel","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Audi":{"tags":{"name":"Audi","shop":"car"},"name":"Audi","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Toyota":{"tags":{"name":"Toyota","shop":"car"},"name":"Toyota","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Nissan":{"tags":{"name":"Nissan","shop":"car"},"name":"Nissan","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Suzuki":{"tags":{"name":"Suzuki","shop":"car"},"name":"Suzuki","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Honda":{"tags":{"name":"Honda","shop":"car"},"name":"Honda","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Peugeot":{"tags":{"name":"Peugeot","shop":"car"},"name":"Peugeot","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Hyundai":{"tags":{"name":"Hyundai","shop":"car"},"name":"Hyundai","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Subaru":{"tags":{"name":"Subaru","shop":"car"},"name":"Subaru","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Chevrolet":{"tags":{"name":"Chevrolet","shop":"car"},"name":"Chevrolet","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/car/Автомагазин":{"tags":{"name":"Автомагазин","shop":"car"},"name":"Автомагазин","icon":"car","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Matalan":{"tags":{"name":"Matalan","shop":"clothes"},"name":"Matalan","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/KiK":{"tags":{"name":"KiK","shop":"clothes"},"name":"KiK","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/H&M":{"tags":{"name":"H&M","shop":"clothes"},"name":"H&M","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Urban Outfitters":{"tags":{"name":"Urban Outfitters","shop":"clothes"},"name":"Urban Outfitters","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Vögele":{"tags":{"name":"Vögele","shop":"clothes"},"name":"Vögele","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Zeeman":{"tags":{"name":"Zeeman","shop":"clothes"},"name":"Zeeman","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Takko":{"tags":{"name":"Takko","shop":"clothes"},"name":"Takko","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/C&A":{"tags":{"name":"C&A","shop":"clothes"},"name":"C&A","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Zara":{"tags":{"name":"Zara","shop":"clothes"},"name":"Zara","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Vero Moda":{"tags":{"name":"Vero Moda","shop":"clothes"},"name":"Vero Moda","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/NKD":{"tags":{"name":"NKD","shop":"clothes"},"name":"NKD","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Ernsting's family":{"tags":{"name":"Ernsting's family","shop":"clothes"},"name":"Ernsting's family","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Winners":{"tags":{"name":"Winners","shop":"clothes"},"name":"Winners","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/River Island":{"tags":{"name":"River Island","shop":"clothes"},"name":"River Island","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Next":{"tags":{"name":"Next","shop":"clothes"},"name":"Next","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Gap":{"tags":{"name":"Gap","shop":"clothes"},"name":"Gap","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Adidas":{"tags":{"name":"Adidas","shop":"clothes"},"name":"Adidas","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Mr Price":{"tags":{"name":"Mr Price","shop":"clothes"},"name":"Mr Price","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Pep":{"tags":{"name":"Pep","shop":"clothes"},"name":"Pep","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Edgars":{"tags":{"name":"Edgars","shop":"clothes"},"name":"Edgars","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Ackermans":{"tags":{"name":"Ackermans","shop":"clothes"},"name":"Ackermans","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Truworths":{"tags":{"name":"Truworths","shop":"clothes"},"name":"Truworths","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Ross":{"tags":{"name":"Ross","shop":"clothes"},"name":"Ross","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Burton":{"tags":{"name":"Burton","shop":"clothes"},"name":"Burton","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Dorothy Perkins":{"tags":{"name":"Dorothy Perkins","shop":"clothes"},"name":"Dorothy Perkins","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Lindex":{"tags":{"name":"Lindex","shop":"clothes"},"name":"Lindex","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/s.Oliver":{"tags":{"name":"s.Oliver","shop":"clothes"},"name":"s.Oliver","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Cecil":{"tags":{"name":"Cecil","shop":"clothes"},"name":"Cecil","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Dress Barn":{"tags":{"name":"Dress Barn","shop":"clothes"},"name":"Dress Barn","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Old Navy":{"tags":{"name":"Old Navy","shop":"clothes"},"name":"Old Navy","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Jack & Jones":{"tags":{"name":"Jack & Jones","shop":"clothes"},"name":"Jack & Jones","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Pimkie":{"tags":{"name":"Pimkie","shop":"clothes"},"name":"Pimkie","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Esprit":{"tags":{"name":"Esprit","shop":"clothes"},"name":"Esprit","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Primark":{"tags":{"name":"Primark","shop":"clothes"},"name":"Primark","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Bonita":{"tags":{"name":"Bonita","shop":"clothes"},"name":"Bonita","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Mexx":{"tags":{"name":"Mexx","shop":"clothes"},"name":"Mexx","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Gerry Weber":{"tags":{"name":"Gerry Weber","shop":"clothes"},"name":"Gerry Weber","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Tally Weijl":{"tags":{"name":"Tally Weijl","shop":"clothes"},"name":"Tally Weijl","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Mango":{"tags":{"name":"Mango","shop":"clothes"},"name":"Mango","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/TK Maxx":{"tags":{"name":"TK Maxx","shop":"clothes"},"name":"TK Maxx","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Benetton":{"tags":{"name":"Benetton","shop":"clothes"},"name":"Benetton","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Ulla Popken":{"tags":{"name":"Ulla Popken","shop":"clothes"},"name":"Ulla Popken","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/AWG":{"tags":{"name":"AWG","shop":"clothes"},"name":"AWG","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Tommy Hilfiger":{"tags":{"name":"Tommy Hilfiger","shop":"clothes"},"name":"Tommy Hilfiger","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/New Yorker":{"tags":{"name":"New Yorker","shop":"clothes"},"name":"New Yorker","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Orsay":{"tags":{"name":"Orsay","shop":"clothes"},"name":"Orsay","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Jeans Fritz":{"tags":{"name":"Jeans Fritz","shop":"clothes"},"name":"Jeans Fritz","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Charles Vögele":{"tags":{"name":"Charles Vögele","shop":"clothes"},"name":"Charles Vögele","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/New Look":{"tags":{"name":"New Look","shop":"clothes"},"name":"New Look","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Lacoste":{"tags":{"name":"Lacoste","shop":"clothes"},"name":"Lacoste","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Etam":{"tags":{"name":"Etam","shop":"clothes"},"name":"Etam","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Kiabi":{"tags":{"name":"Kiabi","shop":"clothes"},"name":"Kiabi","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Jack Wolfskin":{"tags":{"name":"Jack Wolfskin","shop":"clothes"},"name":"Jack Wolfskin","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/American Apparel":{"tags":{"name":"American Apparel","shop":"clothes"},"name":"American Apparel","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Men's Wearhouse":{"tags":{"name":"Men's Wearhouse","shop":"clothes"},"name":"Men's Wearhouse","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Intimissimi":{"tags":{"name":"Intimissimi","shop":"clothes"},"name":"Intimissimi","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/United Colors of Benetton":{"tags":{"name":"United Colors of Benetton","shop":"clothes"},"name":"United Colors of Benetton","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Jules":{"tags":{"name":"Jules","shop":"clothes"},"name":"Jules","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Second Hand":{"tags":{"name":"Second Hand","shop":"clothes"},"name":"Second Hand","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/AOKI":{"tags":{"name":"AOKI","shop":"clothes"},"name":"AOKI","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Calzedonia":{"tags":{"name":"Calzedonia","shop":"clothes"},"name":"Calzedonia","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/洋服の青山":{"tags":{"name":"洋服の青山","shop":"clothes"},"name":"洋服の青山","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Levi's":{"tags":{"name":"Levi's","shop":"clothes"},"name":"Levi's","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Celio":{"tags":{"name":"Celio","shop":"clothes"},"name":"Celio","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/TJ Maxx":{"tags":{"name":"TJ Maxx","shop":"clothes"},"name":"TJ Maxx","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Promod":{"tags":{"name":"Promod","shop":"clothes"},"name":"Promod","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Street One":{"tags":{"name":"Street One","shop":"clothes"},"name":"Street One","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/ユニクロ":{"tags":{"name":"ユニクロ","shop":"clothes"},"name":"ユニクロ","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Banana Republic":{"tags":{"name":"Banana Republic","shop":"clothes"},"name":"Banana Republic","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Одежда":{"tags":{"name":"Одежда","shop":"clothes"},"name":"Одежда","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Marshalls":{"tags":{"name":"Marshalls","shop":"clothes"},"name":"Marshalls","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/La Halle":{"tags":{"name":"La Halle","shop":"clothes"},"name":"La Halle","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/Peacocks":{"tags":{"name":"Peacocks","shop":"clothes"},"name":"Peacocks","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/clothes/しまむら":{"tags":{"name":"しまむら","shop":"clothes"},"name":"しまむら","icon":"clothing-store","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/books/Bruna":{"tags":{"name":"Bruna","shop":"books"},"name":"Bruna","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/books/Waterstones":{"tags":{"name":"Waterstones","shop":"books"},"name":"Waterstones","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/books/Libro":{"tags":{"name":"Libro","shop":"books"},"name":"Libro","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/books/Barnes & Noble":{"tags":{"name":"Barnes & Noble","shop":"books"},"name":"Barnes & Noble","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/books/Weltbild":{"tags":{"name":"Weltbild","shop":"books"},"name":"Weltbild","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/books/Thalia":{"tags":{"name":"Thalia","shop":"books"},"name":"Thalia","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/books/Книги":{"tags":{"name":"Книги","shop":"books"},"name":"Книги","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Debenhams":{"tags":{"name":"Debenhams","shop":"department_store"},"name":"Debenhams","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Karstadt":{"tags":{"name":"Karstadt","shop":"department_store"},"name":"Karstadt","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Kmart":{"tags":{"name":"Kmart","shop":"department_store"},"name":"Kmart","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Target":{"tags":{"name":"Target","shop":"department_store"},"name":"Target","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Galeria Kaufhof":{"tags":{"name":"Galeria Kaufhof","shop":"department_store"},"name":"Galeria Kaufhof","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Marks & Spencer":{"tags":{"name":"Marks & Spencer","shop":"department_store"},"name":"Marks & Spencer","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Big W":{"tags":{"name":"Big W","shop":"department_store"},"name":"Big W","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Woolworth":{"tags":{"name":"Woolworth","shop":"department_store"},"name":"Woolworth","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Универмаг":{"tags":{"name":"Универмаг","shop":"department_store"},"name":"Универмаг","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Sears":{"tags":{"name":"Sears","shop":"department_store"},"name":"Sears","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Kohl's":{"tags":{"name":"Kohl's","shop":"department_store"},"name":"Kohl's","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/Macy's":{"tags":{"name":"Macy's","shop":"department_store"},"name":"Macy's","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/department_store/JCPenney":{"tags":{"name":"JCPenney","shop":"department_store"},"name":"JCPenney","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/alcohol/Alko":{"tags":{"name":"Alko","shop":"alcohol"},"name":"Alko","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/The Beer Store":{"tags":{"name":"The Beer Store","shop":"alcohol"},"name":"The Beer Store","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/Systembolaget":{"tags":{"name":"Systembolaget","shop":"alcohol"},"name":"Systembolaget","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/LCBO":{"tags":{"name":"LCBO","shop":"alcohol"},"name":"LCBO","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/Ароматный мир":{"tags":{"name":"Ароматный мир","shop":"alcohol"},"name":"Ароматный мир","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/Bargain Booze":{"tags":{"name":"Bargain Booze","shop":"alcohol"},"name":"Bargain Booze","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/Nicolas":{"tags":{"name":"Nicolas","shop":"alcohol"},"name":"Nicolas","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/BWS":{"tags":{"name":"BWS","shop":"alcohol"},"name":"BWS","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/Botilleria":{"tags":{"name":"Botilleria","shop":"alcohol"},"name":"Botilleria","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/SAQ":{"tags":{"name":"SAQ","shop":"alcohol"},"name":"SAQ","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/Gall & Gall":{"tags":{"name":"Gall & Gall","shop":"alcohol"},"name":"Gall & Gall","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/alcohol/Живое пиво":{"tags":{"name":"Живое пиво","shop":"alcohol"},"name":"Живое пиво","icon":"alcohol-shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours","drive_through"],"suggestion":true},"shop/bakery/Kamps":{"tags":{"name":"Kamps","shop":"bakery"},"name":"Kamps","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Banette":{"tags":{"name":"Banette","shop":"bakery"},"name":"Banette","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Bäckerei Schmidt":{"tags":{"name":"Bäckerei Schmidt","shop":"bakery"},"name":"Bäckerei Schmidt","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Anker":{"tags":{"name":"Anker","shop":"bakery"},"name":"Anker","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Hofpfisterei":{"tags":{"name":"Hofpfisterei","shop":"bakery"},"name":"Hofpfisterei","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Greggs":{"tags":{"name":"Greggs","shop":"bakery"},"name":"Greggs","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Oebel":{"tags":{"name":"Oebel","shop":"bakery"},"name":"Oebel","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Boulangerie":{"tags":{"name":"Boulangerie","shop":"bakery"},"name":"Boulangerie","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Stadtbäckerei":{"tags":{"name":"Stadtbäckerei","shop":"bakery"},"name":"Stadtbäckerei","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Steinecke":{"tags":{"name":"Steinecke","shop":"bakery"},"name":"Steinecke","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Ihle":{"tags":{"name":"Ihle","shop":"bakery"},"name":"Ihle","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Goldilocks":{"tags":{"name":"Goldilocks","shop":"bakery"},"name":"Goldilocks","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Dat Backhus":{"tags":{"name":"Dat Backhus","shop":"bakery"},"name":"Dat Backhus","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/K&U":{"tags":{"name":"K&U","shop":"bakery"},"name":"K&U","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Der Beck":{"tags":{"name":"Der Beck","shop":"bakery"},"name":"Der Beck","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Thürmann":{"tags":{"name":"Thürmann","shop":"bakery"},"name":"Thürmann","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Backwerk":{"tags":{"name":"Backwerk","shop":"bakery"},"name":"Backwerk","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Schäfer's":{"tags":{"name":"Schäfer's","shop":"bakery"},"name":"Schäfer's","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Panaderia":{"tags":{"name":"Panaderia","shop":"bakery"},"name":"Panaderia","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Goeken backen":{"tags":{"name":"Goeken backen","shop":"bakery"},"name":"Goeken backen","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Stadtbäckerei Junge":{"tags":{"name":"Stadtbäckerei Junge","shop":"bakery"},"name":"Stadtbäckerei Junge","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Boulangerie Patisserie":{"tags":{"name":"Boulangerie Patisserie","shop":"bakery"},"name":"Boulangerie Patisserie","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Paul":{"tags":{"name":"Paul","shop":"bakery"},"name":"Paul","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Хлеб":{"tags":{"name":"Хлеб","shop":"bakery"},"name":"Хлеб","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Пекарня":{"tags":{"name":"Пекарня","shop":"bakery"},"name":"Пекарня","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/bakery/Кулиничи":{"tags":{"name":"Кулиничи","shop":"bakery"},"name":"Кулиничи","icon":"bakery","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/sports/Sports Direct":{"tags":{"name":"Sports Direct","shop":"sports"},"name":"Sports Direct","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/sports/Decathlon":{"tags":{"name":"Decathlon","shop":"sports"},"name":"Decathlon","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/sports/Intersport":{"tags":{"name":"Intersport","shop":"sports"},"name":"Intersport","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/sports/Sports Authority":{"tags":{"name":"Sports Authority","shop":"sports"},"name":"Sports Authority","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/sports/Спортмастер":{"tags":{"name":"Спортмастер","shop":"sports"},"name":"Спортмастер","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/sports/Sport 2000":{"tags":{"name":"Sport 2000","shop":"sports"},"name":"Sport 2000","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/sports/Dick's Sporting Goods":{"tags":{"name":"Dick's Sporting Goods","shop":"sports"},"name":"Dick's Sporting Goods","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/variety_store/Tedi":{"tags":{"name":"Tedi","shop":"variety_store"},"name":"Tedi","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/variety_store/Dollarama":{"tags":{"name":"Dollarama","shop":"variety_store"},"name":"Dollarama","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/variety_store/Family Dollar":{"tags":{"name":"Family Dollar","shop":"variety_store"},"name":"Family Dollar","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/variety_store/Dollar Tree":{"tags":{"name":"Dollar Tree","shop":"variety_store"},"name":"Dollar Tree","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/pet/Fressnapf":{"tags":{"name":"Fressnapf","shop":"pet"},"name":"Fressnapf","icon":"dog-park","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/pet/PetSmart":{"tags":{"name":"PetSmart","shop":"pet"},"name":"PetSmart","icon":"dog-park","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/pet/Das Futterhaus":{"tags":{"name":"Das Futterhaus","shop":"pet"},"name":"Das Futterhaus","icon":"dog-park","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/pet/Pets at Home":{"tags":{"name":"Pets at Home","shop":"pet"},"name":"Pets at Home","icon":"dog-park","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/pet/Petco":{"tags":{"name":"Petco","shop":"pet"},"name":"Petco","icon":"dog-park","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/pet/Зоомагазин":{"tags":{"name":"Зоомагазин","shop":"pet"},"name":"Зоомагазин","icon":"dog-park","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Deichmann":{"tags":{"name":"Deichmann","shop":"shoes"},"name":"Deichmann","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Reno":{"tags":{"name":"Reno","shop":"shoes"},"name":"Reno","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Ecco":{"tags":{"name":"Ecco","shop":"shoes"},"name":"Ecco","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Clarks":{"tags":{"name":"Clarks","shop":"shoes"},"name":"Clarks","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/La Halle aux Chaussures":{"tags":{"name":"La Halle aux Chaussures","shop":"shoes"},"name":"La Halle aux Chaussures","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Brantano":{"tags":{"name":"Brantano","shop":"shoes"},"name":"Brantano","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Geox":{"tags":{"name":"Geox","shop":"shoes"},"name":"Geox","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Salamander":{"tags":{"name":"Salamander","shop":"shoes"},"name":"Salamander","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Обувь":{"tags":{"name":"Обувь","shop":"shoes"},"name":"Обувь","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Payless Shoe Source":{"tags":{"name":"Payless Shoe Source","shop":"shoes"},"name":"Payless Shoe Source","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Famous Footwear":{"tags":{"name":"Famous Footwear","shop":"shoes"},"name":"Famous Footwear","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Quick Schuh":{"tags":{"name":"Quick Schuh","shop":"shoes"},"name":"Quick Schuh","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Shoe Zone":{"tags":{"name":"Shoe Zone","shop":"shoes"},"name":"Shoe Zone","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Foot Locker":{"tags":{"name":"Foot Locker","shop":"shoes"},"name":"Foot Locker","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/Bata":{"tags":{"name":"Bata","shop":"shoes"},"name":"Bata","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/shoes/ЦентрОбувь":{"tags":{"name":"ЦентрОбувь","shop":"shoes"},"name":"ЦентрОбувь","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/toys/La Grande Récré":{"tags":{"name":"La Grande Récré","shop":"toys"},"name":"La Grande Récré","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/toys/Toys R Us":{"tags":{"name":"Toys R Us","shop":"toys"},"name":"Toys R Us","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/toys/Intertoys":{"tags":{"name":"Intertoys","shop":"toys"},"name":"Intertoys","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/toys/Детский мир":{"tags":{"name":"Детский мир","shop":"toys"},"name":"Детский мир","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/toys/Игрушки":{"tags":{"name":"Игрушки","shop":"toys"},"name":"Игрушки","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/travel_agency/Flight Centre":{"tags":{"name":"Flight Centre","shop":"travel_agency"},"name":"Flight Centre","icon":"suitcase","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/travel_agency/Thomas Cook":{"tags":{"name":"Thomas Cook","shop":"travel_agency"},"name":"Thomas Cook","icon":"suitcase","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/jewelry/Bijou Brigitte":{"tags":{"name":"Bijou Brigitte","shop":"jewelry"},"name":"Bijou Brigitte","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/jewelry/Christ":{"tags":{"name":"Christ","shop":"jewelry"},"name":"Christ","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/jewelry/Swarovski":{"tags":{"name":"Swarovski","shop":"jewelry"},"name":"Swarovski","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Fielmann":{"tags":{"name":"Fielmann","shop":"optician"},"name":"Fielmann","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Apollo Optik":{"tags":{"name":"Apollo Optik","shop":"optician"},"name":"Apollo Optik","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Vision Express":{"tags":{"name":"Vision Express","shop":"optician"},"name":"Vision Express","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Оптика":{"tags":{"name":"Оптика","shop":"optician"},"name":"Оптика","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Optic 2000":{"tags":{"name":"Optic 2000","shop":"optician"},"name":"Optic 2000","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Alain Afflelou":{"tags":{"name":"Alain Afflelou","shop":"optician"},"name":"Alain Afflelou","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Specsavers":{"tags":{"name":"Specsavers","shop":"optician"},"name":"Specsavers","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Krys":{"tags":{"name":"Krys","shop":"optician"},"name":"Krys","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/optician/Atol":{"tags":{"name":"Atol","shop":"optician"},"name":"Atol","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/video/Blockbuster":{"tags":{"name":"Blockbuster","shop":"video"},"name":"Blockbuster","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/video/World of Video":{"tags":{"name":"World of Video","shop":"video"},"name":"World of Video","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Билайн":{"tags":{"name":"Билайн","shop":"mobile_phone"},"name":"Билайн","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/ソフトバンクショップ (SoftBank shop)":{"tags":{"name":"ソフトバンクショップ (SoftBank shop)","shop":"mobile_phone"},"name":"ソフトバンクショップ (SoftBank shop)","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Vodafone":{"tags":{"name":"Vodafone","shop":"mobile_phone"},"name":"Vodafone","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/O2":{"tags":{"name":"O2","shop":"mobile_phone"},"name":"O2","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Carphone Warehouse":{"tags":{"name":"Carphone Warehouse","shop":"mobile_phone"},"name":"Carphone Warehouse","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Orange":{"tags":{"name":"Orange","shop":"mobile_phone"},"name":"Orange","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Verizon Wireless":{"tags":{"name":"Verizon Wireless","shop":"mobile_phone"},"name":"Verizon Wireless","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Sprint":{"tags":{"name":"Sprint","shop":"mobile_phone"},"name":"Sprint","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/T-Mobile":{"tags":{"name":"T-Mobile","shop":"mobile_phone"},"name":"T-Mobile","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/МТС":{"tags":{"name":"МТС","shop":"mobile_phone"},"name":"МТС","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Евросеть":{"tags":{"name":"Евросеть","shop":"mobile_phone"},"name":"Евросеть","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Bell":{"tags":{"name":"Bell","shop":"mobile_phone"},"name":"Bell","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/The Phone House":{"tags":{"name":"The Phone House","shop":"mobile_phone"},"name":"The Phone House","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/SFR":{"tags":{"name":"SFR","shop":"mobile_phone"},"name":"SFR","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Связной":{"tags":{"name":"Связной","shop":"mobile_phone"},"name":"Связной","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Мегафон":{"tags":{"name":"Мегафон","shop":"mobile_phone"},"name":"Мегафон","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/AT&T":{"tags":{"name":"AT&T","shop":"mobile_phone"},"name":"AT&T","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/ドコモショップ (docomo shop)":{"tags":{"name":"ドコモショップ (docomo shop)","shop":"mobile_phone"},"name":"ドコモショップ (docomo shop)","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/au":{"tags":{"name":"au","shop":"mobile_phone"},"name":"au","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Movistar":{"tags":{"name":"Movistar","shop":"mobile_phone"},"name":"Movistar","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/mobile_phone/Bitė":{"tags":{"name":"Bitė","shop":"mobile_phone"},"name":"Bitė","icon":"mobilephone","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/computer/PC World":{"tags":{"name":"PC World","shop":"computer"},"name":"PC World","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/computer/DNS":{"tags":{"name":"DNS","shop":"computer"},"name":"DNS","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Klier":{"tags":{"name":"Klier","shop":"hairdresser"},"name":"Klier","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Supercuts":{"tags":{"name":"Supercuts","shop":"hairdresser"},"name":"Supercuts","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Hairkiller":{"tags":{"name":"Hairkiller","shop":"hairdresser"},"name":"Hairkiller","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Great Clips":{"tags":{"name":"Great Clips","shop":"hairdresser"},"name":"Great Clips","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Парикмахерская":{"tags":{"name":"Парикмахерская","shop":"hairdresser"},"name":"Парикмахерская","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Стиль":{"tags":{"name":"Стиль","shop":"hairdresser"},"name":"Стиль","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Franck Provost":{"tags":{"name":"Franck Provost","shop":"hairdresser"},"name":"Franck Provost","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hairdresser/Салон красоты":{"tags":{"name":"Салон красоты","shop":"hairdresser"},"name":"Салон красоты","icon":"hairdresser","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hardware/1000 мелочей":{"tags":{"name":"1000 мелочей","shop":"hardware"},"name":"1000 мелочей","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/hardware/Хозтовары":{"tags":{"name":"Хозтовары","shop":"hardware"},"name":"Хозтовары","icon":"shop","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true},"shop/motorcycle/Yamaha":{"tags":{"name":"Yamaha","shop":"motorcycle"},"name":"Yamaha","icon":"scooter","geometry":["point","area"],"fields":["operator","address","building_area","opening_hours"],"suggestion":true}}
\ No newline at end of file
diff --git a/data/taginfo.json b/data/taginfo.json
index 5bccfc699..69314714e 100644
--- a/data/taginfo.json
+++ b/data/taginfo.json
@@ -1 +1,2497 @@
-{"data_format":1,"data_url":"https://raw.githubusercontent.com/openstreetmap/iD/master/data/taginfo.json","project":{"name":"iD Editor","description":"Online editor for OSM data.","project_url":"https://github.com/openstreetmap/iD","doc_url":"https://github.com/openstreetmap/iD/blob/master/data/presets/README.md","icon_url":"https://raw.githubusercontent.com/openstreetmap/iD/master/dist/img/logo.png","keywords":["editor"]},"tags":[{"key":"addr:housenumber"},{"key":"aerialway"},{"key":"aerialway","value":"cable_car"},{"key":"aerialway","value":"chair_lift"},{"key":"aerialway","value":"gondola"},{"key":"aerialway","value":"magic_carpet"},{"key":"aerialway","value":"platter"},{"key":"aerialway","value":"pylon"},{"key":"aerialway","value":"rope_tow"},{"key":"aerialway","value":"station"},{"key":"aerialway","value":"t-bar"},{"key":"aeroway"},{"key":"aeroway","value":"aerodrome"},{"key":"aeroway","value":"apron"},{"key":"aeroway","value":"gate"},{"key":"aeroway","value":"hangar"},{"key":"aeroway","value":"helipad"},{"key":"aeroway","value":"runway"},{"key":"aeroway","value":"taxiway"},{"key":"aeroway","value":"terminal"},{"key":"amenity"},{"key":"amenity","value":"arts_centre"},{"key":"amenity","value":"atm"},{"key":"amenity","value":"bank"},{"key":"amenity","value":"bar"},{"key":"amenity","value":"bbq"},{"key":"amenity","value":"bench"},{"key":"amenity","value":"bicycle_parking"},{"key":"amenity","value":"bicycle_rental"},{"key":"amenity","value":"bicycle_repair_station"},{"key":"amenity","value":"biergarten"},{"key":"amenity","value":"boat_rental"},{"key":"amenity","value":"bureau_de_change"},{"key":"amenity","value":"bus_station"},{"key":"amenity","value":"cafe"},{"key":"amenity","value":"car_rental"},{"key":"amenity","value":"car_sharing"},{"key":"amenity","value":"car_wash"},{"key":"amenity","value":"casino"},{"key":"amenity","value":"charging_station"},{"key":"amenity","value":"childcare"},{"key":"amenity","value":"cinema"},{"key":"amenity","value":"clinic"},{"key":"amenity","value":"clock"},{"key":"amenity","value":"college"},{"key":"amenity","value":"community_centre"},{"key":"amenity","value":"compressed_air"},{"key":"amenity","value":"courthouse"},{"key":"amenity","value":"dentist"},{"key":"amenity","value":"doctors"},{"key":"amenity","value":"dojo"},{"key":"amenity","value":"drinking_water"},{"key":"amenity","value":"embassy"},{"key":"amenity","value":"fast_food"},{"key":"amenity","value":"ferry_terminal"},{"key":"amenity","value":"fire_station"},{"key":"amenity","value":"fountain"},{"key":"amenity","value":"fuel"},{"key":"amenity","value":"grave_yard"},{"key":"amenity","value":"grit_bin"},{"key":"amenity","value":"hospital"},{"key":"amenity","value":"hunting_stand"},{"key":"amenity","value":"kindergarten"},{"key":"amenity","value":"library"},{"key":"amenity","value":"marketplace"},{"key":"amenity","value":"motorcycle_parking"},{"key":"amenity","value":"nightclub"},{"key":"amenity","value":"parking"},{"key":"amenity","value":"parking_entrance"},{"key":"amenity","value":"parking_space"},{"key":"amenity","value":"pharmacy"},{"key":"amenity","value":"place_of_worship"},{"key":"religion","value":"buddhist"},{"key":"religion","value":"christian"},{"key":"religion","value":"jewish"},{"key":"religion","value":"muslim"},{"key":"amenity","value":"police"},{"key":"amenity","value":"post_box"},{"key":"amenity","value":"post_office"},{"key":"amenity","value":"pub"},{"key":"amenity","value":"public_bookcase"},{"key":"amenity","value":"ranger_station"},{"key":"amenity","value":"recycling"},{"key":"amenity","value":"register_office"},{"key":"amenity","value":"restaurant"},{"key":"amenity","value":"sanitary_dump_station"},{"key":"amenity","value":"school"},{"key":"amenity","value":"shelter"},{"key":"amenity","value":"social_facility"},{"key":"social_facility","value":"food_bank"},{"key":"social_facility:for","value":"senior"},{"key":"social_facility:for","value":"homeless"},{"key":"amenity","value":"studio"},{"key":"amenity","value":"swimming_pool"},{"key":"amenity","value":"taxi"},{"key":"amenity","value":"telephone"},{"key":"amenity","value":"theatre"},{"key":"amenity","value":"toilets"},{"key":"amenity","value":"townhall"},{"key":"amenity","value":"university"},{"key":"vending","value":"cigarettes"},{"key":"vending","value":"condoms"},{"key":"vending","value":"drinks"},{"key":"vending","value":"excrement_bags"},{"key":"vending","value":"news_papers"},{"key":"vending","value":"parcel_pickup;parcel_mail_in"},{"key":"vending","value":"parking_tickets"},{"key":"vending","value":"public_transport_tickets"},{"key":"vending","value":"sweets"},{"key":"amenity","value":"vending_machine"},{"key":"amenity","value":"veterinary"},{"key":"amenity","value":"waste_basket"},{"key":"amenity","value":"waste_disposal"},{"key":"amenity","value":"water_point"},{"key":"area","value":"yes"},{"key":"area:highway"},{"key":"barrier"},{"key":"barrier","value":"block"},{"key":"barrier","value":"bollard"},{"key":"barrier","value":"cattle_grid"},{"key":"barrier","value":"city_wall"},{"key":"barrier","value":"cycle_barrier"},{"key":"barrier","value":"ditch"},{"key":"barrier","value":"entrance"},{"key":"barrier","value":"fence"},{"key":"barrier","value":"gate"},{"key":"barrier","value":"hedge"},{"key":"barrier","value":"kissing_gate"},{"key":"barrier","value":"lift_gate"},{"key":"barrier","value":"retaining_wall"},{"key":"barrier","value":"stile"},{"key":"barrier","value":"toll_booth"},{"key":"barrier","value":"wall"},{"key":"boundary","value":"administrative"},{"key":"building"},{"key":"building","value":"apartments"},{"key":"building","value":"barn"},{"key":"building","value":"bunker"},{"key":"building","value":"cabin"},{"key":"building","value":"cathedral"},{"key":"building","value":"chapel"},{"key":"building","value":"church"},{"key":"building","value":"college"},{"key":"building","value":"commercial"},{"key":"building","value":"construction"},{"key":"building","value":"detached"},{"key":"building","value":"dormitory"},{"key":"building","value":"entrance"},{"key":"building","value":"garage"},{"key":"building","value":"garages"},{"key":"building","value":"greenhouse"},{"key":"building","value":"hospital"},{"key":"building","value":"hotel"},{"key":"building","value":"house"},{"key":"building","value":"hut"},{"key":"building","value":"industrial"},{"key":"building","value":"kindergarten"},{"key":"building","value":"public"},{"key":"building","value":"residential"},{"key":"building","value":"retail"},{"key":"building","value":"roof"},{"key":"building","value":"school"},{"key":"building","value":"semidetached_house"},{"key":"building","value":"shed"},{"key":"building","value":"stable"},{"key":"building","value":"static_caravan"},{"key":"building","value":"terrace"},{"key":"building","value":"train_station"},{"key":"building","value":"university"},{"key":"building","value":"warehouse"},{"key":"craft"},{"key":"craft","value":"basket_maker"},{"key":"craft","value":"beekeeper"},{"key":"craft","value":"blacksmith"},{"key":"craft","value":"boatbuilder"},{"key":"craft","value":"bookbinder"},{"key":"craft","value":"brewery"},{"key":"craft","value":"carpenter"},{"key":"craft","value":"carpet_layer"},{"key":"craft","value":"caterer"},{"key":"craft","value":"clockmaker"},{"key":"craft","value":"confectionery"},{"key":"craft","value":"dressmaker"},{"key":"craft","value":"electrician"},{"key":"craft","value":"gardener"},{"key":"craft","value":"glaziery"},{"key":"craft","value":"handicraft"},{"key":"craft","value":"hvac"},{"key":"craft","value":"insulation"},{"key":"craft","value":"jeweler"},{"key":"craft","value":"key_cutter"},{"key":"craft","value":"locksmith"},{"key":"craft","value":"metal_construction"},{"key":"craft","value":"optician"},{"key":"craft","value":"painter"},{"key":"craft","value":"photographer"},{"key":"craft","value":"photographic_laboratory"},{"key":"craft","value":"plasterer"},{"key":"craft","value":"plumber"},{"key":"craft","value":"pottery"},{"key":"craft","value":"rigger"},{"key":"craft","value":"roofer"},{"key":"craft","value":"saddler"},{"key":"craft","value":"sailmaker"},{"key":"craft","value":"sawmill"},{"key":"craft","value":"scaffolder"},{"key":"craft","value":"sculpter"},{"key":"craft","value":"shoemaker"},{"key":"craft","value":"stonemason"},{"key":"craft","value":"sweep"},{"key":"craft","value":"tailor"},{"key":"craft","value":"tiler"},{"key":"craft","value":"tinsmith"},{"key":"craft","value":"upholsterer"},{"key":"craft","value":"watchmaker"},{"key":"craft","value":"window_construction"},{"key":"craft","value":"winery"},{"key":"embankment","value":"yes"},{"key":"emergency","value":"ambulance_station"},{"key":"emergency","value":"fire_hydrant"},{"key":"emergency","value":"phone"},{"key":"entrance"},{"key":"footway","value":"crossing"},{"key":"crossing","value":"zebra"},{"key":"footway","value":"sidewalk"},{"key":"ford","value":"yes"},{"key":"natural","value":"sand"},{"key":"landuse","value":"grass"},{"key":"sport","value":"golf"},{"key":"golf","value":"hole"},{"key":"natural","value":"water"},{"key":"landuse","value":"grass"},{"key":"landuse","value":"grass"},{"key":"natural","value":"water"},{"key":"highway"},{"key":"highway","value":"bridleway"},{"key":"highway","value":"bus_stop"},{"key":"highway","value":"corridor"},{"key":"highway","value":"crossing"},{"key":"crossing","value":"zebra"},{"key":"highway","value":"cycleway"},{"key":"highway","value":"footway"},{"key":"highway","value":"living_street"},{"key":"highway","value":"mini_roundabout"},{"key":"highway","value":"motorway"},{"key":"highway","value":"motorway_junction"},{"key":"highway","value":"motorway_link"},{"key":"highway","value":"path"},{"key":"highway","value":"pedestrian"},{"key":"highway","value":"primary"},{"key":"highway","value":"primary_link"},{"key":"highway","value":"raceway"},{"key":"highway","value":"residential"},{"key":"highway","value":"rest_area"},{"key":"highway","value":"road"},{"key":"highway","value":"secondary"},{"key":"highway","value":"secondary_link"},{"key":"highway","value":"service"},{"key":"service","value":"alley"},{"key":"service","value":"drive-through"},{"key":"service","value":"driveway"},{"key":"service","value":"emergency_access"},{"key":"service","value":"parking_aisle"},{"key":"highway","value":"services"},{"key":"highway","value":"steps"},{"key":"highway","value":"stop"},{"key":"highway","value":"street_lamp"},{"key":"highway","value":"tertiary"},{"key":"highway","value":"tertiary_link"},{"key":"highway","value":"track"},{"key":"highway","value":"traffic_signals"},{"key":"highway","value":"trunk"},{"key":"highway","value":"trunk_link"},{"key":"highway","value":"turning_circle"},{"key":"highway","value":"unclassified"},{"key":"historic"},{"key":"historic","value":"archaeological_site"},{"key":"historic","value":"boundary_stone"},{"key":"historic","value":"castle"},{"key":"historic","value":"memorial"},{"key":"historic","value":"monument"},{"key":"historic","value":"ruins"},{"key":"historic","value":"wayside_cross"},{"key":"historic","value":"wayside_shrine"},{"key":"junction","value":"yes"},{"key":"landuse"},{"key":"landuse","value":"allotments"},{"key":"landuse","value":"basin"},{"key":"landuse","value":"cemetery"},{"key":"landuse","value":"churchyard"},{"key":"landuse","value":"commercial"},{"key":"landuse","value":"construction"},{"key":"landuse","value":"farm"},{"key":"landuse","value":"farmland"},{"key":"landuse","value":"farmyard"},{"key":"landuse","value":"forest"},{"key":"landuse","value":"garages"},{"key":"landuse","value":"grass"},{"key":"landuse","value":"industrial"},{"key":"landuse","value":"landfill"},{"key":"landuse","value":"meadow"},{"key":"landuse","value":"military"},{"key":"landuse","value":"orchard"},{"key":"landuse","value":"plant_nursery"},{"key":"landuse","value":"quarry"},{"key":"landuse","value":"residential"},{"key":"landuse","value":"retail"},{"key":"landuse","value":"vineyard"},{"key":"leisure"},{"key":"leisure","value":"adult_gaming_centre"},{"key":"leisure","value":"bowling_alley"},{"key":"leisure","value":"common"},{"key":"leisure","value":"dog_park"},{"key":"leisure","value":"firepit"},{"key":"leisure","value":"garden"},{"key":"leisure","value":"golf_course"},{"key":"leisure","value":"ice_rink"},{"key":"leisure","value":"marina"},{"key":"leisure","value":"nature_reserve"},{"key":"leisure","value":"park"},{"key":"leisure","value":"picnic_table"},{"key":"leisure","value":"pitch"},{"key":"sport","value":"american_football"},{"key":"sport","value":"baseball"},{"key":"sport","value":"basketball"},{"key":"sport","value":"rugby_league"},{"key":"sport","value":"rugby_union"},{"key":"sport","value":"skateboard"},{"key":"sport","value":"soccer"},{"key":"sport","value":"tennis"},{"key":"sport","value":"volleyball"},{"key":"leisure","value":"playground"},{"key":"sport","value":"running"},{"key":"leisure","value":"slipway"},{"key":"leisure","value":"sports_centre"},{"key":"sport","value":"swimming"},{"key":"leisure","value":"stadium"},{"key":"leisure","value":"swimming_pool"},{"key":"leisure","value":"track"},{"key":"leisure","value":"water_park"},{"key":"man_made"},{"key":"man_made","value":"adit"},{"key":"man_made","value":"breakwater"},{"key":"man_made","value":"chimney"},{"key":"man_made","value":"cutline"},{"key":"man_made","value":"embankment"},{"key":"man_made","value":"flagpole"},{"key":"man_made","value":"gasometer"},{"key":"man_made","value":"groyne"},{"key":"man_made","value":"lighthouse"},{"key":"man_made","value":"mast"},{"key":"tower:type","value":"observation"},{"key":"man_made","value":"petroleum_well"},{"key":"man_made","value":"pier"},{"key":"man_made","value":"pipeline"},{"key":"man_made","value":"silo"},{"key":"man_made","value":"storage_tank"},{"key":"man_made","value":"surveillance"},{"key":"man_made","value":"survey_point"},{"key":"man_made","value":"tower"},{"key":"man_made","value":"wastewater_plant"},{"key":"man_made","value":"water_tower"},{"key":"man_made","value":"water_well"},{"key":"man_made","value":"water_works"},{"key":"man_made","value":"works"},{"key":"military","value":"airfield"},{"key":"military","value":"barracks"},{"key":"military","value":"bunker"},{"key":"military","value":"checkpoint"},{"key":"military","value":"danger_area"},{"key":"military","value":"naval_base"},{"key":"military","value":"obstacle_course"},{"key":"military","value":"range"},{"key":"military","value":"training_area"},{"key":"natural"},{"key":"natural","value":"bay"},{"key":"natural","value":"beach"},{"key":"natural","value":"cave_entrance"},{"key":"natural","value":"cliff"},{"key":"natural","value":"coastline"},{"key":"natural","value":"fell"},{"key":"natural","value":"glacier"},{"key":"natural","value":"grassland"},{"key":"natural","value":"heath"},{"key":"natural","value":"peak"},{"key":"natural","value":"saddle"},{"key":"natural","value":"scree"},{"key":"natural","value":"scrub"},{"key":"natural","value":"spring"},{"key":"natural","value":"tree"},{"key":"natural","value":"tree_row"},{"key":"natural","value":"volcano"},{"key":"natural","value":"water"},{"key":"water","value":"lake"},{"key":"water","value":"pond"},{"key":"water","value":"reservoir"},{"key":"natural","value":"wetland"},{"key":"natural","value":"wood"},{"key":"office"},{"key":"office","value":"accountant"},{"key":"office","value":"administrative"},{"key":"office","value":"architect"},{"key":"office","value":"company"},{"key":"office","value":"educational_institution"},{"key":"office","value":"employment_agency"},{"key":"office","value":"estate_agent"},{"key":"office","value":"financial"},{"key":"office","value":"government"},{"key":"office","value":"insurance"},{"key":"office","value":"it"},{"key":"office","value":"lawyer"},{"key":"office","value":"newspaper"},{"key":"office","value":"ngo"},{"key":"office","value":"physician"},{"key":"office","value":"political_party"},{"key":"office","value":"research"},{"key":"office","value":"telecommunication"},{"key":"office","value":"therapist"},{"key":"office","value":"travel_agent"},{"key":"piste:type"},{"key":"place"},{"key":"place","value":"city"},{"key":"place","value":"farm"},{"key":"place","value":"hamlet"},{"key":"place","value":"island"},{"key":"place","value":"isolated_dwelling"},{"key":"place","value":"locality"},{"key":"place","value":"neighbourhood"},{"key":"place","value":"suburb"},{"key":"place","value":"town"},{"key":"place","value":"village"},{"key":"power"},{"key":"power","value":"generator"},{"key":"power","value":"line"},{"key":"power","value":"minor_line"},{"key":"power","value":"pole"},{"key":"power","value":"sub_station"},{"key":"power","value":"substation"},{"key":"power","value":"tower"},{"key":"power","value":"transformer"},{"key":"public_transport","value":"platform"},{"key":"public_transport","value":"stop_position"},{"key":"railway"},{"key":"railway","value":"abandoned"},{"key":"railway","value":"disused"},{"key":"railway","value":"funicular"},{"key":"railway","value":"halt"},{"key":"railway","value":"level_crossing"},{"key":"railway","value":"monorail"},{"key":"railway","value":"narrow_gauge"},{"key":"railway","value":"platform"},{"key":"railway","value":"rail"},{"key":"railway","value":"station"},{"key":"railway","value":"subway"},{"key":"railway","value":"subway_entrance"},{"key":"railway","value":"tram"},{"key":"junction","value":"roundabout"},{"key":"route","value":"ferry"},{"key":"shop"},{"key":"shop","value":"alcohol"},{"key":"shop","value":"anime"},{"key":"shop","value":"antiques"},{"key":"shop","value":"art"},{"key":"shop","value":"baby_goods"},{"key":"shop","value":"bag"},{"key":"shop","value":"bakery"},{"key":"shop","value":"bathroom_furnishing"},{"key":"shop","value":"beauty"},{"key":"shop","value":"bed"},{"key":"shop","value":"beverages"},{"key":"shop","value":"bicycle"},{"key":"shop","value":"bookmaker"},{"key":"shop","value":"books"},{"key":"shop","value":"boutique"},{"key":"shop","value":"butcher"},{"key":"shop","value":"candles"},{"key":"shop","value":"car"},{"key":"shop","value":"car_parts"},{"key":"shop","value":"car_repair"},{"key":"shop","value":"carpet"},{"key":"shop","value":"cheese"},{"key":"shop","value":"chemist"},{"key":"shop","value":"chocolate"},{"key":"shop","value":"clothes"},{"key":"shop","value":"computer"},{"key":"shop","value":"confectionery"},{"key":"shop","value":"convenience"},{"key":"shop","value":"copyshop"},{"key":"shop","value":"cosmetics"},{"key":"shop","value":"craft"},{"key":"shop","value":"curtain"},{"key":"shop","value":"dairy"},{"key":"shop","value":"deli"},{"key":"shop","value":"department_store"},{"key":"shop","value":"doityourself"},{"key":"shop","value":"dry_cleaning"},{"key":"shop","value":"electronics"},{"key":"shop","value":"erotic"},{"key":"shop","value":"fabric"},{"key":"shop","value":"farm"},{"key":"shop","value":"fashion"},{"key":"shop","value":"fishmonger"},{"key":"shop","value":"florist"},{"key":"shop","value":"frame"},{"key":"shop","value":"funeral_directors"},{"key":"shop","value":"furnace"},{"key":"shop","value":"furniture"},{"key":"shop","value":"garden_centre"},{"key":"shop","value":"gift"},{"key":"shop","value":"greengrocer"},{"key":"shop","value":"hairdresser"},{"key":"shop","value":"hardware"},{"key":"shop","value":"hearing_aids"},{"key":"shop","value":"herbalist"},{"key":"shop","value":"hifi"},{"key":"shop","value":"houseware"},{"key":"shop","value":"interior_decoration"},{"key":"shop","value":"jewelry"},{"key":"shop","value":"kiosk"},{"key":"shop","value":"kitchen"},{"key":"shop","value":"laundry"},{"key":"shop","value":"leather"},{"key":"shop","value":"locksmith"},{"key":"shop","value":"lottery"},{"key":"shop","value":"mall"},{"key":"shop","value":"massage"},{"key":"shop","value":"medical_supply"},{"key":"shop","value":"mobile_phone"},{"key":"shop","value":"money_lender"},{"key":"shop","value":"motorcycle"},{"key":"shop","value":"music"},{"key":"shop","value":"musical_instrument"},{"key":"shop","value":"newsagent"},{"key":"shop","value":"optician"},{"key":"organic","value":"only"},{"key":"shop","value":"outdoor"},{"key":"shop","value":"paint"},{"key":"shop","value":"pawnbroker"},{"key":"shop","value":"pet"},{"key":"shop","value":"photo"},{"key":"shop","value":"pyrotechnics"},{"key":"shop","value":"radiotechnics"},{"key":"shop","value":"religion"},{"key":"shop","value":"scuba_diving"},{"key":"shop","value":"seafood"},{"key":"shop","value":"second_hand"},{"key":"shop","value":"shoes"},{"key":"shop","value":"sports"},{"key":"shop","value":"stationery"},{"key":"shop","value":"supermarket"},{"key":"shop","value":"tailor"},{"key":"shop","value":"tattoo"},{"key":"shop","value":"tea"},{"key":"shop","value":"ticket"},{"key":"shop","value":"tobacco"},{"key":"shop","value":"toys"},{"key":"shop","value":"travel_agency"},{"key":"shop","value":"tyres"},{"key":"shop","value":"vacant"},{"key":"shop","value":"vacuum_cleaner"},{"key":"shop","value":"variety_store"},{"key":"shop","value":"video"},{"key":"shop","value":"video_games"},{"key":"shop","value":"water_sports"},{"key":"shop","value":"weapons"},{"key":"shop","value":"window_blind"},{"key":"shop","value":"wine"},{"key":"tourism"},{"key":"tourism","value":"alpine_hut"},{"key":"tourism","value":"artwork"},{"key":"tourism","value":"attraction"},{"key":"tourism","value":"camp_site"},{"key":"tourism","value":"caravan_site"},{"key":"tourism","value":"chalet"},{"key":"tourism","value":"guest_house"},{"key":"tourism","value":"hostel"},{"key":"tourism","value":"hotel"},{"key":"tourism","value":"information"},{"key":"tourism","value":"motel"},{"key":"tourism","value":"museum"},{"key":"tourism","value":"picnic_site"},{"key":"tourism","value":"theme_park"},{"key":"tourism","value":"viewpoint"},{"key":"tourism","value":"zoo"},{"key":"traffic_calming","value":"bump"},{"key":"traffic_calming","value":"hump"},{"key":"traffic_calming","value":"rumble_strip"},{"key":"traffic_calming","value":"table"},{"key":"type","value":"boundary"},{"key":"boundary","value":"administrative"},{"key":"type","value":"multipolygon"},{"key":"type","value":"restriction"},{"key":"restriction","value":"no_left_turn"},{"key":"restriction","value":"no_right_turn"},{"key":"restriction","value":"no_straight_on"},{"key":"restriction","value":"no_u_turn"},{"key":"restriction","value":"only_left_turn"},{"key":"restriction","value":"only_right_turn"},{"key":"restriction","value":"only_straight_on"},{"key":"type","value":"route"},{"key":"route","value":"bicycle"},{"key":"route","value":"bus"},{"key":"route","value":"detour"},{"key":"route","value":"ferry"},{"key":"route","value":"foot"},{"key":"route","value":"hiking"},{"key":"route","value":"pipeline"},{"key":"route","value":"power"},{"key":"route","value":"road"},{"key":"route","value":"train"},{"key":"route","value":"tram"},{"key":"type","value":"route_master"},{"key":"waterway"},{"key":"waterway","value":"boatyard"},{"key":"waterway","value":"canal"},{"key":"waterway","value":"dam"},{"key":"waterway","value":"ditch"},{"key":"waterway","value":"dock"},{"key":"waterway","value":"drain"},{"key":"waterway","value":"fuel"},{"key":"waterway","value":"river"},{"key":"waterway","value":"riverbank"},{"key":"waterway","value":"sanitary_dump_station"},{"key":"waterway","value":"stream"},{"key":"waterway","value":"water_point"},{"key":"waterway","value":"weir"}]}
\ No newline at end of file
+{
+ "data_format": 1,
+ "data_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/data/taginfo.json",
+ "project": {
+ "name": "iD Editor",
+ "description": "Online editor for OSM data.",
+ "project_url": "https://github.com/openstreetmap/iD",
+ "doc_url": "https://github.com/openstreetmap/iD/blob/master/data/presets/README.md",
+ "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/dist/img/logo.png",
+ "keywords": [
+ "editor"
+ ]
+ },
+ "tags": [
+ {
+ "key": "addr:housenumber"
+ },
+ {
+ "key": "aerialway"
+ },
+ {
+ "key": "aerialway",
+ "value": "cable_car"
+ },
+ {
+ "key": "aerialway",
+ "value": "chair_lift"
+ },
+ {
+ "key": "aerialway",
+ "value": "gondola"
+ },
+ {
+ "key": "aerialway",
+ "value": "magic_carpet"
+ },
+ {
+ "key": "aerialway",
+ "value": "platter"
+ },
+ {
+ "key": "aerialway",
+ "value": "pylon"
+ },
+ {
+ "key": "aerialway",
+ "value": "rope_tow"
+ },
+ {
+ "key": "aerialway",
+ "value": "station"
+ },
+ {
+ "key": "aerialway",
+ "value": "t-bar"
+ },
+ {
+ "key": "aeroway"
+ },
+ {
+ "key": "aeroway",
+ "value": "aerodrome"
+ },
+ {
+ "key": "aeroway",
+ "value": "apron"
+ },
+ {
+ "key": "aeroway",
+ "value": "gate"
+ },
+ {
+ "key": "aeroway",
+ "value": "hangar"
+ },
+ {
+ "key": "aeroway",
+ "value": "helipad"
+ },
+ {
+ "key": "aeroway",
+ "value": "runway"
+ },
+ {
+ "key": "aeroway",
+ "value": "taxiway"
+ },
+ {
+ "key": "aeroway",
+ "value": "terminal"
+ },
+ {
+ "key": "amenity"
+ },
+ {
+ "key": "amenity",
+ "value": "arts_centre"
+ },
+ {
+ "key": "amenity",
+ "value": "atm"
+ },
+ {
+ "key": "amenity",
+ "value": "bank"
+ },
+ {
+ "key": "amenity",
+ "value": "bar"
+ },
+ {
+ "key": "amenity",
+ "value": "bbq"
+ },
+ {
+ "key": "amenity",
+ "value": "bench"
+ },
+ {
+ "key": "amenity",
+ "value": "bicycle_parking"
+ },
+ {
+ "key": "amenity",
+ "value": "bicycle_rental"
+ },
+ {
+ "key": "amenity",
+ "value": "bicycle_repair_station"
+ },
+ {
+ "key": "amenity",
+ "value": "biergarten"
+ },
+ {
+ "key": "amenity",
+ "value": "boat_rental"
+ },
+ {
+ "key": "amenity",
+ "value": "bureau_de_change"
+ },
+ {
+ "key": "amenity",
+ "value": "bus_station"
+ },
+ {
+ "key": "amenity",
+ "value": "cafe"
+ },
+ {
+ "key": "amenity",
+ "value": "car_rental"
+ },
+ {
+ "key": "amenity",
+ "value": "car_sharing"
+ },
+ {
+ "key": "amenity",
+ "value": "car_wash"
+ },
+ {
+ "key": "amenity",
+ "value": "casino"
+ },
+ {
+ "key": "amenity",
+ "value": "charging_station"
+ },
+ {
+ "key": "amenity",
+ "value": "childcare"
+ },
+ {
+ "key": "amenity",
+ "value": "cinema"
+ },
+ {
+ "key": "amenity",
+ "value": "clinic"
+ },
+ {
+ "key": "amenity",
+ "value": "clock"
+ },
+ {
+ "key": "amenity",
+ "value": "college"
+ },
+ {
+ "key": "amenity",
+ "value": "community_centre"
+ },
+ {
+ "key": "amenity",
+ "value": "compressed_air"
+ },
+ {
+ "key": "amenity",
+ "value": "courthouse"
+ },
+ {
+ "key": "amenity",
+ "value": "dentist"
+ },
+ {
+ "key": "amenity",
+ "value": "doctors"
+ },
+ {
+ "key": "amenity",
+ "value": "dojo"
+ },
+ {
+ "key": "amenity",
+ "value": "drinking_water"
+ },
+ {
+ "key": "amenity",
+ "value": "embassy"
+ },
+ {
+ "key": "amenity",
+ "value": "fast_food"
+ },
+ {
+ "key": "amenity",
+ "value": "ferry_terminal"
+ },
+ {
+ "key": "amenity",
+ "value": "fire_station"
+ },
+ {
+ "key": "amenity",
+ "value": "fountain"
+ },
+ {
+ "key": "amenity",
+ "value": "fuel"
+ },
+ {
+ "key": "amenity",
+ "value": "grave_yard"
+ },
+ {
+ "key": "amenity",
+ "value": "grit_bin"
+ },
+ {
+ "key": "amenity",
+ "value": "hospital"
+ },
+ {
+ "key": "amenity",
+ "value": "hunting_stand"
+ },
+ {
+ "key": "amenity",
+ "value": "kindergarten"
+ },
+ {
+ "key": "amenity",
+ "value": "library"
+ },
+ {
+ "key": "amenity",
+ "value": "marketplace"
+ },
+ {
+ "key": "amenity",
+ "value": "motorcycle_parking"
+ },
+ {
+ "key": "amenity",
+ "value": "nightclub"
+ },
+ {
+ "key": "amenity",
+ "value": "parking"
+ },
+ {
+ "key": "amenity",
+ "value": "parking_entrance"
+ },
+ {
+ "key": "amenity",
+ "value": "parking_space"
+ },
+ {
+ "key": "amenity",
+ "value": "pharmacy"
+ },
+ {
+ "key": "amenity",
+ "value": "place_of_worship"
+ },
+ {
+ "key": "religion",
+ "value": "buddhist"
+ },
+ {
+ "key": "religion",
+ "value": "christian"
+ },
+ {
+ "key": "religion",
+ "value": "jewish"
+ },
+ {
+ "key": "religion",
+ "value": "muslim"
+ },
+ {
+ "key": "amenity",
+ "value": "police"
+ },
+ {
+ "key": "amenity",
+ "value": "post_box"
+ },
+ {
+ "key": "amenity",
+ "value": "post_office"
+ },
+ {
+ "key": "amenity",
+ "value": "pub"
+ },
+ {
+ "key": "amenity",
+ "value": "public_bookcase"
+ },
+ {
+ "key": "amenity",
+ "value": "ranger_station"
+ },
+ {
+ "key": "amenity",
+ "value": "recycling"
+ },
+ {
+ "key": "amenity",
+ "value": "register_office"
+ },
+ {
+ "key": "amenity",
+ "value": "restaurant"
+ },
+ {
+ "key": "amenity",
+ "value": "sanitary_dump_station"
+ },
+ {
+ "key": "amenity",
+ "value": "school"
+ },
+ {
+ "key": "amenity",
+ "value": "shelter"
+ },
+ {
+ "key": "amenity",
+ "value": "social_facility"
+ },
+ {
+ "key": "social_facility",
+ "value": "food_bank"
+ },
+ {
+ "key": "social_facility:for",
+ "value": "senior"
+ },
+ {
+ "key": "social_facility:for",
+ "value": "homeless"
+ },
+ {
+ "key": "amenity",
+ "value": "studio"
+ },
+ {
+ "key": "amenity",
+ "value": "swimming_pool"
+ },
+ {
+ "key": "amenity",
+ "value": "taxi"
+ },
+ {
+ "key": "amenity",
+ "value": "telephone"
+ },
+ {
+ "key": "amenity",
+ "value": "theatre"
+ },
+ {
+ "key": "amenity",
+ "value": "toilets"
+ },
+ {
+ "key": "amenity",
+ "value": "townhall"
+ },
+ {
+ "key": "amenity",
+ "value": "university"
+ },
+ {
+ "key": "vending",
+ "value": "cigarettes"
+ },
+ {
+ "key": "vending",
+ "value": "condoms"
+ },
+ {
+ "key": "vending",
+ "value": "drinks"
+ },
+ {
+ "key": "vending",
+ "value": "excrement_bags"
+ },
+ {
+ "key": "vending",
+ "value": "news_papers"
+ },
+ {
+ "key": "vending",
+ "value": "parcel_pickup;parcel_mail_in"
+ },
+ {
+ "key": "vending",
+ "value": "parking_tickets"
+ },
+ {
+ "key": "vending",
+ "value": "public_transport_tickets"
+ },
+ {
+ "key": "vending",
+ "value": "sweets"
+ },
+ {
+ "key": "amenity",
+ "value": "vending_machine"
+ },
+ {
+ "key": "amenity",
+ "value": "veterinary"
+ },
+ {
+ "key": "amenity",
+ "value": "waste_basket"
+ },
+ {
+ "key": "amenity",
+ "value": "waste_disposal"
+ },
+ {
+ "key": "amenity",
+ "value": "water_point"
+ },
+ {
+ "key": "area",
+ "value": "yes"
+ },
+ {
+ "key": "area:highway"
+ },
+ {
+ "key": "barrier"
+ },
+ {
+ "key": "barrier",
+ "value": "block"
+ },
+ {
+ "key": "barrier",
+ "value": "bollard"
+ },
+ {
+ "key": "barrier",
+ "value": "cattle_grid"
+ },
+ {
+ "key": "barrier",
+ "value": "city_wall"
+ },
+ {
+ "key": "barrier",
+ "value": "cycle_barrier"
+ },
+ {
+ "key": "barrier",
+ "value": "ditch"
+ },
+ {
+ "key": "barrier",
+ "value": "entrance"
+ },
+ {
+ "key": "barrier",
+ "value": "fence"
+ },
+ {
+ "key": "barrier",
+ "value": "gate"
+ },
+ {
+ "key": "barrier",
+ "value": "hedge"
+ },
+ {
+ "key": "barrier",
+ "value": "kissing_gate"
+ },
+ {
+ "key": "barrier",
+ "value": "lift_gate"
+ },
+ {
+ "key": "barrier",
+ "value": "retaining_wall"
+ },
+ {
+ "key": "barrier",
+ "value": "stile"
+ },
+ {
+ "key": "barrier",
+ "value": "toll_booth"
+ },
+ {
+ "key": "barrier",
+ "value": "wall"
+ },
+ {
+ "key": "boundary",
+ "value": "administrative"
+ },
+ {
+ "key": "building"
+ },
+ {
+ "key": "building",
+ "value": "apartments"
+ },
+ {
+ "key": "building",
+ "value": "barn"
+ },
+ {
+ "key": "building",
+ "value": "bunker"
+ },
+ {
+ "key": "building",
+ "value": "cabin"
+ },
+ {
+ "key": "building",
+ "value": "cathedral"
+ },
+ {
+ "key": "building",
+ "value": "chapel"
+ },
+ {
+ "key": "building",
+ "value": "church"
+ },
+ {
+ "key": "building",
+ "value": "college"
+ },
+ {
+ "key": "building",
+ "value": "commercial"
+ },
+ {
+ "key": "building",
+ "value": "construction"
+ },
+ {
+ "key": "building",
+ "value": "detached"
+ },
+ {
+ "key": "building",
+ "value": "dormitory"
+ },
+ {
+ "key": "building",
+ "value": "entrance"
+ },
+ {
+ "key": "building",
+ "value": "garage"
+ },
+ {
+ "key": "building",
+ "value": "garages"
+ },
+ {
+ "key": "building",
+ "value": "greenhouse"
+ },
+ {
+ "key": "building",
+ "value": "hospital"
+ },
+ {
+ "key": "building",
+ "value": "hotel"
+ },
+ {
+ "key": "building",
+ "value": "house"
+ },
+ {
+ "key": "building",
+ "value": "hut"
+ },
+ {
+ "key": "building",
+ "value": "industrial"
+ },
+ {
+ "key": "building",
+ "value": "kindergarten"
+ },
+ {
+ "key": "building",
+ "value": "public"
+ },
+ {
+ "key": "building",
+ "value": "residential"
+ },
+ {
+ "key": "building",
+ "value": "retail"
+ },
+ {
+ "key": "building",
+ "value": "roof"
+ },
+ {
+ "key": "building",
+ "value": "school"
+ },
+ {
+ "key": "building",
+ "value": "semidetached_house"
+ },
+ {
+ "key": "building",
+ "value": "shed"
+ },
+ {
+ "key": "building",
+ "value": "stable"
+ },
+ {
+ "key": "building",
+ "value": "static_caravan"
+ },
+ {
+ "key": "building",
+ "value": "terrace"
+ },
+ {
+ "key": "building",
+ "value": "train_station"
+ },
+ {
+ "key": "building",
+ "value": "university"
+ },
+ {
+ "key": "building",
+ "value": "warehouse"
+ },
+ {
+ "key": "craft"
+ },
+ {
+ "key": "craft",
+ "value": "basket_maker"
+ },
+ {
+ "key": "craft",
+ "value": "beekeeper"
+ },
+ {
+ "key": "craft",
+ "value": "blacksmith"
+ },
+ {
+ "key": "craft",
+ "value": "boatbuilder"
+ },
+ {
+ "key": "craft",
+ "value": "bookbinder"
+ },
+ {
+ "key": "craft",
+ "value": "brewery"
+ },
+ {
+ "key": "craft",
+ "value": "carpenter"
+ },
+ {
+ "key": "craft",
+ "value": "carpet_layer"
+ },
+ {
+ "key": "craft",
+ "value": "caterer"
+ },
+ {
+ "key": "craft",
+ "value": "clockmaker"
+ },
+ {
+ "key": "craft",
+ "value": "confectionery"
+ },
+ {
+ "key": "craft",
+ "value": "dressmaker"
+ },
+ {
+ "key": "craft",
+ "value": "electrician"
+ },
+ {
+ "key": "craft",
+ "value": "gardener"
+ },
+ {
+ "key": "craft",
+ "value": "glaziery"
+ },
+ {
+ "key": "craft",
+ "value": "handicraft"
+ },
+ {
+ "key": "craft",
+ "value": "hvac"
+ },
+ {
+ "key": "craft",
+ "value": "insulation"
+ },
+ {
+ "key": "craft",
+ "value": "jeweler"
+ },
+ {
+ "key": "craft",
+ "value": "key_cutter"
+ },
+ {
+ "key": "craft",
+ "value": "locksmith"
+ },
+ {
+ "key": "craft",
+ "value": "metal_construction"
+ },
+ {
+ "key": "craft",
+ "value": "optician"
+ },
+ {
+ "key": "craft",
+ "value": "painter"
+ },
+ {
+ "key": "craft",
+ "value": "photographer"
+ },
+ {
+ "key": "craft",
+ "value": "photographic_laboratory"
+ },
+ {
+ "key": "craft",
+ "value": "plasterer"
+ },
+ {
+ "key": "craft",
+ "value": "plumber"
+ },
+ {
+ "key": "craft",
+ "value": "pottery"
+ },
+ {
+ "key": "craft",
+ "value": "rigger"
+ },
+ {
+ "key": "craft",
+ "value": "roofer"
+ },
+ {
+ "key": "craft",
+ "value": "saddler"
+ },
+ {
+ "key": "craft",
+ "value": "sailmaker"
+ },
+ {
+ "key": "craft",
+ "value": "sawmill"
+ },
+ {
+ "key": "craft",
+ "value": "scaffolder"
+ },
+ {
+ "key": "craft",
+ "value": "sculpter"
+ },
+ {
+ "key": "craft",
+ "value": "shoemaker"
+ },
+ {
+ "key": "craft",
+ "value": "stonemason"
+ },
+ {
+ "key": "craft",
+ "value": "sweep"
+ },
+ {
+ "key": "craft",
+ "value": "tailor"
+ },
+ {
+ "key": "craft",
+ "value": "tiler"
+ },
+ {
+ "key": "craft",
+ "value": "tinsmith"
+ },
+ {
+ "key": "craft",
+ "value": "upholsterer"
+ },
+ {
+ "key": "craft",
+ "value": "watchmaker"
+ },
+ {
+ "key": "craft",
+ "value": "window_construction"
+ },
+ {
+ "key": "craft",
+ "value": "winery"
+ },
+ {
+ "key": "embankment",
+ "value": "yes"
+ },
+ {
+ "key": "emergency",
+ "value": "ambulance_station"
+ },
+ {
+ "key": "emergency",
+ "value": "fire_hydrant"
+ },
+ {
+ "key": "emergency",
+ "value": "phone"
+ },
+ {
+ "key": "entrance"
+ },
+ {
+ "key": "footway",
+ "value": "crossing"
+ },
+ {
+ "key": "crossing",
+ "value": "zebra"
+ },
+ {
+ "key": "footway",
+ "value": "sidewalk"
+ },
+ {
+ "key": "ford",
+ "value": "yes"
+ },
+ {
+ "key": "natural",
+ "value": "sand"
+ },
+ {
+ "key": "landuse",
+ "value": "grass"
+ },
+ {
+ "key": "sport",
+ "value": "golf"
+ },
+ {
+ "key": "golf",
+ "value": "hole"
+ },
+ {
+ "key": "natural",
+ "value": "water"
+ },
+ {
+ "key": "landuse",
+ "value": "grass"
+ },
+ {
+ "key": "landuse",
+ "value": "grass"
+ },
+ {
+ "key": "natural",
+ "value": "water"
+ },
+ {
+ "key": "highway"
+ },
+ {
+ "key": "highway",
+ "value": "bridleway"
+ },
+ {
+ "key": "highway",
+ "value": "bus_stop"
+ },
+ {
+ "key": "highway",
+ "value": "corridor"
+ },
+ {
+ "key": "highway",
+ "value": "crossing"
+ },
+ {
+ "key": "crossing",
+ "value": "zebra"
+ },
+ {
+ "key": "highway",
+ "value": "cycleway"
+ },
+ {
+ "key": "highway",
+ "value": "footway"
+ },
+ {
+ "key": "highway",
+ "value": "living_street"
+ },
+ {
+ "key": "highway",
+ "value": "mini_roundabout"
+ },
+ {
+ "key": "highway",
+ "value": "motorway"
+ },
+ {
+ "key": "highway",
+ "value": "motorway_junction"
+ },
+ {
+ "key": "highway",
+ "value": "motorway_link"
+ },
+ {
+ "key": "highway",
+ "value": "path"
+ },
+ {
+ "key": "highway",
+ "value": "pedestrian"
+ },
+ {
+ "key": "highway",
+ "value": "primary"
+ },
+ {
+ "key": "highway",
+ "value": "primary_link"
+ },
+ {
+ "key": "highway",
+ "value": "raceway"
+ },
+ {
+ "key": "highway",
+ "value": "residential"
+ },
+ {
+ "key": "highway",
+ "value": "rest_area"
+ },
+ {
+ "key": "highway",
+ "value": "road"
+ },
+ {
+ "key": "highway",
+ "value": "secondary"
+ },
+ {
+ "key": "highway",
+ "value": "secondary_link"
+ },
+ {
+ "key": "highway",
+ "value": "service"
+ },
+ {
+ "key": "service",
+ "value": "alley"
+ },
+ {
+ "key": "service",
+ "value": "drive-through"
+ },
+ {
+ "key": "service",
+ "value": "driveway"
+ },
+ {
+ "key": "service",
+ "value": "emergency_access"
+ },
+ {
+ "key": "service",
+ "value": "parking_aisle"
+ },
+ {
+ "key": "highway",
+ "value": "services"
+ },
+ {
+ "key": "highway",
+ "value": "steps"
+ },
+ {
+ "key": "highway",
+ "value": "stop"
+ },
+ {
+ "key": "highway",
+ "value": "street_lamp"
+ },
+ {
+ "key": "highway",
+ "value": "tertiary"
+ },
+ {
+ "key": "highway",
+ "value": "tertiary_link"
+ },
+ {
+ "key": "highway",
+ "value": "track"
+ },
+ {
+ "key": "highway",
+ "value": "traffic_signals"
+ },
+ {
+ "key": "highway",
+ "value": "trunk"
+ },
+ {
+ "key": "highway",
+ "value": "trunk_link"
+ },
+ {
+ "key": "highway",
+ "value": "turning_circle"
+ },
+ {
+ "key": "highway",
+ "value": "unclassified"
+ },
+ {
+ "key": "historic"
+ },
+ {
+ "key": "historic",
+ "value": "archaeological_site"
+ },
+ {
+ "key": "historic",
+ "value": "boundary_stone"
+ },
+ {
+ "key": "historic",
+ "value": "castle"
+ },
+ {
+ "key": "historic",
+ "value": "memorial"
+ },
+ {
+ "key": "historic",
+ "value": "monument"
+ },
+ {
+ "key": "historic",
+ "value": "ruins"
+ },
+ {
+ "key": "historic",
+ "value": "wayside_cross"
+ },
+ {
+ "key": "historic",
+ "value": "wayside_shrine"
+ },
+ {
+ "key": "junction",
+ "value": "yes"
+ },
+ {
+ "key": "landuse"
+ },
+ {
+ "key": "landuse",
+ "value": "allotments"
+ },
+ {
+ "key": "landuse",
+ "value": "basin"
+ },
+ {
+ "key": "landuse",
+ "value": "cemetery"
+ },
+ {
+ "key": "landuse",
+ "value": "churchyard"
+ },
+ {
+ "key": "landuse",
+ "value": "commercial"
+ },
+ {
+ "key": "landuse",
+ "value": "construction"
+ },
+ {
+ "key": "landuse",
+ "value": "farm"
+ },
+ {
+ "key": "landuse",
+ "value": "farmland"
+ },
+ {
+ "key": "landuse",
+ "value": "farmyard"
+ },
+ {
+ "key": "landuse",
+ "value": "forest"
+ },
+ {
+ "key": "landuse",
+ "value": "garages"
+ },
+ {
+ "key": "landuse",
+ "value": "grass"
+ },
+ {
+ "key": "landuse",
+ "value": "industrial"
+ },
+ {
+ "key": "landuse",
+ "value": "landfill"
+ },
+ {
+ "key": "landuse",
+ "value": "meadow"
+ },
+ {
+ "key": "landuse",
+ "value": "military"
+ },
+ {
+ "key": "landuse",
+ "value": "orchard"
+ },
+ {
+ "key": "landuse",
+ "value": "plant_nursery"
+ },
+ {
+ "key": "landuse",
+ "value": "quarry"
+ },
+ {
+ "key": "landuse",
+ "value": "residential"
+ },
+ {
+ "key": "landuse",
+ "value": "retail"
+ },
+ {
+ "key": "landuse",
+ "value": "vineyard"
+ },
+ {
+ "key": "leisure"
+ },
+ {
+ "key": "leisure",
+ "value": "adult_gaming_centre"
+ },
+ {
+ "key": "leisure",
+ "value": "bowling_alley"
+ },
+ {
+ "key": "leisure",
+ "value": "common"
+ },
+ {
+ "key": "leisure",
+ "value": "dog_park"
+ },
+ {
+ "key": "leisure",
+ "value": "firepit"
+ },
+ {
+ "key": "leisure",
+ "value": "garden"
+ },
+ {
+ "key": "leisure",
+ "value": "golf_course"
+ },
+ {
+ "key": "leisure",
+ "value": "ice_rink"
+ },
+ {
+ "key": "leisure",
+ "value": "marina"
+ },
+ {
+ "key": "leisure",
+ "value": "nature_reserve"
+ },
+ {
+ "key": "leisure",
+ "value": "park"
+ },
+ {
+ "key": "leisure",
+ "value": "picnic_table"
+ },
+ {
+ "key": "leisure",
+ "value": "pitch"
+ },
+ {
+ "key": "sport",
+ "value": "american_football"
+ },
+ {
+ "key": "sport",
+ "value": "baseball"
+ },
+ {
+ "key": "sport",
+ "value": "basketball"
+ },
+ {
+ "key": "sport",
+ "value": "rugby_league"
+ },
+ {
+ "key": "sport",
+ "value": "rugby_union"
+ },
+ {
+ "key": "sport",
+ "value": "skateboard"
+ },
+ {
+ "key": "sport",
+ "value": "soccer"
+ },
+ {
+ "key": "sport",
+ "value": "tennis"
+ },
+ {
+ "key": "sport",
+ "value": "volleyball"
+ },
+ {
+ "key": "leisure",
+ "value": "playground"
+ },
+ {
+ "key": "sport",
+ "value": "running"
+ },
+ {
+ "key": "leisure",
+ "value": "slipway"
+ },
+ {
+ "key": "leisure",
+ "value": "sports_centre"
+ },
+ {
+ "key": "sport",
+ "value": "swimming"
+ },
+ {
+ "key": "leisure",
+ "value": "stadium"
+ },
+ {
+ "key": "leisure",
+ "value": "swimming_pool"
+ },
+ {
+ "key": "leisure",
+ "value": "track"
+ },
+ {
+ "key": "leisure",
+ "value": "water_park"
+ },
+ {
+ "key": "man_made"
+ },
+ {
+ "key": "man_made",
+ "value": "adit"
+ },
+ {
+ "key": "man_made",
+ "value": "breakwater"
+ },
+ {
+ "key": "man_made",
+ "value": "chimney"
+ },
+ {
+ "key": "man_made",
+ "value": "cutline"
+ },
+ {
+ "key": "man_made",
+ "value": "embankment"
+ },
+ {
+ "key": "man_made",
+ "value": "flagpole"
+ },
+ {
+ "key": "man_made",
+ "value": "gasometer"
+ },
+ {
+ "key": "man_made",
+ "value": "groyne"
+ },
+ {
+ "key": "man_made",
+ "value": "lighthouse"
+ },
+ {
+ "key": "man_made",
+ "value": "mast"
+ },
+ {
+ "key": "tower:type",
+ "value": "observation"
+ },
+ {
+ "key": "man_made",
+ "value": "petroleum_well"
+ },
+ {
+ "key": "man_made",
+ "value": "pier"
+ },
+ {
+ "key": "man_made",
+ "value": "pipeline"
+ },
+ {
+ "key": "man_made",
+ "value": "silo"
+ },
+ {
+ "key": "man_made",
+ "value": "storage_tank"
+ },
+ {
+ "key": "man_made",
+ "value": "surveillance"
+ },
+ {
+ "key": "man_made",
+ "value": "survey_point"
+ },
+ {
+ "key": "man_made",
+ "value": "tower"
+ },
+ {
+ "key": "man_made",
+ "value": "wastewater_plant"
+ },
+ {
+ "key": "man_made",
+ "value": "water_tower"
+ },
+ {
+ "key": "man_made",
+ "value": "water_well"
+ },
+ {
+ "key": "man_made",
+ "value": "water_works"
+ },
+ {
+ "key": "man_made",
+ "value": "works"
+ },
+ {
+ "key": "military",
+ "value": "airfield"
+ },
+ {
+ "key": "military",
+ "value": "barracks"
+ },
+ {
+ "key": "military",
+ "value": "bunker"
+ },
+ {
+ "key": "military",
+ "value": "checkpoint"
+ },
+ {
+ "key": "military",
+ "value": "danger_area"
+ },
+ {
+ "key": "military",
+ "value": "naval_base"
+ },
+ {
+ "key": "military",
+ "value": "obstacle_course"
+ },
+ {
+ "key": "military",
+ "value": "range"
+ },
+ {
+ "key": "military",
+ "value": "training_area"
+ },
+ {
+ "key": "natural"
+ },
+ {
+ "key": "natural",
+ "value": "bay"
+ },
+ {
+ "key": "natural",
+ "value": "beach"
+ },
+ {
+ "key": "natural",
+ "value": "cave_entrance"
+ },
+ {
+ "key": "natural",
+ "value": "cliff"
+ },
+ {
+ "key": "natural",
+ "value": "coastline"
+ },
+ {
+ "key": "natural",
+ "value": "fell"
+ },
+ {
+ "key": "natural",
+ "value": "glacier"
+ },
+ {
+ "key": "natural",
+ "value": "grassland"
+ },
+ {
+ "key": "natural",
+ "value": "heath"
+ },
+ {
+ "key": "natural",
+ "value": "peak"
+ },
+ {
+ "key": "natural",
+ "value": "saddle"
+ },
+ {
+ "key": "natural",
+ "value": "scree"
+ },
+ {
+ "key": "natural",
+ "value": "scrub"
+ },
+ {
+ "key": "natural",
+ "value": "spring"
+ },
+ {
+ "key": "natural",
+ "value": "tree"
+ },
+ {
+ "key": "natural",
+ "value": "tree_row"
+ },
+ {
+ "key": "natural",
+ "value": "volcano"
+ },
+ {
+ "key": "natural",
+ "value": "water"
+ },
+ {
+ "key": "water",
+ "value": "lake"
+ },
+ {
+ "key": "water",
+ "value": "pond"
+ },
+ {
+ "key": "water",
+ "value": "reservoir"
+ },
+ {
+ "key": "natural",
+ "value": "wetland"
+ },
+ {
+ "key": "natural",
+ "value": "wood"
+ },
+ {
+ "key": "office"
+ },
+ {
+ "key": "office",
+ "value": "accountant"
+ },
+ {
+ "key": "office",
+ "value": "administrative"
+ },
+ {
+ "key": "office",
+ "value": "architect"
+ },
+ {
+ "key": "office",
+ "value": "company"
+ },
+ {
+ "key": "office",
+ "value": "educational_institution"
+ },
+ {
+ "key": "office",
+ "value": "employment_agency"
+ },
+ {
+ "key": "office",
+ "value": "estate_agent"
+ },
+ {
+ "key": "office",
+ "value": "financial"
+ },
+ {
+ "key": "office",
+ "value": "government"
+ },
+ {
+ "key": "office",
+ "value": "insurance"
+ },
+ {
+ "key": "office",
+ "value": "it"
+ },
+ {
+ "key": "office",
+ "value": "lawyer"
+ },
+ {
+ "key": "office",
+ "value": "newspaper"
+ },
+ {
+ "key": "office",
+ "value": "ngo"
+ },
+ {
+ "key": "office",
+ "value": "physician"
+ },
+ {
+ "key": "office",
+ "value": "political_party"
+ },
+ {
+ "key": "office",
+ "value": "research"
+ },
+ {
+ "key": "office",
+ "value": "telecommunication"
+ },
+ {
+ "key": "office",
+ "value": "therapist"
+ },
+ {
+ "key": "office",
+ "value": "travel_agent"
+ },
+ {
+ "key": "piste:type"
+ },
+ {
+ "key": "place"
+ },
+ {
+ "key": "place",
+ "value": "city"
+ },
+ {
+ "key": "place",
+ "value": "farm"
+ },
+ {
+ "key": "place",
+ "value": "hamlet"
+ },
+ {
+ "key": "place",
+ "value": "island"
+ },
+ {
+ "key": "place",
+ "value": "isolated_dwelling"
+ },
+ {
+ "key": "place",
+ "value": "locality"
+ },
+ {
+ "key": "place",
+ "value": "neighbourhood"
+ },
+ {
+ "key": "place",
+ "value": "suburb"
+ },
+ {
+ "key": "place",
+ "value": "town"
+ },
+ {
+ "key": "place",
+ "value": "village"
+ },
+ {
+ "key": "power"
+ },
+ {
+ "key": "power",
+ "value": "generator"
+ },
+ {
+ "key": "power",
+ "value": "line"
+ },
+ {
+ "key": "power",
+ "value": "minor_line"
+ },
+ {
+ "key": "power",
+ "value": "pole"
+ },
+ {
+ "key": "power",
+ "value": "sub_station"
+ },
+ {
+ "key": "power",
+ "value": "substation"
+ },
+ {
+ "key": "power",
+ "value": "tower"
+ },
+ {
+ "key": "power",
+ "value": "transformer"
+ },
+ {
+ "key": "public_transport",
+ "value": "platform"
+ },
+ {
+ "key": "public_transport",
+ "value": "stop_position"
+ },
+ {
+ "key": "railway"
+ },
+ {
+ "key": "railway",
+ "value": "abandoned"
+ },
+ {
+ "key": "railway",
+ "value": "disused"
+ },
+ {
+ "key": "railway",
+ "value": "funicular"
+ },
+ {
+ "key": "railway",
+ "value": "halt"
+ },
+ {
+ "key": "railway",
+ "value": "level_crossing"
+ },
+ {
+ "key": "railway",
+ "value": "monorail"
+ },
+ {
+ "key": "railway",
+ "value": "narrow_gauge"
+ },
+ {
+ "key": "railway",
+ "value": "platform"
+ },
+ {
+ "key": "railway",
+ "value": "rail"
+ },
+ {
+ "key": "railway",
+ "value": "station"
+ },
+ {
+ "key": "railway",
+ "value": "subway"
+ },
+ {
+ "key": "railway",
+ "value": "subway_entrance"
+ },
+ {
+ "key": "railway",
+ "value": "tram"
+ },
+ {
+ "key": "junction",
+ "value": "roundabout"
+ },
+ {
+ "key": "route",
+ "value": "ferry"
+ },
+ {
+ "key": "shop"
+ },
+ {
+ "key": "shop",
+ "value": "alcohol"
+ },
+ {
+ "key": "shop",
+ "value": "anime"
+ },
+ {
+ "key": "shop",
+ "value": "antiques"
+ },
+ {
+ "key": "shop",
+ "value": "art"
+ },
+ {
+ "key": "shop",
+ "value": "baby_goods"
+ },
+ {
+ "key": "shop",
+ "value": "bag"
+ },
+ {
+ "key": "shop",
+ "value": "bakery"
+ },
+ {
+ "key": "shop",
+ "value": "bathroom_furnishing"
+ },
+ {
+ "key": "shop",
+ "value": "beauty"
+ },
+ {
+ "key": "shop",
+ "value": "bed"
+ },
+ {
+ "key": "shop",
+ "value": "beverages"
+ },
+ {
+ "key": "shop",
+ "value": "bicycle"
+ },
+ {
+ "key": "shop",
+ "value": "bookmaker"
+ },
+ {
+ "key": "shop",
+ "value": "books"
+ },
+ {
+ "key": "shop",
+ "value": "boutique"
+ },
+ {
+ "key": "shop",
+ "value": "butcher"
+ },
+ {
+ "key": "shop",
+ "value": "candles"
+ },
+ {
+ "key": "shop",
+ "value": "car"
+ },
+ {
+ "key": "shop",
+ "value": "car_parts"
+ },
+ {
+ "key": "shop",
+ "value": "car_repair"
+ },
+ {
+ "key": "shop",
+ "value": "carpet"
+ },
+ {
+ "key": "shop",
+ "value": "cheese"
+ },
+ {
+ "key": "shop",
+ "value": "chemist"
+ },
+ {
+ "key": "shop",
+ "value": "chocolate"
+ },
+ {
+ "key": "shop",
+ "value": "clothes"
+ },
+ {
+ "key": "shop",
+ "value": "computer"
+ },
+ {
+ "key": "shop",
+ "value": "confectionery"
+ },
+ {
+ "key": "shop",
+ "value": "convenience"
+ },
+ {
+ "key": "shop",
+ "value": "copyshop"
+ },
+ {
+ "key": "shop",
+ "value": "cosmetics"
+ },
+ {
+ "key": "shop",
+ "value": "craft"
+ },
+ {
+ "key": "shop",
+ "value": "curtain"
+ },
+ {
+ "key": "shop",
+ "value": "dairy"
+ },
+ {
+ "key": "shop",
+ "value": "deli"
+ },
+ {
+ "key": "shop",
+ "value": "department_store"
+ },
+ {
+ "key": "shop",
+ "value": "doityourself"
+ },
+ {
+ "key": "shop",
+ "value": "dry_cleaning"
+ },
+ {
+ "key": "shop",
+ "value": "electronics"
+ },
+ {
+ "key": "shop",
+ "value": "erotic"
+ },
+ {
+ "key": "shop",
+ "value": "fabric"
+ },
+ {
+ "key": "shop",
+ "value": "farm"
+ },
+ {
+ "key": "shop",
+ "value": "fashion"
+ },
+ {
+ "key": "shop",
+ "value": "fishmonger"
+ },
+ {
+ "key": "shop",
+ "value": "florist"
+ },
+ {
+ "key": "shop",
+ "value": "frame"
+ },
+ {
+ "key": "shop",
+ "value": "funeral_directors"
+ },
+ {
+ "key": "shop",
+ "value": "furnace"
+ },
+ {
+ "key": "shop",
+ "value": "furniture"
+ },
+ {
+ "key": "shop",
+ "value": "garden_centre"
+ },
+ {
+ "key": "shop",
+ "value": "gift"
+ },
+ {
+ "key": "shop",
+ "value": "greengrocer"
+ },
+ {
+ "key": "shop",
+ "value": "hairdresser"
+ },
+ {
+ "key": "shop",
+ "value": "hardware"
+ },
+ {
+ "key": "shop",
+ "value": "hearing_aids"
+ },
+ {
+ "key": "shop",
+ "value": "herbalist"
+ },
+ {
+ "key": "shop",
+ "value": "hifi"
+ },
+ {
+ "key": "shop",
+ "value": "houseware"
+ },
+ {
+ "key": "shop",
+ "value": "interior_decoration"
+ },
+ {
+ "key": "shop",
+ "value": "jewelry"
+ },
+ {
+ "key": "shop",
+ "value": "kiosk"
+ },
+ {
+ "key": "shop",
+ "value": "kitchen"
+ },
+ {
+ "key": "shop",
+ "value": "laundry"
+ },
+ {
+ "key": "shop",
+ "value": "leather"
+ },
+ {
+ "key": "shop",
+ "value": "locksmith"
+ },
+ {
+ "key": "shop",
+ "value": "lottery"
+ },
+ {
+ "key": "shop",
+ "value": "mall"
+ },
+ {
+ "key": "shop",
+ "value": "massage"
+ },
+ {
+ "key": "shop",
+ "value": "medical_supply"
+ },
+ {
+ "key": "shop",
+ "value": "mobile_phone"
+ },
+ {
+ "key": "shop",
+ "value": "money_lender"
+ },
+ {
+ "key": "shop",
+ "value": "motorcycle"
+ },
+ {
+ "key": "shop",
+ "value": "music"
+ },
+ {
+ "key": "shop",
+ "value": "musical_instrument"
+ },
+ {
+ "key": "shop",
+ "value": "newsagent"
+ },
+ {
+ "key": "shop",
+ "value": "optician"
+ },
+ {
+ "key": "organic",
+ "value": "only"
+ },
+ {
+ "key": "shop",
+ "value": "outdoor"
+ },
+ {
+ "key": "shop",
+ "value": "paint"
+ },
+ {
+ "key": "shop",
+ "value": "pawnbroker"
+ },
+ {
+ "key": "shop",
+ "value": "pet"
+ },
+ {
+ "key": "shop",
+ "value": "photo"
+ },
+ {
+ "key": "shop",
+ "value": "pyrotechnics"
+ },
+ {
+ "key": "shop",
+ "value": "radiotechnics"
+ },
+ {
+ "key": "shop",
+ "value": "religion"
+ },
+ {
+ "key": "shop",
+ "value": "scuba_diving"
+ },
+ {
+ "key": "shop",
+ "value": "seafood"
+ },
+ {
+ "key": "shop",
+ "value": "second_hand"
+ },
+ {
+ "key": "shop",
+ "value": "shoes"
+ },
+ {
+ "key": "shop",
+ "value": "sports"
+ },
+ {
+ "key": "shop",
+ "value": "stationery"
+ },
+ {
+ "key": "shop",
+ "value": "supermarket"
+ },
+ {
+ "key": "shop",
+ "value": "tailor"
+ },
+ {
+ "key": "shop",
+ "value": "tattoo"
+ },
+ {
+ "key": "shop",
+ "value": "tea"
+ },
+ {
+ "key": "shop",
+ "value": "ticket"
+ },
+ {
+ "key": "shop",
+ "value": "tobacco"
+ },
+ {
+ "key": "shop",
+ "value": "toys"
+ },
+ {
+ "key": "shop",
+ "value": "travel_agency"
+ },
+ {
+ "key": "shop",
+ "value": "tyres"
+ },
+ {
+ "key": "shop",
+ "value": "vacant"
+ },
+ {
+ "key": "shop",
+ "value": "vacuum_cleaner"
+ },
+ {
+ "key": "shop",
+ "value": "variety_store"
+ },
+ {
+ "key": "shop",
+ "value": "video"
+ },
+ {
+ "key": "shop",
+ "value": "video_games"
+ },
+ {
+ "key": "shop",
+ "value": "water_sports"
+ },
+ {
+ "key": "shop",
+ "value": "weapons"
+ },
+ {
+ "key": "shop",
+ "value": "window_blind"
+ },
+ {
+ "key": "shop",
+ "value": "wine"
+ },
+ {
+ "key": "tourism"
+ },
+ {
+ "key": "tourism",
+ "value": "alpine_hut"
+ },
+ {
+ "key": "tourism",
+ "value": "artwork"
+ },
+ {
+ "key": "tourism",
+ "value": "attraction"
+ },
+ {
+ "key": "tourism",
+ "value": "camp_site"
+ },
+ {
+ "key": "tourism",
+ "value": "caravan_site"
+ },
+ {
+ "key": "tourism",
+ "value": "chalet"
+ },
+ {
+ "key": "tourism",
+ "value": "guest_house"
+ },
+ {
+ "key": "tourism",
+ "value": "hostel"
+ },
+ {
+ "key": "tourism",
+ "value": "hotel"
+ },
+ {
+ "key": "tourism",
+ "value": "information"
+ },
+ {
+ "key": "tourism",
+ "value": "motel"
+ },
+ {
+ "key": "tourism",
+ "value": "museum"
+ },
+ {
+ "key": "tourism",
+ "value": "picnic_site"
+ },
+ {
+ "key": "tourism",
+ "value": "theme_park"
+ },
+ {
+ "key": "tourism",
+ "value": "viewpoint"
+ },
+ {
+ "key": "tourism",
+ "value": "zoo"
+ },
+ {
+ "key": "traffic_calming",
+ "value": "bump"
+ },
+ {
+ "key": "traffic_calming",
+ "value": "hump"
+ },
+ {
+ "key": "traffic_calming",
+ "value": "rumble_strip"
+ },
+ {
+ "key": "traffic_calming",
+ "value": "table"
+ },
+ {
+ "key": "type",
+ "value": "boundary"
+ },
+ {
+ "key": "boundary",
+ "value": "administrative"
+ },
+ {
+ "key": "type",
+ "value": "multipolygon"
+ },
+ {
+ "key": "type",
+ "value": "restriction"
+ },
+ {
+ "key": "restriction",
+ "value": "no_left_turn"
+ },
+ {
+ "key": "restriction",
+ "value": "no_right_turn"
+ },
+ {
+ "key": "restriction",
+ "value": "no_straight_on"
+ },
+ {
+ "key": "restriction",
+ "value": "no_u_turn"
+ },
+ {
+ "key": "restriction",
+ "value": "only_left_turn"
+ },
+ {
+ "key": "restriction",
+ "value": "only_right_turn"
+ },
+ {
+ "key": "restriction",
+ "value": "only_straight_on"
+ },
+ {
+ "key": "type",
+ "value": "route"
+ },
+ {
+ "key": "route",
+ "value": "bicycle"
+ },
+ {
+ "key": "route",
+ "value": "bus"
+ },
+ {
+ "key": "route",
+ "value": "detour"
+ },
+ {
+ "key": "route",
+ "value": "ferry"
+ },
+ {
+ "key": "route",
+ "value": "foot"
+ },
+ {
+ "key": "route",
+ "value": "hiking"
+ },
+ {
+ "key": "route",
+ "value": "pipeline"
+ },
+ {
+ "key": "route",
+ "value": "power"
+ },
+ {
+ "key": "route",
+ "value": "road"
+ },
+ {
+ "key": "route",
+ "value": "train"
+ },
+ {
+ "key": "route",
+ "value": "tram"
+ },
+ {
+ "key": "type",
+ "value": "route_master"
+ },
+ {
+ "key": "waterway"
+ },
+ {
+ "key": "waterway",
+ "value": "boatyard"
+ },
+ {
+ "key": "waterway",
+ "value": "canal"
+ },
+ {
+ "key": "waterway",
+ "value": "dam"
+ },
+ {
+ "key": "waterway",
+ "value": "ditch"
+ },
+ {
+ "key": "waterway",
+ "value": "dock"
+ },
+ {
+ "key": "waterway",
+ "value": "drain"
+ },
+ {
+ "key": "waterway",
+ "value": "fuel"
+ },
+ {
+ "key": "waterway",
+ "value": "river"
+ },
+ {
+ "key": "waterway",
+ "value": "riverbank"
+ },
+ {
+ "key": "waterway",
+ "value": "sanitary_dump_station"
+ },
+ {
+ "key": "waterway",
+ "value": "stream"
+ },
+ {
+ "key": "waterway",
+ "value": "water_point"
+ },
+ {
+ "key": "waterway",
+ "value": "weir"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/data/update_imagery.js b/data/update_imagery.js
index 54a8f8f15..85b14771a 100644
--- a/data/update_imagery.js
+++ b/data/update_imagery.js
@@ -102,4 +102,4 @@ imagery.sort(function(a, b) {
return a.name.localeCompare(b.name);
});
-fs.writeFileSync('data/imagery.json', JSON.stringify(imagery));
+fs.writeFileSync('data/imagery.json', JSON.stringify(imagery, null, 1));
diff --git a/data/update_locales.js b/data/update_locales.js
index e36f18b22..50a5ec531 100644
--- a/data/update_locales.js
+++ b/data/update_locales.js
@@ -38,10 +38,10 @@ asyncMap(resources, getResource, function(err, locales) {
for (var i in locale) {
if (i === 'en' || _.isEmpty(locale[i])) continue;
codes.push(i);
- fs.writeFileSync(outdir + i + '.json', JSON.stringify(locale[i]));
+ fs.writeFileSync(outdir + i + '.json', JSON.stringify(locale[i], null, 1));
}
- fs.writeFileSync('data/locales.json', JSON.stringify(codes));
+ fs.writeFileSync('data/locales.json', JSON.stringify(codes, null, 1));
});
function getResource(resource, callback) {
diff --git a/dist/locales/en.json b/dist/locales/en.json
deleted file mode 100644
index 8715535bc..000000000
--- a/dist/locales/en.json
+++ /dev/null
@@ -1 +0,0 @@
-{"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.","too_large":"This can't be made circular because not enough of it is currently visible.","connected_to_hidden":"This can't be made circular because it is connected to a hidden feature."},"orthogonalize":{"title":"Square","description":{"line":"Square the corners of this line.","area":"Square the corners of this area."},"key":"S","annotation":{"line":"Squared the corners of a line.","area":"Squared the corners of an area."},"not_squarish":"This can't be made square because it is not squarish.","too_large":"This can't be made square because not enough of it is currently visible.","connected_to_hidden":"This can't be made square because it is connected to a hidden feature."},"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.","connected_to_hidden":"This line can't be straightened because it is connected to a hidden feature."},"delete":{"title":"Delete","description":"Delete object permanently.","annotation":{"point":"Deleted a point.","vertex":"Deleted a node from a way.","line":"Deleted a line.","area":"Deleted an area.","relation":"Deleted a relation.","multiple":"Deleted {n} objects."},"incomplete_relation":"This feature can't be deleted because it hasn't been fully downloaded.","part_of_relation":"This feature can't be deleted because it's part of a larger relation. You must remove it from the relation first.","connected_to_hidden":"This can't be deleted because it is connected to a hidden feature."},"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.","connected_to_hidden":"This can't be disconnected because it is connected to a hidden feature."},"merge":{"title":"Merge","description":"Merge these features.","key":"C","annotation":"Merged {n} features.","not_eligible":"These features can't be merged.","not_adjacent":"These features can't be merged because they aren't connected.","restriction":"These features can't be merged because at least one is a member of a \"{relation}\" relation.","incomplete_relation":"These features can't be merged because at least one hasn't been fully downloaded.","conflicting_tags":"These features can't be merged because some of their tags have conflicting values."},"move":{"title":"Move","description":"Move this to a different location.","key":"M","annotation":{"point":"Moved a point.","vertex":"Moved a node in a way.","line":"Moved a line.","area":"Moved an area.","multiple":"Moved multiple objects."},"incomplete_relation":"This feature can't be moved because it hasn't been fully downloaded.","too_large":"This can't be moved because not enough of it is currently visible.","connected_to_hidden":"This can't be moved because it is connected to a hidden feature."},"rotate":{"title":"Rotate","description":"Rotate this object around its center point.","key":"R","annotation":{"line":"Rotated a line.","area":"Rotated an area."},"too_large":"This can't be rotated because not enough of it is currently visible.","connected_to_hidden":"This can't be rotated because it is connected to a hidden feature."},"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.","connected_to_hidden":"This can't be split because it is connected to a hidden feature."},"restriction":{"help":{"select":"Click to select a road segment.","toggle":"Click to toggle turn restrictions.","toggle_on":"Click to add a \"{restriction}\" restriction.","toggle_off":"Click to remove the \"{restriction}\" restriction."},"annotation":{"create":"Added a turn restriction","delete":"Deleted a turn restriction"}}},"undo":{"tooltip":"Undo: {action}","nothing":"Nothing to undo."},"redo":{"tooltip":"Redo: {action}","nothing":"Nothing to redo."},"tooltip_keyhint":"Shortcut:","browser_notice":"This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 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","help_translate":"Help translate","feature_info":{"hidden_warning":"{count} hidden features","hidden_details":"These features are currently hidden: {details}"},"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":"Changeset comment","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","changes":"{count} Changes","warnings":"Warnings","modified":"Modified","deleted":"Deleted","created":"Created","about_changeset_comments":"About changeset comments","about_changeset_comments_link":"//wiki.openstreetmap.org/wiki/Good_changeset_comments"},"contributors":{"list":"Edits by {users}","truncated_list":"Edits by {users} and {count} others"},"infobox":{"selected":"{n} selected","geometry":"Geometry","closed":"closed","center":"Center","perimeter":"Perimeter","length":"Length","area":"Area","centroid":"Centroid","location":"Location","metric":"Metric","imperial":"Imperial"},"geometry":{"point":"point","vertex":"vertex","line":"line","area":"area","relation":"relation"},"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_fields":"All fields","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","node":"Node","way":"Way","relation":"Relation","location":"Location","add_fields":"Add field:"},"background":{"title":"Background","description":"Background settings","percent_brightness":"{opacity}% brightness","none":"None","custom":"Custom","custom_button":"Edit custom background","custom_prompt":"Enter a tile URL template. Valid tokens are {z}, {x}, {y} for Z/X/Y scheme and {u} for quadtile scheme.","fix_misalignment":"Fix alignment","reset":"reset","minimap":{"description":"Minimap","tooltip":"Show a zoomed out map to help locate the area currently displayed."}},"map_data":{"title":"Map Data","description":"Map Data","data_layers":"Data Layers","fill_area":"Fill Areas","map_features":"Map Features","autohidden":"These features have been automatically hidden because too many would be shown on the screen. You can zoom in to edit them."},"feature":{"points":{"description":"Points","tooltip":"Points of Interest"},"major_roads":{"description":"Major Roads","tooltip":"Highways, Streets, etc."},"minor_roads":{"description":"Minor Roads","tooltip":"Service Roads, Parking Aisles, Tracks, etc."},"paths":{"description":"Paths","tooltip":"Sidewalks, Foot Paths, Cycle Paths, etc."},"buildings":{"description":"Buildings","tooltip":"Buildings, Shelters, Garages, etc."},"landuse":{"description":"Landuse Features","tooltip":"Forests, Farmland, Parks, Residential, Commercial, etc."},"boundaries":{"description":"Boundaries","tooltip":"Administrative Boundaries"},"water":{"description":"Water Features","tooltip":"Rivers, Lakes, Ponds, Basins, etc."},"rail":{"description":"Rail Features","tooltip":"Railways"},"power":{"description":"Power Features","tooltip":"Power Lines, Power Plants, Substations, etc."},"past_future":{"description":"Past/Future","tooltip":"Proposed, Construction, Abandoned, Demolished, etc."},"others":{"description":"Others","tooltip":"Everything Else"}},"area_fill":{"wireframe":{"description":"No Fill (Wireframe)","tooltip":"Enabling wireframe mode makes it easy to see the background imagery."},"partial":{"description":"Partial Fill","tooltip":"Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"},"full":{"description":"Full Fill","tooltip":"Areas are drawn fully filled."}},"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":"Errors occurred while trying to save","status_code":"Server returned status code {code}","unknown_error_details":"Please ensure you are connected to the internet.","uploading":"Uploading changes to OpenStreetMap.","unsaved_changes":"You have unsaved changes","conflict":{"header":"Resolve conflicting edits","count":"Conflict {num} of {total}","previous":"< Previous","next":"Next >","keep_local":"Keep mine","keep_remote":"Use theirs","restore":"Restore","delete":"Leave Deleted","download_changes":"Or download your changes.","done":"All conflicts resolved!","help":"Another user changed some of the same map features you changed.\nClick on each item below for more details about the conflict, and choose whether to keep\nyour changes or the other user's changes.\n"}},"merge_remote_changes":{"conflict":{"deleted":"This object has been deleted by {user}.","location":"This object was moved by both you and {user}.","nodelist":"Nodes were changed by both you and {user}.","memberlist":"Relation members were changed by both you and {user}.","tags":"You changed the {tag} tag to \"{local}\" and {user} changed it to \"{remote}\"."}},"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.","help_link_text":"Details","help_link_url":"https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"},"confirm":{"okay":"Okay","cancel":"Cancel"},"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","untagged_point_tooltip":"Select a feature type that describes what this point is.","untagged_line_tooltip":"Select a feature type that describes what this line is.","untagged_area_tooltip":"Select a feature type that describes what this area is.","deprecated_tags":"Deprecated tags: {tags}"},"zoom":{"in":"Zoom In","out":"Zoom Out"},"cannot_zoom":"Cannot zoom out further in current mode.","full_screen":"Toggle Full Screen","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"},"mapillary":{"tooltip":"Street-level photos from Mapillary","title":"Photo Overlay (Mapillary)","view_on_mapillary":"View this image on Mapillary"},"help":{"title":"Help","help":"# Help\n\nThis is an editor for [OpenStreetMap](http://www.openstreetmap.org/), the\nfree and editable map of the world. You can use it to add and update\ndata in your area, making an open-source and open-data map of the world\nbetter for everyone.\n\nEdits that you make on this map will be visible to everyone who uses\nOpenStreetMap. In order to make an edit, you'll need to\n[log in](https://www.openstreetmap.org/login).\n\nThe [iD editor](http://ideditor.com/) is a collaborative project with [source\ncode available on GitHub](https://github.com/openstreetmap/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\n### Using the editor\n\nA list of available keyboard shortcuts can be found [here](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\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\nCollected GPS traces are one valuable 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[Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).\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 purple\nline. Click on the 'Map Data' 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 the 'Add field' dropdown to add\nother details, like a Wikipedia link, wheelchair access, 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":{"graph":{"city_hall":"Three Rivers City Hall","fire_department":"Three Rivers Fire Department","memory_isle_park":"Memory Isle Park","riverwalk_trail":"Riverwalk Trail","w_michigan_ave":"West Michigan Avenue","e_michigan_ave":"East Michigan Avenue","spring_st":"Spring Street","scidmore_park":"Scidmore Park","petting_zoo":"Scidmore Park Petting Zoo","n_andrews_st":"North Andrews Street","s_andrews_st":"South Andrews Street","n_constantine_st":"North Constantine Street","s_constantine_st":"South Constantine Street","rocky_river":"Rocky River","railroad_dr":"Railroad Drive","conrail_rr":"Conrail Railroad","st_joseph_river":"Saint Joseph River","n_main_st":"North Main Street","s_main_st":"South Main Street","water_st":"Water Street","foster_st":"Foster Street","portage_river":"Portage River","flower_st":"Flower Street","elm_st":"Elm Street","walnut_st":"Walnut Street","morris_ave":"Morris Avenue","east_st":"East Street","portage_ave":"Portage Avenue"},"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.**","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 by pressing the {button} button in the top right.**","search":"You can also search for features in the current view, or worldwide. **Search for '{name}'**","choose":"**Choose {name} from the list to select it.**","chosen":"Great! {name} is now selected. **Close the feature editor by pressing the {button} button.**"},"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 {button} Point button to add a new point.**","place":"The point can be placed by clicking on the map. **Click the map to place the new 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 will remember all of your changes automatically. When you change a feature, the close button will change to a checkmark. **Click the {button} button to close the feature editor**","reselect":"Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Click to select the point you just created.**","fixname":"**Change the name, then click the {button} button to close the feature editor.**","reselect_delete":"All features on the map can be deleted. **Click to select the point you created.**","delete":"The menu around the point contains operations that can be performed on it, including delete. **Click on the {button} button to delete the point.**"},"areas":{"title":"Areas","add":"Areas are used to show the boundaries of features like lakes, buildings, and residential areas. They can be also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**","corner":"Areas are drawn by placing nodes that mark the boundary of the area. **Click to place a 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, then click the {button} button to close the feature editor**"},"lines":{"title":"Lines","add":"Lines are used to represent features such as roads, railroads, and rivers. **Click the {button} 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 {name} 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, then click the {button} button to close the feature editor.**","restart":"The road needs to intersect {name}.","wrong_preset":"You didn't select the Residential road type. **Click here to choose again**"},"startediting":{"title":"Start Editing","help":"You can replay this walkthrough or view more documentation by clicking the {button} Help button.","save":"Don't forget to regularly save your changes!","start":"Start mapping!"}},"presets":{"categories":{"category-building":{"name":"Building"},"category-golf":{"name":"Golf"},"category-landuse":{"name":"Land Use"},"category-path":{"name":"Path"},"category-rail":{"name":"Rail"},"category-restriction":{"name":"Restriction"},"category-road":{"name":"Road"},"category-route":{"name":"Route"},"category-water-area":{"name":"Water"},"category-water-line":{"name":"Water"}},"fields":{"access":{"label":"Allowed Access","placeholder":"Not Specified","types":{"access":"All","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"},"dismount":{"title":"Dismount","description":"Access permitted but rider must dismount"}}},"access_simple":{"label":"Allowed Access","placeholder":"yes"},"access_toilets":{"label":"Access"},"address":{"label":"Address","placeholders":{"housename":"Housename","housenumber":"123","conscriptionnumber":"123","street":"Street","city":"City","postcode":"Postcode","place":"Place","hamlet":"Hamlet","suburb":"Suburb","subdistrict":"Subdistrict","district":"District","province":"Province","state":"State","country":"Country"}},"admin_level":{"label":"Admin Level"},"aerialway":{"label":"Type"},"aerialway/access":{"label":"Access","options":{"entry":"Entry","exit":"Exit","both":"Both"}},"aerialway/bubble":{"label":"Bubble"},"aerialway/capacity":{"label":"Capacity (per hour)","placeholder":"500, 2500, 5000..."},"aerialway/duration":{"label":"Duration (minutes)","placeholder":"1, 2, 3..."},"aerialway/heating":{"label":"Heated"},"aerialway/occupancy":{"label":"Occupancy","placeholder":"2, 4, 8..."},"aerialway/summer/access":{"label":"Access (summer)","options":{"entry":"Entry","exit":"Exit","both":"Both"}},"aeroway":{"label":"Type"},"amenity":{"label":"Type"},"area/highway":{"label":"Type"},"artist":{"label":"Artist"},"artwork_type":{"label":"Type"},"atm":{"label":"ATM"},"backrest":{"label":"Backrest"},"barrier":{"label":"Type"},"bench":{"label":"Bench"},"bicycle_parking":{"label":"Type"},"boundary":{"label":"Type"},"brand":{"label":"Brand"},"building":{"label":"Building"},"building_area":{"label":"Building"},"capacity":{"label":"Capacity","placeholder":"50, 100, 200..."},"cardinal_direction":{"label":"Direction","options":{"N":"North","E":"East","S":"South","W":"West","NE":"Northeast","SE":"Southeast","SW":"Southwest","NW":"Northwest","NNE":"North-northeast","ENE":"East-northeast","ESE":"East-southeast","SSE":"South-southeast","SSW":"South-southwest","WSW":"West-southwest","WNW":"West-northwest","NNW":"North-northwest"}},"clock_direction":{"label":"Direction","options":{"clockwise":"Clockwise","anticlockwise":"Counterclockwise"}},"collection_times":{"label":"Collection Times"},"construction":{"label":"Type"},"content":{"label":"Contents"},"country":{"label":"Country"},"covered":{"label":"Covered"},"craft":{"label":"Type"},"crop":{"label":"Crop"},"crossing":{"label":"Type"},"cuisine":{"label":"Cuisine"},"cycleway":{"label":"Bike Lanes","placeholder":"none","types":{"cycleway:left":"Left side","cycleway:right":"Right side"},"options":{"none":{"title":"None","description":"No bike lane"},"lane":{"title":"Standard bike lane","description":"A bike lane separated from auto traffic by a painted line"},"shared_lane":{"title":"Shared bike lane","description":"A bike lane with no separation from auto traffic"},"track":{"title":"Bike track","description":"A bike lane separated from traffic by a physical barrier"},"share_busway":{"title":"Bike lane shared with bus","description":"A bike lane shared with a bus lane"},"opposite_lane":{"title":"Opposite bike lane","description":"A bike lane that travels in the opposite direction of traffic"},"opposite":{"title":"Contraflow bike lane","description":"A bike lane that travels in both directions on a one-way street"}}},"delivery":{"label":"Delivery"},"denomination":{"label":"Denomination"},"denotation":{"label":"Denotation"},"description":{"label":"Description"},"diaper":{"label":"Diaper Changing Available"},"dock":{"label":"Type"},"drive_through":{"label":"Drive-Through"},"electrified":{"label":"Electrification","placeholder":"Contact Line, Electrified Rail...","options":{"contact_line":"Contact Line","rail":"Electrified Rail","yes":"Yes (unspecified)","no":"No"}},"elevation":{"label":"Elevation"},"emergency":{"label":"Emergency"},"entrance":{"label":"Type"},"except":{"label":"Exceptions"},"fax":{"label":"Fax","placeholder":"+31 42 123 4567"},"fee":{"label":"Fee"},"fire_hydrant/type":{"label":"Type","options":{"pillar":"Pillar/Aboveground","underground":"Underground","wall":"Wall","pond":"Pond"}},"fixme":{"label":"Fix Me"},"fuel":{"label":"Fuel"},"fuel/biodiesel":{"label":"Sells Biodiesel"},"fuel/diesel":{"label":"Sells Diesel"},"fuel/e10":{"label":"Sells E10"},"fuel/e85":{"label":"Sells E85"},"fuel/lpg":{"label":"Sells Propane"},"fuel/octane_100":{"label":"Sells Racing Gasoline"},"fuel/octane_91":{"label":"Sells Regular Gasoline"},"fuel/octane_95":{"label":"Sells Midgrade Gasoline"},"fuel/octane_98":{"label":"Sells Premium Gasoline"},"gauge":{"label":"Gauge"},"gender":{"label":"Gender","placeholder":"Unknown","options":{"male":"Male","female":"Female","unisex":"Unisex"}},"generator/method":{"label":"Method"},"generator/source":{"label":"Source"},"generator/type":{"label":"Type"},"golf_hole":{"label":"Reference","placeholder":"Hole number (1-18)"},"handicap":{"label":"Handicap","placeholder":"1-18"},"handrail":{"label":"Handrail"},"highway":{"label":"Type"},"historic":{"label":"Type"},"hoops":{"label":"Hoops","placeholder":"1, 2, 4..."},"iata":{"label":"IATA"},"icao":{"label":"ICAO"},"incline":{"label":"Incline"},"incline_steps":{"label":"Incline","options":{"up":"Up","down":"Down"}},"information":{"label":"Type"},"internet_access":{"label":"Internet Access","options":{"yes":"Yes","no":"No","wlan":"Wifi","wired":"Wired","terminal":"Terminal"}},"lamp_type":{"label":"Type"},"landuse":{"label":"Type"},"lanes":{"label":"Lanes","placeholder":"1, 2, 3..."},"layer":{"label":"Layer"},"leaf_cycle":{"label":"Leaf Cycle","options":{"evergreen":"Evergreen","deciduous":"Deciduous","semi_evergreen":"Semi-Evergreen","semi_deciduous":"Semi-Deciduous","mixed":"Mixed"}},"leaf_cycle_singular":{"label":"Leaf Cycle","options":{"evergreen":"Evergreen","deciduous":"Deciduous","semi_evergreen":"Semi-Evergreen","semi_deciduous":"Semi-Deciduous"}},"leaf_type":{"label":"Leaf Type","options":{"broadleaved":"Broadleaved","needleleaved":"Needleleaved","mixed":"Mixed","leafless":"Leafless"}},"leaf_type_singular":{"label":"Leaf Type","options":{"broadleaved":"Broadleaved","needleleaved":"Needleleaved","leafless":"Leafless"}},"leisure":{"label":"Type"},"length":{"label":"Length (Meters)"},"level":{"label":"Level"},"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..."},"maxstay":{"label":"Max Stay"},"mtb/scale":{"label":"Mountain Biking Difficulty","placeholder":"0, 1, 2, 3...","options":{"0":"0: Solid gravel/packed earth, no obstacles, wide curves","1":"1: Some loose surface, small obstacles, wide curves","2":"2: Much loose surface, large obstacles, easy hairpins","3":"3: Slippery surface, large obstacles, tight hairpins","4":"4: Loose surface or boulders, dangerous hairpins","5":"5: Maximum difficulty, boulder fields, landslides","6":"6: Not rideable except by the very best mountain bikers"}},"mtb/scale/imba":{"label":"IMBA Trail Difficulty","placeholder":"Easy, Medium, Difficult...","options":{"0":"Easiest (white circle)","1":"Easy (green circle)","2":"Medium (blue square)","3":"Difficult (black diamond)","4":"Extremely Difficult (double black diamond)"}},"mtb/scale/uphill":{"label":"Mountain Biking Uphill Difficulty","placeholder":"0, 1, 2, 3...","options":{"0":"0: Avg. incline <10%, gravel/packed earth, no obstacles","1":"1: Avg. incline <15%, gravel/packed earth, few small objects","2":"2: Avg. incline <20%, stable surface, fistsize rocks/roots","3":"3: Avg. incline <25%, variable surface, fistsize rocks/branches","4":"4: Avg. incline <30%, poor condition, big rocks/branches","5":"5: Very steep, bike generally needs to be pushed or carried"}},"name":{"label":"Name","placeholder":"Common name (if any)"},"natural":{"label":"Natural"},"network":{"label":"Network"},"note":{"label":"Note"},"office":{"label":"Type"},"oneway":{"label":"One Way","options":{"undefined":"Assumed to be No","yes":"Yes","no":"No"}},"oneway_yes":{"label":"One Way","options":{"undefined":"Assumed to be Yes","yes":"Yes","no":"No"}},"opening_hours":{"label":"Hours"},"operator":{"label":"Operator"},"par":{"label":"Par","placeholder":"3, 4, 5..."},"park_ride":{"label":"Park and Ride"},"parking":{"label":"Type","options":{"surface":"Surface","multi-storey":"Multilevel","underground":"Underground","sheds":"Sheds","carports":"Carports","garage_boxes":"Garage Boxes","lane":"Roadside Lane"}},"phone":{"label":"Phone","placeholder":"+31 42 123 4567"},"piste/difficulty":{"label":"Difficulty","placeholder":"Easy, Intermediate, Advanced...","options":{"novice":"Novice (instructional)","easy":"Easy (green circle)","intermediate":"Intermediate (blue square)","advanced":"Advanced (black diamond)","expert":"Expert (double black diamond)","freeride":"Freeride (off-piste)","extreme":"Extreme (climbing equipment required)"}},"piste/grooming":{"label":"Grooming","options":{"classic":"Classic","mogul":"Mogul","backcountry":"Backcountry","classic+skating":"Classic and Skating","scooter":"Scooter/Snowmobile","skating":"Skating"}},"piste/type":{"label":"Type","options":{"downhill":"Downhill","nordic":"Nordic","skitour":"Skitour","sled":"Sled","hike":"Hike","sleigh":"Sleigh","ice_skate":"Ice Skate","snow_park":"Snow Park","playground":"Playground"}},"place":{"label":"Type"},"population":{"label":"Population"},"power":{"label":"Type"},"power_supply":{"label":"Power Supply"},"railway":{"label":"Type"},"recycling/cans":{"label":"Accepts Cans"},"recycling/clothes":{"label":"Accepts Clothes"},"recycling/glass":{"label":"Accepts Glass"},"recycling/glass_bottles":{"label":"Accepts Glass Bottles"},"recycling/paper":{"label":"Accepts Paper"},"recycling/plastic":{"label":"Accepts Plastic"},"recycling/type":{"label":"Recycling Type","options":{"container":"Container","centre":"Recycling Center"}},"ref":{"label":"Reference"},"relation":{"label":"Type"},"religion":{"label":"Religion"},"restriction":{"label":"Type"},"restrictions":{"label":"Turn Restrictions"},"route":{"label":"Type"},"route_master":{"label":"Type"},"sac_scale":{"label":"Hiking Difficulty","placeholder":"Mountain Hiking, Alpine Hiking...","options":{"hiking":"T1: Hiking","mountain_hiking":"T2: Mountain Hiking","demanding_mountain_hiking":"T3: Demanding Mountain Hiking","alpine_hiking":"T4: Alpine Hiking","demanding_alpine_hiking":"T5: Demanding Alpine Hiking","difficult_alpine_hiking":"T6: Difficult Alpine Hiking"}},"sanitary_dump_station":{"label":"Toilet Disposal"},"seasonal":{"label":"Seasonal"},"service":{"label":"Type"},"service/bicycle/chain_tool":{"label":"Chain Tool","options":{"undefined":"Assumed to be No","yes":"Yes","no":"No"}},"service/bicycle/pump":{"label":"Air Pump","options":{"undefined":"Assumed to be No","yes":"Yes","no":"No"}},"service_rail":{"label":"Service Type","options":{"spur":"Spur","yard":"Yard","siding":"Siding","crossover":"Crossover"}},"shelter":{"label":"Shelter"},"shelter_type":{"label":"Type"},"shop":{"label":"Type"},"sloped_curb":{"label":"Sloped Curb"},"smoking":{"label":"Smoking","placeholder":"No, Separated, Yes...","options":{"no":"No smoking anywhere","separated":"In smoking areas, not physically isolated","isolated":"In smoking areas, physically isolated","outside":"Allowed outside","yes":"Allowed everywhere","dedicated":"Dedicated to smokers (e.g. smokers' club)"}},"smoothness":{"label":"Smoothness","placeholder":"Thin Rollers, Wheels, Off-Road...","options":{"excellent":"Thin Rollers: rollerblade, skateboard","good":"Thin Wheels: racing bike","intermediate":"Wheels: city bike, wheelchair, scooter","bad":"Robust Wheels: trekking bike, car, rickshaw","very_bad":"High Clearance: light duty off-road vehicle","horrible":"Off-Road: heavy duty off-road vehicle","very_horrible":"Specialized off-road: tractor, ATV","impassable":"Impassable / No wheeled vehicle"}},"social_facility_for":{"label":"People served","placeholder":"Homeless, Disabled, Child, etc"},"source":{"label":"Source"},"sport":{"label":"Sport"},"sport_ice":{"label":"Sport"},"sport_racing":{"label":"Sport"},"structure":{"label":"Structure","placeholder":"Unknown","options":{"bridge":"Bridge","tunnel":"Tunnel","embankment":"Embankment","cutting":"Cutting","ford":"Ford"}},"studio_type":{"label":"Type"},"substation":{"label":"Type"},"supervised":{"label":"Supervised"},"surface":{"label":"Surface"},"tactile_paving":{"label":"Tactile Paving"},"takeaway":{"label":"Takeaway","placeholder":"Yes, No, Takeaway Only...","options":{"yes":"Yes","no":"No","only":"Takeaway Only"}},"toilets/disposal":{"label":"Disposal","options":{"flush":"Flush","pitlatrine":"Pit/Latrine","chemical":"Chemical","bucket":"Bucket"}},"tourism":{"label":"Type"},"towertype":{"label":"Tower type"},"tracktype":{"label":"Track Type","placeholder":"Solid, Mostly Solid, Soft...","options":{"grade1":"Solid: paved or heavily compacted hardcore surface","grade2":"Mostly Solid: gravel/rock with some soft material mixed in","grade3":"Even mixture of hard and soft materials","grade4":"Mostly Soft: soil/sand/grass with some hard material mixed in","grade5":"Soft: soil/sand/grass"}},"traffic_signals":{"label":"Type"},"trail_visibility":{"label":"Trail Visibility","placeholder":"Excellent, Good, Bad...","options":{"excellent":"Excellent: unambiguous path or markers everywhere","good":"Good: markers visible, sometimes require searching","intermediate":"Intermediate: few markers, path mostly visible","bad":"Bad: no markers, path sometimes invisible/pathless","horrible":"Horrible: often pathless, some orientation skills required","no":"No: pathless, excellent orientation skills required"}},"trees":{"label":"Trees"},"tunnel":{"label":"Tunnel"},"vending":{"label":"Type of Goods"},"water":{"label":"Type"},"water_point":{"label":"Water Point"},"waterway":{"label":"Type"},"website":{"label":"Website","placeholder":"http://example.com/"},"wetland":{"label":"Type"},"wheelchair":{"label":"Wheelchair Access"},"width":{"label":"Width (Meters)"},"wikipedia":{"label":"Wikipedia"}},"presets":{"address":{"name":"Address","terms":""},"aerialway":{"name":"Aerialway","terms":"ski lift,funifor,funitel"},"aerialway/cable_car":{"name":"Cable Car","terms":"tramway,ropeway"},"aerialway/chair_lift":{"name":"Chair Lift","terms":""},"aerialway/gondola":{"name":"Gondola","terms":""},"aerialway/magic_carpet":{"name":"Magic Carpet Lift","terms":""},"aerialway/platter":{"name":"Platter Lift","terms":"button lift,poma lift"},"aerialway/pylon":{"name":"Aerialway Pylon","terms":""},"aerialway/rope_tow":{"name":"Rope Tow Lift","terms":"handle tow,bugel lift"},"aerialway/station":{"name":"Aerialway Station","terms":""},"aerialway/t-bar":{"name":"T-bar Lift","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":""},"amenity/atm":{"name":"ATM","terms":"money,cash,machine"},"amenity/bank":{"name":"Bank","terms":"credit union,check,deposit,fund,investment,repository,reserve,safe,savings,stock,treasury,trust,vault"},"amenity/bar":{"name":"Bar","terms":"dive,beer,bier,booze"},"amenity/bbq":{"name":"Barbecue/Grill","terms":"bbq"},"amenity/bench":{"name":"Bench","terms":"seat"},"amenity/bicycle_parking":{"name":"Bicycle Parking","terms":"bike"},"amenity/bicycle_rental":{"name":"Bicycle Rental","terms":"bike"},"amenity/bicycle_repair_station":{"name":"Bicycle Repair Tool Stand","terms":"bike,repair,chain,pump"},"amenity/biergarten":{"name":"Beer Garden","terms":"beer,bier,booze"},"amenity/boat_rental":{"name":"Boat Rental","terms":""},"amenity/bureau_de_change":{"name":"Currency Exchange","terms":"bureau de change,money changer"},"amenity/bus_station":{"name":"Bus Station","terms":""},"amenity/cafe":{"name":"Cafe","terms":"bistro,coffee,tea"},"amenity/car_rental":{"name":"Car Rental","terms":""},"amenity/car_sharing":{"name":"Car Sharing","terms":""},"amenity/car_wash":{"name":"Car Wash","terms":""},"amenity/casino":{"name":"Casino","terms":"gambling,roulette,craps,poker,blackjack"},"amenity/charging_station":{"name":"Charging Station","terms":"EV,Electric Vehicle,Supercharger"},"amenity/childcare":{"name":"Nursery/Childcare","terms":"daycare,orphanage,playgroup"},"amenity/cinema":{"name":"Cinema","terms":"drive-in,film,flick,movie,theater,picture,show,screen"},"amenity/clinic":{"name":"Clinic","terms":"medical,urgentcare"},"amenity/clock":{"name":"Clock","terms":""},"amenity/college":{"name":"College Grounds","terms":"university"},"amenity/community_centre":{"name":"Community Center","terms":"event,hall"},"amenity/compressed_air":{"name":"Compressed Air","terms":""},"amenity/courthouse":{"name":"Courthouse","terms":""},"amenity/dentist":{"name":"Dentist","terms":"tooth,teeth"},"amenity/doctors":{"name":"Doctor","terms":"medic*"},"amenity/dojo":{"name":"Dojo / Martial Arts Academy","terms":"martial arts,dojang"},"amenity/drinking_water":{"name":"Drinking Water","terms":"fountain,potable"},"amenity/embassy":{"name":"Embassy","terms":""},"amenity/fast_food":{"name":"Fast Food","terms":"restaurant"},"amenity/ferry_terminal":{"name":"Ferry Terminal","terms":""},"amenity/fire_station":{"name":"Fire Station","terms":""},"amenity/fountain":{"name":"Fountain","terms":""},"amenity/fuel":{"name":"Gas Station","terms":"petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"},"amenity/grave_yard":{"name":"Graveyard","terms":""},"amenity/grit_bin":{"name":"Grit Bin","terms":"salt,sand"},"amenity/hospital":{"name":"Hospital Grounds","terms":"clinic,doctor,emergency room,health service,hospice,infirmary,institution,nursing home,sanatorium,sanitarium,sick,surgery,ward"},"amenity/hunting_stand":{"name":"Hunting Stand","terms":""},"amenity/kindergarten":{"name":"Preschool/Kindergarten Grounds","terms":"kindergarden,pre-school"},"amenity/library":{"name":"Library","terms":"book"},"amenity/marketplace":{"name":"Marketplace","terms":""},"amenity/motorcycle_parking":{"name":"Motorcycle Parking","terms":""},"amenity/nightclub":{"name":"Nightclub","terms":"disco*,night club,dancing,dance club"},"amenity/parking":{"name":"Car Parking","terms":""},"amenity/parking_entrance":{"name":"Parking Garage Entrance/Exit","terms":""},"amenity/parking_space":{"name":"Parking Space","terms":""},"amenity/pharmacy":{"name":"Pharmacy","terms":"drug,medicine"},"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,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"},"amenity/place_of_worship/muslim":{"name":"Mosque","terms":"muslim"},"amenity/police":{"name":"Police","terms":"badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"},"amenity/post_box":{"name":"Mailbox","terms":"letter,post"},"amenity/post_office":{"name":"Post Office","terms":"letter,mail"},"amenity/pub":{"name":"Pub","terms":"dive,beer,bier,booze"},"amenity/public_bookcase":{"name":"Public Bookcase","terms":"library,bookcrossing"},"amenity/ranger_station":{"name":"Ranger Station","terms":"visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center"},"amenity/recycling":{"name":"Recycling","terms":"can,bottle,garbage,scrap,trash"},"amenity/register_office":{"name":"Register Office","terms":""},"amenity/restaurant":{"name":"Restaurant","terms":"bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"},"amenity/sanitary_dump_station":{"name":"RV Toilet Disposal","terms":"Motor Home,Camper,Sanitary,Dump Station,Elsan,CDP,CTDP,Chemical Toilet"},"amenity/school":{"name":"School Grounds","terms":"academy,elementary school,middle school,high school"},"amenity/shelter":{"name":"Shelter","terms":"lean-to,gazebo,picnic"},"amenity/social_facility":{"name":"Social Facility","terms":""},"amenity/social_facility/food_bank":{"name":"Food Bank","terms":""},"amenity/social_facility/group_home":{"name":"Elderly Group Home","terms":"old,senior,living"},"amenity/social_facility/homeless_shelter":{"name":"Homeless Shelter","terms":"houseless,unhoused,displaced"},"amenity/studio":{"name":"Studio","terms":"recording,radio,television"},"amenity/swimming_pool":{"name":"Swimming Pool","terms":""},"amenity/taxi":{"name":"Taxi Stand","terms":"cab"},"amenity/telephone":{"name":"Telephone","terms":"phone"},"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,city,government,courthouse,municipal"},"amenity/university":{"name":"University Grounds","terms":"college"},"amenity/vending_machine/cigarettes":{"name":"Cigarette Vending Machine","terms":"cigarette"},"amenity/vending_machine/condoms":{"name":"Condom Vending Machine","terms":"condom"},"amenity/vending_machine/drinks":{"name":"Drink Vending Machine","terms":"drink,soda,beverage,juice,pop"},"amenity/vending_machine/excrement_bags":{"name":"Excrement Bag Vending Machine","terms":"excrement bags,poop,dog,animal"},"amenity/vending_machine/news_papers":{"name":"Newspaper Vending Machine","terms":"newspaper"},"amenity/vending_machine/parcel_pickup_dropoff":{"name":"Parcel Pickup/Dropoff Vending Machine","terms":"parcel,mail,pickup"},"amenity/vending_machine/parking_tickets":{"name":"Parking Ticket Vending Machine","terms":"parking,ticket"},"amenity/vending_machine/public_transport_tickets":{"name":"Transit Ticket Vending Machine","terms":"bus,train,ferry,rail,ticket,transportation"},"amenity/vending_machine/sweets":{"name":"Snack Vending Machine","terms":"candy,gum,chip,pretzel,cookie,cracker"},"amenity/vending_machine/vending_machine":{"name":"Vending Machine","terms":""},"amenity/veterinary":{"name":"Veterinary","terms":"pet clinic,veterinarian,animal hospital,pet doctor"},"amenity/waste_basket":{"name":"Waste Basket","terms":"bin,rubbish,litter,trash,garbage"},"amenity/waste_disposal":{"name":"Garbage Dumpster","terms":"rubbish,litter,trash"},"amenity/water_point":{"name":"RV Drinking Water","terms":""},"area":{"name":"Area","terms":""},"area/highway":{"name":"Road Surface","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/barn":{"name":"Barn","terms":""},"building/bunker":{"name":"Bunker","terms":""},"building/cabin":{"name":"Cabin","terms":""},"building/cathedral":{"name":"Cathedral Building","terms":""},"building/chapel":{"name":"Chapel Building","terms":""},"building/church":{"name":"Church Building","terms":""},"building/college":{"name":"College Building","terms":"university"},"building/commercial":{"name":"Commercial Building","terms":""},"building/construction":{"name":"Building Under Construction","terms":""},"building/detached":{"name":"Detached House","terms":"home,single,family,residence,dwelling"},"building/dormitory":{"name":"Dormitory","terms":""},"building/entrance":{"name":"Entrance/Exit","terms":""},"building/garage":{"name":"Garage","terms":""},"building/garages":{"name":"Garages","terms":""},"building/greenhouse":{"name":"Greenhouse","terms":""},"building/hospital":{"name":"Hospital Building","terms":""},"building/hotel":{"name":"Hotel Building","terms":""},"building/house":{"name":"House","terms":"home,family,residence,dwelling"},"building/hut":{"name":"Hut","terms":""},"building/industrial":{"name":"Industrial Building","terms":""},"building/kindergarten":{"name":"Preschool/Kindergarten Building","terms":"kindergarden,pre-school"},"building/public":{"name":"Public Building","terms":""},"building/residential":{"name":"Residential Building","terms":""},"building/retail":{"name":"Retail Building","terms":""},"building/roof":{"name":"Roof","terms":""},"building/school":{"name":"School Building","terms":"academy,elementary school,middle school,high school"},"building/semidetached_house":{"name":"Semi-Detached House","terms":"home,double,duplex,twin,family,residence,dwelling"},"building/shed":{"name":"Shed","terms":""},"building/stable":{"name":"Stable","terms":""},"building/static_caravan":{"name":"Static Mobile Home","terms":""},"building/terrace":{"name":"Row Houses","terms":"home,terrace,brownstone,family,residence,dwelling"},"building/train_station":{"name":"Train Station","terms":""},"building/university":{"name":"University Building","terms":"college"},"building/warehouse":{"name":"Warehouse","terms":""},"craft":{"name":"Craft","terms":""},"craft/basket_maker":{"name":"Basket Maker","terms":""},"craft/beekeeper":{"name":"Beekeeper","terms":""},"craft/blacksmith":{"name":"Blacksmith","terms":""},"craft/boatbuilder":{"name":"Boat Builder","terms":""},"craft/bookbinder":{"name":"Bookbinder","terms":"book repair"},"craft/brewery":{"name":"Brewery","terms":"beer,bier"},"craft/carpenter":{"name":"Carpenter","terms":"woodworker"},"craft/carpet_layer":{"name":"Carpet Layer","terms":""},"craft/caterer":{"name":"Caterer","terms":""},"craft/clockmaker":{"name":"Clockmaker","terms":""},"craft/confectionery":{"name":"Confectionery","terms":"sweets,candy"},"craft/dressmaker":{"name":"Dressmaker","terms":"seamstress"},"craft/electrician":{"name":"Electrician","terms":"power,wire"},"craft/gardener":{"name":"Gardener","terms":"landscaper,grounds keeper"},"craft/glaziery":{"name":"Glaziery","terms":"glass,stained-glass,window"},"craft/handicraft":{"name":"Handicraft","terms":""},"craft/hvac":{"name":"HVAC","terms":"heat*,vent*,air conditioning"},"craft/insulator":{"name":"Insulator","terms":""},"craft/jeweler":{"name":"Jeweler","terms":""},"craft/key_cutter":{"name":"Key Cutter","terms":""},"craft/locksmith":{"name":"Locksmith","terms":""},"craft/metal_construction":{"name":"Metal Construction","terms":""},"craft/optician":{"name":"Optician","terms":""},"craft/painter":{"name":"Painter","terms":""},"craft/photographer":{"name":"Photographer","terms":""},"craft/photographic_laboratory":{"name":"Photographic Laboratory","terms":"film"},"craft/plasterer":{"name":"Plasterer","terms":""},"craft/plumber":{"name":"Plumber","terms":"pipe"},"craft/pottery":{"name":"Pottery","terms":"ceramic"},"craft/rigger":{"name":"Rigger","terms":""},"craft/roofer":{"name":"Roofer","terms":""},"craft/saddler":{"name":"Saddler","terms":""},"craft/sailmaker":{"name":"Sailmaker","terms":""},"craft/sawmill":{"name":"Sawmill","terms":"lumber"},"craft/scaffolder":{"name":"Scaffolder","terms":""},"craft/sculpter":{"name":"Sculpter","terms":""},"craft/shoemaker":{"name":"Shoemaker","terms":"cobbler"},"craft/stonemason":{"name":"Stonemason","terms":"masonry"},"craft/sweep":{"name":"Chimney Sweep","terms":""},"craft/tailor":{"name":"Tailor","terms":"clothes,suit"},"craft/tiler":{"name":"Tiler","terms":""},"craft/tinsmith":{"name":"Tinsmith","terms":""},"craft/upholsterer":{"name":"Upholsterer","terms":""},"craft/watchmaker":{"name":"Watchmaker","terms":""},"craft/window_construction":{"name":"Window Construction","terms":"glass"},"craft/winery":{"name":"Winery","terms":""},"embankment":{"name":"Embankment","terms":""},"emergency/ambulance_station":{"name":"Ambulance Station","terms":"EMS,EMT,rescue"},"emergency/fire_hydrant":{"name":"Fire Hydrant","terms":""},"emergency/phone":{"name":"Emergency Phone","terms":""},"entrance":{"name":"Entrance/Exit","terms":""},"footway/crossing":{"name":"Street Crossing","terms":""},"footway/crosswalk":{"name":"Pedestrian Crosswalk","terms":"zebra crossing"},"footway/sidewalk":{"name":"Sidewalk","terms":""},"ford":{"name":"Ford","terms":""},"golf/bunker":{"name":"Sand Trap","terms":"hazard,bunker"},"golf/fairway":{"name":"Fairway","terms":""},"golf/green":{"name":"Putting Green","terms":""},"golf/hole":{"name":"Golf Hole","terms":""},"golf/lateral_water_hazard":{"name":"Lateral Water Hazard","terms":""},"golf/rough":{"name":"Rough","terms":""},"golf/tee":{"name":"Tee Box","terms":"teeing ground"},"golf/water_hazard":{"name":"Water Hazard","terms":""},"highway":{"name":"Highway","terms":""},"highway/bridleway":{"name":"Bridle Path","terms":"bridleway,equestrian,horse"},"highway/bus_stop":{"name":"Bus Stop","terms":""},"highway/corridor":{"name":"Indoor Corridor","terms":"gallery,hall,hallway,indoor,passage,passageway"},"highway/crossing":{"name":"Street Crossing","terms":""},"highway/crosswalk":{"name":"Pedestrian Crosswalk","terms":"zebra crossing"},"highway/cycleway":{"name":"Cycle Path","terms":"bike"},"highway/footway":{"name":"Foot Path","terms":"hike,hiking,trackway,trail,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 / Exit","terms":""},"highway/motorway_link":{"name":"Motorway Link","terms":"ramp,on ramp,off ramp"},"highway/path":{"name":"Path","terms":"hike,hiking,trackway,trail,walk"},"highway/pedestrian":{"name":"Pedestrian Street","terms":""},"highway/primary":{"name":"Primary Road","terms":""},"highway/primary_link":{"name":"Primary Link","terms":"ramp,on ramp,off ramp"},"highway/raceway":{"name":"Motor Raceway","terms":"auto*,race*,nascar"},"highway/residential":{"name":"Residential Road","terms":""},"highway/rest_area":{"name":"Rest Area","terms":"rest stop"},"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/services":{"name":"Service Area","terms":"services,travel plaza,service station"},"highway/steps":{"name":"Steps","terms":"stairs,staircase"},"highway/stop":{"name":"Stop Sign","terms":"stop sign"},"highway/street_lamp":{"name":"Street Lamp","terms":"streetlight,street light,lamp,light,gaslight"},"highway/tertiary":{"name":"Tertiary Road","terms":""},"highway/tertiary_link":{"name":"Tertiary Link","terms":"ramp,on ramp,off ramp"},"highway/track":{"name":"Track","terms":"woods road,fire road"},"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":"cul-de-sac"},"highway/unclassified":{"name":"Minor 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":""},"junction":{"name":"Junction","terms":""},"landuse":{"name":"Land Use","terms":""},"landuse/allotments":{"name":"Community Garden","terms":"allotment,garden"},"landuse/basin":{"name":"Basin","terms":""},"landuse/cemetery":{"name":"Cemetery","terms":""},"landuse/churchyard":{"name":"Churchyard","terms":""},"landuse/commercial":{"name":"Commercial Area","terms":""},"landuse/construction":{"name":"Construction","terms":""},"landuse/farm":{"name":"Farmland","terms":""},"landuse/farmland":{"name":"Farmland","terms":""},"landuse/farmyard":{"name":"Farmyard","terms":""},"landuse/forest":{"name":"Forest","terms":"tree"},"landuse/garages":{"name":"Garages","terms":""},"landuse/grass":{"name":"Grass","terms":""},"landuse/industrial":{"name":"Industrial Area","terms":""},"landuse/landfill":{"name":"Landfill","terms":"dump"},"landuse/meadow":{"name":"Meadow","terms":""},"landuse/military":{"name":"Military Area","terms":""},"landuse/orchard":{"name":"Orchard","terms":""},"landuse/plant_nursery":{"name":"Plant Nursery","terms":"vivero"},"landuse/quarry":{"name":"Quarry","terms":""},"landuse/residential":{"name":"Residential Area","terms":""},"landuse/retail":{"name":"Retail Area","terms":""},"landuse/vineyard":{"name":"Vineyard","terms":""},"leisure":{"name":"Leisure","terms":""},"leisure/adult_gaming_centre":{"name":"Adult Gaming Center","terms":"gambling,slot machine"},"leisure/bowling_alley":{"name":"Bowling Alley","terms":""},"leisure/common":{"name":"Common","terms":"open space"},"leisure/dog_park":{"name":"Dog Park","terms":""},"leisure/firepit":{"name":"Firepit","terms":"fireplace,campfire"},"leisure/garden":{"name":"Garden","terms":""},"leisure/golf_course":{"name":"Golf Course","terms":"links"},"leisure/ice_rink":{"name":"Ice Rink","terms":"hockey,skating,curling"},"leisure/marina":{"name":"Marina","terms":"boat"},"leisure/nature_reserve":{"name":"Nature Reserve","terms":"protected,wildlife"},"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/picnic_table":{"name":"Picnic Table","terms":"bench"},"leisure/pitch":{"name":"Sport Pitch","terms":"field"},"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/rugby_league":{"name":"Rugby League Field","terms":""},"leisure/pitch/rugby_union":{"name":"Rugby Union Field","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/running_track":{"name":"Running Track","terms":""},"leisure/slipway":{"name":"Slipway","terms":"boat launch,boat ramp"},"leisure/sports_centre":{"name":"Sports Center / Gym","terms":"gym"},"leisure/sports_centre/swimming":{"name":"Swimming Pool Facility","terms":"dive,water"},"leisure/stadium":{"name":"Stadium","terms":""},"leisure/swimming_pool":{"name":"Swimming Pool","terms":"dive,water"},"leisure/track":{"name":"Racetrack (non-Motorsport)","terms":""},"leisure/water_park":{"name":"Water Park","terms":"swim,pool,dive"},"line":{"name":"Line","terms":""},"man_made":{"name":"Man Made","terms":""},"man_made/adit":{"name":"Adit","terms":"entrance,underground,mine,cave"},"man_made/breakwater":{"name":"Breakwater","terms":""},"man_made/chimney":{"name":"Chimney","terms":""},"man_made/cutline":{"name":"Cut line","terms":""},"man_made/embankment":{"name":"Embankment","terms":""},"man_made/flagpole":{"name":"Flagpole","terms":""},"man_made/gasometer":{"name":"Gasometer","terms":"gas holder"},"man_made/groyne":{"name":"Groyne","terms":""},"man_made/lighthouse":{"name":"Lighthouse","terms":""},"man_made/mast":{"name":"Radio Mast","terms":"broadcast tower,cell phone tower,cell tower,guyed tower,mobile phone tower,radio tower,television tower,transmission mast,transmission tower,tv tower"},"man_made/observation":{"name":"Observation Tower","terms":"lookout tower,fire tower"},"man_made/petroleum_well":{"name":"Oil Well","terms":"drilling rig,oil derrick,oil drill,oil horse,oil rig,oil pump,petroleum well,pumpjack"},"man_made/pier":{"name":"Pier","terms":""},"man_made/pipeline":{"name":"Pipeline","terms":""},"man_made/silo":{"name":"Silo","terms":"grain,corn,wheat"},"man_made/storage_tank":{"name":"Storage Tank","terms":"water,oil,gas,petrol"},"man_made/surveillance":{"name":"Surveillance","terms":""},"man_made/survey_point":{"name":"Survey Point","terms":""},"man_made/tower":{"name":"Tower","terms":""},"man_made/wastewater_plant":{"name":"Wastewater Plant","terms":"sewage*,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":""},"man_made/works":{"name":"Works","terms":"car assembly plant,aluminium processing plant,brewery,furniture manufacture factory,oil refinery,plastic recycling"},"military/airfield":{"name":"Airfield","terms":""},"military/barracks":{"name":"Barracks","terms":""},"military/bunker":{"name":"Bunker","terms":""},"military/checkpoint":{"name":"Checkpoint","terms":""},"military/danger_area":{"name":"Danger Area","terms":""},"military/naval_base":{"name":"Naval Base","terms":""},"military/obstacle_course":{"name":"Obstacle Course","terms":""},"military/range":{"name":"Military Range","terms":""},"military/training_area":{"name":"Training area","terms":""},"natural":{"name":"Natural","terms":""},"natural/bay":{"name":"Bay","terms":""},"natural/beach":{"name":"Beach","terms":""},"natural/cave_entrance":{"name":"Cave Entrance","terms":"cavern,hollow,grotto,shelter,cavity"},"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/saddle":{"name":"Saddle","terms":"pass,mountain pass,top"},"natural/scree":{"name":"Scree","terms":"loose rocks"},"natural/scrub":{"name":"Scrub","terms":"bush,shrubs"},"natural/spring":{"name":"Spring","terms":""},"natural/tree":{"name":"Tree","terms":""},"natural/tree_row":{"name":"Tree row","terms":""},"natural/volcano":{"name":"Volcano","terms":"mountain,crater"},"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":"tree"},"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":"job"},"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":""},"piste":{"name":"Piste/Ski Trail","terms":"ski,sled,sleigh,snowboard,nordic,downhill,snowmobile"},"place":{"name":"Place","terms":""},"place/city":{"name":"City","terms":""},"place/farm":{"name":"Farm","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/neighbourhood":{"name":"Neighborhood","terms":"neighbourhood"},"place/suburb":{"name":"Borough","terms":"Boro,Quarter"},"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/substation":{"name":"Substation","terms":""},"power/tower":{"name":"High-Voltage Tower","terms":""},"power/transformer":{"name":"Transformer","terms":""},"public_transport/platform":{"name":"Platform","terms":""},"public_transport/stop_position":{"name":"Stop Position","terms":""},"railway":{"name":"Railway","terms":""},"railway/abandoned":{"name":"Abandoned Railway","terms":""},"railway/disused":{"name":"Disused Railway","terms":""},"railway/funicular":{"name":"Funicular","terms":"venicular,cliff railway,cable car,cable railway,funicular railway"},"railway/halt":{"name":"Railway Halt","terms":"break,interrupt,rest,wait,interruption"},"railway/level_crossing":{"name":"Railway Crossing","terms":"crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing"},"railway/monorail":{"name":"Monorail","terms":""},"railway/narrow_gauge":{"name":"Narrow Gauge Rail","terms":"narrow gauge railway,narrow gauge railroad"},"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":""},"roundabout":{"name":"Roundabout","terms":""},"route/ferry":{"name":"Ferry Route","terms":""},"shop":{"name":"Shop","terms":""},"shop/alcohol":{"name":"Liquor Store","terms":"alcohol,beer,booze,wine"},"shop/anime":{"name":"Anime Shop","terms":""},"shop/antiques":{"name":"Antiques Shop","terms":""},"shop/art":{"name":"Art Gallery","terms":""},"shop/baby_goods":{"name":"Baby Goods Store","terms":""},"shop/bag":{"name":"Bag/Luggage Store","terms":"handbag,purse"},"shop/bakery":{"name":"Bakery","terms":""},"shop/bathroom_furnishing":{"name":"Bathroom Furnishing Store","terms":""},"shop/beauty":{"name":"Beauty Shop","terms":"nail spa,spa,salon,tanning"},"shop/bed":{"name":"Bedding/Mattress Store","terms":""},"shop/beverages":{"name":"Beverage Store","terms":""},"shop/bicycle":{"name":"Bicycle Shop","terms":"bike,repair"},"shop/bookmaker":{"name":"Bookmaker","terms":""},"shop/books":{"name":"Book Store","terms":""},"shop/boutique":{"name":"Boutique","terms":""},"shop/butcher":{"name":"Butcher","terms":"meat"},"shop/candles":{"name":"Candle Shop","terms":""},"shop/car":{"name":"Car Dealership","terms":"auto"},"shop/car_parts":{"name":"Car Parts Store","terms":"auto"},"shop/car_repair":{"name":"Car Repair Shop","terms":"auto"},"shop/carpet":{"name":"Carpet Store","terms":"rug"},"shop/cheese":{"name":"Cheese Store","terms":""},"shop/chemist":{"name":"Chemist","terms":""},"shop/chocolate":{"name":"Chocolate Store","terms":""},"shop/clothes":{"name":"Clothing Store","terms":""},"shop/computer":{"name":"Computer Store","terms":""},"shop/confectionery":{"name":"Candy Store","terms":""},"shop/convenience":{"name":"Convenience Store","terms":""},"shop/copyshop":{"name":"Copy Store","terms":""},"shop/cosmetics":{"name":"Cosmetics Store","terms":""},"shop/craft":{"name":"Arts and Crafts Store","terms":""},"shop/curtain":{"name":"Curtain Store","terms":"drape*,window"},"shop/dairy":{"name":"Dairy Store","terms":"milk,egg,cheese"},"shop/deli":{"name":"Deli","terms":"lunch,meat,sandwich"},"shop/department_store":{"name":"Department Store","terms":""},"shop/doityourself":{"name":"DIY Store","terms":""},"shop/dry_cleaning":{"name":"Dry Cleaner","terms":""},"shop/electronics":{"name":"Electronics Store","terms":"appliance,audio,computer,tv"},"shop/erotic":{"name":"Erotic Store","terms":"sex,porn"},"shop/fabric":{"name":"Fabric Store","terms":"sew"},"shop/farm":{"name":"Produce Stand","terms":"farm shop,farm stand"},"shop/fashion":{"name":"Fashion Store","terms":""},"shop/fishmonger":{"name":"Fishmonger","terms":""},"shop/florist":{"name":"Florist","terms":"flower"},"shop/frame":{"name":"Framing Shop","terms":""},"shop/funeral_directors":{"name":"Funeral Home","terms":"undertaker,memorial home"},"shop/furnace":{"name":"Furnace Store","terms":"oven,stove"},"shop/furniture":{"name":"Furniture Store","terms":"chair,sofa,table"},"shop/garden_centre":{"name":"Garden Center","terms":"landscape,mulch,shrub,tree"},"shop/gift":{"name":"Gift Shop","terms":""},"shop/greengrocer":{"name":"Greengrocer","terms":"fruit,vegetable"},"shop/hairdresser":{"name":"Hairdresser","terms":""},"shop/hardware":{"name":"Hardware Store","terms":""},"shop/hearing_aids":{"name":"Hearing Aids Store","terms":""},"shop/herbalist":{"name":"Herbalist","terms":""},"shop/hifi":{"name":"Hifi Store","terms":"stereo,video"},"shop/houseware":{"name":"Houseware Store","terms":"home,household"},"shop/interior_decoration":{"name":"Interior Decoration Store","terms":""},"shop/jewelry":{"name":"Jeweler","terms":"diamond,gem,ring"},"shop/kiosk":{"name":"News Kiosk","terms":""},"shop/kitchen":{"name":"Kitchen Design Store","terms":""},"shop/laundry":{"name":"Laundry","terms":""},"shop/leather":{"name":"Leather Store","terms":""},"shop/locksmith":{"name":"Locksmith","terms":"key,lockpick"},"shop/lottery":{"name":"Lottery Shop","terms":""},"shop/mall":{"name":"Mall","terms":""},"shop/massage":{"name":"Massage Shop","terms":""},"shop/medical_supply":{"name":"Medical Supply Store","terms":""},"shop/mobile_phone":{"name":"Mobile Phone Store","terms":""},"shop/money_lender":{"name":"Money Lender","terms":""},"shop/motorcycle":{"name":"Motorcycle Dealership","terms":""},"shop/music":{"name":"Music Store","terms":"CD,vinyl"},"shop/musical_instrument":{"name":"Musical Instrument Store","terms":""},"shop/newsagent":{"name":"Newspaper/Magazine Shop","terms":""},"shop/optician":{"name":"Optician","terms":"eye,glasses"},"shop/organic":{"name":"Organic Goods Store","terms":""},"shop/outdoor":{"name":"Outdoors Store","terms":"camping,climbing,hiking"},"shop/paint":{"name":"Paint Store","terms":""},"shop/pawnbroker":{"name":"Pawn Shop","terms":""},"shop/pet":{"name":"Pet Store","terms":"cat,dog,fish"},"shop/photo":{"name":"Photography Store","terms":"camera,film"},"shop/pyrotechnics":{"name":"Fireworks Store","terms":""},"shop/radiotechnics":{"name":"Radio/Electronic Component Store","terms":""},"shop/religion":{"name":"Religious Store","terms":""},"shop/scuba_diving":{"name":"Scuba Diving Shop","terms":""},"shop/seafood":{"name":"Seafood Shop","terms":"fishmonger"},"shop/second_hand":{"name":"Consignment/Thrift Store","terms":"secondhand,second hand,resale,thrift,used"},"shop/shoes":{"name":"Shoe Store","terms":""},"shop/sports":{"name":"Sporting Goods Store","terms":""},"shop/stationery":{"name":"Stationery Store","terms":"card,paper"},"shop/supermarket":{"name":"Supermarket","terms":"grocery,store,shop"},"shop/tailor":{"name":"Tailor","terms":"clothes,suit"},"shop/tattoo":{"name":"Tattoo Parlor","terms":""},"shop/tea":{"name":"Tea Store","terms":""},"shop/ticket":{"name":"Ticket Seller","terms":""},"shop/tobacco":{"name":"Tobacco Shop","terms":""},"shop/toys":{"name":"Toy Store","terms":""},"shop/travel_agency":{"name":"Travel Agency","terms":""},"shop/tyres":{"name":"Tire Store","terms":""},"shop/vacant":{"name":"Vacant Shop","terms":""},"shop/vacuum_cleaner":{"name":"Vacuum Cleaner Store","terms":""},"shop/variety_store":{"name":"Variety Store","terms":""},"shop/video":{"name":"Video Store","terms":"DVD"},"shop/video_games":{"name":"Video Game Store","terms":""},"shop/water_sports":{"name":"Watersport/Swim Shop","terms":""},"shop/weapons":{"name":"Weapon Shop","terms":"ammo,gun,knife,knives"},"shop/window_blind":{"name":"Window Blind Store","terms":""},"shop/wine":{"name":"Wine Shop","terms":""},"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":"Tent"},"tourism/caravan_site":{"name":"RV Park","terms":"Motor Home,Camper"},"tourism/chalet":{"name":"Chalet","terms":""},"tourism/guest_house":{"name":"Guest House","terms":"B&B,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,foundation,gallery,hall,institution"},"tourism/picnic_site":{"name":"Picnic Site","terms":"camp"},"tourism/theme_park":{"name":"Theme Park","terms":""},"tourism/viewpoint":{"name":"Viewpoint","terms":""},"tourism/zoo":{"name":"Zoo","terms":""},"traffic_calming/bump":{"name":"Speed Bump","terms":"speed hump"},"traffic_calming/hump":{"name":"Speed Hump","terms":"speed bump"},"traffic_calming/rumble_strip":{"name":"Rumble Strip","terms":"sleeper lines,audible lines,growlers"},"traffic_calming/table":{"name":"Raised Pedestrian Crossing","terms":"speed table,flat top hump"},"type/boundary":{"name":"Boundary","terms":""},"type/boundary/administrative":{"name":"Administrative Boundary","terms":""},"type/multipolygon":{"name":"Multipolygon","terms":""},"type/restriction":{"name":"Restriction","terms":""},"type/restriction/no_left_turn":{"name":"No Left Turn","terms":""},"type/restriction/no_right_turn":{"name":"No Right Turn","terms":""},"type/restriction/no_straight_on":{"name":"No Straight On","terms":""},"type/restriction/no_u_turn":{"name":"No U-turn","terms":""},"type/restriction/only_left_turn":{"name":"Left Turn Only","terms":""},"type/restriction/only_right_turn":{"name":"Right Turn Only","terms":""},"type/restriction/only_straight_on":{"name":"No Turns","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/boatyard":{"name":"Boatyard","terms":""},"waterway/canal":{"name":"Canal","terms":""},"waterway/dam":{"name":"Dam","terms":""},"waterway/ditch":{"name":"Ditch","terms":""},"waterway/dock":{"name":"Dock","terms":""},"waterway/drain":{"name":"Drain","terms":""},"waterway/fuel":{"name":"Marine Fuel Station","terms":"petrol,gas,diesel,boat"},"waterway/river":{"name":"River","terms":"beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"},"waterway/riverbank":{"name":"Riverbank","terms":""},"waterway/sanitary_dump_station":{"name":"Marine Toilet Disposal","terms":"Boat,Watercraft,Sanitary,Dump Station,Pumpout,Pump out,Elsan,CDP,CTDP,Chemical Toilet"},"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/water_point":{"name":"Marine Drinking Water","terms":""},"waterway/weir":{"name":"Weir","terms":""}}}}
\ No newline at end of file